7 lines
123 B
CSS
7 lines
123 B
CSS
body {
|
|
margin: 0;
|
|
font-family: 'Inter';
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|