Hi Steve,
Syncfusion Greetings!
You can change the default font family of DocumentEditor by using below code snippet.
|
//Sample Code snippet
this.container.documentEditor.setDefaultCharacterFormat({fontFamily:'Algerian'});
this.container.documentEditor.openBlank(); |
Please check it in below sample.
Please let us know if will helpful for you.
Regards,
Suriya M.