Forum Discussion

Hayley's avatar
Hayley
Qrew Member
7 days ago

Matching Fonts on Templates using Rich Text and Standard text

Hi,

I'm very new to the quickbase world and trying to manage an app that was built for my agency. My question is about changing the font that prints from a form in Rich Text. We have several forms that use templates to print out and when there are both rich text fields and standard text fields used, the rich text fields default is different than the standard text in both size and font. This obviously looks terrible but I can't find a way to adjust it.

I have read several articles and conversations about using rich text with HTML tags, but I can't find a way to actually adjust the font (I think prior to 2023 the options in Rich Text fields, were well richer). Can someone offer a suggestion. BTW, I am not a programmer so I need basic instructions on where to find things and how to adjust them.

HELP! And TIA - Hayley

2 Replies

  • Haley,

    I believe the above was an AI assisted response.  My suggestion is just to live with the problem. The reason for that is that in order to make the fonts match, you would have to have formula fields corresponding to every single data entry field in your app and then control which fields display in view mode (the formula fields), and which fields to display edit mode (the data entry fields).  There is no global setting just to magically make the fonts match. 

  • Hi Hayley,

    You're right — in Quickbase, Rich Text fields often display differently than Standard Text fields when printed, especially in templates. That’s because Rich Text doesn’t automatically match the app’s default font.

    To fix it:

    1. Edit the Rich Text field
      In Quickbase, go to Settings > Fields, select your Rich Text field, and either edit the default value or test it in a record.
    2. Wrap the content in this HTML:Replace Arial and 12pt with the font and size used in your Standard Text fields.
    3. html<div style="font-family: Arial; font-size: 12pt;"> Your content here </div>
    4. CopyEdit
    5. Save and print your form or template
      The Rich Text should now match the Standard Text styling.

    If you’re using a print template in Quickbase, you can also apply styles at the top of the template using <style> tags

    Hope this gives you a place to start. Let us know if works. thx!