Integrating Squarespace font to my form.

  • kowinny
    Asked on August 28, 2015 at 5:37 PM

    I just created a jotform and am planning to place the source code on my squarespace website. I would like to know if there is any  way to use the same font I'm using in Squarespace on my Jotform as it is not in their library.

  • Mike
    Replied on August 28, 2015 at 7:21 PM

    Can you please provide us with a link to the squarespace web page in question? Then we will try to see if there are any options. Thank you.

  • kowinny
    Replied on September 2, 2015 at 4:10 PM

    http://kowinny.squarespace.com/members/

  • Mike
    Replied on September 2, 2015 at 5:36 PM

    Since you use a source code embedding method you can try changing the font family directly on the source code. The font family which is used on your website is "proxima-nova".

    Example, search for 'font-family' and change it to "proxima-nova" value.

    From:

    font-family:'Trebuchet MS';
    font-family: "Arimo", sans-serif;
    font-family: "Arimo", sans-serif;
    etc.

    Integrating Squarespace font to my form Screenshot 30

    To

    font-family: "proxima-nova";
    font-family: "proxima-nova";
    font-family: "proxima-nova";
    etc.

    Integrating Squarespace font to my form Screenshot 41

    If you need any further assistance, please let us know.