Files
twenty/packages/twenty-front/src/index.css
2023-12-10 18:10:54 +01:00

11 lines
164 B
CSS

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