From 41110b0b6dd759b7f18f94ad826c3caa980062fd Mon Sep 17 00:00:00 2001 From: fern <126544928+fern-bot@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:03:36 -0400 Subject: [PATCH] font changes (#43) --- fern/assets/input.css | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/fern/assets/input.css b/fern/assets/input.css index 74e8d93a..6d1c864d 100644 --- a/fern/assets/input.css +++ b/fern/assets/input.css @@ -7,12 +7,14 @@ h4, h5, h6 { font-weight: 425 !important; - font-family: 'CohereText',Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif !important; + font-family: 'CohereText' !important; } h1 { font-weight: 400 !important; font-variation-settings: "cuts" 300, "move" 300; + font-family: 'CohereHeadline' !important; + font-size: 35px !important; } .fern-sidebar-heading-content { @@ -55,16 +57,16 @@ button[class^="Sidebar-link-buttonWrapper"] { } .h1-title { - font-family: CohereHeadline !important; - letter-spacing: -0.01em !important; - font-style: normal !important; - font-weight: 400 !important; + font-family: 'CohereHeadline'; + letter-spacing: -0.01em; + font-style: normal; + font-weight: 400; font-size: 35px !important; - line-height: 100% !important; + line-height: 100%; } .h2-title { - font-family: CohereHeadline; + font-family: 'CohereHeadline'; letter-spacing: -0.01em; font-style: normal; font-weight: 400; @@ -73,7 +75,7 @@ button[class^="Sidebar-link-buttonWrapper"] { } .h3-title { - font-family: CohereHeadline; + font-family: 'CohereHeadline'; font-style: normal; font-weight: 500; font-size: 16.8px !important; @@ -83,7 +85,7 @@ button[class^="Sidebar-link-buttonWrapper"] { } .h4-title { - font-family: CohereText; + font-family: 'CohereText'; font-style: normal; font-weight: 500; font-size: 16px !important; @@ -93,7 +95,7 @@ button[class^="Sidebar-link-buttonWrapper"] { } .p-base { - font-family: CohereText; + font-family: 'CohereText'; font-style: normal; font-weight: 400; font-size: 14px !important;