Skip to content

Commit 9c4d310

Browse files
authored
fix: fixed the issue of broken font links
1 parent 588eb29 commit 9c4d310

3 files changed

Lines changed: 2 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ markdown_extensions:
131131

132132
extra_css:
133133
- stylesheets/extra.css
134-
- stylesheets/font.css
135134

136135
extra:
137136
social:

0 commit comments

Comments
 (0)