Font Face无法在safari中工作

时间:2013-08-21 15:13:25

标签: html css safari

为什么投票上升和下降图标的自定义字体不会出现在Safari中,但在所有其他浏览器中都不错!? At this website

这是看起来不起作用的片段。

@font-face {
            font-family: DeliciousRoman;
            src: url('http://huntingbanterlopes.com/css/entypo.eot');
            src: url('http://huntingbanterlopes.com/css/entypo.svg');
            src: url('http://huntingbanterlopes.com/css/entypo.svg');
            src: url('http://huntingbanterlopes.com/css/entypo.ttf');
            font-weight:400;
    }

1 个答案:

答案 0 :(得分:1)

投票上调和下调按钮看起来完全正常,正如预期的那样,在Safari 6.1(OS X Mountain Lion)和Safari(iOS7)iPad上。

我注意到在您提供的代码段中,您列出了两次.svg字体。我建议删除其中一个(应该是.woff吗?)