diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2021-05-26 21:50:13 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2021-05-26 21:50:13 +0800 |
commit | de8c813aea0c96733c14de26305b3ad91a31ad80 (patch) | |
tree | 2ba53313a4f40024271ae440c605d7e7d5fa106c | |
parent | 7c42dd54b5f1300c11e8d4c26e49b6a2f21219ea (diff) |
feat: update default font family
-rw-r--r-- | _sass/yat.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_sass/yat.scss b/_sass/yat.scss index 5788693..44938c8 100644 --- a/_sass/yat.scss +++ b/_sass/yat.scss @@ -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; |