Need a hint on how to make a global font change.

  • Joebates
    Asked on February 22, 2018 at 7:29 PM

    Need to use Unkempt if possible. 

    It's available through Google Fonts. 

    So far I'm trying this: 

    <style>

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

    </style>

    form {

      font-family: 'Unkempt', Sans-Serif;

    }



  • liyam
    Replied on February 22, 2018 at 9:43 PM

    Hello,

    You do not need to include the opening and closing style tags when inserting CSS codes into your form through the form builder. You can try this CSS code instead:

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

    .form-all {
      font-family: 'Unkempt', Sans-Serif !important;
    }

    If you need to know the steps how to inject CSS codes into your form, please follow this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Feel free to let us know if you have additional questions.



  • Joebates
    Replied on February 23, 2018 at 1:38 PM

    Thank you!  And, after all of that, I discovered late last night (on my phone no less) that your service is robust enough to include that and many more fonts. I'm blown away!


    Now I would just like to make those rating stars bigger. 

    Ideas?

    I'll be posting that request next. 

  • Welvin Support Team Lead
    Replied on February 23, 2018 at 2:31 PM

    Thank you for the feedback.

    You have already posted the star rating to our support forum. You will be answered there instead. Here https://www.jotform.com/answers/1395156