Files
twenty_crm/front/src/index.css
Charles Bochet f25f80c199 Implement new UI
2023-04-10 18:04:49 +02:00

7 lines
123 B
CSS

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