MrBartusek / MeteoalarmCard

Meteoalarm, Météo-France and DWD severe weather warnings card for Home Assistant Lovelace UI ⛈️
MIT License
129 stars 46 forks source link

Add font-size in card styles #231

Closed duczz closed 2 months ago

duczz commented 7 months ago

it would be nice when i can set the font size in the card via styles

MrBartusek commented 2 months ago

Thank you for the idea :heart: This will be a part of v2.7.0

type: custom:meteoalarm-card
entities:
  - entity: sensor.32_weather_alert
integration: meteofrance
scaling_mode: disabled
card_mod:
  style: |
    ha-card {
      --headline-font-size: 12px;
    }