I just started using the Entypo font to create social icons, but in IE8 or later, it displays the font as an empty cell. I donβt know if something is wrong with my code or their font.
@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; }
source share