kontur / fontsampler-wordpress-plugin

A Wordpress plugin that let's users interactively preview and test webfonts
http://fontsampler.johannesneumeier.com
GNU General Public License v3.0
38 stars 8 forks source link

Make existing Fontsamplers available as Gutenberg block #154

Open kontur opened 5 years ago

kontur commented 5 years ago

This one is a fairly easy start to Gutenberg that could be useful. Instead of including Fontsamplers as shortcut block, make existing Fontsampler available as a specific block.

This requires only proxying the render method to an ajax call rendering the Fontsampler in question, so effort is moderate.