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