From 715957bffc6f919cf9ecf62dc77cde3788f9daa5 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 6 Sep 2011 18:43:15 +0300 Subject: [PATCH] Correct Expires header to `application/x-font-ttf`. Fixes #740. --- .htaccess | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 0bf6819f0f79..fb8fa9af7b67 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,3 @@ - # Apache configuration file # httpd.apache.org/docs/2.2/mod/quickreference.html @@ -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"