jbilcke-hf's picture
jbilcke-hf HF staff
initial commit 🤳
6da9beb
raw
history blame
202 Bytes
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"] })