Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

更改网站域名

在jsDelivr(用于加速存储在Github的自定义字体,加载需要一定时间)可以正常访问的情况下,网站将会显示:

(优先级从左往右)

标题字体:MiSans, PingFang SC, Microsoft YaHei, Helvetica, Arial

正文字体:MiSans, PingFang SC, Microsoft YaHei, Helvetica, Arial

代码字体:JetBrains Maple Mono, Menlo, Monaco, Cascadia Mono, Consolas

(自定义字体优先,macOS和Windows默认字体备用)

↓代码段↓

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
custom_css:
fontfamily:
logofont:
fontfamily: 'MiSans, "PingFang SC", "Microsoft YaHei", Helvetica, Arial'
name: 'MiSans'
url: https://gcore.jsdelivr.net/gh/FeatherBlaze/fonts/MiSans/MiSans-Regular.ttf
weight: normal
style: normal
bodyfont:
fontfamily: '"MiSans", "PingFang SC", "Microsoft YaHei", Helvetica, Arial'
name: 'MiSans'
url: https://gcore.jsdelivr.net/gh/FeatherBlaze/fonts/MiSans/MiSans-Regular.ttf
weight: normal
style: normal
codefont:
fontfamily: '"JetBrains Maple Mono", Menlo, Monaco, "Cascadia Mono", "Consolas"'
name: 'JetBrains Maple Mono'
url: https://gcore.jsdelivr.net/gh/FeatherBlaze/fonts/JetBrainsMapleMono/JetBrainsMapleMono-Regular.ttf
weight: normal
style: normal

原因

这将提供更好的阅读体验。

评论