Change default sans serif font on windows
Switched to Segoe UI instead of Arial
This commit is contained in:
parent
aca53476f5
commit
fcb76cae91
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue