font-face无法在firefox中运行

时间:2014-01-02 02:19:35

标签: html css css3

我很难理解为什么我的font-face在firefox中不起作用,它在chrome中运行得非常好,这是我的css:

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

.arvo-regular {
font-family: 'ArvoRegular', Arial, sans-serif;
}

这是site。基于我的理解,这是正确的方法

1 个答案:

答案 0 :(得分:1)

我的CSS没有任何问题。我认为这是一个跨域问题(我过去遇到过这个问题)。看一下这篇文章:http://davidwalsh.name/cdn-fonts