fix wezterm fonts

This commit is contained in:
LordMZTE 2020-12-19 15:47:21 +01:00
parent 78504929b7
commit 50a1305532

View file

@ -38,7 +38,30 @@ return {
}
},
font = wezterm.font("Iosevka Nerd Font Complete"),
font_dirs = {"C:\\Windows\\Fonts"},
font_rules = {
{
italic = false,
bold = false,
font = wezterm.font("Iosevka Nerd Font Complete"),
},
{
italic = true,
bold = false,
font = wezterm.font("Iosevka Italic Nerd Font Complete"),
},
{
italic = false,
bold = true,
font = wezterm.font("Iosevka Bold Nerd Font Complete"),
},
{
italic = true,
bold = true,
font = wezterm.font("Iosevka Bold Italic Nerd Font Complete"),
},
},
launch_menu = {
{