surveyjs / survey-creator

Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching.
https://surveyjs.io/open-source
Other
915 stars 373 forks source link

How To: Register a custom font within the Theme Editor #5110

Closed JaneSjs closed 8 months ago

JaneSjs commented 10 months ago

Need to create a tutorial on the following topic: register custom fonts within the Themes tab.

JaneSjs commented 9 months ago

Regarding Custom Themes

T16903 - Theme Editing Clarification https://surveyjs.answerdesk.io/internal/ticket/details/T16903

Just a small side-note, if you run the code from that demo using TypeScript and the SurveyJS type interfaces such as ITheme, a few typing errors pop up, which go unnoticed when it is just JS. Could perhaps be a good exercise to run it typed and adjust the interfaces or the demo code to prevent bugs / inconsistencies.

JaneSjs commented 9 months ago

View Demo

JaneSjs commented 8 months ago

https://github.com/surveyjs/service/pull/1979