Adding a new Font type | XM Community
Solved

Adding a new Font type


Userlevel 4
Badge +16
  • QPN Level 3 ●●●
  • 162 replies
Hello everyone.

If I understand the this discussion on [https://qualtrics.com/community/discussion/1561/adding-js-scripts-to-qualtrics-specifically-typekit-font] correctly we can add a corporate font by JS. It would be great if I could get a step by step instruction how to do this.
Thanks for your support and best regards

Rudi
icon

Best answer by TomG 13 May 2019, 17:46

View original

5 replies

Userlevel 7
Badge +11
I don't know how to do it with JS but I can tell you that when we created a custom theme with the help of our Brand Admin and Qualtrics support, we were able to designated our corporate font. Now whenever we use the default theme, it's there.
Userlevel 7
Badge +27
@Rudi,

You don't need JS. You can do it in Look & Feel / Style / Custom CSS with @font-face.
Userlevel 4
Badge +16
Thank you for your help it worked

TomG what is exactly meant by "with @font-face." ?
How should the whole CSS Code look like then, e.g. with Arial?

Userlevel 7
Badge +27

@font-face allows you to install a custom font for the browser to use. Since Arial is extremely common, you don't need @font-face. Use font-family:
font-family:Arial, Helvetica, sans-serif;

Leave a Reply