Skip to content

Commit

Permalink
Merge pull request #68 from kakawait/bugfix/win10-menlo-font
Browse files Browse the repository at this point in the history
Add fallback for Menlo when is not installed
  • Loading branch information
kakawait authored Nov 27, 2016
2 parents 5d496ee + 42a80b9 commit d8cb0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/utils/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$open-sans: 'Open Sans';
$open-sans-sans-serif: 'Open Sans', sans-serif;
$merriweather-serif: 'Merriweather', serif;
$menlo: Menlo;
$menlo: Menlo, Consolas, monospace;

$font-family-base: $open-sans-sans-serif;

Expand Down

0 comments on commit d8cb0e5

Please sign in to comment.