mirror of
https://github.com/mpv-player/mpv
synced 2025-03-02 12:20:57 +00:00
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:
parent
57a0b897a2
commit
1dac111268
@ -100,6 +100,7 @@ static const char *const font_mimetypes[] = {
|
|||||||
"application/vnd.ms-opentype",
|
"application/vnd.ms-opentype",
|
||||||
"application/x-font-ttf",
|
"application/x-font-ttf",
|
||||||
"application/x-font", // probably incorrect
|
"application/x-font", // probably incorrect
|
||||||
|
"application/font-sfnt",
|
||||||
"font/collection",
|
"font/collection",
|
||||||
"font/otf",
|
"font/otf",
|
||||||
"font/sfnt",
|
"font/sfnt",
|
||||||
|
Loading…
Reference in New Issue
Block a user