How can add a font to the range of choices?

  • Ahurley24
    Asked on April 27, 2015 at 2:50 PM
  • Welvin Support Team Lead
    Replied on April 27, 2015 at 4:06 PM

    Hi,

    If you want to change the font type or family of the radio button field options, just simply inject the following custom CSS codes:

    .form-radio-item label {

      font-family: monospace;

    }

    You can change 'monospace' to your desired font. You can also use a Google Font, just please follow our instructions from this guide:

    https://www.jotform.com/help/100-Beautify-your-Form-with-Google-Web-Fonts

    If you want to use a different font for every radio button field options, you have to use the ID of the field. To easily do this in the form, I would suggest opening the form into our form designer. Navigate to the CSS tab and double-click the option to inject a custom CSS codes, then you can choose "Font Family" in the CSS helper:

    How can add a font to the range of choices? Image 1 Screenshot 20

    Let us know if you need further assistance.

    Thanks