We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee72259 commit e98b9bbCopy full SHA for e98b9bb
docs/stylesheets/extra.css
@@ -1,10 +1,3 @@
1
-@import url('https://static.zeoseven.com/zsft/292/main/result.css');
2
-
3
-body {
4
- font-family: "LXGW WenKai";
5
- font-weight: normal;
6
-}
7
8
/*定义变量*/
9
:root {
10
--admonition-border-left-width: 0.2rem;
docs/stylesheets/font.css
@@ -0,0 +1,6 @@
+@import url('https://static.zeoseven.com/zsft/292/main/result.css');
+
+body {
+ font-family: "LXGW WenKai";
+ font-weight: normal;
+}
mkdocs.yml
@@ -104,6 +104,7 @@ hooks:
104
105
extra_css:
106
- stylesheets/extra.css
107
+ - stylesheets/font.css
108
- https://static.zeoseven.com/zsft/292/main/result.css
109
110
link_pages:
0 commit comments