Javascript control add-in & external fonts

EvREvR Member Posts: 178
Hi all,

I'm feeling very limited in what I can achieve using jquery libraries because most modern ones use external fonts in some way (ie. for icons).
Is there a way to add these font files to the add-in? I've tried using font-face and an embedded base64 string of the font files, but that will not work in the RTC.

Answers

  • abaanabaan Member Posts: 2
    Just add font files as image resources and refer to them from font.css file..
  • EvREvR Member Posts: 178
    I've tried but whatever renders the HTML in NAV won't work with external fonts.
Sign In or Register to comment.