homepage/src/styles/manrope.css

62 lines
1.3 KiB
CSS
Raw Normal View History

2022-09-24 15:13:14 +03:00
@font-face {
font-family: "Manrope-Fallback";
font-size: 16px;
line-height: 1.6;
color: red;
visibility: visible;
word-spacing: -0.65px;
letter-spacing: 0.25px;
font-weight: 400;
src: local("Arial");
2022-09-26 15:03:02 +03:00
font-display: swap;
2022-09-24 15:13:14 +03:00
}
@font-face {
font-family: "Manrope";
font-weight: 200;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
2022-09-26 15:03:02 +03:00
font-display: swap;
}
@font-face {
font-family: "Manrope";
font-weight: 300;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
2022-09-26 15:03:02 +03:00
font-display: swap;
}
@font-face {
font-family: "Manrope";
font-weight: 400;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
2022-09-26 15:03:02 +03:00
font-display: swap;
}
@font-face {
font-family: "Manrope";
font-weight: 500;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
2022-09-26 15:03:02 +03:00
font-display: swap;
}
@font-face {
font-family: "Manrope";
font-weight: 600;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
2022-09-26 15:03:02 +03:00
font-display: swap;
}
@font-face {
font-family: "Manrope";
font-weight: 700;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
2022-09-26 15:03:02 +03:00
font-display: swap;
}
@font-face {
font-family: "Manrope";
font-weight: 800;
src: local("Manrope"), url("./font/Manrope.woff2") format("woff2");
2022-09-26 15:03:02 +03:00
font-display: swap;
}