Initially, Font Awesome icons were not displaying in Firefox 31.0 on a Mac or in Firefox 18.0.1 or IE11 on a PC. They work fine in Opera, Chrome and Safari. I then modified my .htaccess file by adding this: <FilesMatch ".(ttf|otf|eot|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch> Had to do with CDN which I don't fully understand. That fixed the Firefox problem, but the IE problem persists. Something else perhaps?
Initially, Font Awesome icons were not displaying in Firefox 31.0 on a Mac or in Firefox 18.0.1 or IE11 on a PC. They work fine in Opera, Chrome and Safari. I then modified my .htaccess file by adding this:
<FilesMatch ".(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Had to do with CDN which I don't fully understand. That fixed the Firefox problem, but the IE problem persists. Something else perhaps?
Of course once I cleared my cache in IE 11 it was fine. Problem solved.