Remove google fonts from layout.tsx
This commit is contained in:
parent
a2058d56d5
commit
9ce9809797
@ -1,9 +1,6 @@
|
||||
import type { Metadata } from 'next'
|
||||
import { Inter } from 'next/font/google'
|
||||
import './globals.css'
|
||||
|
||||
const inter = Inter({ subsets: ['latin'] })
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Buzzword Bingo',
|
||||
description: 'by data.lore',
|
||||
|
Loading…
Reference in New Issue
Block a user