mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-11 00:35:47 +00:00
38 lines
821 B
CSS
38 lines
821 B
CSS
@layer base {
|
|
/* kumbh-sans-regular */
|
|
@font-face {
|
|
font-family: "Kumbh Sans";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url("/fonts/kumbh-sans-regular.woff2") format("woff2");
|
|
}
|
|
|
|
/* kumbh-sans-700 */
|
|
@font-face {
|
|
font-family: "Kumbh Sans";
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
src: url("/fonts/kumbh-sans-700.woff2") format("woff2");
|
|
}
|
|
|
|
/* inter-regular */
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
src: url("/fonts/inter-regular.woff2") format("woff2");
|
|
}
|
|
|
|
/* inter-600 */
|
|
@font-face {
|
|
font-family: "Inter";
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
font-display: swap;
|
|
src: url("/fonts/inter-600.woff2") format("woff2");
|
|
}
|
|
}
|