zero-ui/frontend/src/index.css
2021-12-19 19:09:54 +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;
}