nickberens360
9/3/2013 - 1:20 PM

Add to .htcaccess to get font icons to work in firefox

Add to .htcaccess to get font icons to work in firefox

<FilesMatch "\.(ttf|otf|eot|woff)$">
  <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
  </IfModule>
</FilesMatch>