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()