diff --git a/app/layout.tsx b/app/layout.tsx index 8280697..c685dd3 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,16 +1,6 @@ import type { Metadata } from "next"; -import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; -const geistSans = Geist({ - variable: "--font-geist-sans", - subsets: ["latin"], -}); - -const geistMono = Geist_Mono({ - variable: "--font-geist-mono", - subsets: ["latin"], -}); export const metadata: Metadata = { title: 'AderKI Blog',