diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html
index 1cfc5c3fd2e0af3a98e8f9a440a3d62244edf78c..c1ec5dee521ae65b280050e9c7515f6455f0e149 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>