Have custom font, loaded it to my library. How do I call it? | XM Community
Question

Have custom font, loaded it to my library. How do I call it?

  • 17 June 2020
  • 0 replies
  • 19 views

Userlevel 6
Badge +8

I know how to call a font from a URL
@font-face {
font-family: myFirstFont;
src: url(https://fonts.gstatic.com/s/tangerine/v11/IurY6Y5j_oScZZow4VOxCZZM.woff2);
}
div {
font-family: myFirstFont;
}

But how to I reference a file in my Qualtrics Library?
Any ideas?
Marty


0 replies

Be the first to reply!

Leave a Reply