Files
fonts/css/karrik.css
2026-02-04 19:13:28 +00:00

22 lines
668 B
CSS

@font-face {
font-family: "Karrik";
src:
url("https://fonts.ob248.com/fonts/Karrik-Regular.woff2") format("woff2"),
url("https://fonts.ob248.com/fonts/Karrik-Regular.woff") format("woff"),
url("https://fonts.ob248.com/fonts/Karrik-Regular.ttf") format("truetype");
font-weight: 80;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Karrik";
src:
url("https://fonts.ob248.com/fonts/Karrik-Italic.woff2") format("woff2"),
url("https://fonts.ob248.com/fonts/Karrik-Italic.woff") format("woff"),
url("https://fonts.ob248.com/fonts/Karrik-Italic.ttf") format("truetype");
font-weight: 80;
font-style: italic;
font-display: swap;
}