A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 mononoki.css

View raw Download
text/plain • 516 B
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"); }