我在一个网站上运行@font-face,它在所有浏览器firefox、chrome、safari等上都可以正常工作,但是在ie(所有版本的外观)上它都不够用。
我附上了下面发生的事情的示例图像,它在左边的Firefox中(这是在所有其他浏览器中的样子)和右边的IE
这是我用于字体的 css
@font-face {
font-family: 'rll';
src: url('../type/rll.eot?') format('eot');
src: url('../type/rll.eot?#iefix') format('embedded-opentype'),
url('../type/rll.woff') format('woff'),
url('../type/rll.ttf') format('truetype'),
url('../type/rll.svg') format('svg');
}
我犯了一个明显的错误吗?所以我知道是哪一个导致了问题,你能告诉我ie使用的是哪个字体文件吗?