fix(css): explicitly refer bold style-sheet
All checks were successful
部署文档 / build (push) Successful in 1m9s
All checks were successful
部署文档 / build (push) Successful in 1m9s
This commit is contained in:
@ -1,3 +1,3 @@
|
|||||||
|
|
||||||
// force Noto Serif.
|
// force LXGW WenKai.
|
||||||
$vp-font: '"LXGW WenKai Screen", sans-serif';
|
$vp-font: '"LXGW WenKai", sans-serif';
|
||||||
|
@ -27,17 +27,21 @@ export default defineUserConfig({
|
|||||||
{
|
{
|
||||||
href: "https://fastly.jsdelivr.net/",
|
href: "https://fastly.jsdelivr.net/",
|
||||||
rel: "preconnect",
|
rel: "preconnect",
|
||||||
|
crossorigin: "",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"link",
|
"link",
|
||||||
{
|
{
|
||||||
href: "https://fastly.jsdelivr.net/npm/lxgw-wenkai-screen-web/style.css",
|
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",
|
||||||
rel: "stylesheet",
|
rel: "stylesheet",
|
||||||
// as: "font",
|
|
||||||
// crossorigin: "",
|
|
||||||
// media: "print",
|
|
||||||
// onload: "this.media='all'",
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user