style: switch to LXGW Wenkai Screen
All checks were successful
部署文档 / build (push) Successful in 2m0s

Noto Serif SC by default (400 weight) is still too light in 1080p 100% scale,
which may looks unclear sometimes.
This commit is contained in:
2025-07-02 01:43:39 +08:00
parent 80c5d6c324
commit 69de54787e
2 changed files with 6 additions and 20 deletions

View File

@ -1,3 +1,3 @@
// force Noto Serif. // force Noto Serif.
$vp-font: '"Noto Serif SC", serif'; $vp-font: '"LXGW WenKai Screen", sans-serif';

View File

@ -22,29 +22,15 @@ export default defineUserConfig({
], ],
head: [ head: [
// 导入相应链接
["link", { rel: "preconnect", href: "https://fonts.googleapis.com" }],
[
"link",
{ rel: "preconnect", href: "https://fonts.gstatic.com", crossorigin: "" },
],
[ [
"link", "link",
{ {
href: "https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400..700&display=swap", href: "https://cdn.jsdelivr.net/npm/lxgw-wenkai-screen-web/style.css",
as: "font",
crossorigin: "",
},
],
[
"link",
{
href: "https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400..700&display=swap",
rel: "stylesheet", rel: "stylesheet",
as: "font", // as: "font",
crossorigin: "", // crossorigin: "",
media: "print", // media: "print",
onload: "this.media='all'", // onload: "this.media='all'",
}, },
], ],
], ],