diff --git a/wezterm.lua b/wezterm.lua index e9516a2..947b830 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -8,7 +8,8 @@ config.default_prog = { "pwsh" } --styles config.harfbuzz_features = { "calt=0", "clig=0", "liga=0" } -config.font = wezterm.font("JetBrains Mono", { weight = "Bold" }) +config.font = wezterm.font("JetBrainsMono NF", { weight = "Bold" , style = "Italic"}) +-- config.font_size = 14 config.color_scheme = "Sakura" config.window_padding = { left = "0.5cell",