import Head from 'next/head' import Link from 'next/link' function Font() { return (
{/* */} {/* */}

Font Optimization

Read Docs

By default, Next.js will automatically inline font CSS at build time, eliminating an extra round trip to fetch font declarations.

If optimized font is enabled (default), it should show style, otherwise it should show{' '} link in the head

) } export default Font