diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index bf83ae5865..836ad63e67 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -56,21 +56,21 @@ export default defineUserConfig({ [ "link", { - href: "https://fonts.googleapis.com/css?family=Noto+Sans+SC:300,400,500,700,900&display=swap", + href: "https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap", rel: "stylesheet", }, ], [ "link", { - href: "https://fonts.googleapis.com/css2?family=Noto+Serif+SC:400;500;700&display=swap", + href: "https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap", rel: "stylesheet", }, ], [ "link", { - href: "https://fonts.googleapis.com/css2?family=Jetbrains+Mono:wght@300,400,500,700;700&display=swap", + href: "https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap", rel: "stylesheet", }, ], diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index 280060faab..73e188f1ba 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -61,7 +61,7 @@ export default hopeTheme({ repo: "MaaAssistantArknights/maa-website", repoId: "R_kgDOHY7Gyg", category: "Comments", - categoryId: "DIC_kwDOHY7Gys4CYefd", + categoryId: "DIC_kwDOHY7Gys4CgoVH", mapping: "pathname", strict: true, },