From f731ef4e6ba8002e471ef88ddd2cb8c2f16e0dde Mon Sep 17 00:00:00 2001 From: Daudix_UFO Date: Fri, 23 Jun 2023 18:26:37 +0300 Subject: [PATCH] feat: Remove exp leftovers --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e99088f..3ed8d25 100644 --- a/style.css +++ b/style.css @@ -79,7 +79,7 @@ html, body { margin: 0; padding: 0; font-size: 16px; - font-family: "Inter Var", "Source Code Var", sans-serif; + font-family: "Inter Var", sans-serif; font-weight: 400; line-height: 1.6; scroll-behavior: smooth;