From e521f195eb63965e2eafb1e8dd491b8422e987dc Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 19 Jul 2023 00:44:49 -0500 Subject: [PATCH] refactor(wezterm): improve font handling for fira code --- dots/.config/wezterm/config/fonts.lua | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/dots/.config/wezterm/config/fonts.lua b/dots/.config/wezterm/config/fonts.lua index 252ed845..6d2e3972 100644 --- a/dots/.config/wezterm/config/fonts.lua +++ b/dots/.config/wezterm/config/fonts.lua @@ -5,21 +5,7 @@ return { line_height = 1.0, font = wezterm.font_with_fallback({ { - family = "FiraCodeNerdFont", - weight = "Medium", - harfbuzz_features = { - "zero", - "cv02", - "cv30", - "ss05", - "ss03", - "ss04", - "cv26", - "ss10", - }, - }, - { - family = "FiraCodeNerdFontMono", + family = "FiraCode Nerd Font", weight = "Medium", harfbuzz_features = { "zero",