Skip to content

Commit

Permalink
Change default sans serif font on windows
Browse files Browse the repository at this point in the history
Switched to Segoe UI instead of Arial
  • Loading branch information
chesterhow authored Oct 7, 2017
1 parent aca5347 commit fcb76ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $shadow-color: rgba(0, 0, 0, .2);

$baskerville: 'Libre Baskerville', 'Times New Roman', Times, serif;
$palatino: Palatino, 'Palatino LT STD', 'Palatino Linotype', 'Book Antiqua', 'Georgia', serif;
$sans-font: 'Helvetica Neue', Helvetica, Arial, sans-serif;
$sans-font: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif;

$monospaced-font: Menlo, Monaco, monospace;
$code-color: #bf616a;
Expand Down

0 comments on commit fcb76ca

Please sign in to comment.