Adding a new Font type | XM Community
Skip to main content
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
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.
@Rudi,



You don't need JS. You can do it in Look & Feel / Style / Custom CSS with @font-face.
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?


@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