From 00c41cf0487e935a8464a8857cbcc3937cf10aaa Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Wed, 24 Jun 2020 08:43:21 -0400 Subject: [PATCH] Modified wezterm.lua --- wezterm/wezterm.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wezterm/wezterm.lua b/wezterm/wezterm.lua index e63be7f..639d822 100644 --- a/wezterm/wezterm.lua +++ b/wezterm/wezterm.lua @@ -9,11 +9,10 @@ return { -- font stuff -- font = font_with_fallback("Iosevka Custom"), font = font_with_fallback("Iosevka Custom"), - font_shaper = "Allsorts", font_rules = { { italic = true, - font = font_with_fallback("Dank Mono", {italic=true}), + font = font_with_fallback("Dank Mono"), }, }, font_size = 14.0,