Avoid google font waterfall

This commit is contained in:
Sam Becker 2026-02-21 23:11:11 -06:00
parent 82c53458df
commit 9142619746

View File

@ -98,6 +98,9 @@ export default function RootLayout({
// Suppress hydration errors due to next-themes behavior // Suppress hydration errors due to next-themes behavior
suppressHydrationWarning suppressHydrationWarning
> >
<head>
<link rel="preconnect" href="https://fonts.googleapis.com" />
</head>
<body className={clsx( <body className={clsx(
// Center on large screens // Center on large screens
'3xl:flex flex-col items-center', '3xl:flex flex-col items-center',