refactor(wezterm): use firacode for font

This commit is contained in:
Price Hiller 2022-09-27 19:40:05 -05:00
parent 739c2061bf
commit a7924902c1
7 changed files with 15 additions and 0 deletions

View File

@ -6,6 +6,21 @@ return {
unicode_version = 14,
line_height = 0.9,
font = wezterm.font_with_fallback({
{
family = "Fira Code",
weight = "DemiBold",
harfbuzz_features = {
"zero",
"cv01",
"cv02",
"cv30",
"ss05",
"ss03",
"ss04",
"cv26",
"ss10",
},
},
{
family = "JetBrains Mono",
weight = "DemiBold",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.