diff --git a/src/scss/_typography.scss b/src/scss/_typography.scss index 87d7daa5..809b3736 100644 --- a/src/scss/_typography.scss +++ b/src/scss/_typography.scss @@ -103,7 +103,7 @@ h3, h4, .text-h4 { - @apply font-semibold text-3xl; + @apply font-semibold text-3xl tracking-normal; line-height: 1.75rem; // 28px @screen md { @@ -121,7 +121,7 @@ h4, h5, .text-h5 { - @apply font-semibold text-xl; + @apply font-semibold text-xl tracking-normal; line-height: 1.625rem; // 26px @screen md {