Change font of questions to conform to other fonts in form

  • brilliantstarsocial
    Asked on April 3, 2025 at 8:44 PM

    I would like all of the fonts on the form to be the same (Arial for now). I can't figure out how to change the fonts of of the questions (Name, Country, etc.) and the buttons (Upload, Save, Submit).

    Currently the questions and buttons are in some kind of serif font.

    Thank you,

    Amy R

    Jotform Thread 25884251 Screenshot
  • Shane JotForm Support
    Replied on April 4, 2025 at 3:32 AM

    Hi Amy,

    Thanks for reaching out to Jotform Support. You can use Custom CSS code to change the font of your form. Here's how:

    1. First, copy the following CSS code:

    .form-all, .form-label, .qq-upload-button, button {
    font-family: 'Arial', sans-serif !important;
    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.
    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    Change font of questions to conform to other fonts in form Image 1 Screenshot 30

    We also have a guide about How to Inject Custom CSS Codes that you can check out. See following screenshot for the expected result:

    Change font of questions to conform to other fonts in form Image 2 Screenshot 41
    Give it a try and let us know how it goes.

Your Answer