From 2288c27e1e743e7c3cf004cb30d1b49c29262ad5 Mon Sep 17 00:00:00 2001 From: itsMapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Sun, 16 Jan 2022 13:46:08 -0600 Subject: [PATCH] fix style preload --- packages/website/app/root.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/website/app/root.tsx b/packages/website/app/root.tsx index a9e8829..ce6e925 100644 --- a/packages/website/app/root.tsx +++ b/packages/website/app/root.tsx @@ -51,6 +51,10 @@ export const links: LinksFunction = () => [ as: "style", href: "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500&family=Rubik:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap", }, + { + rel: "stylesheet", + href: "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500&family=Rubik:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap", + }, ] type LoaderData = {