From 16d6866d0ac218650bf4670e75d8364c4bf9a542 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 5 Jan 2025 17:26:40 +0200 Subject: [PATCH] mpv.conf: use Inclusive Sans --- conf/mpv.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/conf/mpv.conf b/conf/mpv.conf index 11804cdc..21b31009 100644 --- a/conf/mpv.conf +++ b/conf/mpv.conf @@ -29,9 +29,12 @@ embeddedfonts=no # However Comic Neue is what I have gotten used to reading on Kindle and # where I want legibility. This could also be overridden by --sub-font="" in # terminal flags (see --alang and --slang= above) -sub-font='Comic Neue' +#sub-font='Comic Neue' #sub-ass-style-overrides=FontName='Comic Neue' -osd-font='Comic Neue' +#osd-font='Comic Neue' +sub-font='Inclusive Sans' +#sub-ass-style-overrides=FontName='Inclusive Sans' +osd-font='Inclusive Sans' # Amber font for subtitles sub-color='#ffb700'