字体下载

免费的字体下载参考网站



## 具体操作 1. 将下载好的字体命名好,放在你的`[Blogroot]\source\fonts\`下 2. 在你inject头部的css文件里面写入以下代码
1
2
3
4
5
@font-face {
font-family: '你的命名'; /* 字体名自定义即可 */
src: url('/fonts/你的命名.ttf'); /* 字体文件路径 */
font-display: swap;
}
  1. 修改_config.butterfly.yml目录下

    1
    2
    3
    4
    5
    6
    7
    # Global font settings
    # Don't modify the following settings unless you know how they work (非必要不要修改)
    font:
    global-font-size: 16px
    code-font-size: 16px
    font-family: 你的命名
    code-font-family: