Calibri font not applying to field labels

  • rake879
    Asked on May 24, 2017 at 12:33 AM

    I have used the following CSS code to change my font style .But field labels font style is still not changed 

    .form-all{

    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;

    }.form-submit-button{

    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;

    }

  • BJoanna
    Replied on May 24, 2017 at 4:10 AM

    I have checked and your form http://www.jotform.me/form/71351404053444 is using Calibri font. 

    Calibri font not applying to field labels  Image 1 Screenshot 20

    Inside of your other form http://www.jotform.me/form/71382187653462, you have not injected CSS code that you provided. If you want that  Calibri font is used on that form as well, add the same CSS code there as well. 

    I did noticed that submit button is using different font. You will need to add !important rule to part of the CSS code that ia applied to submit button. 

    .form-submit-button{

    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;

    }

    If you have issues with some other form, please provide us ID of that form.

    Let us know if you need further assistance. 

  • rake879
    Replied on May 24, 2017 at 5:09 AM

    I had to apply that code for every element within the form . It didn't work at form level.

  • BJoanna
    Replied on May 24, 2017 at 5:47 AM

    I'm glad to hear that you were able to resolve your issue. 

    Feel free to contact us if you have any other questions or issues.