From 8ce4cc52f47982fb13967534afa1218520faaa04 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 6 Nov 2024 04:18:13 +0300 Subject: [PATCH] Foot: Enable bold fonts again. --- home/config/foot/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/config/foot/default.nix b/home/config/foot/default.nix index 7af624f..de32aa3 100644 --- a/home/config/foot/default.nix +++ b/home/config/foot/default.nix @@ -11,7 +11,7 @@ in { globalSection = { dpi-aware = dpiAware; font = "${config.module.style.font.monospace.name}:size=${toString config.module.style.font.size.terminal}"; - font-bold = "${config.module.style.font.monospace.name}:size=${toString config.module.style.font.size.terminal}"; + # font-bold = "${config.module.style.font.monospace.name}:size=${toString config.module.style.font.size.terminal}"; font-bold-italic = "${config.module.style.font.monospace.name}:size=${toString config.module.style.font.size.terminal}"; font-italic = "${config.module.style.font.monospace.name}:size=${toString config.module.style.font.size.terminal}"; font-size-adjustment = fontStep;