From 2a0f9cd9359563a6f771fdce65823088a4d815b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Curcio?= Date: Thu, 9 Aug 2018 15:46:56 -0300 Subject: [PATCH] NO NORMALS --- src/core/client/ui/shared/typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }