The Font Size Option in Preferences Does not Change the Font

  • je862
    Asked on November 17, 2015 at 9:20 PM

    I'm trying to choose an 11px or 12 px font and it does not seem to change the form or the print out of the form.  I change the font size in Preferences, but it does not seem to take.

  • mert JotForm UI Developer
    Replied on November 18, 2015 at 2:27 AM

    Hi there,

    You can also change the size or type of your form's font on "Designer". Below, you will find the link about how to do it:

    http://www.jotform.com/help/185-How-to-Change-Form-Fonts

     

    Also, you can inject custom CSS to your form to change its font style or size. Below, you will find the necessary CSS codes to do that:

     

    .form-all
    {
           font-size: 12px !important;

    }

     

    If you need any other information, please don't hesitate to contact us.

    Thanks.