uno-online/client/src/index.css

15 lines
258 B
CSS
Raw Normal View History

2021-02-25 12:50:30 +00:00
@import url('https://fonts.googleapis.com/css?family=Carter+One');
2021-02-23 19:38:02 +00:00
2021-02-24 16:19:48 +00:00
* {
margin: 0;
padding: 0;
}
body {
margin: 0;
2021-02-25 12:50:30 +00:00
font-family: 'Carter One', sans-serif;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}