From e97f6a8a0d7137cc488f07e718a2ad0e9968ab9c Mon Sep 17 00:00:00 2001 From: FiliusPatris Date: Sat, 27 Mar 2021 17:06:38 +0100 Subject: [PATCH] Increase the minimum font weights slightly --- styles/index.css | 2 +- styles/services.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/styles/index.css b/styles/index.css index 2215ed1..f564248 100644 --- a/styles/index.css +++ b/styles/index.css @@ -17,5 +17,5 @@ body { margin: 0; font-family: "Work Sans", sans-serif; - font-weight: 200; + font-weight: 250; } diff --git a/styles/services.css b/styles/services.css index c174f4e..4baf097 100644 --- a/styles/services.css +++ b/styles/services.css @@ -8,7 +8,7 @@ .services__heading { font-size: 3.3rem; - font-weight: 300; + font-weight: 350; margin-bottom: 1rem; } @@ -23,8 +23,8 @@ width: 15rem; } .services__offers__card__heading { + font-weight: 350; font-size: 2rem; - font-weight: 250; } .services__offers__card__description { @@ -32,7 +32,7 @@ } .services__offers_card__button { - font-weight: 300; + font-weight: 350; background: black; border: 0px; color: white;