From 44533f73d1fffb2420b1f69f4a6e9c2b7068f231 Mon Sep 17 00:00:00 2001 From: Alexel Date: Tue, 1 Aug 2023 14:03:59 -0400 Subject: [PATCH] =?UTF-8?q?Appliquer=20la=20font=20aux=20=C3=A9l=C3=A9ment?= =?UTF-8?q?s=20HTML=20individuels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/general.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/public/css/general.css b/public/css/general.css index 0a42fae..b8d7977 100644 --- a/public/css/general.css +++ b/public/css/general.css @@ -1,13 +1,9 @@ -*{ - font-family: 'Poppins'; -} - - .header { width: 100%; } .headerMenu { + font-family: 'Poppins'; font-weight: 400; /*regular*/ font-size: 1.25rem; /*20px*/ color: #000; /*Noir pur*/ @@ -23,6 +19,7 @@ } .heading1 { + font-family: 'Poppins'; font-weight: 600; /*semi-bold*/ font-size: 6rem; /*96px*/ color: #394596; /*Bleu AGECEM*/ @@ -30,6 +27,7 @@ } .heading2 { + font-family: 'Poppins'; font-weight: 600; /*semi-bold*/ font-size: 1.5rem; /*24px*/ color: #394596; /*Bleu AGECEM*/