Still True?
← Back to the board
Fonts

Import fonts from next/font. Font optimization is built in so there is no extra package to install.

officialNext.js docs (current)confidence 95%current as of Aug 2026

next/font is built into the framework. You import a font such as Inter from next/font/google then call it to get a className. Nothing extra is added to your dependencies. The old @next/font package is not used.

Related claims