diff --git a/.changeset/green-bears-give.md b/.changeset/green-bears-give.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/green-bears-give.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.storybook/preview.scss b/.storybook/preview.scss index 89d243ad3c..518cf97639 100644 --- a/.storybook/preview.scss +++ b/.storybook/preview.scss @@ -1,7 +1,4 @@ // // load global styles used by storybook -// @use '@sebgroup/chlorophyll/scss' with ( -// $font-path: '/dist/fonts' -// ); -html { - font-family: SEB SansSerif; -} +@use '@sebgroup/chlorophyll/scss' with ( + $font-path: '/dist/fonts' +);