remove nasty google links
This commit is contained in:
parent
712d09e96c
commit
f572287de3
@ -4,11 +4,7 @@ export default function Document() {
|
||||
return (
|
||||
<Html>
|
||||
<Head>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com"/>
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="true"/>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap"
|
||||
rel="stylesheet"/>
|
||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
|
||||
</Head>
|
||||
<body>
|
||||
<Main />
|
||||
|
Loading…
Reference in New Issue
Block a user