Skip to content

Commit

Permalink
font changes (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-support authored Aug 16, 2024
1 parent 9a5bb6b commit 41110b0
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions fern/assets/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 41110b0

Please sign in to comment.