为什么我的ttf字体有404错误?

时间:2011-12-20 18:42:55

标签: http-status-code-404 font-face sass

在我的网站上,我使用SASS

我有以下代码:

---编辑---

@font-face {
    font-family: 'BauhausBold';
    src: url('/Type/bauhaus_bold.eot');
    src: url('/Type/bauhaus_bold.eot?#iefix') format('embedded-opentype'),
         url('/Type/bauhaus_bold.woff') format('woff'),
         url('/Type/bauhaus_bold.ttf') format('truetype'),
         url('/Type/bauhaus_bold.svg#BauhausBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

使用此字体:

font-family: quote('bind'), arial;

但我们总是在我的网站上收到错误404。见图:

Error 404

完整图片:http://i.stack.imgur.com/jAhWY.png

如果愿意,您可以访问该网站:bindsolution.com

谢谢大家的帮助!

1 个答案:

答案 0 :(得分:1)

我刚刚遇到了完全相同的问题,我无法解决问题。我认为这是由于相对路径,但它不是。事实证明,我的CSS中的字体名称是大写的,而文件'名字实际上是小写的。以前的服务器并不关心,但这个服务器确实如此。就是这样。