From c671d72180a9a17da7af7e3bfe92b38a45c9ee50 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org>
Date: Mon, 24 Jul 2023 10:37:17 +0900
Subject: [PATCH] fix font

---
 home/templates/home/home_page.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html
index 1cfc5c3..c1ec5de 100644
--- a/home/templates/home/home_page.html
+++ b/home/templates/home/home_page.html
@@ -15,7 +15,7 @@
                 </small>
             </figcaption>
         </figure>
-        <section class="prose font-leadingserif -6 text-black w-full max-w-full lg:max-w-prose" id="uvod">
+        <section class="prose font-serif leading-6 text-black w-full max-w-full lg:max-w-prose" id="uvod">
             {{ page.heading_text|richtext }}
         </section>
     </div>
-- 
GitLab