tangled
alpha
login
or
join now
teal.fm
/
teal
110
fork
atom
Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
110
fork
atom
overview
issues
pulls
pipelines
set sensible base font rendering css
Natalie
1 year ago
620b5e08
0f8785dc
+6
1 changed file
expand all
collapse all
unified
split
apps
amethyst
global.css
+6
apps/amethyst/global.css
···
53
53
}
54
54
}
55
55
56
56
+
* {
57
57
+
-webkit-font-smoothing: antialiased;
58
58
+
-moz-osx-font-smoothing: grayscale;
59
59
+
text-rendering: optimizeLegibility;
60
60
+
}
61
61
+
56
62
.var-font-soft {
57
63
font-variation-settings: "SOFT" 100;
58
64
}