diff --git a/app/root.tsx b/app/root.tsx index c9290aa..738a303 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -78,7 +78,7 @@ export const links: LinksFunction = () => { return [ { href: "/favicon.ico", rel: "icon" }, { href: "/files/logo192.png", rel: "apple-touch-icon", type: "image/png" }, - { href: fontStyle, rel: "stylesheet " }, + { href: fontStyle, rel: "stylesheet" }, { href: globalStyles, rel: "stylesheet" }, ]; };