How to change the font to Calibri?

  • taaleemdxb1
    Asked on October 21, 2019 at 3:17 AM

    https://www.jotform.com/build/71860911414453 is not changing to calibri font which i inject on the CSS


    Could you please help


    Thanks

  • AndrewHag
    Replied on October 21, 2019 at 3:35 AM

    Could you please confirm you wish to change the font family for a particular field/text or for the whole form?

    Please add the CSS code below to change the font of all the field labels:

    .form-label{

      font-family: Calibri;

    }

  • taaleemdxb1
    Replied on October 22, 2019 at 12:50 AM
    `yes I would like to change all text to Calibri in the whole form
    ...
  • Victoria_K
    Replied on October 22, 2019 at 2:46 AM

    Please add the following code to your form:

    .form-label {

      font-family : Calibri !important;

    }

    At the moment, your code is not applied to the whole form. 

  • taaleemdxb1
    Replied on October 23, 2019 at 1:50 AM
    I changed it
    Regards,
    Verna
    ...