shadowheart.club/css/style.css

8 lines
252 B
CSS
Raw Normal View History

/* We are using the Inter font typeface */
:root {
font-family: Inter, sans-serif;
font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
:root { font-family: InterVariable, sans-serif; }
}