zero-ui/frontend/src/index.css
2021-03-21 22:25:13 +03:00

9 lines
291 B
CSS

body {
margin: 0;
overflow-x: hidden;
font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}