Comments 2Miroslav started the conversationNovember 18, 2016 at 4:41pmHi,is it possible to change fonts of the form?Thanks 752Igor repliedNovember 21, 2016 at 12:27pmHi Miroslav,can you tell me which text font would you like to change on your form? It can be done with the CSS overrideRegards,Igor 2Miroslav repliedNovember 21, 2016 at 12:44pmPlay font from Google Fonts 752Igor repliedNovember 21, 2016 at 10:18pmHi,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 Sign in to reply ...
Hi,
is it possible to change fonts of the form?
Thanks
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
Play font from Google Fonts
Hi,
add this to your template index file
and then put something like this in the custom CSS file
Regards,
Igor