Change font of all widget's elements

Add this code to the Custom CSS field on your widget’s on your Photo Gallery widget’s Style tab:

.eapp-photo-gallery-photo-gallery-component {
    font-family: Arial;
}

You’re welcome to set any other font, providing it is supported by your browser and added to your website.