Smaller fonts in emacs

This commit is contained in:
RealStickman 2020-12-09 21:50:02 +01:00
parent 86480ffbf3
commit 7547282a6f

View File

@ -21,8 +21,8 @@
;; font string. You generally only need these two:
;; (setq doom-font (font-spec :family "monospace" :size 12 :weight 'semi-light)
;; doom-variable-pitch-font (font-spec :family "sans" :size 13))
(setq doom-font (font-spec :family "monospace" :size 16 :weight 'regular)
doom-variable-pitch-font (font-spec :family "sans" :size 18))
(setq doom-font (font-spec :family "monospace" :size 14 :weight 'regular)
doom-variable-pitch-font (font-spec :family "sans" :size 15))
;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the