Skip to content

Commit

Permalink
fix: fix font links in storybook (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Manuel Gallego authored Nov 14, 2023
1 parent a4574de commit b4ca61d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
font-family: "Geist";
font-weight: 400;
font-style: normal;
src: url("./static/Geist-Book.woff2") format("woff2");
src: url("./static/Geist-Regular.woff2") format("woff2");
}
@font-face {
font-family: "Geist";
Expand All @@ -19,7 +19,7 @@
}
@font-face {
font-family: "Geist";
font-weight: 700;
font-weight: 600;
font-style: normal;
src: url("./static/Geist-Bold.woff2") format("woff2");
}
Expand Down
4 changes: 2 additions & 2 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
font-family: "Geist";
font-weight: 400;
font-style: normal;
src: url("./static/Geist-Book.woff2") format("woff2");
src: url("./static/Geist-Regular.woff2") format("woff2");
}
@font-face {
font-family: "Geist";
Expand All @@ -13,7 +13,7 @@
}
@font-face {
font-family: "Geist";
font-weight: 700;
font-weight: 600;
font-style: normal;
src: url("./static/Geist-Bold.woff2") format("woff2");
}
Expand Down
2 changes: 2 additions & 0 deletions .yarn/versions/87f4fe68.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
declined:
- nimbus-design-system

0 comments on commit b4ca61d

Please sign in to comment.