Use ha-font-family typography css token (#25355)

Use ha-font-family
This commit is contained in:
Wendelin
2025-05-07 16:38:07 +02:00
committed by GitHub
parent ab41bdb87d
commit 03ccf014d9
19 changed files with 30 additions and 21 deletions

View File

@@ -58,7 +58,7 @@ export class HaControlButton extends LitElement {
padding: var(--control-button-padding);
box-sizing: border-box;
line-height: inherit;
font-family: Roboto;
font-family: var(--ha-font-family-body);
font-weight: 500;
outline: none;
overflow: hidden;