Skip to content

Commit f0a41f5

Browse files
authored
fix: fixed font url
1 parent 50eacca commit f0a41f5

3 files changed

Lines changed: 3 additions & 13 deletions

File tree

docs/stylesheets/extra.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
/*定义变量*/
21
:root {
32
--admonition-border-left-width: 0.2rem;
43
--base-border-radius: 1rem;
5-
--font-family: "LXGW WenKai";
6-
/* --md-primary-fg-color: #FBFBFB;
7-
--md-primary-fg-color--light: #FBFBFB;
8-
--md-primary-fg-color--dark: #1E2129; */
9-
/* --card-hover-shadow: 0 0 0.2rem #ffffff40; */
4+
--md-text-font: "LXGW WenKai Screen";
5+
--md-code-font: "consolas, 'Courier New', monospace";
106
}
117

128

docs/stylesheets/font.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ hooks:
9494

9595
extra_css:
9696
- stylesheets/extra.css
97-
- stylesheets/font.css
97+
- https://cdn.jsdelivr.net/npm/lxgw-wenkai-screen-web/style.css
9898

9999
extra:
100100
social:

0 commit comments

Comments
 (0)