From e2710d1578b24a93359043c5fab28941b21f9293 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 23 May 2025 18:02:53 +0200 Subject: [PATCH] STYLE add new typography classes for small titles and big subtitles --- resources/css/base/typography.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/css/base/typography.css b/resources/css/base/typography.css index 9107099..965c10d 100644 --- a/resources/css/base/typography.css +++ b/resources/css/base/typography.css @@ -50,3 +50,11 @@ body.wp-admin h6:not(.editor-visual-editor h6) { .fjalla { font-family: 'Fjalla One', sans-serif; } + +.title-small { + @apply text-base mb-6 font-bold tracking-wider uppercase nunito; +} + +.subtitle-big { + @apply text-7xl font-normal uppercase; +}