How do you view EOT webfont files? [closed]
if you don’t mind converting eot to any other format first like ttf for example, then you can convert it by using my tool onlinefontconverter.com
if you don’t mind converting eot to any other format first like ttf for example, then you can convert it by using my tool onlinefontconverter.com
I realize that this question is old, but for anyone looking for a quick copy/paste for adding font MIME types to their .htaccess: <IfModule mod_mime.c> AddType application/vnd.ms-fontobject .eot AddType application/x-font-opentype .otf AddType image/svg+xml .svg AddType application/x-font-ttf .ttf AddType application/font-woff .woff AddType application/font-woff2 .woff2 </IfModule>