diff --git a/src/core/client/ui/shared/typography.css b/src/core/client/ui/shared/typography.css index 06287c62a..a4083aa74 100644 --- a/src/core/client/ui/shared/typography.css +++ b/src/core/client/ui/shared/typography.css @@ -132,7 +132,7 @@ font-family: var(--font-family); font-weight: var(--font-weight-medium); font-size: calc(16rem / var(--rem-base)); - line-height: normal; + line-height: calc(16rem / var(--rem-base)); letter-spacing: calc(0.2em / 16); }