From 7a136ee50a83e4f7d0ac8605608f5e4e295c156d Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 22 Apr 2018 20:12:07 +0100 Subject: [PATCH] Update media type for OpenType fonts. application/font-sfnt has been deprecated in favour of, among others, font/otf. --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 30452ca..65cf82b 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ DirectoryIndex index.xhtml AddType application/xhtml+xml;charset=UTF-8 .xhtml -AddType application/font-sfnt;outlines=CFF;layout=OTF .otf +AddType font/otf;outlines=CFF .otf AddType application/vnd.font-fontforge-sfd .sfd -- 2.30.2