2021-07-19 13:06:07 +01:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Manrope';
|
2021-07-20 19:30:49 +01:00
|
|
|
font-style: normal;
|
2021-08-10 18:36:52 +01:00
|
|
|
font-weight: 400;
|
2021-07-19 13:06:07 +01:00
|
|
|
src: url(Manrope-Regular.woff2),
|
|
|
|
url(Manrope-Regular.woff);
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2021-08-10 18:36:52 +01:00
|
|
|
font-family: 'Manrope';
|
2021-07-20 19:30:49 +01:00
|
|
|
font-style: normal;
|
2021-08-10 18:36:52 +01:00
|
|
|
font-weight: 900;
|
|
|
|
src: url(Manrope-ExtraBold.woff2) format("woff2"),
|
|
|
|
url(Manrope-ExtraBold.woff) format("woff");
|
2021-07-19 13:06:07 +01:00
|
|
|
}
|