OK, I’m not quite getting the same result as you -
Note on the left menu, my text is still coming up in Roboto whilst yours appears in Raleway.
Have tried a few methods - in Lovelace:
- url: /local/styles.css?v=0.05
type: css
- url: 'https://fonts.googleapis.com/css?family=Raleway'
type: css
And in /config/www/styles.css:
@import url('https://fonts.googleapis.com/css?family=Raleway');
body {
font-family: Raleway !important;
}
paper-icon-item span {
font-family: Raleway !important;
}
Plus deleting caches and refreshing etc - there’s some elements that always seem to be overridden, not sure how to get past that…
