Skip to content

Commit

Permalink
Added .woff font to htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Nov 11, 2014
1 parent aa1a1dd commit 3b563de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RewriteRule ^(.*)$ - [NC,L]
AddType application/vnd.ms-fontobject .eot
AddType font/ttf .ttf
AddType font/otf .otf
AddType font/woff .woff
<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
Expand Down

0 comments on commit 3b563de

Please sign in to comment.