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

Question

Question

Font-family CSS

asked on August 13, 2021

Does Laserfiche Forms support font-family CSS?  I'm trying to change the font of a html block, example below.  It change the color of the text and background, but doesn't change the font.  Do I have the code wrong?  Any assistance would be appreciated.  Thanks!

 

.html {color: #003c7c; background: #d8d6d7; font-family: "Times New Roman";} 

0 0

Answer

SELECTED ANSWER
replied on August 13, 2021

You can use the font-family, but the .cf-custom class is overriding the .html class.  If you use both classes as shown below, it should format correctly for you.

.html .cf-custom {color: #003c7c; background: #d8d6d7; font-family: 'Times New Roman', serif;}

 

1 0
replied on August 16, 2021

Thanks, Mr. @████████.  That worked perfectly!

0 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.