STYLE Updatong font size and line heights for global site settings

This commit is contained in:
Antoine M 2025-06-20 14:58:28 +02:00
parent d7dd5db521
commit b07316de9b

View File

@ -2,7 +2,7 @@
body { body {
font-family: 'Nunito Sans', sans-serif; font-family: 'Nunito Sans', sans-serif;
@apply text-primary; @apply text-primary text-xl;
} }
h1, h1,
@ -25,7 +25,7 @@ h2 {
p { p {
@apply font-light; @apply font-light;
line-height: 1.6; line-height: 1.8;
} }
body.wp-admin h1:not(.editor-visual-editor h1), body.wp-admin h1:not(.editor-visual-editor h1),
@ -61,4 +61,3 @@ body.wp-admin h6:not(.editor-visual-editor h6) {
text-rendering: geometricPrecision; text-rendering: geometricPrecision;
font-weight: 100 !important; font-weight: 100 !important;
} }