update(wezterm): use regular weight for font
This commit is contained in:
parent
5c0a268fe0
commit
3aa560a502
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue