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; }