Change font for all elements (Event Calendar)

Add the code below to Custom CSS field on your Event Calendar widget’s Appearance tab:

.eapp-events-calendar-events-calendar-component{
font-family: Calibri;
}

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