#nextjs 13 fonts
6 messages · Page 1 of 1 (latest)
Here's an example component using @next/font/google: https://github.com/storybookjs/storybook/blob/next/code/frameworks/nextjs/template/stories_default-js/Font.jsx
It's used in these stories: https://github.com/storybookjs/storybook/blob/next/code/frameworks/nextjs/template/stories_default-js/Font.stories.jsx
And those stories are used in CI as tests for the @storybook/nextjs framework.
Is that a helpful reference?
To apply to all stories in your Storybook, you'd import and use the font in your preview.js.