From 089d331df7f773a230422561057af3d802a2cc79 Mon Sep 17 00:00:00 2001 From: jimmie Date: Fri, 27 Sep 2024 15:52:36 +0200 Subject: [PATCH] Actualiser www/css/style2.css --- www/css/style2.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/www/css/style2.css b/www/css/style2.css index a118ca2..462cb70 100644 --- a/www/css/style2.css +++ b/www/css/style2.css @@ -65,6 +65,16 @@ } +/* parisienne-regular */ +@font-face { + font-family: 'Parisienne'; + font-style: normal; + font-weight: 400; + src: local('Parisienne'), local('Parisienne-Regular'), + url('../fonts/Parisienne-Regular.ttf') format('truetype'); + +} + @@ -82,15 +92,15 @@ html, body { font-family: "Josefin", serif; - font-weight: 400; + font-weight: 500; line-height: 180%; /* color: #47132B; */ color: #FFFFFF; - font-size: 22px; + font-size: 28px; } body { - background-color: #450d29; + background-color: #450424; color: white; } @@ -198,7 +208,7 @@ section h2 { color: #ee93af; text-shadow: 3px 2px 1px #773051, 2px 3px 1px #ff0077; - + font-family: Parisienne; font-size: 2.1rem; font-weight: 800; text-transform: uppercase;