css – 字体 – Awesome错误404字体

前端之家收集整理的这篇文章主要介绍了css – 字体 – Awesome错误404字体前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我不知道发生了什么,但在浏览器控制台中,我可以看到与font-awesome相关的3个错误
GET http://www.desktop.just4bettors.mobi/fonts/fontawesome-webfont.woff2?v=4.3.0 
 GET http://www.desktop.just4bettors.mobi/fonts/fontawesome-webfont.woff?v=4.3.0
 GET http://www.desktop.just4bettors.mobi/fonts/fontawesome-webfont.ttf?v=4.3.0

我知道这是可笑的我不能弄清楚这个由自己,但一切似乎是好的,在我的index.html我有这样的东西

<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.css" />

这就是我有关的字体真棒的东西,我已经检查路径,我没有错。

这是发生在任何你们吗?

更新

这是我在标题中加载一些内容Nginx部分

add_header Content-Security-Policy "style-src 'self' 'unsafe-inline'
https://fonts.googleapis.com
https://fonts.gstatic.com
https://themes.googleusercontent.com
https://assets.zendesk.com;
font-src 'self' https://themes.googleusercontent.com
https://fonts.gstatic.com;";

解决方法

将.woff添加到您的应用程序服务器mime类型(例如iis-> mime类型)为application / font-woff
原文链接:https://www.f2er.com/css/220194.html

猜你在找的CSS相关文章