From 01ef8b7e3f8cc17dd1f0b9501440fa152e31abea Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 12 Jan 2022 17:31:30 +0600 Subject: [PATCH] change base font to Inter --- css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 7e7d48a..166db0d 100644 --- a/css/style.css +++ b/css/style.css @@ -4,9 +4,8 @@ html { scroll-behavior: smooth; } - * { - font-family: Favorit, sans-serif; + font-family: 'Inter', sans-serif; font-size: 11pt; word-break: break-word; }