hexo + next谷歌字体优化

GoogleFonts会影响网站的访问速度。我在网上找到了解决方法,在这里记录一下。

方法1:到’themesnext_config.yml’关闭Google Fonts设置

1
2
font:
enable: false

方法2:更换为中科大的源

1
2
3
4
5
font:
enable: true

# Uri of fonts host. E.g. //fonts.googleapis.com (Default).
host: fonts.lug.ustc.edu.cn

方法3:
到’themesnextlayout_partialshead external-fonts.swig’文件
fonts.googleapis.com 改成 fonts.lug.ustc.edu.cn