Trung BìnhNext.js iconNext.js

next/font trong Next.js hoạt động như thế nào?

next/font tự động: download Google Fonts tại build time (không request runtime đến Google), host fonts trên cùng server, zero layout shift với automatic size adjustment, privacy tốt hơn.

  • Dùng: import { Inter } from 'next/font/google'; const inter = Inter({ subsets: ['latin'] }).
  • Apply qua className.
  • Hỗ trợ local fonts qua next/font/local.

Xem toàn bộ Next.js cùng filter theo level & chủ đề con.

Mở danh sách Next.js