From 077353bbf2b2317b27a24f248b46634c3cba3470 Mon Sep 17 00:00:00 2001 From: liv Date: Tue, 8 Oct 2024 22:28:16 +0200 Subject: [PATCH] doom: change font --- doom_files/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom_files/config.el b/doom_files/config.el index fca2340..91114fd 100644 --- a/doom_files/config.el +++ b/doom_files/config.el @@ -21,7 +21,7 @@ ;; See 'C-h v doom-font' for documentation and more examples of what they ;; accept. For example: ;; -(setq doom-font (font-spec :family "RecMonoLinear Nerd Font" :size 19 :weight 'semi-light)) +(setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 19 :weight 'semi-light)) ;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13)) ;; ;; If you or Emacs can't find your font, use 'M-x describe-font' to look them