1
0
Fork 0

wezterm: fonts

This commit is contained in:
Von Random 2024-05-02 15:44:48 +03:00
parent 65bfbe8d4c
commit cb95f9443d
2 changed files with 3 additions and 7 deletions

View file

@ -13,12 +13,7 @@ local cursor_bg = '#cb4b16'
-- fonts
local fonts = wt.config_builder()
fonts.font = wt.font('JetBrains Mono')
fonts.font_size = fn.set_by_os{
Darwin = 14,
others = 10
}
fonts.harfbuzz_features = {'calt=0', 'clig=0', 'liga=0'}
fonts.harfbuzz_features = {'calt=0', 'clig=0', 'liga=0', 'ss19'}
-- theme
local theme = wt.config_builder()

View file

@ -21,7 +21,8 @@ cfg.check_for_updates = false
cfg.harfbuzz_features = nil
cfg.cursor_blink_rate = 0
cfg.bold_brightens_ansi_colors = false
cfg.font = wt.font('VascadiaMod')
cfg.font = wt.font('Cascadia Code PL')
cfg.harfbuzz_features = {'ss01', 'ss19', 'ss20'}
cfg.font_size = fn.set_by_os{
Darwin = 14,
others = 11