我有一个关于 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
”?