update font size

This commit is contained in:
2025-01-13 21:59:23 -05:00
parent 5177d5b40d
commit 940b6b02db

View File

@@ -53,7 +53,7 @@ config.colors = {
}
config.font = wezterm.font("Iosevka") -- Match font as close as possible
config.font_size = 22.0 -- Slightly reduced size for a compact view
config.font_size = 18.0 -- Slightly reduced size for a compact view
config.line_height = 1.1 -- Adjusted line height
return config