feat: ✨ remove google font dependencies
This commit is contained in:
parent
6add5972b0
commit
e91b1b7a19
|
@ -38,13 +38,6 @@ export default function App({ Component }: PageProps) {
|
||||||
type='image/x-icon'
|
type='image/x-icon'
|
||||||
/>
|
/>
|
||||||
<link rel='stylesheet' href={asset('/main.css')} />
|
<link rel='stylesheet' href={asset('/main.css')} />
|
||||||
{/* TODO remove google fonts link */}
|
|
||||||
<link rel='preconnect' href='https://fonts.googleapis.com' />
|
|
||||||
<link
|
|
||||||
rel='preconnect'
|
|
||||||
href='https://fonts.gstatic.com'
|
|
||||||
crossorigin={''}
|
|
||||||
/>
|
|
||||||
</Head>
|
</Head>
|
||||||
<body>
|
<body>
|
||||||
<Header />
|
<Header />
|
||||||
|
|
Loading…
Reference in a new issue