Skip to content

Commit

Permalink
fix(storybook): 🐛 swap Geist font to Inter using preview-body.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydrichards committed Jan 4, 2024
1 parent 9c776c1 commit 727d7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/www/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const config: StorybookConfig = {
stories: [
"../registry/stories/**/*.mdx",
"../registry/stories/**/*.stories.@(js|jsx|ts|tsx)",
"./theme/**/*.stories.@(js|jsx|ts|tsx|mdx)",
],
addons: [
"@storybook/addon-links",
Expand Down
2 changes: 1 addition & 1 deletion apps/www/.storybook/preview-body.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<style>
:root {
--font-sans: Inter, sans-serif;
--font-geist-sans: Inter, sans-serif;
}
</style>

0 comments on commit 727d7ba

Please sign in to comment.