diff --git a/src/components/chips/ha-input-chip.ts b/src/components/chips/ha-input-chip.ts index f32d89848b80..c48ecb1d22f2 100644 --- a/src/components/chips/ha-input-chip.ts +++ b/src/components/chips/ha-input-chip.ts @@ -20,6 +20,7 @@ export class HaInputChip extends MdInputChip { 0.15 ); --ha-input-chip-selected-container-opacity: 1; + --md-input-chip-label-text-font: Roboto, sans-serif; } /** Set the size of mdc icons **/ ::slotted([slot="icon"]) { diff --git a/src/components/ha-menu-item.ts b/src/components/ha-menu-item.ts index 7b5b32e7d3a6..662800f1dd59 100644 --- a/src/components/ha-menu-item.ts +++ b/src/components/ha-menu-item.ts @@ -25,6 +25,7 @@ export class HaMenuItem extends MdMenuItem { --md-sys-color-on-primary-container: var(--primary-text-color); --md-sys-color-on-secondary-container: var(--primary-text-color); + --md-menu-item-label-text-font: Roboto, sans-serif; } :host(.warning) { --md-menu-item-label-text-color: var(--error-color);