Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #345691

    The entypo-fontello icon fonts were not displaying in Chrome. I was just seeing boxes, rather than the icons. I noticed other Enfold users have experienced similar issues.
    I did some research and found that is has to do with webfont access. Adding the following to my .htaccess file solved the problem:

    <IfModule mod_headers.c>
    <FilesMatch “\.(ttf|ttc|otf|eot|woff|font.css|css)$”>
    Header set Access-Control-Allow-Origin: http://yourwebsitedomaingoeshere.com
    </FilesMatch>
    </IfModule>

    • This topic was modified 10 years ago by moltenman.
    #345982

    Hi moltenman!

    Glad you figured it out! Let us know if you have any other questions or issues!

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘entypo-fontello icon fonts not displaying in Chrome’ is closed to new replies.