Files
twenty/front/src/index.css
2023-04-14 11:06:20 +02:00

11 lines
152 B
CSS

body {
margin: 0;
font-family: 'Inter';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html {
font-size: 13px;
}