From 6ec16841f74e022da97e199e5683720f2d4f299c Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Sun, 31 Mar 2024 02:49:08 -0400 Subject: [PATCH] Revert font change --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 6eb9be4..72170aa 100644 --- a/config.org +++ b/config.org @@ -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. #+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)) #+end_src