From c7f631e2c03d3d3905daf22a497827118b6070e5 Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Mon, 8 Jul 2013 10:32:41 +0200 Subject: =?UTF-8?q?sub:=20Do=20not=20use=20deprecated=20=E2=80=9CSans?= =?UTF-8?q?=E2=80=9D=20fontconfig=20alias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sub/sub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sub') 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}, -- cgit v1.2.3