Migrate to a monorepo structure (#2909)
This commit is contained in:
10
packages/twenty-front/src/index.css
Normal file
10
packages/twenty-front/src/index.css
Normal file
@ -0,0 +1,10 @@
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: 'Inter', sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 13px;
|
||||
}
|
||||
Reference in New Issue
Block a user