Okay
  Public Ticket #960150
Changing font
Closed

Comments

  •  2
    Miroslav started the conversation

    Hi,

    is it possible to change fonts of the form?

    Thanks


  •  522
    Igor replied

    Hi Miroslav,

    can you tell me which text font would you like to change on your form? It can be done with the CSS override

    Regards,
    Igor

  •  2
    Miroslav replied

    Play font from Google Fonts

  •  522
    Igor replied

    Hi,

    add this to your template index file

    <link href="https://fonts.googleapis.com/css?family=Play" rel="stylesheet">
    

    and then put something like this in the custom CSS file

    .uf-field-label {
    font-family: 'Play', sans-serif !important;
    }

    Regards,
    Igor