main
css 10 lines 362 Bytes
Raw
1 :is(:root, :host) {
2 /* Font smoothing */
3 --font-smoothing: auto;
4
5 /* GitHub.com system fonts */
6 --font-family-monospace: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo,
7 Courier, monospace;
8 --font-family-sans: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
9 Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
10 }