Fix font heights

This commit is contained in:
2024-06-19 14:43:00 +02:00
parent fb1cc4f57e
commit 90e5821402

View File

@@ -258,10 +258,10 @@ Set up the fonts to use.
`(org-level-7 ((t (,@headline ,@variable-tuple))))
`(org-level-6 ((t (,@headline ,@variable-tuple))))
`(org-level-5 ((t (,@headline ,@variable-tuple))))
`(org-level-4 ((t (,@headline ,@variable-tuple :height 1))))
`(org-level-3 ((t (,@headline ,@variable-tuple :height 1))))
`(org-level-2 ((t (,@headline ,@variable-tuple :height 1))))
`(org-level-1 ((t (,@headline ,@variable-tuple :height 1))))
`(org-level-4 ((t (,@headline ,@variable-tuple :height 1.0))))
`(org-level-3 ((t (,@headline ,@variable-tuple :height 1.0))))
`(org-level-2 ((t (,@headline ,@variable-tuple :height 1.0))))
`(org-level-1 ((t (,@headline ,@variable-tuple :height 1.0))))
`(org-document-title ((t (,@headline ,@variable-tuple :height 1.0 :underline nil))))))
(custom-theme-set-faces