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, // 启用字体子集优化,减少字体文件大小 },