I have add the custom font in grapes js , but it not working after export as code?

Viewed 21

I add the custom font like below: styleManager.addOption({ value: Poppins, sans-serif, name: 'Poppins' }); const styles = ['https://fonts.googleapis.com/css2?family=Poppins&display=swap']; canvas: {styles: styles}

0 Answers
Related