[css] Restyled fonts

This commit is contained in:
Alexander Zolotarev 2013-08-08 22:35:03 +03:00
parent 7c50c79118
commit 80d35e9bfd

View file

@ -721,18 +721,18 @@ HTML
}
BODY
{
font-family: "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", sans-serif;
font-family: Roboto, "Helvetica Neue", Helvetica, Arial;
font-size: 1em;
line-height: 1.33333333333333em;
color: #252525;
}
.header H2, H1
{
font-family: Georgia, serif;
font-family: inherit;
}
.content H2, .content H3, .content H4, .content H5, .content H6
{
font-family: Georgia, serif;
font-family: inherit;
padding: 9pt 0;
}
.content P
@ -818,7 +818,7 @@ BODY.no-margins #content_wrapper > .content
}
INPUT.search
{
font-family: "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", sans-serif;
font-family: inherit;
}
@media all and (max-width: 280px)
{
@ -1161,7 +1161,7 @@ UL.a-to-z LI A.title
}
.alert H2
{
font-family: "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", sans-serif;
font-family: inherit;
font-size: 100%;
font-weight: bold;
margin: 0 0 8px;