How do I change a field's default font?

  • CALStudentEngagement
    Asked on January 23, 2017 at 6:37 AM

    My fields come up in Times New Roman - how do I change this?

     

    Jotform Thread 1042845 Screenshot
  • Ashwin JotForm Support
    Replied on January 23, 2017 at 7:44 AM

    Hello,

    It seems you want to match the font type (font-family:helvetica, arial, sans-serif;) which you have added in text field with the rest of your form field. Is that correct?

    Please inject the following custom css code to change the font family and that should solve your problem:

    .form-all {

        font-family: helvetica, arial, sans-serif;

    }

    .form-label {

        font-family: helvetica, arial, sans-serif !important;

    }

    The following guide should help you how to inject custom css code:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!