diff --git a/public/assets/pretendard-variable.ttf b/public/assets/pretendard-variable.ttf new file mode 100644 index 00000000..32b0811e Binary files /dev/null and b/public/assets/pretendard-variable.ttf differ diff --git a/public/next.svg b/public/next.svg deleted file mode 100644 index 5174b28c..00000000 --- a/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/public/vercel.svg b/public/vercel.svg deleted file mode 100644 index d2f84222..00000000 --- a/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0d5a95b6..9657c17f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,16 +1,14 @@ import React from 'react' import type { Metadata } from 'next' -import { Inter } from 'next/font/google' import Script from 'next/script' import './globals.css' - -const inter = Inter({ subsets: ['latin'] }) +import { pretendard } from '@/styles/fonts' export const metadata: Metadata = { - title: 'Create Next App', - description: 'Generated by create next app', + title: '꼬르륵', + description: '전설의 보물섬으로 가는 맛집 지도', } export default function RootLayout({ @@ -20,7 +18,7 @@ export default function RootLayout({ }>) { return ( - +