refactor(wezterm): improve font handling for fira code
This commit is contained in:
parent
9ef4cb27b0
commit
e521f195eb
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user