使用Entypo @ font-face无法在IE8或更高版本中使用?

Mik*_*ory 6 html css internet-explorer font-face

我刚开始使用Entypo font-face制作我的社交图标,但在IE8或更高版本中,它将字体显示为空框.我不知道我的代码或字体是否有问题.

@font-face {
font-family: 'entypo-social';
src: url('entypo-social.eot');
src: url('entypo-social.eot?#iefix') format('embedded-opentype'),
     url('entypo-social.woff') format('woff'),
     url('entypo-social.ttf') format('truetype'),
     url('entypo-social.svg#svgFontName') format('svg'); }


.social_font a{
font: 47px/20px 'entypo-social', Arial, sans-serif; }
Run Code Online (Sandbox Code Playgroud)

dew*_*ydb 5

Entypo在IE8中不起作用.我刚刚访问了IE8中的网站,他们的演示完全被破坏了.