Merge pull request #7 from chesterhow/sans-font-change

Change default sans serif font on windows
This commit is contained in:
Chester How 2017-10-08 01:59:48 +08:00 committed by GitHub
commit 7934fe2d8e

View file

@ -10,7 +10,7 @@ $shadow-color: rgba(0, 0, 0, .2);
$baskerville: 'Libre Baskerville', 'Times New Roman', Times, serif; $baskerville: 'Libre Baskerville', 'Times New Roman', Times, serif;
$palatino: Palatino, 'Palatino LT STD', 'Palatino Linotype', 'Book Antiqua', 'Georgia', 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; $monospaced-font: Menlo, Monaco, monospace;
$code-color: #bf616a; $code-color: #bf616a;