Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i resize the entity fonts? #160

Open
jgeorge1983 opened this issue Oct 17, 2023 · 0 comments
Open

How can i resize the entity fonts? #160

jgeorge1983 opened this issue Oct 17, 2023 · 0 comments

Comments

@jgeorge1983
Copy link

I am going nuts here but cant get the format to change the font size, what am i missing?

type: custom:banner-card
card_mod:
  style: |
    ha-card .heading {
      font-size: 1em;
      font-weight: 400
    }`
    ha-card--banner-card-entity-value-size {
      font-size: 10em;
      font-weight: 400
    }`
heading:
  - mdi:light-flood-down
  - Living Room
link: /lovelace/livingroom
entities:
  - light.living_room_lights
  - sensor.living_room_temperature
  - entity: sensor.motion_kitchen_illuminance_lux

I have tried
ha-card .entity-value-size {
font-size: 10em;
font-weight: 400 }`

ha-card .entity-value {
  font-size: 10em;
  font-weight: 400    }`

ha-card .entity.value {
  font-size: 10em;
  font-weight: 400    }`

I just can't seem to get it :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant