我无法让我的客户的自定义字体脸IE8露面。 它显示了在IE 9&7,和铬OBV。 我不知道为什么IE的这一个版本会造成麻烦。 这是我包括声明我的html
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="../styles/ie/cherokee_ie.css" />
<![endif]-->
这里是cherokee_ie.css文件
@font-face {
font-family: 'cherokee';
src: url('../../custom.eot');
src: url('../../custom.eot') format('embedded-opentype'),
src: local('☺'), url('../../font/custom.woff') format('woff'), url('../../font/custom.ttf') format('truetype'), url('../../font/custom.svg') format('svg');
font-weight: normal;
font-style: normal;
}
h1 ul li {
font-family:cherokee;
}
我真的不知道什么对SRC的笑脸:地方是干什么的,但我发现在另一个SO问题,使得它在IE7完美地工作代码(或至少据我可以通过BrowserLab看到。)
此外,有没有产生意见比Browserlab更快的方法?