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

@ -176,7 +176,7 @@ export class DeesInputText extends DeesElement {
return html`
<style>
input {
font-family: ${this.isPasswordBool ? 'monospace' : 'Roboto'};
font-family: ${this.isPasswordBool ? 'monospace' : 'Geist Sans'};
letter-spacing: ${this.isPasswordBool ? '1px' : 'normal'};
color: ${this.goBright ? '#333' : '#ccc'};
}