【发布时间】:2012-12-21 20:37:55
【问题描述】:
我有一个关于 css @font-face 的问题。我正在使用本网站 (http://www.fontspring.com/blog/the-new-bulletproof-font-face-syntax) 中的以下代码。
@font-face {
font-family: 'MyFontFamily';
src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'),
url('myfont-webfont.woff') format('woff'),
url('myfont-webfont.ttf') format('truetype'),
url('myfont-webfont.svg#svgFontName') format('svg');
}
为什么“url('myfont-webfont.eot?#iefix')”行末尾有“#iefix”?
【问题讨论】: