How can I change font of the form?

  • Kanlee
    Asked on February 15, 2019 at 12:53 AM

    I can't change the fonts


  • Mertkan JotForm Developer
    Replied on February 15, 2019 at 2:58 AM

    1)Please follow these steps to change the font.

    You should go to FORM BUILDER and click the blue FORM DESIGNER icon on the top right corner.

    This should open the FORM DESIGNER panel where you can change the font.

    Please check the guide to get an idea on this: https://www.jotform.com/help/185-How-to-Change-Form-Fonts

    2)Also, you can change your fonts via CSS.

    Go to your form builder and click on the blue form designer icon on the top right corner. After that, click on the CSS Tab and make sure to save after pasting your code.

    Example code:

    .form-all *,label{

    font-family: 'DroidKufi-Regular' !important;

    }

    DroidKufi-Regular is just for the example you can change the font as your wish.

    Please check the GIF is shown below:

    How can I change font of the form? Image 10

     

    Please check the guide to get an idea on this:

    https://www.jotform.com/help/100-How-to-Use-Google-Fonts-and-Custom-Fonts-in-your-Form



    Please let us know if you need further assistance.