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
39 stars 8 forks source link

Add detection for when a Fontsampler uses indistinguishable fonts (identical PS Family Name, weight and width) #122

Closed kontur closed 4 years ago

kontur commented 6 years ago

As documented in the FAQ the plugin is unable to tell apart variations of the same PS Family Name if their weight and width is the same, i.e. if

ACME Font Stencil ACME Font Rounded ACME Font Regular

all have a PS Family Name of "ACME Font", the font selection and initially selected font will behave faulty.

There isn't a plugin-side solution to this, but the user could be warned about this issue when adding those types of similar fonts to the admin area.

kontur commented 4 years ago

No longer an issue due to 9e98e78