update: wezterm: use JuiseeHW Nerd Font (Bold)
This commit is contained in:
parent
7ce6a4cf26
commit
5f6bf46fec
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue