Applying current form font to inputs

  • paulweber123
    Asked on November 19, 2015 at 2:46 PM

    1. How do change the text within the fields to Helvetica (at the moment its a different typeface)

     

    Many Thanks

    Jotform Thread 708250 Screenshot
  • Mike
    Replied on November 19, 2015 at 4:18 PM

    In order to apply current form font to the inputs, please add the next CSS to your form.

    input, textarea, select {
    font-family: inherit;
    }

    Thank you.