From 382b9409fdbc055fb3ce0664bd8d4969bc7d1928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E6=98=8E?= Date: Tue, 25 Apr 2023 10:36:17 +0800 Subject: [PATCH] Update app.scss --- src/app.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.scss b/src/app.scss index 44c4cd7..4c5db12 100644 --- a/src/app.scss +++ b/src/app.scss @@ -8,7 +8,7 @@ $primary-color: #3bd672; body { background: #f6f8fa url(../public/background.png) top; - font-family: sans-serif; + font-family: Noto Serif SC; font-size: 14px; line-height: 1; overflow: overlay; @@ -439,4 +439,4 @@ a { margin-top: 12px; font-size: 12px; } -} \ No newline at end of file +}