From 730ec44905eb31549916f91774f07ad751e2ca2e Mon Sep 17 00:00:00 2001 From: Ishmael Sunday Date: Tue, 28 Jan 2025 17:22:23 -0500 Subject: [PATCH] eidted font weight --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 34dbb5d..80a7b3a 100644 --- a/style.css +++ b/style.css @@ -45,7 +45,7 @@ body{ .card__description { line-height: 1.5; font-size: 0.9rem; - font-weight: 400; + font-weight: 500; color: var(--dark-grayish-blue); font-family: 'Montserrat', sans-serif; } @@ -75,7 +75,7 @@ body{ } .card__old-price { font-size: 0.875rem; - font-weight: 400; + font-weight: 500; color: var(--dark-grayish-blue); font-family: 'Montserrat', sans-serif; text-decoration: line-through;