Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #291874

    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

    #291898

    Hi!

    Try the fixes provided here:
    http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    Best regards,
    Josue

    #291900

    Thanks for responding. But because the @font-face is theme code, I am not sure how to change it or where it is.

    #291902

    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

    #291913

    That worked. Thank you so much!

    #291914

    You are welcome, always glad to help :)

    Regards,
    Josue

    #291915

    Actually, I’m still having problems. IE9 now works, but still getting errors. IE8 is freezing now.

    • This reply was modified 10 years, 4 months ago by FunMobility.
    #292350

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.