anavdesign
4/22/2016 - 3:35 AM

font: Font Face Firefox

font: Font Face Firefox

/*
 * @font-face icon font not working in firefox
 * see @ http://red-team-design.com/firefox-doesnt-allow-cross-domain-fonts-by-default/
 * see @ https://css-tricks.com/forums/topic/font-face-icon-font-not-working-in-firefox/
 */
 
<FilesMatch "\.(ttf|otf|eot|woff)$">
  <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
  </IfModule>
</FilesMatch>