MrBartusek/MeteoalarmCard

Add font-size in card styles

duczz opened this issue · 1 comments

duczz commented

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

Thank you for the idea ❤️ 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;
    }