2014-01-14 98 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

回答