I think you should also mention the case where users want to use custom font.
Perhaps we can suggest that they should declare @font-face in that case
@font-face {
font-family: Calibri;
src: url(upload Calibri font file to your site & paste font file url here);
}
.eapp-events-calendar-events-calendar-title { font-family: Calibri !important; }
It’s true that @font-face could be a nice solution, but I’m afraid not all our widgets support it so far. So we’ll have to check the code prior to publishing it