1
0
Fork 0

wezterm: fonts

This commit is contained in:
Von Random 2024-05-14 19:50:08 +03:00
parent 62c19cef8a
commit 3cc24bd874
2 changed files with 9 additions and 5 deletions

View file

@ -21,11 +21,10 @@ cfg.check_for_updates = false
cfg.harfbuzz_features = nil
cfg.cursor_blink_rate = 0
cfg.bold_brightens_ansi_colors = false
cfg.font = wt.font('Cascadia Mono PL')
cfg.harfbuzz_features = {'ss01', 'ss19', 'ss20'}
cfg.font = wt.font('Fantasque Sans Mono')
cfg.font_size = fn.set_by_os{
Darwin = 14,
others = 11
Darwin = 15,
others = 12
}
-- visuals