From a4e1fb24480a19572396c89ebe8b84f20c7f52b6 Mon Sep 17 00:00:00 2001 From: Daveanand Mannie Date: Sun, 6 Apr 2025 17:14:20 -0400 Subject: [PATCH] [UPDATE] NerdFont & faces --- wezterm.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",