UNPKG

react-email

Version:

A live preview of your emails right in your browser.

8 lines (6 loc) 145 B
import { Inter } from 'next/font/google'; export const inter = Inter({ subsets: ['latin'], variable: '--font-inter', display: 'swap', });