diff options
author | Blaster4385 <[email protected]> | 2024-02-19 20:53:02 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2024-02-21 23:52:45 +0530 |
commit | ad6a7e24db5e2050ca8746c167d95270dbff6f1d (patch) | |
tree | 0522816d7d0e12c16492db4f3cc2002e50cc9cb3 /client/src | |
parent | 96c2c2b16ff36b6fc01f4bcae26ff3d1e885b73d (diff) |
feat: Switch to poppins font
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/index.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |