Question T3617
Visible to All Users

overriding font for theme

created 5 years ago

This does not work - do you have another way to change the theme font?
var themeColors = Survey
.StylesManager
.ThemeColors["modern"];

themeColors["$font-family"] = "Hevaltica, Arial, sans-serif";

Answers approved by surveyjs Support

created 5 years ago

Hello,

There is no capability to use StylesManager for changing font-family. You can override styles with your own css.
Here is an example

Thanks
Dmitry
SurveyJS Team

    Comments (1)

      that works, thanks