From 03b15c9fe31a8ca2513c538a2ee39144c6d11aaa Mon Sep 17 00:00:00 2001 From: pheralb Date: Sat, 16 Dec 2023 22:36:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Add=20new=20fonts.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/app.css b/src/app.css index 3555e1c..85238bc 100644 --- a/src/app.css +++ b/src/app.css @@ -48,9 +48,15 @@ } @font-face { - font-family: 'General-Sans'; - src: url('/fonts/GeneralSans-Variable.woff2') format('woff2'); - font-weight: 400 700; + font-family: 'InterVariable'; + src: url('/fonts/InterVariable.woff2') format('woff2'); + font-weight: 100 900; font-display: swap; font-style: normal; } + +@font-face { + font-family: 'GeistMono'; + src: url('/fonts/GeistMonoVariableVF.woff2') format('woff2'); + font-display: swap; +}