Google font issue

  • yegalforms
    Asked on November 21, 2016 at 3:50 AM

    Hi guys

     

    I need this form

     

    https://www.jotform.com//?formID=62877034955871

     

    to use Monserrat as per this website

     

    http://yegal.com.au/lawstudent/

     

    I cannot get the page to update?


    Any ideas?

     

    Thanks in advance

  • Chriistian Jotform Support
    Replied on November 21, 2016 at 4:40 AM

    Hi,

    To change the font of your form, please inject this custom CSS in your form:

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

    .form-all{

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

    font -size: 15px;

    }

    .form-label{

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

    }

    Here's a guide on how to inject custom CSS in your form: How to Inject Custom CSS Codes

    Let us know if you need further assistance.
    Regards