diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index de79e40..56bc9e4 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -31,9 +31,19 @@ return { }, { italic = true, - intensity = "Bold", + intensity = "Half", font = font_with_fallback("Iosevka Term SS15", { weight = "ExtraLight", italic = true }), }, + { + italic = true, + intensity = "Bold", + font = font_with_fallback("Iosevka Term Curly Slab Ex", { weight = "Regular", italic = true }), + }, + { + reverse = true, + intensity = "Bold", + font = font_with_fallback("Iosevka Term SS09", { weight = "Bold" }), + }, { intensity = "Bold", font = font_with_fallback("Iosevka Term SS09", { weight = "DemiBold" }),