我正嘗試在Intranet網站上使用自定義CSS字體,但Internet Explorer忽略它。如何使用自定義CSS字體?
任何人都可以幫助我嗎?
@font-face {
font-family: "samaritans-webfont";
font-style: normal;
font-weight: normal;
src:url("/smresources/fonts/samaritans-webfont.eot?iefix") format("embedded-opentype"),
url("/smresources/fonts/samaritans-webfont.woff") format("woff"),
url("/smresources/fonts/samaritans-webfont.ttf") format("truetype"),
url("/smresources/fonts/samaritans-webfont.svg#samaritans-webfont") format("svg");
}
你在說什麼IE的確切版本? – Pavlo
@Pavlo Mykhalov,我正在測試IE9。非常感謝您的快速回復 – user1697399
首先,您錯過了關閉大括號。 – Pavlo