1
0
Fork 0

emacs, nvim: fonts

This commit is contained in:
Von Random 2023-02-02 11:32:10 +02:00
parent 96933a43a1
commit a282cf4d63
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -31,4 +31,4 @@ vim.o.title = true
vim.o.titlestring = '[%{hostname()}] %t - neovim'
vim.o.statusline = '[%F] %R%H%W%M %=[%{&fenc}/%{&ff}] %y [%4l/%L:%3v]'
vim.o.guifont = 'JetBrains Mono:h' .. fsize
vim.o.guifont = 'vcascadia:h' .. fsize