Use Varela Round font on Hebrew form

  • guyt123
    Asked on March 17, 2019 at 9:45 AM
    another question regarding fonts: I'd like to use certain fonts from Google such as:

     <link target="_blank" href="https://fonts.googleapis.com/css?family=Niramit|Varela+Round" rel="stylesheet">

    whereas Niramit is used for English and Varela Round is for Hebrew.

    I tried to insert the code but with no success. Can you help?

  • jonathan
    Replied on March 17, 2019 at 10:08 AM

    Please check our user guide: 

    How to Use Google Fonts and Custom Fonts in your Form

    Try this CSS codes


    @font-face {

        font-family: 'Varela Round', sans-serif;

        src: url('https://fonts.googleapis.com/css?family=Varela+Round');

    }

    .form-all *{

    font-family: 'Varela Round', sans-serif;

    }




  • guyt123
    Replied on March 24, 2019 at 12:07 PM

    It didn't work. Is there another way?

    https://form.jotform.me/90733320743452

    1553443592form Screenshot 10

  • Mike_G JotForm Support
    Replied on March 24, 2019 at 2:54 PM

    I have checked the form you shared and it appears that the font, "Niramit", is already applied.

    1553453455t14 48 36 Screenshot 10

    With the CSS codes shown in the screenshot below being injected in your form.

    1553453682t14 54 06 Screenshot 21