From ee7c6c8eb48a95dce842d86a66402ad0f7b3f931 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Tue, 11 Feb 2025 02:32:58 -0500 Subject: refactor: use `Arimo` for `sub-font` metrically-compatible font with Arial (Apache 2.0 licensed) --- .config/mpv/mpv.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/mpv/mpv.conf') 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 -- cgit v1.2.3