-1

为什么投票上下图标的自定义字体没有出现在 safari 中,但在所有其他浏览器中都很好!? 在这个网站

这是似乎不起作用的片段。

@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;
    }
4

1 回答 1

1

在 iPad 上的 Safari 6.1 (OS X Mountain Lion) 和 Safari (iOS7) 中,向上和向下投票按钮看起来完全正常并且符合预期。

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

于 2013-08-21T15:26:19.690 回答