diff options
| author | kj-sh604 | 2025-02-11 02:32:58 -0500 |
|---|---|---|
| committer | kj-sh604 | 2025-02-11 02:32:58 -0500 |
| commit | ee7c6c8eb48a95dce842d86a66402ad0f7b3f931 (patch) | |
| tree | 0a455c7a02adb70a686fd0e097aa655e76e7a9d0 /.config | |
| parent | eb21cbe2c1f5fef2b848198ece13ea26c79bbdc6 (diff) | |
refactor: use `Arimo` for `sub-font`
metrically-compatible font with Arial (Apache 2.0 licensed)
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 f0ff0f1..afcb9c4 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='Nimbus Sans' +sub-font='Arimo' sub-font-size=32 scale=bilinear cscale=bilinear |
