24 lines
404 B
SCSS
24 lines
404 B
SCSS
.poppins-regular {
|
|
font-family: "Poppins", sans-serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
.poppins-medium {
|
|
font-family: "Poppins", sans-serif;
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
.poppins-semibold {
|
|
font-family: "Poppins", sans-serif;
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
.poppins-bold {
|
|
font-family: "Poppins", sans-serif;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|