style: use my own build of LXGW WenKai.
All checks were successful
部署文档 / build (push) Successful in 4m29s

This commit is contained in:
2025-07-16 22:26:35 +08:00
parent 56c2eb882f
commit 9338c38cb5

View File

@ -25,7 +25,7 @@ export default defineUserConfig({
[ [
"link", "link",
{ {
href: "https://fastly.jsdelivr.net/", href: "https://unpkg.com/",
rel: "preconnect", rel: "preconnect",
crossorigin: "", crossorigin: "",
}, },
@ -33,14 +33,7 @@ export default defineUserConfig({
[ [
"link", "link",
{ {
href: "https://fastly.jsdelivr.net/npm/@callmebill/lxgw-wenkai-web@latest/lxgwwenkai-regular/result.css", href: "https://unpkg.com/@agxcoy/lxgw-wenkai-vp-hope@latest/style.css",
rel: "stylesheet",
},
],
[
"link",
{
href: "https://fastly.jsdelivr.net/npm/@callmebill/lxgw-wenkai-web@latest/lxgwwenkai-bold/result.css",
rel: "stylesheet", rel: "stylesheet",
}, },
], ],