Merge pull request #4922 from Flaburgan/from-roboto-to-helvetica

Switch back from Roboto to Helvetica on bootstrap pages
This commit is contained in:
Jason Robinson 2014-04-22 10:06:00 +03:00
commit 15537e17c5
2 changed files with 2 additions and 3 deletions

View file

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

View file

@ -18,7 +18,7 @@
} }
body, p, h1, h2, h3, h4, h5, h6, textarea, input, * { 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; font-weight : normal;
} }