mpv.conf: more font overriding

This commit is contained in:
Aminda Suomalainen 2024-10-16 22:09:43 +03:00
parent e84381cf09
commit 5c58c9ddff
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -18,13 +18,19 @@ slang=fi,fin,sdh,doh,en,eng,eo,epo,la,lat,sv,swe,ru,rus,cs,ces,cze,es,spa,jpn,jp
# Sans-Serif fonts are the best for legibility # Sans-Serif fonts are the best for legibility
#sub-font='Roboto' #sub-font='Roboto'
#sub-ass-style-overrides=FontName='Roboto'
#osd-font='Roboto'
# Noto is likely the best covered with strange UTF-8 glyphs while also # Noto is likely the best covered with strange UTF-8 glyphs while also
# designed to be compatible with Roboto # designed to be compatible with Roboto
#sub-font='Noto Sans' #sub-font='Noto Sans'
#sub-ass-style-overrides=FontName='Noto Sans'
#osd-font='Noto Sans'
# However Comic Neue is what I have gotten used to reading on Kindle and # 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 # where I want legibility. This could also be overridden by --sub-font="" in
# terminal flags (see --alang and --slang= above) # 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'
# Amber font for subtitles # Amber font for subtitles
sub-color='#ffb700' sub-color='#ffb700'