Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WuK authored Feb 22, 2024
1 parent a6c441b commit 30ada59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ defaults: # 将所有配置选项使用<https://jekyllrb.com/docs/configuration/
- | # <https://zenozeng.github.io/fonts.css/>,跨平台中文字体解决方案
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fontsource/courier-prime@5.0.17/index.min.css"
href="https://cdn.jsdelivr.net/npm/monaspace-font@0.0.2/xenon.min.css"
/>
<link
rel="stylesheet"
Expand All @@ -337,7 +337,7 @@ defaults: # 将所有配置选项使用<https://jekyllrb.com/docs/configuration/
/>
<style>
.sidebar, html, h1, h2, h3, h4, h5, h6, code, pre {
font-family: "Courier Prime", "Courier New", "Courier", "Noto Sans Mono", "Noto Serif TC", "Noto Serif SC", "Noto Serif CJK TC", "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif CN", STZhongsong, STSong, "Songti SC", "AR PL New Sung", "AR PL SungtiL GB", NSimSun, SimSun, "TW\-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", PMingLiU, MingLiU, monospace;
font-family: "Monaspace Xenon", "Courier New", "Courier", "Noto Sans Mono", "Noto Serif TC", "Noto Serif SC", "Noto Serif CJK TC", "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif CN", STZhongsong, STSong, "Songti SC", "AR PL New Sung", "AR PL SungtiL GB", NSimSun, SimSun, "TW\-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", PMingLiU, MingLiU, monospace;
}
</style>
- | # 修复行内图片默认样式
Expand Down

0 comments on commit 30ada59

Please sign in to comment.