Viewing 1 replies (of 1 total)
  • You can do this using CSS in your stylesheet. If you only want the font to apply to the contact form, you can use the id of the div surrounding the form. Something like:

    #contact-form-3472 {
        font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change font in Jetpack Contact form?’ is closed to new replies.