From 44a2f8a29378f8da5d09770e4642badec6cf203f Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 19 Jun 2025 14:54:33 +0200 Subject: [PATCH] STYLE Refining titles aspect --- resources/css/base/typography.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/css/base/typography.css b/resources/css/base/typography.css index 28c8101..269d7a8 100644 --- a/resources/css/base/typography.css +++ b/resources/css/base/typography.css @@ -52,9 +52,13 @@ body.wp-admin h6:not(.editor-visual-editor h6) { } .title-small { - @apply text-base mb-6 font-bold tracking-wider uppercase nunito; + @apply text-xl mb-6 font-bold tracking-wider uppercase nunito; } .subtitle-big { - @apply text-7xl font-normal uppercase fjalla pb-6; + @apply text-6xl font-normal uppercase fjalla pb-6; + line-height: 1.3; + text-rendering: geometricPrecision; + font-weight: 100 !important; } + \ No newline at end of file