STYLE add new typography classes for small titles and big subtitles

This commit is contained in:
Antoine M 2025-05-23 18:02:53 +02:00
parent b144c95faa
commit e2710d1578

View File

@ -50,3 +50,11 @@ body.wp-admin h6:not(.editor-visual-editor h6) {
.fjalla { .fjalla {
font-family: 'Fjalla One', sans-serif; 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;
}