I am unable to find "Montserrat" font family

  • Joey_Gupta
    Asked on October 29, 2020 at 4:52 AM

    Hi,

    I am unable to find "Montserrat" font family from where I can update this font family ?

    1603961562 5f9a82daa1e81  Screenshot 10

  • Dagmar_B
    Replied on October 29, 2020 at 6:32 AM

    Hello,

    you have the option to change the font to any font you like. You just need to follow this guide.

    How-to-use-google-fonts-and-custom-fonts-in-your-form

    It should look something like this after you are done:

    1603967346 5f9a997286003  Screenshot 10

    The code added for Montserrat is:

    @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

    .form-all *{
      font-family: 'Montserrat', sans-serif;
    }

    To accomplish that just paste the code into the advanced Designer that you find by first clicking on the little blue Paint roller icon and then scrolling all the way down.

    Then toggle to CSS and paste the code.

    Remember to save.

    Your form should now have Montserrat as font.