We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21570a commit da383fdCopy full SHA for da383fd
1 file changed
apps/web/src/app/layout.tsx
@@ -78,10 +78,6 @@ export default function RootLayout({
78
<head>
79
<link rel="preconnect" href="https://fonts.googleapis.com" />
80
<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
- />
85
</head>
86
<body className={cn(poppins.className, "antialiased")}>
87
<ThirdPartyProvider />
0 commit comments