Switch back from Roboto to Helvetica on bootstrap pages

This commit is contained in:
flaburgan 2014-04-11 21:41:29 +02:00
parent 4bf96ddcd4
commit b1f59a9b53
2 changed files with 2 additions and 3 deletions

View file

@ -40,7 +40,6 @@ a { color : $link-blue }
}
.author-name {
font-family : Roboto;
color: inherit;
}

View file

@ -18,10 +18,10 @@
}
body, p, h1, h2, h3, h4, h5, h6, textarea, input, * {
font-family : Roboto, Helvetica, sans-serif;
font-family : "Helvetica Neue", Helvetica, sans-serif;
font-weight : normal;
}
a {
font-family : inherit;
}
}