refactor(wezterm): improve font handling for fira code

This commit is contained in:
Price Hiller 2023-07-19 00:44:49 -05:00
parent 9ef4cb27b0
commit e521f195eb
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -5,21 +5,7 @@ return {
line_height = 1.0,
font = wezterm.font_with_fallback({
{
family = "FiraCodeNerdFont",
weight = "Medium",
harfbuzz_features = {
"zero",
"cv02",
"cv30",
"ss05",
"ss03",
"ss04",
"cv26",
"ss10",
},
},
{
family = "FiraCodeNerdFontMono",
family = "FiraCode Nerd Font",
weight = "Medium",
harfbuzz_features = {
"zero",