github / forgoodfirstissue

Find your first issue for good to contribute to
https://forgoodfirstissue.dev/
MIT License
75 stars 24 forks source link

Prepare for next v14 by removing `@next/font` #177

Closed mrecachinas closed 1 month ago

mrecachinas commented 1 month ago

Based on the below warning

- warn Your project has `@next/font` installed as a dependency, please use the built-in `next/font` instead. The `@next/font` package will be removed in Next.js 14. You can migrate by running `npx @next/codemod@latest built-in-next-font .`. Read more: https://nextjs.org/docs/messages/built-in-next-font

this PR removes the @next/font package from the package.json file and replaces instances with the built-in next/font.