Update media type for OpenType fonts.

application/font-sfnt has been deprecated in favour of, among others, 
font/otf.
This commit is contained in:
Ben Harris 2018-04-22 20:12:07 +01:00
parent b3b9184bed
commit 7a136ee50a

View File

@ -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