1
0
Fork 0

neovide, kitty, wezterm: fonts

This commit is contained in:
Von Random 2024-05-06 14:35:38 +03:00
parent c4a9f03b1a
commit c7e554df32
3 changed files with 6 additions and 6 deletions

View file

@ -25,6 +25,6 @@ vim.o.keymap = 'russian-jcukenwintype'
vim.o.iminsert = 0
vim.o.imsearch = 0
local fsize = '13'
if vim.loop.os_uname().sysname == 'Darwin' then fsize = '16' end
vim.o.guifont = 'Fantasque Sans Mono:h' .. fsize
local fsize = '11'
if vim.loop.os_uname().sysname == 'Darwin' then fsize = '14' end
vim.o.guifont = 'Cascadia Mono NF:h' .. fsize

View file

@ -1,7 +1,7 @@
# Use Ctrl+Alt+F5 to reload
font_family Fantasque Sans Mono
font_family Cascadia Mono NF
modify_font underline_position 1
font_size 16
font_size 14
cursor_blink_interval 0
term xterm-256color

View file

@ -21,7 +21,7 @@ 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.font = wt.font('Cascadia Mono NF')
cfg.harfbuzz_features = {'ss01', 'ss19', 'ss20'}
cfg.font_size = fn.set_by_os{
Darwin = 14,