From 75ef490d1812f66d1a7ddd98cf215fc18a9e516f Mon Sep 17 00:00:00 2001 From: Alexel Date: Tue, 1 Aug 2023 13:49:40 -0400 Subject: [PATCH] =?UTF-8?q?Appliquer=20la=20font=20'Poppins'=20=C3=A0=20to?= =?UTF-8?q?us=20les=20textes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/general.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/css/general.css b/public/css/general.css index c302140..0a42fae 100644 --- a/public/css/general.css +++ b/public/css/general.css @@ -1,10 +1,13 @@ +*{ + font-family: 'Poppins'; +} + .header { width: 100%; } .headerMenu { - font-family: Poppins; font-weight: 400; /*regular*/ font-size: 1.25rem; /*20px*/ color: #000; /*Noir pur*/ @@ -20,7 +23,6 @@ } .heading1 { - font-family: Poppins; font-weight: 600; /*semi-bold*/ font-size: 6rem; /*96px*/ color: #394596; /*Bleu AGECEM*/ @@ -28,7 +30,6 @@ } .heading2 { - font-family: Poppins; font-weight: 600; /*semi-bold*/ font-size: 1.5rem; /*24px*/ color: #394596; /*Bleu AGECEM*/