Ajouter fonts de base #87
1 changed files with 14 additions and 24 deletions
|
@ -5,8 +5,7 @@
|
|||
url('../fonts/Poppins/poppins-thin.otf') format('otf');
|
||||
font-weight: 100;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
|
@ -15,8 +14,7 @@
|
|||
url('../fonts/Poppins/poppins-thin-italic.otf') format('otf');
|
||||
font-weight: 100;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
|
@ -26,7 +24,7 @@
|
|||
url('../fonts/Poppins/poppins-extralight.otf') format('otf');
|
||||
font-weight: 200;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
|
@ -35,7 +33,7 @@
|
|||
url('../fonts/Poppins/poppins-extralight-italic.otf') format('otf');
|
||||
font-weight: 200;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
|
@ -44,7 +42,7 @@
|
|||
url('../fonts/Poppins/poppins-light.otf') format('otf');
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
|
@ -54,7 +52,7 @@
|
|||
url('../fonts/Poppins/poppins-light-italic.otf') format('otf');
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
|
@ -63,8 +61,7 @@
|
|||
url('../fonts/Poppins/poppins-regular.otf') format('otf');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
|
@ -73,8 +70,7 @@
|
|||
url('../fonts/Poppins/poppins-regular-italic.otf') format('otf');
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
|
@ -83,8 +79,7 @@
|
|||
url('../fonts/Poppins/poppins-medium.otf') format('otf');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
|
@ -93,8 +88,7 @@
|
|||
url('../fonts/Poppins/poppins-medium-italic.otf') format('otf');
|
||||
font-weight: 500;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
|
@ -103,8 +97,7 @@
|
|||
url('../fonts/Poppins/poppins-semibold.otf') format('otf');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
|
@ -154,8 +147,7 @@
|
|||
url('../fonts/Poppins/poppins-extrabold-italic.otf') format('otf');
|
||||
font-weight: 800;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
|
@ -164,8 +156,7 @@
|
|||
url('../fonts/Poppins/poppins-black.otf') format('otf');
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Poppins';
|
||||
|
@ -174,5 +165,4 @@
|
|||
url('../fonts/Poppins/poppins-black-italic.otf') format('otf');
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue