perf(style): update font

This commit is contained in:
thehrz 2023-07-01 18:49:14 +08:00
parent ac6dc8d005
commit 5e1a2c91f7
No known key found for this signature in database
GPG Key ID: 683658B4CAC43158

View File

@ -1,7 +1,5 @@
@import "./markdown.css"; @import "./markdown.css";
@import url("https://cdn.staticfile.org/lxgw-wenkai-webfont/1.7.0/style.min.css"); @import url("https://cdn.staticfile.org/lxgw-wenkai-webfont/1.7.0/style.min.css");
@import url("https://cdn.staticfile.org/firacode/6.2.0/fira_code.min.css");
html, html,
body, body,
@ -10,7 +8,7 @@ body,
margin: 0; margin: 0;
padding: 0; padding: 0;
overflow-y: auto; overflow-y: auto;
font-family: "Fira Code", "LXGW WenKai Mono", sans-serif; font-family: "LXGW WenKai Mono", sans-serif;
} }
html.dark { html.dark {