在FF 10.0.1中,Font-face对我不起作用

时间:2012-02-29 15:26:11

标签: css font-face

我在我的网站上使用@ font-face:http://timkl.com/blog

我已将此代码段添加到我的CSS中:

@font-face {
    font-family: "WebSymbolsRegular";
    src: url("http://www.timkl/fonts/websymbols-regular-webfont.eot");
    src: url("http://www.timkl/fonts/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("http://www.timkl.com/fonts/websymbols-regular-webfont.woff") format("woff"),
    url("http://www.timkl.com/fonts/websymbols-regular-webfont.ttf") format("truetype"),
    url("http://www.timkl.com/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg");
    }

然后我将这个值对添加到各种类和ID中:

font-family: 'WebSymbolsRegular';

它在Chrome和Safari中运行良好,但它不能正常工作FF 10.0.1 :(

有关如何解决此问题的任何想法都非常感谢! :)

1 个答案:

答案 0 :(得分:1)

这是因为我使用了绝对路径,请参阅:http://webfonts.info/wiki/index.php?title=%40font-face_support_in_Firefox

发现有大量关于此的Stackoverflow帖子,但在我提交之前没有:S