We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50eacca commit f0a41f5Copy full SHA for f0a41f5
3 files changed
docs/stylesheets/extra.css
@@ -1,12 +1,8 @@
1
-/*定义变量*/
2
:root {
3
--admonition-border-left-width: 0.2rem;
4
--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; */
+ --md-text-font: "LXGW WenKai Screen";
+ --md-code-font: "consolas, 'Courier New', monospace";
10
}
11
12
docs/stylesheets/font.css
mkdocs.yml
@@ -94,7 +94,7 @@ hooks:
94
95
extra_css:
96
- stylesheets/extra.css
97
- - stylesheets/font.css
+ - https://cdn.jsdelivr.net/npm/lxgw-wenkai-screen-web/style.css
98
99
extra:
100
social:
0 commit comments