39 lines
861 B
CSS
39 lines
861 B
CSS
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("../fonts/Poppins-Regular.otf") format("openType");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("../fonts/Poppins-Light.otf") format("openType");
|
|
font-weight: 300;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("../fonts/Poppins-Medium.otf") format("openType");
|
|
font-weight: 500;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("../fonts/Poppins-SemiBold.otf") format("openType");
|
|
font-weight: 600;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Poppins";
|
|
src: url("../fonts/Poppins-Bold.otf") format("openType");
|
|
font-weight: 700;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "M+ 1p";
|
|
src: url("../fonts/mplus-1p-regular.ttf") format("trueType");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "M+ 1p";
|
|
src: url("../fonts/mplus-1p-bold.ttf") format("trueType");
|
|
font-weight: 700;
|
|
} |