config/doom: smaller font size

This commit is contained in:
xerus2000 2021-03-04 22:19:48 +01:00
parent d45f867215
commit e4f5a077fe
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
(setq doom-theme 'doom-one
doom-font (font-spec :family "Fira Code" :size 30 :weight 'semi-light)
doom-variable-pitch-font (font-spec :family "sans" :size 28))
doom-font (font-spec :family "Fira Code" :size 20 :weight 'semi-light)
doom-variable-pitch-font (font-spec :family "sans" :size 20))
(setq display-line-numbers-type 'relative)