Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Font in FF (typo in css)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkremser committed Nov 18, 2014
1 parent a4607bb commit 510b70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/css/base.css
Expand Up @@ -24,7 +24,7 @@

body {
background: #fff;
font: 14px/21px "Raleway" "HelveticaNeue-Light", Arial, sans-serif;
font: 14px/21px "Raleway", "HelveticaNeue-Light", Arial, sans-serif;
color: #444;
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
-webkit-text-size-adjust: 100%;
Expand Down

0 comments on commit 510b70c

Please sign in to comment.