From 014b6f7a8b4f571cde8c290e1878a5bafc0c9b66 Mon Sep 17 00:00:00 2001 From: Ben Kyd Date: Tue, 10 Jun 2025 14:51:04 +0100 Subject: [PATCH] change font --- common/.config/wezterm/wezterm.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/.config/wezterm/wezterm.lua b/common/.config/wezterm/wezterm.lua index 287219e..da6cf04 100644 --- a/common/.config/wezterm/wezterm.lua +++ b/common/.config/wezterm/wezterm.lua @@ -8,8 +8,10 @@ end config.hide_tab_bar_if_only_one_tab = true -config.font = wezterm.font("JetBrains Mono") +config.font = wezterm.font("Source Code Pro", { weight = "DemiBold" }) config.font_size = 10.0 +config.line_height = 1.2 + config.adjust_window_size_when_changing_font_size = false config.color_scheme = 'Catppuccin Macchiato'