Use sites H3 Heading font

Is there a way to add css to match my other site heading fonts?

I’m not sure which Heading font it’s pulling but it’s more bold than all my other headlines
The weight on it is a bit different

2 Likes

Hi there, @kanaka :wave:

Could you please send me a link to the page where your widget is installed? I’ll be happy to help :slightly_smiling_face:

1 Like

Absolutely - VAV Home - Veterans for All Voters

2 Likes

Thanks! The font weight of your website’s headings is 500. Here is the CSS code to apply the same font weight to the calendar’s title:

.eapp-events-calendar-events-calendar-title {
  font-weight: 500;
}

Try it out and let me know if it helped :slightly_smiling_face:

1 Like