Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #521281

    Hi,

    The Entypo Icons stop showing. Tried a few methods mentions on the forum but still could not get it fixed.

    Article Reference:
    http://medicdeno4u.com/articles/5-differences-between-real-love-and-attachment/

    #521349

    Hi Zheng Yu!

    Have you tried enabling cors as shown on this page?: http://kriesi.at/documentation/enfold/enable-cors/

    Cheers!
    Dake

    #521566

    Hi,

    Thanks a lot. Manage to fix it through the instruction provided. The code brought up in this post to insert seem slightly different from the one that inserted previously from another post. Couldn’t find the post anymore though.

    I change from:

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

    to

    <FilesMatch "\.(ttf|otf|woff)$">
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
    </IfModule>
    </FilesMatch>
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Entypo-fontello icons not showing’ is closed to new replies.