refactor(wezterm): decrease font weight
This commit is contained in:
parent
8a6b0f03da
commit
220061a22c
@ -8,7 +8,7 @@ return {
|
|||||||
font = wezterm.font_with_fallback({
|
font = wezterm.font_with_fallback({
|
||||||
{
|
{
|
||||||
family = "FiraCode NF",
|
family = "FiraCode NF",
|
||||||
weight = "DemiBold",
|
weight = "Medium",
|
||||||
harfbuzz_features = {
|
harfbuzz_features = {
|
||||||
"zero",
|
"zero",
|
||||||
"cv02",
|
"cv02",
|
||||||
@ -22,7 +22,7 @@ return {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
family = "JetBrains Mono",
|
family = "JetBrains Mono",
|
||||||
weight = "DemiBold",
|
weight = "Medium",
|
||||||
},
|
},
|
||||||
-- NOTE: Attempt to resolve missing symbols etc.
|
-- NOTE: Attempt to resolve missing symbols etc.
|
||||||
-- <built-in>, BuiltIn
|
-- <built-in>, BuiltIn
|
||||||
|
Loading…
Reference in New Issue
Block a user