Can't find some of the fonts in the form designer like "Rambla"

  • flaviafigueiredo
    Asked on June 6, 2017 at 5:54 PM

    Cant find some of the fonts in the form designer like Rambla Image 1 Screenshot 20

     

  • Elton Support Team Lead
    Replied on June 6, 2017 at 7:03 PM

    I think they minimized the number of custom fonts to speed up the performance of the designer. However, you can always import your custom fonts in the designer by injecting the import code.

    Here's how:

    1. Copy this code:

    @import url('https://fonts.googleapis.com/css?family=Rambla');

    .form-all *{

    font-family: 'Rambla', sans-serif;

    }

    2. And inject it to your form. Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you need further assistance, let us know.