From 6c8ab4951da2a24d670dfb017493c54e6c529915 Mon Sep 17 00:00:00 2001 From: No0ne003 Date: Tue, 14 May 2024 12:19:33 +0100 Subject: [PATCH] change font (i well search for better font) --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 12dfa6a..4c318df 100644 --- a/src/index.css +++ b/src/index.css @@ -64,7 +64,7 @@ } body { - @apply bg-background text-foreground; + @apply bg-background text-foreground font-serif; } #root {