在那裏我試圖讓自定義字體「公爵填充」,以顯示該網頁仍然無法正常工作是http://www.hamlinforcongress.com/helpout.php自定義字體在IE
我使用:
@font-face {
font-family: 'header_font';
src: url('Duke-Fill.eot?#iefix') format('embedded-opentype'),
url('Duke-Fill.woff') format('woff'),
url('Duke-Fill.ttf') format('truetype'),
url('Duke-Fill.svg#svgFontName') format('svg');
}
.header_font{
font-family: header_font;
}
我已經嘗試了我可以在Internet上找到的每一個其他建議,但是沒有任何東西可以使Internet Explorer中的自定義字體顯示。它在任何其他可以想象的瀏覽器中都能很好地工作,但不會出現IE(驚喜)。幫幫我?
你可以檢查開發人員工具欄什麼錯誤給你嗎? – easwee 2012-07-30 14:02:21