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/styles | |
| parent | 1cea7b188f3ced13524aa40e30187f9d2961fd51 (diff) | |
Move font location and implement on app
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |
