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

    Hi,

    We have a website using WPML (3 languages) and https.
    Icons are loading well on French and Chinese version but not on the French version (at least on Chrome PC. (working well on mac)

    (screenshot taken from PC windows 8 / Chrome 39 )

    Any idea how to fix it?

    Many thanks

    Olivia

    #365913
    This reply has been marked as private.
    #366025

    Hi!

    Please add following to your .htaccess file

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

    Best regards,
    Yigit

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