next/font
import { Inter } from 'next/font/google';
const inter = Inter({subsets: ['latin']});자동 self-host·CLS 방지.
Next.js 폰트 최적화. Google Fonts·Local 자동 최적화.
import { Inter } from 'next/font/google';
const inter = Inter({subsets: ['latin']});자동 self-host·CLS 방지.