Init
This commit is contained in:
parent
ccd1b4222d
commit
92c1d828c4
1 changed files with 5 additions and 3 deletions
|
|
@ -11,15 +11,17 @@ import type { Route } from "./+types/root";
|
||||||
import stylesheet from "./app.css?url";
|
import stylesheet from "./app.css?url";
|
||||||
|
|
||||||
export const links: Route.LinksFunction = () => [
|
export const links: Route.LinksFunction = () => [
|
||||||
{ rel: "preconnect", href: "https://fonts.googleapis.com" },
|
{ rel: "preconnect", href: "https://cdnjs.cloudflare.com" },
|
||||||
{
|
{
|
||||||
rel: "preconnect",
|
rel: "preconnect",
|
||||||
href: "https://fonts.gstatic.com",
|
href: "https://cdnjs.cloudflare.com",
|
||||||
crossOrigin: "anonymous",
|
crossOrigin: "anonymous",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
rel: "stylesheet",
|
rel: "stylesheet",
|
||||||
href: "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap",
|
href: "https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/variable/pretendardvariable-dynamic-subset.min.css",
|
||||||
|
async: true,
|
||||||
|
crossorigin: "anonymous",
|
||||||
},
|
},
|
||||||
{ rel: "stylesheet", href: stylesheet },
|
{ rel: "stylesheet", href: stylesheet },
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue