From 90e58214026883e8479f1e3a7ff4970b1e68df3e Mon Sep 17 00:00:00 2001 From: luxick Date: Wed, 19 Jun 2024 14:43:00 +0200 Subject: [PATCH] Fix font heights --- README.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index e2f0d1c..8e5107f 100644 --- a/README.org +++ b/README.org @@ -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