fix(dependencies): Update dependencies and correct font family in styles
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user