Custom Font

  • rugareruwodo
    Asked on June 15, 2020 at 11:41 AM

    Please help i want my form to use a font which is not listed under the font list.

    It is called Raleway

    what code do i need to use to change the whole form to do this.

    Regards

  • Anita_K
    Replied on June 15, 2020 at 1:03 PM

    Hi,

    thank you for reaching out to us. If I'm not mistaken, Raleway is a Google Font. Which means you can simply follow the 'Import Google Font' section of this guide.

    To summarize it simply:

    - you need the @import url of the form which you should insert into the CSS part of the form builder alongside with this CSS code:

    .form-all *{

    font-family: 'Raleway', sans-serif;

    }

    Actually, the guide uses Raleway as an example, so it should be relatively easy :)

    Please give it a go and let us know if you need further assistance with this.