feat: remove google fonts
This commit is contained in:
parent
9f27d05956
commit
b7dc9051ae
|
|
@ -3,18 +3,7 @@ import { Html, Head, Main, NextScript, DocumentProps } from "next/document"
|
|||
export default function Document(props: DocumentProps) {
|
||||
return (
|
||||
<Html>
|
||||
<Head>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link
|
||||
rel="preconnect"
|
||||
href="https://fonts.gstatic.com"
|
||||
crossOrigin=""
|
||||
/>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</Head>
|
||||
<Head></Head>
|
||||
<body>
|
||||
<Main />
|
||||
<NextScript />
|
||||
|
|
|
|||
Loading…
Reference in New Issue