A mirror of my website's source code.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

 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"); }