formattage de fonts.css

This commit is contained in:
Alexel 2023-07-25 17:51:31 -04:00
parent a8c12b8650
commit 56b01c1d6c

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;
}