fonts
This commit is contained in:
parent
0af7d00a72
commit
f42c239958
7 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue