jbilcke-hf's picture
jbilcke-hf HF staff
🍿
1f122c3
raw
history blame
No virus
287 Bytes
"use client"
import { Grandstander, Klee_One } from 'next/font/google'
// If loading a variable font, you don't need to specify the font weight
export const headingFont = Grandstander({ subsets: ['latin'] })
export const paragraphFont = Klee_One({ subsets: ['latin'], weight: "600" })