Comments Michael started the conversationAugust 4, 2014 at 6:48pmFont Awesome icons not displaying in Firefox 31.0 on a Mac or in Firefox 31.0 or IE11 on a PC. They work fine in Opera, Chrome and Safari. Please adviseMichael repliedAugust 4, 2014 at 8:32pmActually I fixed it. Had to do with CDN which I don't fully understand. Here's how. In .htaccess file I added <FilesMatch ".(ttf|otf|eot|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule></FilesMatch> Sign in to reply ...
Font Awesome icons not displaying in Firefox 31.0 on a Mac or in Firefox 31.0 or IE11 on a PC. They work fine in Opera, Chrome and Safari. Please advise
Actually I fixed it. Had to do with CDN which I don't fully understand. Here's how. In .htaccess file I added
<FilesMatch ".(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>