Fix exposition et application des fonts #88
1 changed files with 3 additions and 5 deletions
|
@ -1,13 +1,9 @@
|
||||||
*{
|
|
||||||
font-family: 'Poppins';
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.headerMenu {
|
.headerMenu {
|
||||||
|
font-family: 'Poppins';
|
||||||
font-weight: 400; /*regular*/
|
font-weight: 400; /*regular*/
|
||||||
font-size: 1.25rem; /*20px*/
|
font-size: 1.25rem; /*20px*/
|
||||||
color: #000; /*Noir pur*/
|
color: #000; /*Noir pur*/
|
||||||
|
@ -23,6 +19,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading1 {
|
.heading1 {
|
||||||
|
font-family: 'Poppins';
|
||||||
font-weight: 600; /*semi-bold*/
|
font-weight: 600; /*semi-bold*/
|
||||||
font-size: 6rem; /*96px*/
|
font-size: 6rem; /*96px*/
|
||||||
color: #394596; /*Bleu AGECEM*/
|
color: #394596; /*Bleu AGECEM*/
|
||||||
|
@ -30,6 +27,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading2 {
|
.heading2 {
|
||||||
|
font-family: 'Poppins';
|
||||||
font-weight: 600; /*semi-bold*/
|
font-weight: 600; /*semi-bold*/
|
||||||
font-size: 1.5rem; /*24px*/
|
font-size: 1.5rem; /*24px*/
|
||||||
color: #394596; /*Bleu AGECEM*/
|
color: #394596; /*Bleu AGECEM*/
|
||||||
|
|
Loading…
Reference in a new issue