Fonts
Import fonts from next/font. Font optimization is built in so there is no extra package to install.
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.