From 489159f23bf3ea4579dab52fabbaba4e6fbc93ac Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sun, 25 Jun 2023 12:40:29 +0200 Subject: [PATCH] wezterm: font goodness --- .config/wezterm/wezterm.lua | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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" }),