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/_app.jsx | |
| parent | 1cea7b188f3ced13524aa40e30187f9d2961fd51 (diff) | |
Move font location and implement on app
Diffstat (limited to 'src/pages/_app.jsx')
| -rw-r--r-- | src/pages/_app.jsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pages/_app.jsx b/src/pages/_app.jsx index afebc293..3fe1d3cf 100644 --- a/src/pages/_app.jsx +++ b/src/pages/_app.jsx @@ -1,4 +1,5 @@ -import '../styles/globals.css' +import '@/fonts/Inter/inter.css' +import '@/styles/globals.css' import 'react-loading-skeleton/dist/skeleton.css' import NextProgress from 'next-progress' |
