feat: update default font family

This commit is contained in:
jeffreytse 2021-05-26 21:50:13 +08:00
parent 7c42dd54b5
commit de8c813aea

View file

@ -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;