Skip to content

Commit

Permalink
font fix (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-support authored Aug 16, 2024
1 parent 81d8907 commit 6c940ca
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions fern/assets/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,28 +55,28 @@ 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 {
font-family: CohereHeadline;
letter-spacing: -0.01em;
font-style: normal;
font-weight: 400;
font-size: 24px;
font-size: 24px !important;
line-height: 110%;
}

.h3-title {
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;
Expand All @@ -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;
Expand All @@ -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;
}
Expand Down

0 comments on commit 6c940ca

Please sign in to comment.