Update font cdn

This commit is contained in:
thehrz 2023-06-20 22:35:03 +08:00
parent d1daf14857
commit fdc081335e

View File

@ -1,5 +1,5 @@
@import "./markdown.css"; @import "./markdown.css";
@import url('https://gw.alipayobjects.com/os/k/font/lxgwwenkaiscreenr.css'); @import url('https://cdn.bootcdn.net/ajax/libs/lxgw-wenkai-webfont/1.7.0/style.min.css');
html, html,
body, body,
@ -8,7 +8,7 @@ body,
margin: 0; margin: 0;
padding: 0; padding: 0;
overflow-y: auto; overflow-y: auto;
font-family: "LXGW WenKai Screen R", sans-serif; font-family: "LXGW WenKai Mono", sans-serif;
} }
html.dark { html.dark {