I changed the survey body text to font “Raleway”. I want the question itself to be Raleway as well. Didn’t work by replacing it in the code.
You can also create custom CSS code to control the formatting of the question text:
Set question type to BOLD
.sg-question-title, .sg-question-title label {font-weight: bold !important;}Set question explanation test
.sg-question-description, .sg-question-description-below {
font-size:14px; font-weight: normal;}
Review the SurveyGizmo documentation for details – http://help.surveygizmo.com/help/article/link/style-your-survey#custom-css-and-html
×
I figured it out!!!
You can’t copy and paste your questions from another document. If you do that, it’ll copy and paste that same font you had in the document. It also copy and pastes a lot of other things from the document too, so just click in the box, click “Source”, and then paste your text into the “Source” instead. Then click out of the source, then you will see it’s the same font. Then just adjust the font size if needed.