Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #359480

    I have a site http://graintec.com which is built in a folder http://graintec.dk. and than renamed to .com version
    You normally access the page through http://graintec.com but when you access the same page through http://graintec.dk the front page will be shown as dk – but when you go to the menu or home link you will be in the .com site.

    The problem is in the dk front page on PC – netscape and chrome and on MAC – chrome and firefox have a problem in showing the icons – every browser creates their own funny icons. Safari and Mac their is no difference between .dk or .com

    What is happening with the icons and what can i do ???? – the rest of the page is identical as it should be !!

    regards Mike

    #359709

    Hi mikeandrewfischer!

    Please add following to your .htaccess file

    <FilesMatch "\.(ttf|otf|woff)$">
    <IfModule mod_headers.c>
            Header set Access-Control-Allow-Origin "*"
    </IfModule>
    </FilesMatch>

    Cheers!
    Yigit

    #359778

    You are a Genius – thanks so much it works – have a nice weekend.
    regards Mike

    #359780

    Hey!

    You are welcome Mike, we are always happy to help!
    Thanks, you too have a nice weekend :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Icon don't show in certain browsers’ is closed to new replies.