Okay
  Public Ticket #3148569
Fallback for custom fonts
Closed

Comments

  •  45
    Clara started the conversation

    Hi,

    I followed your tutorial to import custom fonts into Salient options (which is great), but I would like to be able to call fallback fonts also.
    This is normally handled in the "font-family" property, but here we don't have access to it. Do you have a solution for me?

    Regards,

    Clara.

  •  279
    Noah replied

    Hi Clara,

    There isn't a direct solution for this.

    What maybe you could do is add the fonts to your site similar to step 1 on that guide, then write custom CSS to apply it to the relevant places you want it to apply. In that custom CSS you can declare the fallback fonts you want.

    Hope you can implement this.

  •  45
    Clara replied

    That's too bad, it means overweighting the CSS file for fallbacks.

    I hope you could develop this functionality in the future.