Skip to content

Commit

Permalink
docs: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Aug 5, 2023
1 parent 7089ff8 commit 47ffec4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
6 changes: 5 additions & 1 deletion docs/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
@font-face{
font-family: 'HYYouYuan';
src: local('HYYouYuan-55W'),
url('https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/font/HYYouYuan/HYYouYuan.ttf') format('truetype');
url('https://raw.githubusercontent.com/liangjingkanji/liangjingkanji/master/font/HYYouYuan/HYYouYuan-55W.ttf') format('truetype');
font-display: swap;
font-weight: normal;
font-style: normal;
Expand All @@ -44,4 +44,8 @@ code,
.md-typeset code,
.md-typeset {
font-size: 14px !important;
}

.md-typeset .admonition-title, .md-typeset summary {
font-weight: normal;
}
19 changes: 12 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,25 @@ plugins:
- en
- zh
markdown_extensions:
- attr_list
- def_list
- md_in_html
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- def_list
- md_in_html
- admonition
- pymdownx.highlight
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
Expand Down

0 comments on commit 47ffec4

Please sign in to comment.