zero-ui/frontend/src/index.css
2024-05-01 14:16:43 +01:00

18 lines
327 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;
}