1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-16 20:27:23 +00:00

sub: Do not use deprecated “Sans” fontconfig alias

This commit is contained in:
Martin Herkt 2013-07-08 10:32:41 +02:00
parent f2ad12a819
commit c7f631e2c0

View File

@ -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},