From 1ab0d7bf66d4a442d7e04c4a210e4e6a4784403e Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 26 Aug 2024 18:16:07 +0900 Subject: feat(home/haruka): temporarily switch to ttf font This commit switches the UI font to truetype font until a fix is identified for foot's bitmap font scaling issue. * bitmap font is broken on fractional scaling --- home/configs/haruka/sefidel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/configs/haruka/sefidel.nix b/home/configs/haruka/sefidel.nix index 22e53e9..aab2226 100644 --- a/home/configs/haruka/sefidel.nix +++ b/home/configs/haruka/sefidel.nix @@ -17,7 +17,7 @@ profiles.gui = { laptop.enable = true; font = { - name = "ProFont"; + name = "Iosevka NF"; pixelSize = 14; }; }; -- cgit 1.4.1