From aa8ec31353418ca8000dd218f88bd3fbf63bb32e Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Mon, 18 Nov 2024 15:48:27 +0100 Subject: [PATCH] uuuuuugh --- src/entry-server.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/entry-server.tsx b/src/entry-server.tsx index 25cd731..fee3475 100644 --- a/src/entry-server.tsx +++ b/src/entry-server.tsx @@ -34,8 +34,8 @@ export default createHandler(({ nonce }) => { default: base, connect: `${base} ws://localhost:*`, script: `${base}`, - // style: `'self' data: https://fonts.googleapis.com 'unsafe-inline'`, - style: `${base} data: https://fonts.googleapis.com`, + style: `'self' data: https://fonts.googleapis.com 'unsafe-inline'`, + // style: `${base} data: https://fonts.googleapis.com`, font: `${base} https://*.gstatic.com`, } as const;