Skip to content

Commit

Permalink
Use the same font family as the standard home assistant badges (#1618)
Browse files Browse the repository at this point in the history
* Use the same font family as the standard home assistant badges

* Remove font-family declaration from HuiEntityBadge styles
  • Loading branch information
francesconazzaro authored Jan 7, 2025
1 parent f7d1324 commit f1fd2ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/badges/template/template-badge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ export class HuiEntityBadge extends LitElement implements LovelaceBadge {
);
--mdc-icon-size: 18px;
text-align: center;
font-family: Roboto;
}
.badge:focus-visible {
--shadow-default: var(--ha-card-box-shadow, 0 0 0 0 transparent);
Expand Down

0 comments on commit f1fd2ee

Please sign in to comment.