Skip to content

Commit

Permalink
font names (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-support authored Aug 16, 2024
1 parent b6b3c19 commit 8670121
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions fern/assets/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
}

Expand Down

0 comments on commit 8670121

Please sign in to comment.