remove font preload

This commit is contained in:
keyan 2022-01-21 14:00:32 -06:00
parent b739ae391e
commit 5776096eb1
1 changed files with 1 additions and 3 deletions

View File

@ -4,9 +4,7 @@ class MyDocument extends Document {
render () { render () {
return ( return (
<Html> <Html>
<Head> <Head />
<link rel='preload' href='/Lightningvolt-xoqm.ttf' as='font' type='font/ttf' crossOrigin='' />
</Head>
<body> <body>
<script src='/darkmode.js' /> <script src='/darkmode.js' />
<Main /> <Main />