Headline font is not applied

Hello,
The font I setup for the headings is not appline to the Headline component.

Hello @tats86,

Firstly, please make sure you have installed the Font Manager then set the font in the element’s font setting.

Please note that the Font Manager and the font settings are available for v2 element and not the classic elements.

Hope this explains it.

This has already been verified. The font manager seems to be working for everything else…

Any insights on why it might not be working?

Hi @tats86,

In that case, please provide us with the admin access to your site in a Secure Note and please also let us know which text you are trying to set the font to:

Ok! Sent as secure note.

Thank you, I figures out there was a css that was conflicting with the font request.

Hello @tats86,

The font family were not applied because your have wrapped the text with a <p> tag which should not be the case because you cannot nest a <p> inside an <h2> element.

To get this resolve, please change the text content and only use only plain text with no html tags in it. Kindly remove the <p></p> tags.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.