Remove google fonts from layout.tsx

This commit is contained in:
datalore 2023-11-03 14:04:03 +01:00
parent a2058d56d5
commit 9ce9809797

View File

@ -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',