From 682e51ae50ca12a43b7714c53afaa40f6c4d1dc6 Mon Sep 17 00:00:00 2001 From: "Philippe M. Chiasson" Date: Wed, 5 Mar 2014 06:09:20 +0000 Subject: Bug 979411 - Fix content-type for woff files r=dkl --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 91c500c0f..84657904a 100644 --- a/.htaccess +++ b/.htaccess @@ -29,6 +29,8 @@ AddType image/x-icon .ico +AddType application/font-woff .woff + ErrorDocument 401 /errors/401.html ErrorDocument 403 /errors/403.html ErrorDocument 404 /errors/404.html -- cgit v1.2.3-24-g4f1b