From 4e4ba1277080a6e080a91cf993680a18c46fa0df Mon Sep 17 00:00:00 2001 From: djmaze Date: Thu, 29 Oct 2020 11:15:25 +0100 Subject: [PATCH] font/woff2 missing in .htaccess --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 921fb1459..eb8b71840 100644 --- a/.htaccess +++ b/.htaccess @@ -14,6 +14,7 @@ RewriteRule cpsess.* https://%{HTTP_HOST}/ [L,R=301] ExpiresByType image/webp A15768000 ExpiresByType image/vnd.microsoft.icon A15768000 ExpiresByType font/woff A15768000 + ExpiresByType font/woff2 A15768000