-
erudir_tecnologiaPerguntado em 9 de setembro de 2024 às 02:40
-
Raymond Jotform SupportRespondido em 9 de setembro de 2024 às 02:55
Hi Valdinei,
We can customize your Spreadsheet widget so that it uses the same font as your form. Let me walk you through it:
1.First, copy the codes below:
/* change widget font - 18793631*/
* {
font-family: Inter, sans-serif;
font-size: 14px;
}
/* Ends here */
2.In Form Builder, click on your Spreadsheet widget and on its Wand icon.
3.Under the Custom CSS tab, paste the codes in the CSS box and click Update Widget.
That's it. Feel free to test this cloned demo form or clone it to your account to inspect it further. We also have a guide on How to Inject CSS Codes to Widgets that you can check out.
Give it a try and let us know if you need any help.