From 21c79bcc99666ad2f40dd40213a2554c05e3f18d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 18 Jul 2025 08:54:33 +0300 Subject: [PATCH] mpv.conf: bring back OpenDyslexic now that it has decided to work also with mpv --- conf/mpv.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/mpv.conf b/conf/mpv.conf index 902424c4..49308d2f 100644 --- a/conf/mpv.conf +++ b/conf/mpv.conf @@ -30,8 +30,10 @@ save-position-on-quit # subtitles and UI. Subtitle preferred font may get used if it exists in the # system though? embeddedfonts=no -sub-font='Inclusive Sans' -osd-font='Inclusive Sans' +#sub-font='Inclusive Sans' +#osd-font='Inclusive Sans' +sub-font='OpenDyslexic' +osd-font='OpenDyslexic' # Amber font color for subtitles, unless they otherwise specify? sub-color='#ffb700'