本地IP上的@ font-face仅显示在chrome中

时间:2014-04-09 06:06:09

标签: css .htaccess cross-browser localhost font-face

我希望我的朋友能够查看我在本地使用Chrome开发的WIP网站(localhost / sitename /,或者现在实际上是myIP / sitename)。我得到它的工作,并意识到我的字体没有加载,然后检查我的计算机上的所有其他浏览器,并注意到同样的事情。

我已经完成了绝对路径,甚至尝试将permissions添加到.htaccess文件中无济于事。以下是我的代码。有什么建议?什么都没有。

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

0 个答案:

没有答案