Configure next/font with Tailwind in Storybook
Next.js has font optimization option using their package next/font using google fonts and local. When adding a storybook to a Next.js project, you will start to wonder on how we can achieve the same font to be loaded into the storybook itself as well...
May 24, 20242 min read752


