Okay
  Public Ticket #258964
fontawesome and Firefox 31.0
Closed

Comments

  • Michael started the conversation

    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


  • Michael replied

    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>