Actualiser www/css/style2.css
All checks were successful
build configuration / build (push) Successful in 26s
All checks were successful
build configuration / build (push) Successful in 26s
This commit is contained in:
parent
47dac9afe9
commit
089d331df7
1 changed files with 14 additions and 4 deletions
|
@ -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; <!-- ancien : violet : nouveau : pourpre -->
|
||||
background-color: #450424; <!-- ancien : violet : nouveau : pourpre -->
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue