Skip to content

Commit

Permalink
fix(fonts): wrongly written semi bold
Browse files Browse the repository at this point in the history
  • Loading branch information
matthprost committed Nov 28, 2024
1 parent 7becbc0 commit ec7ddc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/smooth-cougars-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ultraviolet/fonts": patch
---

Wrongly formatted SemiBold font
2 changes: 1 addition & 1 deletion packages/fonts/src/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@font-face {
font-family: 'Inter';
font-style: normal;
src: url('hhttps://assets.scaleway.com/fonts/inter/Inter-SemiBold.woff2')
src: url('https://assets.scaleway.com/fonts/inter/Inter-SemiBold.woff2')
format('woff2');
font-weight: 600;
font-display: swap;
Expand Down

0 comments on commit ec7ddc9

Please sign in to comment.