From a1b999fd78ebde6a9c5bd1af19d06b0c071bbd31 Mon Sep 17 00:00:00 2001 From: Nakaya Date: Wed, 30 Nov 2022 18:27:47 +0900 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=AC=E8=AA=9E=E3=81=8C=E7=B6=BA?= =?UTF-8?q?=E9=BA=97=E3=81=AB=E8=A1=A8=E7=A4=BA=E3=81=95=E3=82=8C=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scss/variables.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/scss/variables.scss b/assets/scss/variables.scss index afddb80..2df11ee 100644 --- a/assets/scss/variables.scss +++ b/assets/scss/variables.scss @@ -40,10 +40,9 @@ $defaultTagColors: #fff, #fff, #fff, #fff, #fff; * Global font family */ :root { - --sys-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Droid Sans", "Helvetica Neue"; --zh-font-family: "PingFang SC", "Hiragino Sans GB", "Droid Sans Fallback", "Microsoft YaHei"; - --base-font-family: "Lato", var(--sys-font-family), var(--zh-font-family), sans-serif; + --base-font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, var(--zh-font-family), sans-serif; --code-font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }