css @font-face について質問があります。この Web サイト (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
の最後に「 」があるのはなぜですか?