Skip to content

Commit

Permalink
fix: input.css font weights
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Aug 8, 2024
1 parent e9b163c commit 06eb27d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion fern/assets/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,23 @@ h3,
h4,
h5,
h6 {
font-weight: 500 !important;
font-weight: 425 !important;
font-family: "CohereText";
}

h1 {
font-weight: 400 !important;
font-variation-settings: "cuts" 300, "move" 300;
}

.fern-sidebar-heading-content {
font-weight: 500 !important;
}

.fern-header-tab-button .font-medium {
font-weight: 400 !important;
}

@layer utilities {
.image-desktop {
@apply hidden md:block rounded-t-lg;
Expand Down

0 comments on commit 06eb27d

Please sign in to comment.