Use default font for heading card (#22322)

This commit is contained in:
Paul Bottein 2024-10-10 17:19:14 +02:00 committed by GitHub
parent 1d88c4465b
commit 0e8783fb01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;