Skip to content

Commit

Permalink
fix: fix font rendering on navbar (matschik#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
matschik authored Mar 4, 2023
1 parent f9509a7 commit 421ac31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
font-family: "Mona Sans";
src: url("/font/Mona-Sans.woff2") format("woff2 supports variations"),
url("/font/Mona-Sans.woff2") format("woff2-variations");
font-weight: 200 500;
font-weight: 200 500 600;
font-stretch: 75% 125%;
font-display: swap;
}
Expand Down

0 comments on commit 421ac31

Please sign in to comment.