Importing Font Style to the Form

  • TonerCarAOLcom
    Asked on July 8, 2014 at 10:30 AM

    The website uses Microsoft sans-serif. I am trying to make the form font style the same. To do so, I first injected the following CSS code: .form-all {font-family: 'Microsoft sans-serif'; }This had no effect at all. In fact, the font changed to something similar to Times Roman. I then changed the CSS to .form-all {font-family: 'Microsoft sans-serif' !important; }. This had no effect, either. Are there any suggestions? 

    Jotform Thread 400905 Screenshot
  • Elton Support Team Lead
    Replied on July 8, 2014 at 11:28 AM

    Hi,

    I think the browser reads the default font name "MS Sans Serif" instead of the one you're currently using. Please remove what you have injected and use the following instead.

    .form-all {

    font-family: 'MS Sans Serif' !important;

    }

    It should give you the following result.

    Importing Font Style to the Form Image 1 Screenshot 20

    Let us know if you need anything else.

    Regards!