diff --git a/terminal/.config/wezterm/wezterm.lua b/terminal/.config/wezterm/wezterm.lua index 2681191..8fa9cf3 100644 --- a/terminal/.config/wezterm/wezterm.lua +++ b/terminal/.config/wezterm/wezterm.lua @@ -61,7 +61,7 @@ local settings = { italic = true, intensity = "Normal", font = wezterm.font_with_fallback({ - { family = "Iosevka", weight = "Bold", italic = true }, + { family = "Iosevka", weight = "Regular", italic = true }, { family = "VictorMono Nerd Font", style = "Italic" }, }), },