From a35f9862c2c064e9ca6c75beb5399eb6016b75a1 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 19 Dec 2023 00:21:02 -0600 Subject: [PATCH] refactor(wezterm): use standalone font for Fira Code, not nerd fonts Should be using a standalone font that includes the nerd fonts only instead of a patched font. Missing symbols from the font can be looked up in other fonts. Wezterm includes a symbols nerd font as part of it by default. No need to use a patched font. --- dots/.config/wezterm/config/fonts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/wezterm/config/fonts.lua b/dots/.config/wezterm/config/fonts.lua index 700158d7..0980f99d 100644 --- a/dots/.config/wezterm/config/fonts.lua +++ b/dots/.config/wezterm/config/fonts.lua @@ -5,7 +5,7 @@ return { line_height = 1.0, font = wezterm.font_with_fallback({ { - family = "FiraCode Nerd Font", + family = "Fira Code", harfbuzz_features = { "zero", "cv02",