1
0
Fork 0

wezterm: back to proper use of cascadia

This commit is contained in:
Von Random 2024-12-29 17:52:41 +02:00
parent 7e4a82d9a3
commit 3bbcba9bea

View file

@ -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