From 0fb9c49c99652ea4f302ab66b967a69912ad5420 Mon Sep 17 00:00:00 2001 From: Namyki Date: Mon, 8 Dec 2025 01:18:21 +0800 Subject: [PATCH] 1 --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 0168a8d..44d89a7 100644 --- a/src/config.ts +++ b/src/config.ts @@ -191,7 +191,7 @@ export const siteConfig: SiteConfig = { cjkFont: { // 中日韩字体 - 作为回退字体 fontFamily: "萝莉体 第二版", - fontWeight: "500", + fontWeight: "400", localFonts: ["萝莉体 第二版.ttf"], enableCompress: true, // 启用字体子集优化,减少字体文件大小 },