Open m4rc1e opened 7 years ago
We are using the FontTools defaults, see https://github.com/fonttools/fonttools/blob/6a5fc617de61f9aa3106fa78b7eacdaf6d346629/Lib/fontTools/subset/__init__.py#L2580-L2596
We will look into this soon :)
Hi, is this in any plans to be corrected?
Today I have to download two whole sets of fonts for using small caps: regular, italics and bold and SC-regular, SC-italics and SC-bold (SC for small-caps, obviously). If smcp
font feature was embedded, just one set would be necessary (in this case, three fonts less).
Fonts being served using the CSS API do not have the same OT features as their downloadable counterparts (
fonts.google.com/download?family=FAMILY
ZIPs).If I extract TTFs from the CSS:
They only contain dnom, frac, liga, numr OT Features. If you download the family from GoogleFonts, they contain a ton more.
I'm guessing our settings for pyftsubset are removing features we deem unnecessary?