Tagged: ie
Hi, I am having trouble with the fonts not loading in IE. IE8 hangs, IE9 freezes, and in IE11 i get the following in the console:
CSS3111: @font-face encountered unknown error.
File: entypo-fontello.eot
CSS3112: @font-face failed WOFF integrity check.
File: entypo-fontello.woff
CSS3114: @font-face failed OpenType embedding permission check. Permission must be Installable.
File: entypo-fontello.ttf
Hi!
Try the fixes provided here:
http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
Best regards,
Josue
Thanks for responding. But because the @font-face is theme code, I am not sure how to change it or where it is.
Hey!
The changes suggested there are meant to be applied to the .htaccess file (located at root of the site):
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Best regards,
Josue
That worked. Thank you so much!
You are welcome, always glad to help :)
Regards,
Josue
Actually, I’m still having problems. IE9 now works, but still getting errors. IE8 is freezing now.
Hey!
Thank you for using the theme.
You’re using version 2.6.2 of the theme. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Ismael