-
rkrayenhoff7Asked on July 7, 2020 at 10:36 AM
I want to change the font style of the input field so that it's the same font as the rest of the form.
-
Ashwin JotForm SupportReplied on July 7, 2020 at 11:57 AM
Please inject the following custom CSS code in form to change the font of input fields:
.form-textbox, .form-textarea, .form-radio-other-input, .form-checkbox-other-input, .form-dropdown input {
font-family: Buda, sans-serif !important;
}
The following guide should help you how to inject custom CSS code in form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes
Hope this helps.
Do get back to us if you have any questions.