diff --git a/home/doomemacs/config.el b/home/doomemacs/config.el index bc85c79..a1cdd1b 100644 --- a/home/doomemacs/config.el +++ b/home/doomemacs/config.el @@ -34,8 +34,8 @@ ;; See 'C-h v doom-font' for documentation and more examples of what they ;; accept. For example: ;; -(setq doom-font (font-spec :family "Source Code Pro" :size 24 :weight 'semi-light) - doom-variable-pitch-font (font-spec :family "Source Code Pro" :size 25)) +(setq doom-font (font-spec :family "Source Code Pro" :size 14 :weight 'semi-light) + doom-variable-pitch-font (font-spec :family "Source Code Pro" :size 15)) ;; ;; If you or Emacs can't find your font, use 'M-x describe-font' to look them ;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to