mononoki.css
ASCII text
1/* Variable fonts usage: 2:root { font-family: "Inter", sans-serif; } 3@supports (font-variation-settings: normal) { 4:root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; } 5} */ 6 7/* static fonts */ 8@font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url("Inter-Thin.woff2") format("woff2"); } 9@font-face { font-family: "Inter"; font-style: italic; font-weight: 100; font-display: swap; src: url("Inter-ThinItalic.woff2") format("woff2"); }