在firefox上使用font-face

时间:2014-01-19 20:07:08

标签: html css firefox font-face

在阅读了很多教程,很多网站之后,我还没找到修复... 我正在为我的网站使用自定义字体...我尝试的最后一件事是Paul Irish's method但它仍然无法在Firefox 26上运行。这就是我在mys css文件中的内容:

@font-face 
{ 
    font-family: 'Logo';
    src: url('mohave-semibold_italics-webfont.eot');
    src: url('mohave-semibold_italics-webfont.eot?#iefix') format("embedded-opentype"),
         url('mohave-semibold_italics-webfont.woff') format("woff"),
         url('mohave-semibold_italics-webfont.ttf') format("truetype"),
         url('mohave-semibold_italics-webfont.svg#mohavesemibold_italic') format("svg");
    font-weight: normal;
    font-style: normal;
}

我尝试了很多东西,目前我的字体与我的css文件位于同一目录中。如果有人有解决方案,请帮助我:)

由于

注意:该网站不在服务器上,它在我的文件系统上都是本地的(现在)

1 个答案:

答案 0 :(得分:0)

正如Pinal所说,它确实是CSS @font-face not working with Firefox, but working with Chrome and IE的副本 没找到这一个。谢谢他!