Revert font change

This commit is contained in:
Kiana Sheibani 2024-03-31 02:49:08 -04:00
parent fdaadb17df
commit 6ec16841f7
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -1317,7 +1317,7 @@ My favorite color theme has always been Tokyo Night. I use it literally everywhe
Victor Mono is my preferred coding font. I also use Source Sans Pro as my sans-serif font, though that is more out of obligation than actually liking how it looks. Victor Mono is my preferred coding font. I also use Source Sans Pro as my sans-serif font, though that is more out of obligation than actually liking how it looks.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(setq doom-font (font-spec :family "VictorMono Nerd Font" :size 13) (setq doom-font (font-spec :family "VictorMono" :size 13)
doom-variable-pitch-font (font-spec :family "Source Sans Pro" :size 16)) doom-variable-pitch-font (font-spec :family "Source Sans Pro" :size 16))
#+end_src #+end_src