diff --git a/resources/css/base/typography.css b/resources/css/base/typography.css index 269d7a8..3ba6ea7 100644 --- a/resources/css/base/typography.css +++ b/resources/css/base/typography.css @@ -2,7 +2,7 @@ body { font-family: 'Nunito Sans', sans-serif; - @apply text-primary; + @apply text-primary text-xl; } h1, @@ -25,7 +25,7 @@ h2 { p { @apply font-light; - line-height: 1.6; + line-height: 1.8; } 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; font-weight: 100 !important; } - \ No newline at end of file