diff options
| author | kj-sh604 | 2025-02-11 02:21:56 -0500 |
|---|---|---|
| committer | kj-sh604 | 2025-02-11 02:21:56 -0500 |
| commit | eb21cbe2c1f5fef2b848198ece13ea26c79bbdc6 (patch) | |
| tree | d3ccfb8fa0e4243ad2d4394aaf4e9a6d0780d628 /.config/mpv | |
| parent | 559bdbafcd3fb098a561a347688b91261906656e (diff) | |
refactor: use `Nimbus Sans` for `sub-font`
metrically-compatible font with Helvetica
Diffstat (limited to '.config/mpv')
| -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 9f2db49..f0ff0f1 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='FreeSans' +sub-font='Nimbus Sans' sub-font-size=32 scale=bilinear cscale=bilinear |
