wezterm: Fix italic font display
Accidentally displayed as italic and bold by default, now displaying regular weight except for actually bold italic fonts.
This commit is contained in:
parent
62301917da
commit
9915fcd2bf
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ local settings = {
|
|||
italic = true,
|
||||
intensity = "Normal",
|
||||
font = wezterm.font_with_fallback({
|
||||
{ family = "Iosevka", weight = "Bold", italic = true },
|
||||
{ family = "Iosevka", weight = "Regular", italic = true },
|
||||
{ family = "VictorMono Nerd Font", style = "Italic" },
|
||||
}),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue