From 6c940ca3b06c894f929aeb0b05843e3c164597ee Mon Sep 17 00:00:00 2001 From: fern <126544928+fern-bot@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:12:29 -0400 Subject: [PATCH] font fix (#38) --- fern/assets/input.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/fern/assets/input.css b/fern/assets/input.css index d3626333..74e8d93a 100644 --- a/fern/assets/input.css +++ b/fern/assets/input.css @@ -55,12 +55,12 @@ button[class^="Sidebar-link-buttonWrapper"] { } .h1-title { - font-family: CohereHeadline; - letter-spacing: -0.01em; - font-style: normal; - font-weight: 400; - font-size: 35px; - line-height: 100%; + font-family: CohereHeadline !important; + letter-spacing: -0.01em !important; + font-style: normal !important; + font-weight: 400 !important; + font-size: 35px !important; + line-height: 100% !important; } .h2-title { @@ -68,7 +68,7 @@ button[class^="Sidebar-link-buttonWrapper"] { letter-spacing: -0.01em; font-style: normal; font-weight: 400; - font-size: 24px; + font-size: 24px !important; line-height: 110%; } @@ -76,7 +76,7 @@ button[class^="Sidebar-link-buttonWrapper"] { font-family: CohereHeadline; font-style: normal; font-weight: 500; - font-size: 16.8px; + font-size: 16.8px !important; line-height: 124%; margin-block-start: 1em !important; margin-block-end: 1em !important; @@ -86,7 +86,7 @@ button[class^="Sidebar-link-buttonWrapper"] { font-family: CohereText; font-style: normal; font-weight: 500; - font-size: 16px; + font-size: 16px !important; line-height: 150%; margin-block-start: 1em !important; margin-block-end: 1em !important; @@ -96,7 +96,7 @@ button[class^="Sidebar-link-buttonWrapper"] { font-family: CohereText; font-style: normal; font-weight: 400; - font-size: 14px; + font-size: 14px !important; line-height: 150%; letter-spacing: 0.03em; }