From 8fd953afd063e68e59a01116ef725982797300af Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Fri, 30 Nov 2018 16:06:11 +0000 Subject: [PATCH] [mpv] make subtitle font bold --- home/.config/mpv/mpv.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/.config/mpv/mpv.conf b/home/.config/mpv/mpv.conf index 1854994..0ace304 100644 --- a/home/.config/mpv/mpv.conf +++ b/home/.config/mpv/mpv.conf @@ -1,9 +1,10 @@ # Configure fonts osd-font = 'DINW07-Medium' sub-font = 'TeX Gyre Heros' +sub-bold = yes sub-font-size = 44 # also use custom fonts for ass subtitles -sub-ass-override=force +sub-ass-override = force # don’t correct pitch of audio #audio-pitch-correction = no