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/index.html | 3 +++ client/src/index.css | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/client/index.html b/client/index.html index dbf0011..cbf9e2d 100644 --- a/client/index.html +++ b/client/index.html @@ -3,6 +3,9 @@ + + + Minibin 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 v1.2.3-73-gaa49b