From 0cf211915d929f2517bd3b5c182f11d01b549f80 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 2 Oct 2023 10:05:12 -0500 Subject: [PATCH] refactor(wezterm): increase font size --- dots/.config/wezterm/config/fonts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/wezterm/config/fonts.lua b/dots/.config/wezterm/config/fonts.lua index 0aa37e44..eb5d4c96 100644 --- a/dots/.config/wezterm/config/fonts.lua +++ b/dots/.config/wezterm/config/fonts.lua @@ -33,5 +33,5 @@ return { }, { family = "Nerd Font Symbols" }, }), - font_size = 12, + font_size = 13, }