From a16930947bef4d785973e68e6a3592cb85ce401f Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 27 Aug 2024 09:28:31 -0400 Subject: [PATCH] fix: update font family and weight for Iosevka Term --- config/font.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/font.lua b/config/font.lua index 4c7d473..f58d3d7 100644 --- a/config/font.lua +++ b/config/font.lua @@ -9,9 +9,9 @@ return { font = WEZTERM.font_with_fallback({ { -- Font Family - family = "Iosevka", + family = "Iosevka Term", -- Font Weight - weight = "Regular", + weight = "Medium", -- Character Varients and Ligatures harfbuzz_features = { "VSAH=7", @@ -29,6 +29,7 @@ return { "Symbols Nerd Font", "Symbols Nerd Font Mono", "VictorMono Nerd Font", + "Hack", "MonaspaceKrypton Nerd Font", "Roboto", "Cascadia Code",