css字体库加载错误 GET http://fonts.useso.com/css?family=Raleway:200,500,700,800 net::ERR_NAME_NOT_RESOLVED

问题:

在项目中遇到GET http://fonts.useso.com/css?family=Raleway:200,500,700,800 net::ERR_NAME_NOT_RESOLVED的问题,影响页面加载速度。

解决方案:

1、全局查找 fonts.useso.com
2、将所有的 fonts.useso.com 改为 fonts.googleapis.com
3、保存即可

原因

fonts.useso.com 站点更新造成的

你可能感兴趣的:(前端菜鸟)