From ad6a7e24db5e2050ca8746c167d95270dbff6f1d Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Mon, 19 Feb 2024 20:53:02 +0530 Subject: feat: Switch to poppins font --- client/src/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src') diff --git a/client/src/index.css b/client/src/index.css index 9f0d105..777afd8 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -1,6 +1,6 @@ @import url(variables.css); :root { - font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; + font-family: "Poppins", sans-serif; line-height: 1.5; font-weight: 400; @@ -22,4 +22,5 @@ body { h1 { font-size: 3rem; + font-weight: 400; } -- cgit