我正在尝试在我正在处理的 Intranet 网站上使用自定义 CSS 字体,但 Internet Explorer 会忽略它。
谁能帮我?
@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");
}