Use Lucida in $font-family-base SCSS variable (currently unused)
This commit is contained in:
parent
e3758dc581
commit
a6172ff9e8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ $space-thumb: 42px;
|
|||
// Typography
|
||||
// --------------------------------------------------
|
||||
|
||||
$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
$font-family-sans-serif: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
$font-family-base: $font-family-sans-serif;
|
||||
|
||||
$font-size-base: 13px;
|
||||
|
|
Loading…
Reference in a new issue