Matching Form Font to Website Font

  • chrisjaeger
    Asked on February 10, 2015 at 8:32 PM

    I'm trying to match the font on my form here: http://bouldercoloradoaccountants.com/contact/

    To the website default font, which is: Sorts Mill Goudy

    Is this easier to do now with the forms designer.

    The instructions I've found and used before don't seem to work.

    Thanks.

  • chrisjaeger
    Replied on February 10, 2015 at 9:25 PM

    Clarification: I have this working, but the form text is BOLD and doesn't match the font on the page.

    Here's my code:


    @font-face {
    font-family: 'Sorts Mill Goudy';
    font-style: normal;src: local('Sorts Mill Goudy Regular'), local('SortsMillGoudy-Regular'), url(http://fonts.gstatic.com/s/sortsmillgoudy/v6/JzRrPKdwEnE8F1TDmDLMUtsZ51dqzBwIdH2JuTl9mv4.woff) format('woff');
    }.form-all *{font-family: 'Sorts Mill Goudy', cursive;}
     

     

  • Ashwin JotForm Support
    Replied on February 11, 2015 at 5:17 AM

    Hello chrisjaeger,

    It seem you have already resolved the font issue. Yes it is possible to take advantage of our "Form Designer" to remove bold from font. Please check the screenshot below :

    Matching Form Font to Website Font Image 1 Screenshot 20

     

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!

  • chrisjaeger
    Replied on February 11, 2015 at 8:19 PM

    Thank you! Awesome!