sub: add application/font-sfnt to the list of font mime types

According to both file(1) and
https://www.iana.org/assignments/media-types/application/font-sfnt
application/font-sfnt is also a valid mime type for (at least some) .ttf
files.
This commit is contained in:
Wessel Dankers 2020-08-13 14:45:15 +02:00 committed by wm4
parent 57a0b897a2
commit 1dac111268
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ static const char *const font_mimetypes[] = {
"application/vnd.ms-opentype",
"application/x-font-ttf",
"application/x-font", // probably incorrect
"application/font-sfnt",
"font/collection",
"font/otf",
"font/sfnt",