fontsampler-wordpress-plugin
fontsampler-wordpress-plugin copied to clipboard
A Wordpress plugin that let's users interactively preview and test webfonts
As per https://wordpress.org/support/topic/deprecated-unparenthesized-a-b-c-d-e-is-deprecated-3/#post-13235962
I realized it just now, I don't know. It must be new, cause suddenly 4 of my font samplers are not working, just had a hunch maybe it's because of...
Probably the biggest single refactor issue in the plugin lifetime so far. The reliance on Opentype.js and specimen-tools is a huge performance impact (150kb), fonts loaded as sometimes not-cached AJAX...
Right now the units have hard coded default units, but they should allow input and ranges for any CSS unit eventually. As per comment in #24
Current plugin adding full url of woff-file into page code and every user can copy this url and download commercial fonts. Do you have any ideas, how make this plugin...
That option adds css `white-space: nowrap;` which in turn triggers the browser to use nbspace — if it is missing from the font typing several space characters will not be...
In addition to rendering the block this requires an admin interface for the various settings. This needs investigating as to what settings should be available like this, since that might...
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...
Currently out of scope, but a nice idea for the future: Allow linking to a specific Fontsampler (on the page) in a specific state, e.g. selected Font, font size, sample...