mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-10 16:25:47 +00:00
34 lines
763 B
CSS
34 lines
763 B
CSS
![]() |
@layer base {
|
||
|
/* kumbh-sans-regular */
|
||
|
@font-face {
|
||
|
font-family: "Kumbh Sans";
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url("/fonts/kumbh-sans-regular.woff2") format("woff2");
|
||
|
}
|
||
|
|
||
|
/* kumbh-sans-700 */
|
||
|
@font-face {
|
||
|
font-family: "Kumbh Sans";
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
src: url("/fonts/kumbh-sans-700.woff2") format("woff2");
|
||
|
}
|
||
|
|
||
|
/* montserrat-regular */
|
||
|
@font-face {
|
||
|
font-family: "Montserrat";
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url("/fonts/montserrat-regular.woff2") format("woff2");
|
||
|
}
|
||
|
|
||
|
/* montserrat-600 - latin */
|
||
|
@font-face {
|
||
|
font-family: "Montserrat";
|
||
|
font-style: normal;
|
||
|
font-weight: 600;
|
||
|
src: url("/fonts/montserrat-600.woff2") format("woff2");
|
||
|
}
|
||
|
}
|