Migrate to a monorepo structure (#2909)
This commit is contained in:
9
packages/twenty-docs/src/ui/uiComponents.css
Normal file
9
packages/twenty-docs/src/ui/uiComponents.css
Normal file
@ -0,0 +1,9 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
|
||||
|
||||
|
||||
body {
|
||||
font-family: 'Inter', sans-serif;
|
||||
}
|
||||
html {
|
||||
font-size: 13px;
|
||||
}
|
||||
Reference in New Issue
Block a user