From 4f258de316d36409208369b358a9c5e931aa48fc Mon Sep 17 00:00:00 2001
From: Daniel Lundin <daniel@arity.se>
Date: Mon, 19 Apr 2021 16:40:46 +0200
Subject: [PATCH] wezterm: curly slab italic

---
 .config/wezterm/wezterm.lua | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua
index 726042d..f10a8b7 100644
--- a/.config/wezterm/wezterm.lua
+++ b/.config/wezterm/wezterm.lua
@@ -94,7 +94,8 @@ return {
     {
       italic = true,
       intensity = "Normal",
-      font = font_with_fallback("Iosevka Term SS09", {weight="Light", italic=true})
+      -- font = font_with_fallback("Iosevka Aile", {weight="Regular", italic=true})
+      font = font_with_fallback("Iosevka Term Curly Slab", {weight="Regular", italic=true})
     },
     {
       italic = true,
@@ -114,7 +115,7 @@ return {
   bold_brightens_ansi_colors = false,
 
   font_size = 12.0,
-  line_height = 1.14,
+  line_height = 1.0,
 
   -- initial_cols = 120,
   -- initial_rows = 40,