From 946294b8855f5be5f17e5797412d6f7b1a416bc7 Mon Sep 17 00:00:00 2001 From: FiliusPatris Date: Sat, 27 Mar 2021 17:03:42 +0100 Subject: [PATCH] Rebalance the weights --- styles/index.css | 1 + styles/services.css | 4 +++- styles/welcome.css | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/styles/index.css b/styles/index.css index 9068a8f..2215ed1 100644 --- a/styles/index.css +++ b/styles/index.css @@ -17,4 +17,5 @@ body { margin: 0; font-family: "Work Sans", sans-serif; + font-weight: 200; } diff --git a/styles/services.css b/styles/services.css index 0490c4b..c174f4e 100644 --- a/styles/services.css +++ b/styles/services.css @@ -8,7 +8,7 @@ .services__heading { font-size: 3.3rem; - font-weight: bold; + font-weight: 300; margin-bottom: 1rem; } @@ -24,6 +24,7 @@ } .services__offers__card__heading { font-size: 2rem; + font-weight: 250; } .services__offers__card__description { @@ -31,6 +32,7 @@ } .services__offers_card__button { + font-weight: 300; background: black; border: 0px; color: white; diff --git a/styles/welcome.css b/styles/welcome.css index 968d1ed..f740369 100644 --- a/styles/welcome.css +++ b/styles/welcome.css @@ -12,12 +12,14 @@ .welcome__text-area__heading { font-size: 5rem; + font-weight: 400; margin: 1rem; text-align: center; } .welcome__text-area__subheading { font-size: 2rem; + font-weight: 300; text-align: center; margin-top: 0; margin-bottom: 2em; @@ -25,7 +27,7 @@ .welcome__text-area__description { font-size: 1.5rem; - /* font-weight: 350; */ /* Can't try out, I don't have multiple weights installed. */ + font-weight: 200; text-align: center; margin-left: 12vw; margin-right: 12vw;