Actualiser www/css/style2.css
All checks were successful
build configuration / build (push) Successful in 26s

This commit is contained in:
jimmie 2024-09-27 15:52:36 +02:00
parent 47dac9afe9
commit 089d331df7

View file

@ -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 { html, body {
font-family: "Josefin", serif; font-family: "Josefin", serif;
font-weight: 400; font-weight: 500;
line-height: 180%; line-height: 180%;
/* color: #47132B; */ /* color: #47132B; */
color: #FFFFFF; color: #FFFFFF;
font-size: 22px; font-size: 28px;
} }
body { body {
background-color: #450d29; <!-- ancien : violet : nouveau : pourpre --> background-color: #450424; <!-- ancien : violet : nouveau : pourpre -->
color: white; color: white;
} }
@ -198,7 +208,7 @@ section h2 {
color: #ee93af; color: #ee93af;
text-shadow: 3px 2px 1px #773051, 2px 3px 1px #ff0077; text-shadow: 3px 2px 1px #773051, 2px 3px 1px #ff0077;
font-family: Parisienne;
font-size: 2.1rem; font-size: 2.1rem;
font-weight: 800; font-weight: 800;
text-transform: uppercase; text-transform: uppercase;