forumone / nextjs-project

Next.js project template
0 stars 0 forks source link

Update fonts to use next/font #71

Closed kmonahan closed 5 months ago

kmonahan commented 6 months ago

Closes #18 . Replaces the previous Google Fonts import with next/font/google. Also accounts for differences in how Next.js and Storybook return a font name with spaces and reworks the Fonts and Line Height demo stories a bit to handle font families coming from a decorator rather than a global CSS file.