refactor(wezterm): use fira code nerd font
This commit is contained in:
parent
97e001e2c5
commit
69ce85881f
@ -7,7 +7,7 @@ return {
|
|||||||
line_height = 0.9,
|
line_height = 0.9,
|
||||||
font = wezterm.font_with_fallback({
|
font = wezterm.font_with_fallback({
|
||||||
{
|
{
|
||||||
family = "Fira Code",
|
family = "FiraCode NF",
|
||||||
weight = "DemiBold",
|
weight = "DemiBold",
|
||||||
harfbuzz_features = {
|
harfbuzz_features = {
|
||||||
"zero",
|
"zero",
|
||||||
@ -32,7 +32,6 @@ return {
|
|||||||
"Noto Sans Symbols2",
|
"Noto Sans Symbols2",
|
||||||
"PowerlineExtraSymbols",
|
"PowerlineExtraSymbols",
|
||||||
{ family = "FiraCode NF", weight = "DemiBold", scale = 1.2 },
|
{ family = "FiraCode NF", weight = "DemiBold", scale = 1.2 },
|
||||||
"FiraCode NF",
|
|
||||||
"MesloLGS NF",
|
"MesloLGS NF",
|
||||||
|
|
||||||
-- <built-in>, BuiltIn
|
-- <built-in>, BuiltIn
|
||||||
|
Loading…
Reference in New Issue
Block a user