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
Be the first to reply!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.