Text field doesn't provide all system fonts

  • janisjunker
    Asked on September 26, 2017 at 9:09 AM

    Apparently the text fields can't provide all fonts that are available in the system.

    So for example I use Lato as the main font but it is not available in the text fields.


    Is there a possibility to implement those fonts there as well?

  • John_Benson
    Replied on September 26, 2017 at 11:35 AM

    You need to edit the Source code of the Text field and change the font-family to Lato. Here's the screenshot:

    1. Open your form in the Form Builder.
    2. Select the Text field and click the Source code.

    Text field doesnt provide all system fonts Image 1 Screenshot 30

    3. In the Text field source code, change all the Verdana to Lato. See image below:

    Text field doesnt provide all system fonts Image 2 Screenshot 41

    You can check my cloned form on this link: https://form.jotform.com/72684155228966

    Let us know if you have any questions.



  • janisjunker
    Replied on September 27, 2017 at 4:06 AM

    That seems to work, thank you very much!