From bac05a61ca677d2e822c8319a4281299745f3cb4 Mon Sep 17 00:00:00 2001 From: Notoric Date: Fri, 8 Mar 2024 19:21:51 +0000 Subject: [PATCH] Changed font weighting --- css/styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index ef091ec..42688b6 100644 --- a/css/styles.css +++ b/css/styles.css @@ -12,7 +12,6 @@ body { font-family: 'Outfit', sans-serif; - font-weight: 600; font-size: 1.5em; margin: 0; padding: 0; @@ -67,6 +66,7 @@ body { h1 { font-size: 10vw; + font-weight: 600; text-align: center; user-select: none; } @@ -127,6 +127,12 @@ p { font-weight: 200; } +h2 { + font-size: 3em; + font-weight: 400; + margin: 0; +} + #features { display: flex; flex-direction: column;