From eca3bce038e51762f46abadabd1a3b97130f6530 Mon Sep 17 00:00:00 2001 From: pheralb Date: Thu, 14 Dec 2023 16:14:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Update=20font-weight=20for=20def?= =?UTF-8?q?ault=20font.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index d9a2f79..3555e1c 100644 --- a/src/app.css +++ b/src/app.css @@ -50,7 +50,7 @@ @font-face { font-family: 'General-Sans'; src: url('/fonts/GeneralSans-Variable.woff2') format('woff2'); - font-weight: 200 700; + font-weight: 400 700; font-display: swap; font-style: normal; }