woodpecker/web/src/screens/drone.less
2019-11-12 14:27:39 +01:00

16 lines
212 B
Plaintext

:global {
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto:300,400,500');
div,
span {
font-family: 'Roboto';
font-size: 16px;
}
html,
body {
margin: 0px;
padding: 0px;
}
}