feat(project dependencies): Updated various dependencies and internal fonts

This commit is contained in:
2024-06-30 10:37:12 +02:00
parent 04170d4834
commit f72936d1a7
18 changed files with 5701 additions and 4245 deletions

View File

@ -71,7 +71,7 @@ export class DeesModal extends DeesElement {
cssManager.defaultStyles,
css`
:host {
font-family: 'Roboto', 'Inter', sans-serif;
font-family: 'Geist Sans', sans-serif;
color: ${cssManager.bdTheme('#333', '#fff')};
will-change: transform;
}
@ -113,7 +113,7 @@ export class DeesModal extends DeesElement {
.modal .heading {
height: 32px;
font-family: 'Roboto', 'Inter', sans-serif;
font-family: 'Geist Sans', sans-serif;
line-height: 32px;
text-align: center;
font-weight: 600;