Font

  • POTENTIALe
    Asked on March 16, 2017 at 5:38 AM

    Dear Ladies and Gentlemen,

     

    I'm using text fields within my registration form and I've recognized that fonts used in the registration form are not available within the text field. For example: I'm using the font Lora in my whole registration form and in the text box I have not option to make use of the font Lora. 

    Is there any chance to use standardised fonts troughout the form?

     

    Kind regards and thank you for your help!

     

    Sarah Ledermüller

     

  • Nik_C
    Replied on March 16, 2017 at 6:32 AM

    Hello Sarah,

    Please copy and paste the below CSS code in your Custom CSS Field:

    .form-textbox, .form-textarea, .form-upload, .form-dropdown, .form-matrix-column-headers, .form-matrix-row-headers, .form-matrix-values {

    font-family: Lora;

    font-size: 14px;

    font-weight: normal;

    }

    That will make your font uniformed across the form.

    Let us know how it worked.

    Thank you!