tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
prettier font
moth11.net
4 months ago
3ef1aeaf
0a0b0317
+1
1 changed file
expand all
collapse all
unified
split
static
main.css
+1
static/main.css
···
7
7
:root {
8
8
font-family: Inter, sans-serif;
9
9
font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
10
10
+
-webkit-font-smoothing: antialiased;
10
11
}
11
12
@supports (font-variation-settings: normal) {
12
13
:root { font-family: InterVariable, sans-serif; }