From 9338c38cb555104ebc21748c7813addd0b824454 Mon Sep 17 00:00:00 2001 From: "SilverAg.L" Date: Wed, 16 Jul 2025 22:26:35 +0800 Subject: [PATCH] style: use my own build of LXGW WenKai. --- vuepress.config.ts | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/vuepress.config.ts b/vuepress.config.ts index 34ff0a0..f2bac89 100644 --- a/vuepress.config.ts +++ b/vuepress.config.ts @@ -25,7 +25,7 @@ export default defineUserConfig({ [ "link", { - href: "https://fastly.jsdelivr.net/", + href: "https://unpkg.com/", rel: "preconnect", crossorigin: "", }, @@ -33,14 +33,7 @@ export default defineUserConfig({ [ "link", { - href: "https://fastly.jsdelivr.net/npm/@callmebill/lxgw-wenkai-web@latest/lxgwwenkai-regular/result.css", - rel: "stylesheet", - }, - ], - [ - "link", - { - href: "https://fastly.jsdelivr.net/npm/@callmebill/lxgw-wenkai-web@latest/lxgwwenkai-bold/result.css", + href: "https://unpkg.com/@agxcoy/lxgw-wenkai-vp-hope@latest/style.css", rel: "stylesheet", }, ],