Skip to content

Commit

Permalink
adjust font-weight of h1
Browse files Browse the repository at this point in the history
  • Loading branch information
msbt committed Feb 26, 2024
1 parent d19d294 commit 35bc035
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/crate/theme/rtd/crate/static/css/crateio.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ h1 {
font-family: Montserrat, Inter, Arial, sans-serif;
font-size: 40px;
line-height: 1.2;
font-weight: 700;
font-weight: 600;
letter-spacing: -1.4px;
}

Expand Down
2 changes: 1 addition & 1 deletion src/crate/theme/rtd/crate/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
font-style: normal;
font-weight: 600;
font-display: swap;
src: url("../fonts/montserrat-v26-latin-700.woff2") format("woff2");
src: url("../fonts/montserrat-v26-latin-600.woff2") format("woff2");
}

.w-canvas {
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 35bc035

Please sign in to comment.