diff options
Diffstat (limited to '.doom.d/config.el')
-rw-r--r-- | .doom.d/config.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el index 96460b3..501cadf 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -109,10 +109,10 @@ '(warning-suppress-types '((color-theme) (erc) (erc)))) (custom-set-faces '(default ((t (:height 100 :family "hack")))) - '(org-level-1 ((t (:inherit outline-1 :height 1.3 :family "hack")))) - '(org-level-2 ((t (:inherit outline-2 :height 1.2 :family "source code pro")))) - '(org-level-3 ((t (:inherit outline-2 :height 1.2 :family "mono")))) - '(org-level-4 ((t (:inherit outline-2 :height 1.0)))) + '(org-level-1 ((t (:inherit outline-1 :height 1.3 :family )))) + '(org-level-2 ((t (:inherit outline-2 :height 1.2 :family )))) + '(org-level-3 ((t (:inherit outline-2 :height 1.2 :family )))) + '(org-level-4 ((t (:inherit outline-2 :height 1.15)))) '(org-level-5 ((t (:inherit outline-2 :height 1.0))))) |