资源解释为字体但以 MIME 类型 text/html 传输
@font-face {
font-family:kai;
src: url(fonts/kai.ttf);
}
body {
font-family: kai, georgia, tahoma,verdana,serif;
}
我检查了这个网站 http://www.webconfs.com/http-header- check.php
不太确定它不会使用这种字体? 我怎样才能让它使用这种特定的字体?
@font-face {
font-family:kai;
src: url(fonts/kai.ttf);
}
body {
font-family: kai, georgia, tahoma,verdana,serif;
}
I checked with this web site http://www.webconfs.com/http-header-check.php
Not quite sure it won't use this font?
How can I get it to use this particular font?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
https: //serverfault.com/questions/186965/how-can-i-make-nginx-support-font-face-formats-and-allow-access-control-allow-or
像上面一样配置您的 nginx。
https://serverfault.com/questions/186965/how-can-i-make-nginx-support-font-face-formats-and-allow-access-control-allow-or
COnfigure your nginx like the above.