From 29821d2531412cb36c056ce06f1d5116d4afe52e Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Tue, 1 Jul 2025 13:34:19 +0100 Subject: [PATCH] fix ghostty font size --- home/common/programs/ghostty/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/programs/ghostty/config b/home/common/programs/ghostty/config index f17b275..3422d1f 100644 --- a/home/common/programs/ghostty/config +++ b/home/common/programs/ghostty/config @@ -7,7 +7,7 @@ window-padding-color = extend custom-shader-animation = true # font -font-size = 14 +font-size = 12 font-family = "FiraCode Nerd Font Mono" font-family-italic = "VictorMono Nerd Font mono Oblique" font-family-bold-italic = "VictorMono Nerd Font mono Bold Oblique"