最近一段时间博客打开速度很慢,浏览器检查网络信息后发现是因为fonts.googleapis.com加载极慢。Google了一下,发现了解决方案。
在next主题的_config.yml里面
# Uri of fonts host. E.g. //fonts.googleapis.com (Default)
host:
改为
# Uri of fonts host. E.g. //fonts.googleapis.com (Default)
host: //fonts.lug.ustc.edu.cn # fonts.lug.ustc.edu.cn是中科大的源。
参考网站: zerokeeper博客 & 回忆时光博客