Fix exposition et application des fonts #88
1 changed files with 4 additions and 3 deletions
|
@ -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*/
|
||||
|
|
Loading…
Reference in a new issue