feat: update default font family
This commit is contained in:
parent
7c42dd54b5
commit
de8c813aea
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
// Define defaults for each variable.
|
||||
|
||||
$base-font-family: "Noto Sans Light", AppleSDGothicNeo-Regular, "Malgun Gothic", "Apple Color Emoji", Helvetica, Arial, Oswald, sans-serif, !default;
|
||||
$base-font-family: Helvetica, Arial, Oswald, sans-serif, !default;
|
||||
$base-font-size: 14px !default;
|
||||
$base-font-weight: 400 !default;
|
||||
$small-font-size: $base-font-size * 0.875 !default;
|
||||
|
|
Loading…
Reference in a new issue