diff --git a/web/src/app/layout.tsx b/web/src/app/layout.tsx index 445f832..4dd9b19 100644 --- a/web/src/app/layout.tsx +++ b/web/src/app/layout.tsx @@ -35,7 +35,22 @@ export default function RootLayout({
- + + {/* + Load Adobe Fonts without blocking render: the stylesheet is requested + with media="print" (fetched but not applied), then the inline script + below swaps it to media="all" once it has loaded. + */} + + {process.env.UMAMI_SCRIPT_URL && process.env.UMAMI_WEBSITE_ID && (