From 8670121818753ddfae55e9334bf7c0c5ed873023 Mon Sep 17 00:00:00 2001 From: fern <126544928+fern-bot@users.noreply.github.com> Date: Fri, 16 Aug 2024 19:36:57 -0400 Subject: [PATCH] font names (#45) --- fern/assets/input.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/fern/assets/input.css b/fern/assets/input.css index 11db2db5..7f668cf9 100644 --- a/fern/assets/input.css +++ b/fern/assets/input.css @@ -7,13 +7,13 @@ h4, h5, h6 { font-weight: 425 !important; - font-family: 'CohereText' !important; + font-family: CohereText !important; } h1 { font-weight: 400 !important; font-variation-settings: "cuts" 300, "move" 300; - font-family: 'CohereHeadline' !important; + font-family: CohereHeadline !important; font-size: 35px !important; } @@ -64,7 +64,7 @@ button[class^="Sidebar-link-buttonWrapper"] { } .h1-title { - font-family: 'CohereHeadline'; + font-family: CohereHeadline; letter-spacing: -0.01em; font-style: normal; font-weight: 400; @@ -73,7 +73,7 @@ button[class^="Sidebar-link-buttonWrapper"] { } .h2-title { - font-family: 'CohereHeadline'; + font-family: CohereHeadline; letter-spacing: -0.01em; font-style: normal; font-weight: 400; @@ -82,7 +82,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; @@ -92,7 +92,7 @@ button[class^="Sidebar-link-buttonWrapper"] { } .h4-title { - font-family: 'CohereText'; + font-family: CohereText; font-style: normal; font-weight: 500; font-size: 16px !important; @@ -102,7 +102,7 @@ button[class^="Sidebar-link-buttonWrapper"] { } .p-base { - font-family: 'CohereText'; + font-family: CohereText; font-style: normal; font-weight: 400; font-size: 14px !important; @@ -364,12 +364,12 @@ button[class^="Sidebar-link-buttonWrapper"] { } .fern-header .fern-button-text { - font-family: 'CohereText',Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif !important; + font-family: CohereText,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif !important; -webkit-font-smoothing: unset !important; } .fern-sidebar-content .fern-button-text { - font-family: 'CohereText',Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif !important; + font-family: CohereText,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif !important; -webkit-font-smoothing: unset !important; }