<FilesMatch ".(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>If you're having issues with your icon fonts not displaying in Firefox is because Firefox doesn't allow cross-domain fonts.
Just create an .htaccess file with the code below and save it in the same folder your fonts are located.