From ae358f47e867f7c6457a60667fe7ef035529d234 Mon Sep 17 00:00:00 2001 From: Valik Date: Sat, 10 Feb 2024 17:09:09 +0100 Subject: [PATCH] feat: update font --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index 1bff6c6..9f69b44 100644 --- a/src/index.css +++ b/src/index.css @@ -35,3 +35,7 @@ @apply bg-background text-foreground; } } + +body { + font-family: 'Geist Variable'; +}