Ensuring font choice is the same across all devices/browsers | XM Community
Skip to main content
Solved

Ensuring font choice is the same across all devices/browsers

  • July 5, 2021
  • 1 reply
  • 25 views

Vadrosaul

Hello,
As the subject line states, I'm looking for advice for how to setup my Qualtrics surveys to have a font style that doesn't change between different devices and browsers, so that the survey takers have the same visual experience regardless.
How is best to set that up? CSS?

Best answer by grahulp5

Just add the required font size as CSS in look&feel -> Style -> Custom CSS and add a css like below:
.Skin .Matrix .QuestionBody{font-size:14px;}

View original

1 reply

grahulp5
QPN Level 3 ●●●
Forum|alt.badge.img+13
  • QPN Level 3 ●●●
  • 238 replies
  • Answer
  • July 13, 2021

Just add the required font size as CSS in look&feel -> Style -> Custom CSS and add a css like below:
.Skin .Matrix .QuestionBody{font-size:14px;}


Leave a Reply