Can anybody suggest some custom CSS to stop my website’s theme from overriding the font settings in Event Cal when embedding. Although I choose the font in the style tab, when I embed the calendar, the date text between the navigation arrows and the text for the time block in the calendar are displayed in the website’s theme. Neither of the site’s fonts display well in the embedded calendar. If it helps, I’m using the Week View layout. I ‘presume’ this is a CSS issue.
I have tried adding this CSS to the calendar: .eapp-events-calendar-events-calendar-component{
font-family: ‘Calibri’ !important;
}
…but it still displays my site default fonts; though it does change the appearance of the calendar in the Elfsight UI.
If I got you right, you’d like to apply the Mandali font to all widget elements. I’ve added this code to the Custom CSS field on the Style tab of your widget’s settings:
Thank you so much. Much better. One small point, though. If I were to use an open, common font such as Open Sans, would I still need to call up the font family from Google (as in your code snippet)?