From ca1c15306ab992ecac582318eed83475a39062ca Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 4 Oct 2023 21:06:54 -0500 Subject: [PATCH] refactor(wezterm): use normal font weights --- dots/.config/wezterm/config/fonts.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/dots/.config/wezterm/config/fonts.lua b/dots/.config/wezterm/config/fonts.lua index eb5d4c96..700158d7 100644 --- a/dots/.config/wezterm/config/fonts.lua +++ b/dots/.config/wezterm/config/fonts.lua @@ -6,7 +6,6 @@ return { font = wezterm.font_with_fallback({ { family = "FiraCode Nerd Font", - weight = "Medium", harfbuzz_features = { "zero", "cv02", @@ -20,7 +19,6 @@ return { }, { family = "JetBrains Mono", - weight = "Medium", }, { family = "MesloLGS Nerd Font",