Use Google font for body but use included font for headings

  • lisatait
    Asked on October 28, 2017 at 2:06 PM

    Hi there - thanks to the user guide I was able to use a Google font for my form (thank  you!), but I would really like to use an included font (Homemade Apple - which happens to be one of my brand's fonts) for the headings.  When I set this within the advanced form builder it shows up in the builder but not on the form.  I'm assuming that the CSS overrides everything else.  Is there a work around?  Thanks!

    Jotform Thread 1284838 Screenshot
  • David JotForm Support Manager
    Replied on October 28, 2017 at 3:59 PM

    If this is the form in question: http://www.jotform.ca/form/42996303047256 

    Please inject the following CSS code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-header-group #header_96 {

        font-family: "Homemade Apple", sans-serif;

    }

    Let us know if you need more help, we will be glad to assist you.