fix: update font family and weight for Iosevka Term

This commit is contained in:
2024-08-27 09:28:31 -04:00
parent 124af3d24e
commit a16930947b
+3 -2
View File
@@ -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",