Skip to content

Commit

Permalink
Merge pull request #83 from CodeNow/fix-system-font
Browse files Browse the repository at this point in the history
update font stack
  • Loading branch information
runnabro committed May 10, 2016
2 parents 5576d62 + 19b3982 commit 3a48626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/globals/var.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// font stack
// **********
$monospace: 'Source Code Pro', monospace;
$sans-serif: system, -apple-system, 'Helvetica Neue', 'Segoe UI', sans-serif;
$sans-serif: -apple-system, 'Helvetica Neue', 'Segoe UI', sans-serif;
$weight-bold: 500;
$weight-normal: 400;
$weight-light: 300;
Expand Down

0 comments on commit 3a48626

Please sign in to comment.