diff options
| author | kj-sh604 | 2025-02-10 23:41:33 -0500 |
|---|---|---|
| committer | kj-sh604 | 2025-02-10 23:41:33 -0500 |
| commit | 559bdbafcd3fb098a561a347688b91261906656e (patch) | |
| tree | 98b6d5d44b23b51b698963186c5ce3137e32c059 /.config | |
| parent | f42e62243b711dec92fbb9919cdc47ec1f36908e (diff) | |
refactor: use `FreeSans` for `sub-font`
metrically-compatible font with Helvetica World
Diffstat (limited to '.config')
| -rw-r--r-- | .config/mpv/mpv.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 086c180..9f2db49 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -2,7 +2,7 @@ vo=gpu ao=pulse hwdec=nvdec osd-font='Roboto Mono' -sub-font='Liberation Sans' +sub-font='FreeSans' sub-font-size=32 scale=bilinear cscale=bilinear |
