Adding a new Font type | XM Community
Skip to main content
Solved

Adding a new Font type

  • May 13, 2019
  • 5 replies
  • 99 views

Rudi
QPN Level 3 ●●●
Forum|alt.badge.img+16
  • QPN Level 3 ●●●
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

Best answer by TomG

@Rudi, You don't need JS. You can do it in Look & Feel / Style / Custom CSS with @font-face.

5 replies

JenCX
Level 5 ●●●●●
Forum|alt.badge.img+11
  • Level 5 ●●●●●
  • May 13, 2019
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.

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • May 13, 2019
@Rudi, You don't need JS. You can do it in Look & Feel / Style / Custom CSS with @font-face.

Rudi
QPN Level 3 ●●●
Forum|alt.badge.img+16
  • Author
  • QPN Level 3 ●●●
  • June 5, 2019
Thank you for your help it worked

  • May 13, 2020

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


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • May 13, 2020

@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;