fix favicon
This commit is contained in:
parent
251931c838
commit
4fbc738fdf
5 changed files with 14 additions and 4 deletions
12
app/root.tsx
12
app/root.tsx
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue