From: Ben Harris Date: Sun, 22 Apr 2018 19:12:07 +0000 (+0100) Subject: Update media type for OpenType fonts. X-Git-Tag: bedstead-002.000~5 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=7a136ee50a83e4f7d0ac8605608f5e4e295c156d;p=bedstead-debian.git Update media type for OpenType fonts. application/font-sfnt has been deprecated in favour of, among others, font/otf. --- 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