Change default sans serif font on windows

Switched to Segoe UI instead of Arial
This commit is contained in:
Chester How 2017-10-08 01:59:31 +08:00 committed by GitHub
parent aca53476f5
commit fcb76cae91

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;