Ajouter fonts de base #87

Merged
vlbeaudoin merged 2 commits from feature/fonts-custom into main 2023-08-01 13:12:30 -04:00
Showing only changes of commit 56b01c1d6c - Show all commits

View file

@ -5,7 +5,6 @@
url('../fonts/Poppins/poppins-thin.otf') format('otf');
font-weight: 100;
font-style: normal;
}
@font-face {
@ -15,7 +14,6 @@
url('../fonts/Poppins/poppins-thin-italic.otf') format('otf');
font-weight: 100;
font-style: italic;
}
@ -63,7 +61,6 @@
url('../fonts/Poppins/poppins-regular.otf') format('otf');
font-weight: 400;
font-style: normal;
}
@font-face {
@ -73,7 +70,6 @@
url('../fonts/Poppins/poppins-regular-italic.otf') format('otf');
font-weight: 400;
font-style: italic;
}
@font-face {
@ -83,7 +79,6 @@
url('../fonts/Poppins/poppins-medium.otf') format('otf');
font-weight: 500;
font-style: normal;
}
@font-face {
@ -93,7 +88,6 @@
url('../fonts/Poppins/poppins-medium-italic.otf') format('otf');
font-weight: 500;
font-style: italic;
}
@font-face {
@ -103,7 +97,6 @@
url('../fonts/Poppins/poppins-semibold.otf') format('otf');
font-weight: 600;
font-style: normal;
}
@font-face {
@ -154,7 +147,6 @@
url('../fonts/Poppins/poppins-extrabold-italic.otf') format('otf');
font-weight: 800;
font-style: italic;
}
@font-face {
@ -164,7 +156,6 @@
url('../fonts/Poppins/poppins-black.otf') format('otf');
font-weight: 900;
font-style: normal;
}
@font-face {
@ -174,5 +165,4 @@
url('../fonts/Poppins/poppins-black-italic.otf') format('otf');
font-weight: 900;
font-style: italic;
}