From 84907a6901ed4847bab79a62649d8106da16cece Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 4 Dec 2025 16:53:25 +0100 Subject: [PATCH] REMOVE unused CSS rules for admin headings in typography styles --- resources/css/base/typography.css | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/resources/css/base/typography.css b/resources/css/base/typography.css index c9c5f6d..5572e20 100644 --- a/resources/css/base/typography.css +++ b/resources/css/base/typography.css @@ -33,21 +33,6 @@ li { @apply pb-4; } -/* body.wp-admin h1:not(.editor-visual-editor h1), -body.wp-admin h2:not(.editor-visual-editor h2), -body.wp-admin h3:not(.editor-visual-editor h3), -body.wp-admin h4:not(.editor-visual-editor h4), -body.wp-admin h5:not(.editor-visual-editor h5), -body.wp-admin h6:not(.editor-visual-editor h6) { - font-family: initial !important; - font-style: initial !important; - font-size: initial !important; - line-height: initial !important; - letter-spacing: initial !important; - text-transform: initial !important; - text-align: initial !important; -} */ - .nunito { font-family: 'Nunito Sans', sans-serif; }