2014-01-14 102 views
3

这里是有问题的网站:https://www.cocokeyorlando.comIE8不是第一个页面加载渲染@字体面字体或刷新

IE8未呈现,我的自定义字体的面孔时,我第一次去的网页。应该为滑块文本加载两个字体面。如果我重新加载/刷新页面没有任何变化。

但是,当我点击徽标返回主页时,他们开始工作。

这是我用来加载它们的代码。

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

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

任何帮助,非常感谢!

+1

无过就在身边帮助? '---->' – cimmanon

回答