Still True?
← Back to the board
Fonts

Install and import fonts from the standalone @next/font package.

officialNext.js docs (Pages Router and v13 to v14 era)confidence 30%current as of Oct 2022

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.

Related claims