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)