STYLE adjusting default paragraph font-weight and letter spacing

This commit is contained in:
Antoine M 2025-05-15 14:15:44 +02:00
parent b0a4bf6abd
commit 86e32a6166

View File

@ -23,6 +23,11 @@ h2 {
@apply text-5xl;
}
p {
@apply font-light;
line-height: 1.6;
}
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),