react/packages/react-devtools-shared/src/devtools/views/root.css

11 lines
350 B
CSS
Raw Normal View History

:root {
2019-04-18 02:40:55 +08:00
/* Font smoothing */
--font-smoothing: auto;
/* GitHub.com system fonts */
--font-family-monospace: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo,
Courier, monospace;
--font-family-sans: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica,
Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}