diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-10 08:58:52 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-10-11 14:09:27 +0700 |
| commit | 5b45d6ac182fcbe9d6e235a227688e0ae60869d9 (patch) | |
| tree | c69c4d62969937266a98d6b75626ff83fdbaa678 /src/styles | |
| parent | d47446d97b052f8298bb948ad070fdcbeaaa61a3 (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 { |
