How to change font family on form?

  • maggiejillphotography
    Asked on September 15, 2016 at 10:30 PM
    somehow I changed the font on my form by accident and it used to be Georgia but I no longer see that as an option to change it back

    not the top section but the middle section where I am asking for clients info

  • Charlie
    Replied on September 15, 2016 at 11:26 PM

    Hi,

    You should be able to use the Form Designer Tool to change your font family for your form labels. Here's a screenshot on where to find it:

    How to change font family on form? Image 1 Screenshot 20

     

    Here are some guides to help you on changing the font style on your form:

    https://www.jotform.com/help/313-Beautify-your-Form-using-Jotform-s-Built-in-Fonts 

    https://www.jotform.com/help/100-How-to-Use-Google-Fonts-in-your-Form 

     

    Let us know if you need further help on this.

  • maggiejillphotography
    Replied on September 16, 2016 at 6:46 AM
    Thank you but I don't see the option for the font Georgia. Is that no longer available?
    Sent from my iPhone
    ...
  • John_Benson
    Replied on September 16, 2016 at 10:16 AM

    You can try inserting this CSS code to change the fonts of the form labels:

    .form-label { 

    font-family: "Georgia", sans-serif !important;

    .form-sub-label { 

    font-family: "Georgia", sans-serif !important;

    font-size: 12px;

    Here's a guide on how to inject custom CSS to the form.

    Hope that helps. Thank you.

     

  • maggiejillphotography
    Replied on September 16, 2016 at 4:46 PM
    awesome that worked. I would like to use Georgia on another form and I did
    the same thing but it didn't change the heading is there another code for
    that part?
    Thanks,
    Jill
    maggiejillphotography@gmail.com
    781.258.7698
    2 Canton Street
    Suite 312A
    Stoughton MA 02072
    ...
  • David JotForm Support
    Replied on September 16, 2016 at 6:13 PM

    Adding this code should apply the font to the header as well:

    .form-header-group {

        font-family: "Georgia", sans-serif !important;

    }

  • maggiejillphotography
    Replied on September 29, 2016 at 9:46 AM
    Some things seem to be defaulting to the default font is there a way to
    list Georgia as the default font? Thanks so much!
    Thanks,
    Jill
    maggiejillphotography@gmail.com
    781.258.7698
    2 Canton Street
    Suite 312A
    Stoughton MA 02072
    ...
  • David JotForm Support
    Replied on September 29, 2016 at 11:26 AM

    Georgia is not one of our default fonts and cannot be set as such.  If anything specifically is not showing with the correct font, let us know and we will be happy to help get things adjusted.