From 036b2663ff8fe4e092b6f010ef7d6947ae5aa278 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 11 Sep 2022 20:28:22 -0500 Subject: [PATCH] Revert "refactor(wezterm): use FiraCode NF symbols as generic NF" This reverts commit f86c97a15a5540f05af9a22c68a43a2995fda869. --- 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 16c90f49..e361a4d0 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",