How to change the font for a field?

  • aeclis
    Asked on July 19, 2017 at 1:24 PM
    3. In my form "ACHAT & VENTE", i have a text field on the 4th page "Afin de pouvoir ....." i'd like to change the font family to Muli, how can i do so ?
  • Kiran Support Team Lead
    Replied on July 19, 2017 at 2:16 PM

    You may add custom fonts to the form by using Google web fonts. Please refer to the guide below:

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

    In order to add Muli font to the form and change a field to use this font, you may add the following CSS code the form.

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

    Also, in the text field, please remove additional font-family property and add the following font-family property as shown in the screencast below:

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

    How to change the font for a field? Image 1 Screenshot 20

    Hope this information helps!