remove inter font

main
pantonshire 3 years ago
parent ad312c174a
commit 4bbc8eaa10

@ -1,7 +1,5 @@
import './globals.css' import './globals.css'
import { Inter, Roboto_Slab } from 'next/font/google' import { Roboto_Slab } from 'next/font/google'
const inter = Inter({ subsets: ['latin'] });
const robotoSlab = Roboto_Slab({ subsets: ['latin'] }); const robotoSlab = Roboto_Slab({ subsets: ['latin'] });

Loading…
Cancel
Save