add .htaccess file

pull/13/head
Michael Q Larson 2015-01-09 14:46:42 -08:00
parent 61204f61be
commit 5decaf13f0
1 changed files with 5 additions and 0 deletions

5
public/.htaccess Normal file
View File

@ -0,0 +1,5 @@
<FilesMatch ".(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>