Can I change the form font style with my own font?

  • Fernando_Vieira_movidaria
    Asked on April 13, 2024 at 11:16 PM

    Hello! Can I change the font of a form for a font that isn't available inside Jotforms? How do I do that? Thanks

  • Rene JotForm Support
    Replied on April 14, 2024 at 4:08 AM

    Hi Fernando,

    Thanks for reaching out to Jotform Support. Yes, you can add your own font style to the form by injecting a custom CSS code into it. Can you please share with us the font style that you want to apply to the form so that we can provide you with the exact CSS code you need?

    As soon as we hear back from you, we can move forward with a solution.

  • Fernando_Vieira_movidaria
    Replied on April 17, 2024 at 4:41 AM

    Hi, Rene! Thanks for the reply. I would like to have the Cairo font for all the texts within the form.

    Thank you

  • Rene JotForm Support
    Replied on April 17, 2024 at 4:54 AM

    Hi Fernando,

    Thanks for getting back to us. Please inject the custom CSS code below to use a Cairo font for your form:

    *{
    font-family: 'MyWebFont', Cairo;
    }

    Let me show you how to do it:

    • In Form Builder, click on the Roller icon located on the upper right side of the page.
    • On the Form Designer panel on the right, click on the Styles tab.
    • Scroll down to the Inject Custom CSS code field and then paste the code above.

    Can I change the form font style with my own font? Image 1 Screenshot 20

    That's it. let us know if there's anything else we can help you with.

 
Your Answer