Hello. On my page I have added a ‘Custom Heading’ WPBakery element. In it, I have unticked ‘Use theme default font family?’ and specified my font family as Josefin Sans (see attached screenshot jba-font-back). On the front-end, this style is added via inline style. But it is added without any fallback font (see attached screenshot jba-font-front). Is there a way to add a fallback font, so that the style rule I am adding is:
That’ won’t work because in this case, the font is set via inline style, which will supersede any custom CSS I add. In light of that, I would need to add !important. Would you agree?