mjawad096 / laravel-grapesjs

This package provide an esay way to integrate GrapesJS into your laravel proejct.
MIT License
107 stars 54 forks source link

Custom Fonts #55

Closed psycrow117 closed 1 year ago

psycrow117 commented 1 year ago

Hi, May I know how to add custom font on the typography for this one? I checked laravel-grapesjs.php and there is a custom_fonts under plugins. I tried this but the font still wont appear.

'plugins' => [ 'default' => [ 'basic_blocks' => false, 'bootstrap4_blocks' => false, 'code_editor' => true, 'image_editor' => false, 'custom_fonts' => [ [ 'value'=>'Barlow, sans-serif', 'name'=>'Barlow', ], ], 'templates' => false, ] ]

ghost commented 1 year ago

@psycrow117 I see that the internal plugin is not working. You can create a custom plugin (as Explained here) for that and add fonts through that.