Fonts
Install and import fonts from the standalone @next/font package.
In late 2022 you installed @next/font as a dependency then imported fonts from it. From Next.js 13.2 the code moved into the built-in next/font. Next.js 14 removed @next/font completely. A codemod renames the old imports.