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";
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";
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