fix(core): update

This commit is contained in:
2023-08-07 04:20:36 +02:00
parent d36d4a921a
commit f1949bdc5d
3 changed files with 4 additions and 4 deletions

View File

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