summaryrefslogtreecommitdiff
path: root/src/pages/_app.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/_app.jsx')
-rw-r--r--src/pages/_app.jsx3
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'