refactor(wezterm): use normal font weights
This commit is contained in:
parent
847f5e2ee9
commit
ca1c15306a
@ -6,7 +6,6 @@ return {
|
|||||||
font = wezterm.font_with_fallback({
|
font = wezterm.font_with_fallback({
|
||||||
{
|
{
|
||||||
family = "FiraCode Nerd Font",
|
family = "FiraCode Nerd Font",
|
||||||
weight = "Medium",
|
|
||||||
harfbuzz_features = {
|
harfbuzz_features = {
|
||||||
"zero",
|
"zero",
|
||||||
"cv02",
|
"cv02",
|
||||||
@ -20,7 +19,6 @@ return {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
family = "JetBrains Mono",
|
family = "JetBrains Mono",
|
||||||
weight = "Medium",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
family = "MesloLGS Nerd Font",
|
family = "MesloLGS Nerd Font",
|
||||||
|
Loading…
Reference in New Issue
Block a user