You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I noticed that the cards sometimes use "Inter" as font-family , which is not available everywhere. On my works Windows 10 computer with MS Edge it doesn't work at all. So the font gets rendered with standard serif font.
Changing all "font-family" string in the ha-bambulab-cards.js with following works fine and integrates into the Home Assistant UI:
Change font-family: "Inter" to font-family: font-family: var(--paper-font-common-base_-_font-family).
This worked on my setup and now the pop up windows use the standard Home Assistant font - no matter which one you set in your own theme config.
What device is this for?
P1S
Other Information
No response
The text was updated successfully, but these errors were encountered:
Describe the feature
Hi,
I noticed that the cards sometimes use "Inter" as font-family , which is not available everywhere. On my works Windows 10 computer with MS Edge it doesn't work at all. So the font gets rendered with standard serif font.
Changing all "font-family" string in the ha-bambulab-cards.js with following works fine and integrates into the Home Assistant UI:
Change
font-family: "Inter"
tofont-family: font-family: var(--paper-font-common-base_-_font-family)
.This worked on my setup and now the pop up windows use the standard Home Assistant font - no matter which one you set in your own theme config.
What device is this for?
P1S
Other Information
No response
The text was updated successfully, but these errors were encountered: