From b4ca61dc8db6e9ad8dcdb3ca0ab77af0b4d5656d Mon Sep 17 00:00:00 2001 From: Juan Manuel Gallego Date: Tue, 14 Nov 2023 17:24:16 -0300 Subject: [PATCH] fix: fix font links in storybook (#205) --- .storybook/manager-head.html | 4 ++-- .storybook/preview-head.html | 4 ++-- .yarn/versions/87f4fe68.yml | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .yarn/versions/87f4fe68.yml diff --git a/.storybook/manager-head.html b/.storybook/manager-head.html index ffcf90c8..48d25c34 100644 --- a/.storybook/manager-head.html +++ b/.storybook/manager-head.html @@ -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"; @@ -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"); } diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index 5f1073df..74fd2051 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -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"; @@ -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"); } diff --git a/.yarn/versions/87f4fe68.yml b/.yarn/versions/87f4fe68.yml new file mode 100644 index 00000000..eebcfe31 --- /dev/null +++ b/.yarn/versions/87f4fe68.yml @@ -0,0 +1,2 @@ +declined: + - nimbus-design-system