From c0bf6199ea03094c251ee352dcb9af797ccfcd22 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Thu, 17 Feb 2022 15:49:08 +0100 Subject: [PATCH] wezterm: Use iosevka ss15 extralight for italic+bold => comments in nvim --- .config/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index d12473a..2a3fdcd 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -101,7 +101,7 @@ return { { italic = true, intensity = "Bold", - font = font_with_fallback("Iosevka Term Curly Slab", {weight="Light", italic=true}) + font = font_with_fallback("Iosevka SS15", {weight="ExtraLight", italic=true}) }, { intensity = "Bold",