mirror of
https://github.com/michivonah/nextjs.git
synced 2025-12-22 22:16:28 +01:00
4 lines
No EOL
182 B
TypeScript
4 lines
No EOL
182 B
TypeScript
import { Inter, Lusitana } from 'next/font/google';
|
|
|
|
export const inter = Inter({subsets: ['latin']});
|
|
export const lusitana = Lusitana({subsets: ['latin'], weight: ['400', '700']}); |