Change font for elements in popup

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

.global-styles, [class^="FlexContainer"] { 
    font-family: Calibri;
}

You may also set any other font, providing it is supported by your browser and added to your website.