我一直在試圖讓@ font-face使用font-squirrel的工具包來渲染最近2個小時。退房this link,你會看到,在所有非IE瀏覽器的一切是桃色的,但在IE它不能完全呈現...HTML5和@ font-face與IE
這裏是我的字體面對面代碼:
@font-face {
font-family: 'CartoGothicStdBook';
src: url('../cartogothicstd-book-webfont.eot');
src: url('../cartogothicstd-book-webfont.eot?#iefix') format('embedded-opentype'),
url('../cartogothicstd-book-webfont.woff') format('woff'),
url('../cartogothicstd-book-webfont.ttf') format('truetype'),
url('../cartogothicstd-book-webfont.svg#cartogothicstdbook') format('svg');
font-weight: normal;
font-style: normal;
}
上午什麼我錯過了?字體在根目錄中,以及樣式表(儘管我不認爲它有什麼區別)。是否因爲HTML5標籤(我使用HTML5 shiv)不能使用@ font-face pre-IE9?
希望從絕地編碼人員那裏聽到不久,
您使用了哪些標籤? –
位於新部分標籤內的標題標籤。 –