summaryrefslogtreecommitdiffstats
path: root/sub
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2013-07-08 10:32:41 +0200
committerMartin Herkt <lachs0r@srsfckn.biz>2013-07-08 18:02:46 +0200
commitc7f631e2c03d3d3905daf22a497827118b6070e5 (patch)
tree23e3f3179f3bd971b5c55ab01e991c24e27ca659 /sub
parentf2ad12a8199013645e9e6a69ea7c5d25ad4c3d61 (diff)
downloadmpv-c7f631e2c03d3d3905daf22a497827118b6070e5.tar.bz2
mpv-c7f631e2c03d3d3905daf22a497827118b6070e5.tar.xz
sub: Do not use deprecated “Sans” fontconfig alias
Diffstat (limited to 'sub')
-rw-r--r--sub/sub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/sub.c b/sub/sub.c
index 90b6cfee00..f3feef3c88 100644
--- a/sub/sub.c
+++ b/sub/sub.c
@@ -40,7 +40,7 @@
#include "video/mp_image_pool.h"
static const struct osd_style_opts osd_style_opts_def = {
- .font = "Sans",
+ .font = "sans-serif",
.font_size = 45,
.color = {255, 255, 255, 255},
.border_color = {0, 0, 0, 255},