How to insert custom font to my form?
-
crawley_patrickAsked on December 10, 2017 at 03:30 PM
In my form (Confidential Information Form) I have tried to change the font to Book Antiqua. I have followed the instructions and no changes are being reflected. Could you see what I have been doing wrong?
https://www.jotform.com/build/73434511555151
This is a re-post of a comment on How to Inject Custom CSS Codes
-
Nik_CAnswered on December 10, 2017 at 04:33 PM
It is not enough just to set font family in CSS, you have to tell to CSS from where that font is coming from.
So if it is an API (like with Google fonts), you will use @import and that can be done with CSS, more about that here: https://www.jotform.com/help/100-How-to-Use-Google-Fonts-in-your-Form
With the font you're trying to insert, I see it can only be downloaded, so you will have it locally on your machine, in that case, the font has to be inserted with the local path, and that will require you downloading the source code of your form, inserting such path, and uploading your form to your own domain (since you cannot put that code back to our builder).
And I'm afraid that is the only way with such fonts.
Let us know if you have any further questions.
Thank you!