Ability to change the font

I want the font to match the font on my website so that the widget does not look out of place and coordinates with the rest of the page.

1 Like

Hi there @Kelsey_Lynch :wave:

We cannot but agree that it would be awesome to have this option in the settings. We’ll try to think it over in the future :slightly_smiling_face:

As for now, you are very welcome to use this code in the Custom CSS field on the Style tab of your widget’s settings:

.eapp-weather-weather-component * {
    font-family: Arial;
}