Adding js scripts to qualtrics (specifically, typekit font) | XM Community
Skip to main content
Solved

Adding js scripts to qualtrics (specifically, typekit font)


Hey! Is there a way to add a js script in the head tag of a qualtrics survey? I'm trying to embed my organization's official font in the survey, but it's a Typekit font and I can't figure out how to add it. Thanks!

Best answer by sankeshkumar

Hello @adazhang In order to add js in header then go to Look & Feel Section --->Advanced Section---> edit Header section--->Insert your js between <script> and </script> tags and for custom font follow the Following instructions. you should perform the following: Download a font from the Internet or just copy it from your system folder. For example, Windows stores its fonts in the C:\\Windows\\Fonts directory. Make sure the font format is either TTF (TrueType Font) or OTF (OpenType Font).
View original

5 replies

  • 0 replies
  • August 10, 2018
Hello @adazhang , If you want to add js at header then add here: look and feel -> advanced -> header(edit) The header js will run at every page.

  • Author
  • 2 replies
  • August 10, 2018
Thank you! It looks like the code still isn't updating - I've found a workaround and linked an external stylesheet, but the page still isn't displaying as desired. Any suggestions?

mattyb513
Level 4 ●●●●
Forum|alt.badge.img+6
  • Level 4 ●●●●
  • 163 replies
  • August 10, 2018
@adazhang post your .qsf

sankeshkumar
QPN Level 2 ●●
Forum|alt.badge.img+1
  • QPN Level 2 ●●
  • 16 replies
  • Answer
  • August 10, 2018
Hello @adazhang In order to add js in header then go to Look & Feel Section --->Advanced Section---> edit Header section--->Insert your js between <script> and </script> tags and for custom font follow the Following instructions. you should perform the following: Download a font from the Internet or just copy it from your system folder. For example, Windows stores its fonts in the C:\\Windows\\Fonts directory. Make sure the font format is either TTF (TrueType Font) or OTF (OpenType Font).

  • Author
  • 2 replies
  • August 10, 2018
Ha, turns out i was using the wrong elements in my styling and everything else was fine. Little details... Thanks all!

Leave a Reply