UNPKG

create-aelf-dapp

Version:

Create aelf Dapp based on Next.js with one command

10 lines (7 loc) 213 B
import { Inter, Lusitana } from 'next/font/google'; export const inter = Inter({ subsets: ['latin'] }); // your second font export const lusitana = Lusitana({ weight: ['400', '700'], subsets: ['latin'], });