You are viewing limited content. For full access, please sign in.

Question

Question

Can the custom html font default be changed in a form?

asked on February 13, 2024

The new designer defaults custom html to Open Sans 13.  I have to change that on every custom html each time I use it, is there a way to change the default?  

0 0

Answer

SELECTED ANSWER
replied on February 13, 2024

You can use the following CSS to change the font family across all custom html components of a form.  Change the 'sans-serif' to whatever you want
 

fl-custom-html.custom-html.fl-component {
    font-family: sans-serif;
}

 

3 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.