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