From e15dc6c8eb2bf676bdbf961ee1ef16971a6451ce Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Fri, 5 Dec 2025 17:55:43 +0800 Subject: [PATCH] =?UTF-8?q?body=E5=AD=97=E4=BD=93=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/theme/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/theme/common.scss b/src/style/theme/common.scss index 49db27e..e7805c9 100644 --- a/src/style/theme/common.scss +++ b/src/style/theme/common.scss @@ -8,7 +8,7 @@ html { "Helvetica Neue", Helvetica, Arial, sans-serif; } body { - font-family: var(--font-chinese); + font-family: var(--font-chinese) !important; font-size: 14px; margin: 0; width: 100vw;