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

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

  • June 17, 2020
  • 0 replies
  • 37 views

mklubeck
Level 3 ●●●
Forum|alt.badge.img+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