Change font of all elements (Weather)

Add this code to the Custom CSS field on the Style tab of your Weather widget’s settings:

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

You are very welcome to use any other font, providing it is supported by your browser and installed to your website :slightly_smiling_face: