1. 首先在 Google 字体库 查找自己想要的字体

  1. 找到自己想要的字体,修改 Butterfly 主题的配置文件 _config.butterfly.yml
1
2
3
4
5
6
7
8
9
10
11
# 在配置文件中搜索 font,更改后如下

font:
global-font-size:
code-font-size:
font-family: Noto Sans SC
code-font-family:

blog_title_font:
font_link: https://fonts.loli.net/css?family=Noto+Sans+SC
font-family: Noto Sans SC
  1. 替换 CDN,为的是更快的解析字体
1
2
3
4
# 原字体链接
https://fonts.googleapis.com/css?family=Noto+Sans+SC
# 修改后
https://fonts.loli.net/css?family=Noto+Sans+SC
  1. 成功图如下