From b4f5813af77ed530b67e4b97228d9bdc67cace74 Mon Sep 17 00:00:00 2001 From: zulifeng Date: Thu, 29 Jan 2026 10:45:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E4=BB=A5=E6=9B=B4=E5=A5=BD=E5=9C=B0=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E4=B8=AD=E6=96=87=E6=98=BE=E7=A4=BA=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/css/style.css b/frontend/css/style.css index 6b5fcc0..2e297ec 100644 --- a/frontend/css/style.css +++ b/frontend/css/style.css @@ -21,7 +21,7 @@ } body { - font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; + font-family: "PingFang SC", "Helvetica Neue", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; background-color: var(--light-gray); color: var(--dark-gray); line-height: 1.6;