doomemacs smaller font

This commit is contained in:
Leni Ven 2023-01-28 00:01:46 -08:00
parent 27bb7a995e
commit 92ceeb37c1
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@
;; See 'C-h v doom-font' for documentation and more examples of what they ;; See 'C-h v doom-font' for documentation and more examples of what they
;; accept. For example: ;; accept. For example:
;; ;;
(setq doom-font (font-spec :family "Source Code Pro" :size 24 :weight 'semi-light) (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 25)) 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 ;; 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 ;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to