From 639b4644366702da274bd35dc8d4cf282451f9d9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 3 Oct 2025 08:54:56 +0300 Subject: [PATCH] mpv: change fonts so UI is monospaced --- conf/mpv.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/mpv.conf b/conf/mpv.conf index 49308d2f..a78cbf56 100644 --- a/conf/mpv.conf +++ b/conf/mpv.conf @@ -30,10 +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='OpenDyslexic' -osd-font='OpenDyslexic' +#sub-font='OpenDyslexic' +#osd-font='OpenDyslexic' +sub-font='Atkinson Hyperlegible Next' +osd-font='Atkinson Hyperlegible Mono' # Amber font color for subtitles, unless they otherwise specify? sub-color='#ffb700'