diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-10 08:58:52 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-11 14:09:27 +0700 |
| commit | 5b45d6ac182fcbe9d6e235a227688e0ae60869d9 (patch) | |
| tree | c69c4d62969937266a98d6b75626ff83fdbaa678 /src/pages/_document.jsx | |
| parent | d47446d97b052f8298bb948ad070fdcbeaaa61a3 (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 |
