From 5b45d6ac182fcbe9d6e235a227688e0ae60869d9 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 10 Oct 2023 08:58:52 +0700 Subject: Move font location and implement on app --- src/pages/_document.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/pages/_document.jsx') 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 ( - + @@ -19,7 +19,6 @@ export default function MyDocument() { -