fix favicon

This commit is contained in:
41666 2023-06-10 23:34:42 -04:00
parent 251931c838
commit 4fbc738fdf
5 changed files with 14 additions and 4 deletions

View file

@ -12,8 +12,16 @@ import * as styles from "./root.css";
import "./reset.css";
export const links: LinksFunction = () => [
{ rel: "preconnect", href: "https://fonts.gstatic.com", crossorigin: true },
{ rel: "preconnect", href: "ttps://fonts.googleapis.com", crossorigin: true },
{
rel: "preconnect",
href: "https://fonts.gstatic.com",
crossOrigin: "anonymous",
},
{
rel: "preconnect",
href: "ttps://fonts.googleapis.com",
crossOrigin: "anonymous",
},
{
rel: "stylesheet",
href: "https://fonts.googleapis.com/css2?family=Unbounded:wght@700&display=swap",