Use the shorthand font property when possible.
Conflicts: site/_includes/css/style.css
This commit is contained in:
parent
a884a8a880
commit
5e85163b57
|
@ -7,9 +7,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font: 300 21px Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
font-size: 21px;
|
|
||||||
font-weight: 300;
|
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
background: #333;
|
background: #333;
|
||||||
border-top: 5px solid #fc0;
|
border-top: 5px solid #fc0;
|
||||||
|
@ -249,9 +247,7 @@ body > footer a:hover img {
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
border-radius: 5px 5px 0 0;
|
border-radius: 5px 5px 0 0;
|
||||||
box-shadow: 0 3px 10px rgba(0,0,0,.5);
|
box-shadow: 0 3px 10px rgba(0,0,0,.5);
|
||||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font: 400 16px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
font-size: 16px;
|
|
||||||
font-weight: 400;
|
|
||||||
color: #444;
|
color: #444;
|
||||||
text-shadow: 0 1px 0 rgba(255,255,255,.5);
|
text-shadow: 0 1px 0 rgba(255,255,255,.5);
|
||||||
background: #f7f7f7;
|
background: #f7f7f7;
|
||||||
|
@ -621,10 +617,8 @@ pre, code {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-family: Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;
|
font: 14px/1.8em Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace;
|
||||||
font-size: 14px;
|
|
||||||
padding: 0 .5em;
|
padding: 0 .5em;
|
||||||
line-height: 1.8em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px){
|
@media (min-width: 768px){
|
||||||
|
|
Loading…
Reference in New Issue