我在下面
<i class="icon-remove"></i>
它在firefox,chrome,IE 8上正确显示关闭图标,但在IE9上没有显示.
这是font-awesome.css
@font-face { font-family: 'MyWebFont'; src: url('webfont.eot'); src: url('webfont.eot?#iefix') format('embedded-opentype'),url('webfont.woff') format('woff'),url('webfont.ttf') format('truetype'),url('webfont.svg#svgFontName') format('svg'); }
奇怪的是,它适用于一个客户端系统,具有与IE9和Windows 7操作系统完全相同的版本,但在其他系统上则不然.使用tomcat作为webserver.
有什么帮助/建议在这里发生?