diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua index 4184d4d..f8cf635 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -18,13 +18,10 @@ cfg.check_for_updates = false -- fonts & text cfg.cursor_blink_rate = 0 cfg.bold_brightens_ansi_colors = false -cfg.font = wt.font{ - family = 'Cascadia Mono PL', - harfbuzz_features = {"ss01", "ss19", "ss20"} -} +cfg.font = wt.font('Vascadia Mono PL') cfg.font_size = fn.set_by_os{ - Darwin = 14, - others = 10 + Darwin = 15, + others = 11 } -- visuals