From d28fc434ba9beb51c0f3046e913402c6e971c61f Mon Sep 17 00:00:00 2001 From: wangzenghua <1048523306@qq.com> Date: Fri, 25 Apr 2025 03:58:00 +0100 Subject: [PATCH] use font --- src/styles/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/style.scss b/src/styles/style.scss index 015508b..69ee739 100644 --- a/src/styles/style.scss +++ b/src/styles/style.scss @@ -5,7 +5,7 @@ position: relative; width: 100%; height: 100%; - font-family: Avenir, sans-serif; + font-family: JinBuTi, Sans, Avenir, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-color: #000;