Compare commits

...

2 Commits

Author SHA1 Message Date
pantonshire a595980de2 add metadata 3 years ago
pantonshire 4bbc8eaa10 remove inter font 3 years ago

@ -1,13 +1,11 @@
import './globals.css'
import { Inter, Roboto_Slab } from 'next/font/google'
const inter = Inter({ subsets: ['latin'] });
import { Roboto_Slab } from 'next/font/google'
const robotoSlab = Roboto_Slab({ subsets: ['latin'] });
export const metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
title: 'UTF Inspector',
description: 'Unicode character info tool',
}
export default function RootLayout({

Loading…
Cancel
Save