Skip to content

Commit da383fd

Browse files
committed
chore: 사용하지 않는 link 태그 제거
1 parent d21570a commit da383fd

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

apps/web/src/app/layout.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,6 @@ export default function RootLayout({
7878
<head>
7979
<link rel="preconnect" href="https://fonts.googleapis.com" />
8080
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="" />
81-
<link
82-
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Merriweather:wght@300;400;700&family=JetBrains+Mono:wght@400;500&display=swap"
83-
rel="stylesheet"
84-
/>
8581
</head>
8682
<body className={cn(poppins.className, "antialiased")}>
8783
<ThirdPartyProvider />

0 commit comments

Comments
 (0)