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