For a lovelace clock card I would like to use an LCD TTF font file I have here:
/local/fonts/DJB Get Digital.ttf
Is this possible?
Current card config:
type: markdown
style: |
ha-card {
padding-top: 18px;
border: solid 2px var(--primary-color);
}
h1 {
text-align: center;
font-size: 6em;
margin-bottom: 0px;
}
h2 {
text-align: center;
}
content: |
# {{ states("sensor.time") }}
## {{ states("sensor.date") }}