How to import google fonts to forms?

  • DanBarker6
    Asked on April 20, 2016 at 1:25 PM

    Hi,

    I need a bit of help to fully customise the design of my form please. I have found your tutorials and help, but haven't got the results I'm after. The main thing is that I'd like ALL the fonts to be Google Quicksand - I've only been able to get some of them to this. And secondly I can't figure out how to change the colour of my submit button to match my theme.

    Many thanks in advance,

    Dan

  • Mike_G JotForm Support
    Replied on April 20, 2016 at 4:55 PM

    With regards to setting all text in your forms to be Google Quicksand font, you may try to follow the instructions on this guide, How-to-Use-Google-Fonts-in-your-Form

    Or try adding the CSS code below to your form.

    @import url(https://fonts.googleapis.com/css?family=Quicksand);

    .form-all {

        font-family : 'Quicksand', sans-serif;

    }

    How to import google fonts to forms? Image 1 Screenshot 30

    As for the color of your submit button, here's what you can do: 

    How to import google fonts to forms? Image 2 Screenshot 41