From f86c97a15a5540f05af9a22c68a43a2995fda869 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 11 Sep 2022 19:44:01 -0500 Subject: [PATCH] refactor(wezterm): use FiraCode NF symbols as generic NF --- 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 e361a4d0..16c90f49 100644 --- a/dots/.config/wezterm/config/fonts.lua +++ b/dots/.config/wezterm/config/fonts.lua @@ -11,11 +11,11 @@ return { }, -- NOTE: Attempt to resolve missing symbols etc. -- , BuiltIn + { family = "FiraCode NF", weight = "DemiBold", scale = 1.2 }, { family = "Symbols Nerd Font Mono", scale = 0.8 }, "Noto Sans Symbols", "Noto Sans Symbols2", "PowerlineExtraSymbols", - { family = "FiraCode NF", weight = "DemiBold", scale = 1.2 }, "FiraCode NF", "MesloLGS NF",