How to change text/font format in HTML element

Is there any way to format the text/font in an HTML element? I have created a page that includes a usable block. The usable block uses the standard “Text” element with whatever default font that it’s using. In my page then I have created an HTML element as I needed an < ol > and so the HTML block seems completely different than what “Text” element uses. Is there any way for me to make the two match? Or change other font characteristics for the HTML element?

Sure, just use a style tag in your html element.

3 Likes

Thank you thank you!!!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.