Skip to content

Commit

Permalink
Correct Expires header to application/x-font-ttf. Fixes twbs#740.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Sep 6, 2011
1 parent 981e448 commit 715957b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Apache configuration file
# httpd.apache.org/docs/2.2/mod/quickreference.html

Expand Down Expand Up @@ -234,7 +233,7 @@ AddType text/x-vcard vcf
ExpiresByType text/x-component "access plus 1 month"

# Webfonts
ExpiresByType font/truetype "access plus 1 month"
ExpiresByType application/x-font-ttf "access plus 1 month"
ExpiresByType font/opentype "access plus 1 month"
ExpiresByType application/x-font-woff "access plus 1 month"
ExpiresByType image/svg+xml "access plus 1 month"
Expand Down

0 comments on commit 715957b

Please sign in to comment.