Changing font to Public Sans?

  • SWSLHD Wellbeing
    Asked on August 1, 2022 at 1:47 PM

    Hello
    I'm having trouble changing the font to public Sans. We tried importing, but it is not appearing. Could you please suggest how to make the change?
    Kind regards
    Deborah

  • Camila JotForm Support
    Replied on August 1, 2022 at 3:42 PM

    Hello Deborah,

    Thanks for reaching out to Jotform Support. I would like to verify if you are referring to this form: https://www.jotform.com/build/222117403833851. If yes, I saw that the CSS code wasn't configured correctly. Let me show you how to fix it: 

    • In Form Builder, click Form Designer on the right side of the screen.
    • In Form Designer, click Styles on the right side of the screen.
    • Next, remove the existing CSS code and Inject the new CSS code below to change your font size to Public Sans and click Save.
    @import url('https://fonts.googleapis.com/css2?family=Public+Sans&display=swap%27);
    .form-all * {
    font-family: '
    Public Sans', sans-serif;
    }

    1659382818 62e82c2246a13  Screenshot 10

    You might also want to check out this guide about How to Inject Custom CSS Codes.

    Give it a try and reach out again if you have any other questions