Now to add other fonts to the form?

  • HartleyCLC
    Asked on September 26, 2014 at 12:17 PM

    I want to import a font from my computer to use on a form, and I was wondering if this was possible?

  • David JotForm Support
    Replied on September 26, 2014 at 2:11 PM

    Hi,

    1.  Go to Form Style tab

    2.  Click Font button

    3.  Choose font

    It is not advisable to use any font that is not considered as web-safe, because your visitor needs to have the font you specified installed in their system. If it is not available, the page will revert to the default web-safe font in their browser.

    If you insist on using a custom font for your form, inject this custom css in your form:

    .form-all {
        font-familyVerdana;
    }

    Replace Verdana with any font you'd like.

    To learn how to Inject Custom CSS, refer to this user guide.

    To learn about web safe fonts, click here

     

    Hope you find this post useful. Let us know if you have other questions.