From 3aa560a502c167bd6df1621b6deeebaac2f45695 Mon Sep 17 00:00:00 2001 From: testuser Date: Tue, 3 Dec 2024 16:17:05 +0900 Subject: [PATCH] update(wezterm): use regular weight for font --- dotfiles/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/wezterm/wezterm.lua b/dotfiles/wezterm/wezterm.lua index 2f18b18..c93fc86 100644 --- a/dotfiles/wezterm/wezterm.lua +++ b/dotfiles/wezterm/wezterm.lua @@ -53,7 +53,7 @@ return { font = wezterm.font_with_fallback { { family = 'Juisee HWNF', - weight = 'Bold', + weight = 'Regular', harfbuzz_features = { 'calt=0', -- disables ligature 'zero=1',