You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
German c't magazine (biggest IT related print magazine in europe I think)
No shit 😱
The main problem here is that the variants information is incomplete right now. I try to add more every once in a while, and especially for new entries, but I need to go back and cover what’s already in there. I totally agree though, having real italics is something I would be looking for.
I'm setting this to won't fix for the time being. Besides the effort of correctly and completely recording the availability of an italic font, there are variable fonts to consider that provide a "slant" axis of customization. Maybe "has true italics" could be a useful boolean, but even then, does that mean a download simply comes with a true italic ttf or otf file? Or that a customized version with italics could be made? Also, true bold, and true bold-italic are in some cases just as important.. it's just too complicated. I've resorted to giving a summary of the available variants in text, it's up to the user to figure out if what's provided will fit their purpose.
This of course also means that the existing zero-style info is also already broken in a similar way: some fonts allow you to pick alternatives. Again I try to hint at this in a description as best as is reasonably possible.
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?The text was updated successfully, but these errors were encountered: