mpv: change fonts so UI is monospaced

This commit is contained in:
Aminda Suomalainen 2025-10-03 08:54:56 +03:00
parent 8fe59dd040
commit 639b464436
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -30,10 +30,10 @@ save-position-on-quit
# subtitles and UI. Subtitle preferred font may get used if it exists in the # subtitles and UI. Subtitle preferred font may get used if it exists in the
# system though? # system though?
embeddedfonts=no embeddedfonts=no
#sub-font='Inclusive Sans' #sub-font='OpenDyslexic'
#osd-font='Inclusive Sans' #osd-font='OpenDyslexic'
sub-font='OpenDyslexic' sub-font='Atkinson Hyperlegible Next'
osd-font='OpenDyslexic' osd-font='Atkinson Hyperlegible Mono'
# Amber font color for subtitles, unless they otherwise specify? # Amber font color for subtitles, unless they otherwise specify?
sub-color='#ffb700' sub-color='#ffb700'