From d1ff7d573ffd281e09d014594a777c6c0417c890 Mon Sep 17 00:00:00 2001 From: Namyki Date: Mon, 8 Dec 2025 13:42:07 +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 1180ffc..0168a8d 100644 --- a/src/config.ts +++ b/src/config.ts @@ -191,7 +191,7 @@ export const siteConfig: SiteConfig = { cjkFont: { // 中日韩字体 - 作为回退字体 fontFamily: "萝莉体 第二版", - fontWeight: "600", + fontWeight: "500", localFonts: ["萝莉体 第二版.ttf"], enableCompress: true, // 启用字体子集优化,减少字体文件大小 },