doomemacs smaller font
This commit is contained in:
parent
27bb7a995e
commit
92ceeb37c1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue