Skip to content

Commit

Permalink
feat: 新增主题字体优先级
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Sep 11, 2023
1 parent 80b72ef commit 34d6f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drake/font.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

/*快速自定义配置*/
:root {
--monospace: "JetBrains Mono", "Fira Code", "Cascadia Code", Menlo, "Ubuntu Mono", Consolas, HYZhengYuan; /*代码字体*/
--monospace: "Iosevka Curly", "JetBrains Mono", "Fira Code", "Cascadia Code", Menlo, "Ubuntu Mono", Consolas, HYZhengYuan; /*代码字体*/
--text-font: var(--monospace); /*正文字体*/
--title-font: var(--monospace); /*标题字体*/
--latex-font: var(--monospace); /*LaTeX字体(不含英语)*/
Expand Down

0 comments on commit 34d6f7c

Please sign in to comment.