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

@ -12,7 +12,7 @@ export const staticStyles = css`
:host {
box-sizing: border-box;
font-family: 'Roboto', 'Inter', sans-serif;
font-family: 'Geist Sans', 'Inter', sans-serif;
}
${unsafeCSS(scrollBarStyles)}
@ -29,7 +29,7 @@ export const styles = html`
}
:host {
font-family: 'Roboto', 'Inter', sans-serif;
font-family: 'Geist Sans', 'Inter', sans-serif;
}
${scrollBarStyles}