6103febaaf
* Added exporting of shapeses * added video serialization * Fix viewport sizes, add chrome-aws-lambda for puppeteer * Update menu styling * extract to callback * Update Loading.tsx * force update menu * fix missing fonts * Added SVG and JSON export * Fix json exports * Merge branch 'main' into pr/468, update menus * Update TldrawApp.ts Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
14 lines
342 B
CSS
14 lines
342 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700');
|
|
|
|
html,
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
|
|
Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
overscroll-behavior: none;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|