From 3c4e65912b63c7abdd51747804283dadb09082b3 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/styles/globals.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/styles/globals.css') diff --git a/src/styles/globals.css b/src/styles/globals.css index e3e0e48e..ea20b247 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -12,8 +12,7 @@ body { text-body-2 text-gray_r-12 bg-gray_r-1 - overflow-x-clip - antialiased; + overflow-x-clip; } #__next main { -- cgit v1.2.3