fix(core): update

This commit is contained in:
2023-01-03 17:02:40 +01:00
parent 6d12aed53e
commit 99eab4e35f
3 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ export const globalBaseStyles: string = css`
/* global body styles */
body {
margin: 0px;
font-family: 'Roboto', sans-serif;
font-family: 'Inter', sans-serif;
box-sizing: border-box;
}