我在一个网站上运行@ font-face它在所有浏览器中运行良好,所有浏览器都是firefox,chrome,safari等,但是在ie(所有版本看起来都是这样)它的不足之处。
我附上了下面发生的什么样的图片,它在左边的firefox中(这是在所有其他浏览器中的样子)和在右边的
这是我用于font-face的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');
}
我犯了一个明显的错误吗?所以我知道哪一个导致问题,你能告诉我哪个字体文件即使用吗?