I am using the latest version of FontAwesome as follows:
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
It works fine in Chrome, FireFox and Safari, but when I go to Internet Explorer 10 (older versions have the same problem), I see this error:
CSS3117: @font-face failed cross-origin request. Resource access is restricted.
fontawesome-webfont.eot
CSS3117: @font-face failed cross-origin request. Resource access is restricted.
fontawesome-webfont.woff
I tried adding FileMatch to the .htaccess file, but that didn't help.
I thought using CSS files from FontAwesomes CDN fixes IE errors.
Can someone help me?
source
share