From 5f6bf46fec03d0b925f6a7c48fe8dab5d54bbfaa Mon Sep 17 00:00:00 2001 From: qwjyh Date: Sat, 4 Nov 2023 21:09:02 +0900 Subject: [PATCH] update: wezterm: use JuiseeHW Nerd Font (Bold) --- dotfiles/wezterm/wezterm.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dotfiles/wezterm/wezterm.lua b/dotfiles/wezterm/wezterm.lua index bfc0373..88aac00 100644 --- a/dotfiles/wezterm/wezterm.lua +++ b/dotfiles/wezterm/wezterm.lua @@ -51,9 +51,13 @@ return { -- font = wezterm.font 'FirgeNerd Console' font = wezterm.font_with_fallback { { - family = 'JuliaMono', + family = 'JuiseeHW Nerd Font', + weight = 'Bold', harfbuzz_features = { 'calt=0', -- disables ligature + 'zero=1', + 'ss08=0', + 'ss20=0', }, }, { family = 'FirgeNerd Console', assume_emoji_presentation = true }, -- for japanese