11 lines
152 B
CSS
11 lines
152 B
CSS
body {
|
|
margin: 0;
|
|
font-family: 'Inter';
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
html {
|
|
font-size: 13px;
|
|
}
|