我的代码使用以下内容:
@font-face {
font-family: 'FontAwesome';
src: url('../font/fontawesome-webfont.eot?v=3.2.1');
src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
font-weight: normal;
font-style: normal;
}
我可以安全地假设,如果我以IE9为目标,之后不再需要svg或opentype吗?我问的原因是因为我注意到我用来制作自定义图标的网站现在注释掉了svg。
// url('@{FontAwesomePath}/fontawesome-webfont.svg#fontawesomeregular?v=3.0.1') format('svg');
// src: url('@{FontAwesomePath}/FontAwesome.otf') format('opentype');
答案 0 :(得分:2)
SVG可能支持iOS< 5.0。 现代浏览器只需要WOFF。