refactor(wezterm): use normal font weights

This commit is contained in:
Price Hiller 2023-10-04 21:06:54 -05:00
parent 847f5e2ee9
commit ca1c15306a
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -6,7 +6,6 @@ return {
font = wezterm.font_with_fallback({ font = wezterm.font_with_fallback({
{ {
family = "FiraCode Nerd Font", family = "FiraCode Nerd Font",
weight = "Medium",
harfbuzz_features = { harfbuzz_features = {
"zero", "zero",
"cv02", "cv02",
@ -20,7 +19,6 @@ return {
}, },
{ {
family = "JetBrains Mono", family = "JetBrains Mono",
weight = "Medium",
}, },
{ {
family = "MesloLGS Nerd Font", family = "MesloLGS Nerd Font",