wezterm: back to proper use of cascadia
This commit is contained in:
parent
7e4a82d9a3
commit
3bbcba9bea
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ cfg.check_for_updates = false
|
|||
-- fonts & text
|
||||
cfg.cursor_blink_rate = 0
|
||||
cfg.bold_brightens_ansi_colors = false
|
||||
cfg.font = wt.font('Vascadia Mono PL')
|
||||
cfg.font = wt.font('Cascadia Mono PL')
|
||||
cfg.harfbuzz_features = {"ss01", "ss19", "ss20"}
|
||||
cfg.font_size = fn.set_by_os{
|
||||
Darwin = 14,
|
||||
others = 10
|
||||
|
|
Loading…
Reference in a new issue