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