Resolves Firefox display bug

Having a specific .htaccess rule into font-awesome include path helps solving the Firefox display bug (caused by server settings) without having to change .htaccess on sites using this project.
This commit is contained in:
Facyla 2014-03-07 17:11:39 +01:00
parent 0373b63c16
commit b8c2a9b64d

4
.htaccess Normal file
View File

@ -0,0 +1,4 @@
# Solves Firefox display bug
<FilesMatch ".(ttf|otf|eot|woff)$">
Header set Access-Control-Allow-Origin "*"
</FilesMatch>