fix(dependencies): Update dependencies and correct font family in styles

This commit is contained in:
2024-07-01 11:23:14 +02:00
parent de1532627d
commit 843c873254
6 changed files with 4872 additions and 4124 deletions

View File

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