1
0
Fork 0
This commit is contained in:
Von Random 2023-06-20 14:15:47 +03:00
parent 0af7d00a72
commit f42c239958
7 changed files with 8 additions and 8 deletions

View file

@ -26,4 +26,4 @@ vim.o.imsearch = 0
local fsize = '11'
if vim.loop.os_uname().sysname == 'Darwin' then fsize = '14' end
vim.o.guifont = 'vcascadia:h' .. fsize
vim.o.guifont = 'VascadiaMod:h' .. fsize

View file

@ -1,7 +1,7 @@
(setq user-full-name "Von Random"
user-mail-address "von@mechanus.net")
(setq doom-font (font-spec :family "vcascadia" :size 14)
(setq doom-font (font-spec :family "VascadiaMod" :size 14)
doom-variable-pitch-font (font-spec :family "PT Sans"))
(setq doom-theme 'doom-gruvbox)