ai-tube / src /app /fonts.ts
jbilcke-hf's picture
jbilcke-hf HF staff
up
ff82110
raw
history blame
392 Bytes
import {
// Inter, Salsa,
Arvo,
Signika_Negative
} from 'next/font/google'
// export const inter = Inter({ subsets: ['latin'] })
// export const salsa = Salsa({ subsets: ['latin'], weight: ["400"] })
export const arvo = Arvo({ subsets: ['latin'], weight: ["400", "700"] })
export const signika = Signika_Negative({ subsets: ['latin'], weight: ["400", "700", "300", "500", "600"] })