diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-10 08:58:52 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-10 08:58:52 +0700 |
| commit | 3c4e65912b63c7abdd51747804283dadb09082b3 (patch) | |
| tree | 02c24dac99aab22203e30a466e6749fcfb05fecb /src/pages/_document.jsx | |
| parent | 1cea7b188f3ced13524aa40e30187f9d2961fd51 (diff) | |
Move font location and implement on app
Diffstat (limited to 'src/pages/_document.jsx')
| -rw-r--r-- | src/pages/_document.jsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pages/_document.jsx b/src/pages/_document.jsx index 6cd99b08..3762c63b 100644 --- a/src/pages/_document.jsx +++ b/src/pages/_document.jsx @@ -5,7 +5,7 @@ export default function MyDocument() { const env = process.env.NODE_ENV return ( - <Html style={{ fontFamily: `'Inter', sans-serif` }}> + <Html> <Head> <link rel='icon' href='/favicon.ico' /> <link rel='manifest' href='/manifest.json' /> @@ -19,7 +19,6 @@ export default function MyDocument() { <meta name='theme-color' content='#fff' /> <link rel='prefetch' href='/images/logo-indoteknik-gear.png' /> - <link rel='preload' href='/fonts/Inter/inter.css' as='style' /> <meta name='facebook-domain-verification' content='328wmjs7hcnz74rwsqzxvq50rmbtm2' /> <Script |
