Hi Sampurnima,
Yes, it is possible to apply google font in document editor through characterFormat of selection module. We have created a sample to represent this. Please find the code example and sample from the following link.
documenteditor.selection.characterFormat.fontFamily= 'Roboto'; |
Sample details:
We have prepared a sample by embed the following google font in the html file
For more information about customizing text formatting, please refer to the below help documentation link
Note: If google font family is installed on client machine, it will automatically be rendered with the applied font. Otherwise it rendered with document’s default character format.
Regards,
Ramya T