Skip to content

Commit 1b0b78e

Browse files
authored
Merge pull request #314 from manNomi/fix/font-load
fix : 폰트 로드 증복 수정
2 parents fba6f6a + 40032d4 commit 1b0b78e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/app/layout.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ export const viewport: Viewport = {
5151

5252
const RootLayout = ({ children }: { children: React.ReactNode }) => (
5353
<html lang="ko" className={pretendard.variable}>
54-
<head>
55-
<link rel="preload" href="/fonts/PretendardVariable.woff2" as="font" type="font/woff2" crossOrigin="anonymous" />
56-
</head>
5754
<body className={pretendard.className}>
5855
<AppleScriptLoader />
5956
<GoogleAnalytics gaId="G-V1KLYZC1DS" />

0 commit comments

Comments
 (0)