Use default font for heading card (#22322)

This commit is contained in:
Paul Bottein 2024-10-10 17:19:14 +02:00 committed by Bram Kragten
parent f6e00e7262
commit 5c9b53ffb7

View File

@ -187,7 +187,6 @@ export class HuiHeadingCard extends LitElement implements LovelaceCard {
}
.content p {
margin: 0;
font-family: Roboto;
font-style: normal;
white-space: nowrap;
overflow: hidden;