From 2a20580b89d6b071119effd6d1d551c4682cc7f7 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Fri, 16 May 2025 21:49:04 -0500 Subject: fix(wezterm): change font_size to 12 --- dot_config/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config') diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua index 4d6eba0..6837541 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -15,7 +15,7 @@ local font = wezterm.font_with_fallback({ { family = "JetBrains Mono" }, }) -local font_size = 13 +local font_size = 12 local width = 120 local length = 40 -- cgit v1.2.3