batfan
5/2/2014 - 9:08 PM

Fix @Font-Face access issue, in Firefox

Fix @Font-Face access issue, in Firefox

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