Tagged: 

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

    MaxCDN have suggested the following fix:

    Have you already tried changing the URL from which your fonts are loaded? Instead of using relative path for your font files, use an absolute path instead so that it will be served directly from your server.

    i.e. @font-face{ src: url(‘*http://mydomain.com/fonts/proximanova-regular-webfont.eot’); } This is fetching from your own domain.

    Unfortunately I don’t know exactly how to achieve this so I would really appreciate a detailed explanation.

    Thank you.

    Derek

    #231254

    Problem resolved (thanks to info from my CDN provider MaxCDN) by adding the fontello fonts suffixes .eot,.woff, .ttf and .svg to the file types to be excluded from caching in Supercache.

    Icons now displaying perfectly in IE11.

    #231376

    Hey!

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

    Regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Icons Being Replaced with Chinese Cahracters in IE11’ is closed to new replies.