File size: 202 Bytes
6da9beb |
1 2 3 4 5 6 |
import { Inter } from 'next/font/google'
import { Salsa } from 'next/font/google'
export const inter = Inter({ subsets: ['latin'] })
export const salsa = Salsa({ subsets: ['latin'], weight: ["400"] })
|