Update fonts order
This commit is contained in:
parent
7934fe2d8e
commit
00d4d90f62
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, 'Segoe UI', Arial, sans-serif;
|
$sans-font: 'Helvetica Neue', 'Segoe UI', Helvetica, 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