diff options
Diffstat (limited to 'client/src/index.css')
-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; } |