-
Notifications
You must be signed in to change notification settings - Fork 105
Description
Hi, very nice and useful website! By the way, it was just mentioned in the German c't magazine (biggest IT related print magazine in europe I think).
I would like request a filter for fonts with italic variant, because the slanted version of fonts without italic variant displayed by editors usually looks rather poor in comparison with "real" italic style. A new filter button with an italic/slanted "i" could be added next to the "ligatures" filter button. Or maybe replace the "no ligatures" filter button with it (because I don't see a reason why I would want to explicitely filter for "no ligatures" fonts). And add "italic" to the displayed font details (sans/serif, ligatures) if available. As the required information are already in the JSON, you just would have to check if the "variants" key is present and contains "italic", and adjust the applyFilters function with it. I guess I could create a PR for that if desired, however I don't know how to create a svg image for the "i" button. What do you think?