diff --git a/resources/css/base/typography.css b/resources/css/base/typography.css index 3f245a5..ac861de 100644 --- a/resources/css/base/typography.css +++ b/resources/css/base/typography.css @@ -55,7 +55,7 @@ body.wp-admin h6:not(.editor-visual-editor h6) { font-family: 'Fjalla One', sans-serif; } -.title-small { +body :is(h1, h2, h3, h4, h5, h6).title-small { @apply text-xl mb-6 font-bold tracking-wider uppercase nunito; }