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

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?

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