diff --git a/src/app/globals.css b/src/app/globals.css index a47659f..64ac8a6 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -22,7 +22,7 @@ body { background: var(--background); color: var(--foreground); - font-family: "Source Han Sans SC VF", var(--font-geist-sans), Arial, Helvetica, sans-serif; + font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif; } .code-block { diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1e4c330..4329c7e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,7 +1,6 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; -import Head from "next/head"; import type { Viewport } from 'next' import Link from "next/link"; import Image from "next/image"; @@ -61,12 +60,6 @@ export default function RootLayout({ }>) { return ( - - -