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,
|
line_height = 1.0,
|
||||||
font = wezterm.font_with_fallback({
|
font = wezterm.font_with_fallback({
|
||||||
{
|
{
|
||||||
family = "FiraCodeNerdFont",
|
family = "FiraCode Nerd Font",
|
||||||
weight = "Medium",
|
|
||||||
harfbuzz_features = {
|
|
||||||
"zero",
|
|
||||||
"cv02",
|
|
||||||
"cv30",
|
|
||||||
"ss05",
|
|
||||||
"ss03",
|
|
||||||
"ss04",
|
|
||||||
"cv26",
|
|
||||||
"ss10",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
family = "FiraCodeNerdFontMono",
|
|
||||||
weight = "Medium",
|
weight = "Medium",
|
||||||
harfbuzz_features = {
|
harfbuzz_features = {
|
||||||
"zero",
|
"zero",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user