summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/loadfile.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/player/loadfile.c b/player/loadfile.c
index f527cb852d..402b30c5be 100644
--- a/player/loadfile.c
+++ b/player/loadfile.c
@@ -845,7 +845,9 @@ static void open_subtitles_from_resolve(struct MPContext *mpctx)
static const char *font_mimetypes[] = {
"application/x-truetype-font",
- "application/x-font",
+ "application/vnd.ms-opentype",
+ "application/x-font-ttf",
+ "application/x-font", // probably incorrect
NULL
};