Form Fonts

  • TheBudAdams
    Asked on November 17, 2016 at 12:26 AM

    Why isn't there Raleway from the Google library? How can I add it to my form?

  • Chriistian Jotform Support
    Replied on November 17, 2016 at 3:19 AM

    I understand that you would like to use a Raleway font in your form. As far as I know, there is a Raleway font from Google (https://fonts.google.com/specimen/Raleway). 

     

    Please see the instruction below:

    1. Import fonts from Google Fonts to your form using the @import code.

    a. Search a font

    b. Click select this font.

    c. Copy the provided @import code.

    Form Fonts Image 1 Screenshot 40

    2. Go back to the Form designer under CSS tab and make sure to paste the import code on top of all existing CSS codes.

    Form Fonts Image 2 Screenshot 51

     

    You can also use this following code:

    .form-all{

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

    }

     

    Form Fonts Image 3 Screenshot 62

    Do let us know if you need further assistance.
    Regards