我試圖嵌入字體,問題在於它只是在Firefox中顯示,而不是在Internet Explorer中顯示。css - 爲IE和FF嵌入字體
@font-face {
font-family: capture_it;
src: url('fonts/Capture_it.eot');
src: local('Comfortaa_it'),
url('fonts/Capture_it.ttf') format('truetype');
}
任何幫助,非常感激。
謝謝,
enne
IE的哪個版本?對於舊版本,您需要使用[this hack](http://readableweb.com/mo-bulletproofer-font-face-css-syntax/)。 – 2012-04-06 09:28:01
Aktually爲最新的IE,V9我認爲。 – enne87 2012-04-06 11:27:49
IE9?檢查它是否是一個CORS問題。字體是否來自同一個域? – 2014-12-05 03:29:49