-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weight Axis for VF: please add one intermediate named instance every 100 units systematically #3411
Comments
Btw, it's the "expected behavior" requested by @davelab6 in fonttools/fontbakery#3031. |
https://github.com/googlefonts/gf-docs/tree/main/Spec#stat-table |
Type designers tend to think of families of static fonts in terms of discrete styles and weight variations, and typically do not include all possible intermediate weights. Very few traditional static font families include a named Medium weight, for instance; rather more contain a Semibold. This thinking carries across to the named instances of variable fonts, which tend to correspond to the conceived static font family structure, rather than being derived from the technical specification of the weight axis and CSS weight class named intervals. Put it another way, deciding what weights of a typeface are provided to the user as nominal parts of a family has been a kind of design or productisation decision. A related issue is that if a variable font has been created that omits a named instance for a CSS weight class named interval, e.g. Medium, it may also be the case that the weight axis progression does not take that interval into account, i.e. that the Semibold instance is proportionally defined relative to the Regular and Bold without consideration of a hypothetical, intermediate Medium instance between Regular and Semibold. This may particularly be the case in a variable font that is derived from and seeks to match a pre-existing static font family.
How does the API handle this in terms of avar applied to the wght axis? I am thinking about the case described above where, e.g. no Medium instance is accounted for in the weight progression, and hence the avar plots Regular-Semibold-Bold design space instances to 400-600-700 CSS weight class intervals. Is the 500 interval treated as halfway between 400 and 600 in the design space, or is an effort made to derive a proportional instance based on the design space relationship of the named instances? |
[For the record, I think type designer thinking needs to change in this respect, and provision of nominal weight variants should follow the technical spec rather than traditional productisation of static families.] |
Hi John, Yes, I'm aware of the reasons that have led us to the present situation, and I don't blame anyone. And yes, the arrival of VF leads to rethink the way static fonts or named instances in a VF are created. But above all, it's now too late for Google Fonts VFs: users are already downloading fonts from https://fonts.google.com/ and putting them in Word or PowerPoint for Mac, or Apple Keynote. And in this situation, it's the VF format that seems legacy, and the static format that offers more possibilities: I really became aware of this situation when my users started complaining about VFs and asking me for statics, to have more weights. From the moment when "API will automatically create all the 100x weights", it became necessary that the weight instances of a Google VF have also all the 100x weights, to allow compatibility between VF and statics. |
The majority of VFs here, with weight axis, have a named instance every 100 units (depending on the extent of their weight axis). But, for VFs created before April or May 2021, every now and then a Medium or SemiBold weight, sometimes both, has been forgotten, although the API offers them.
I find myself with users who choose a font from https://fonts.google.com/, where all intermediate weights are displayed, and complain that I give them a "crippled" version when I give them the VF for software that only supports named instances (and giving them the static version is not a solution either, until #2616 is fixed).
Also, I'm not making a difference in this request between the
fvar
andSTAT
instances, but they don't always sync, so the problem overlaps sometimes with #3267.Of course my request is not intended to ask that all the fonts switch to a weight axis that goes from Thin to ExtraBlack, but simply, if a VF has a weight axis that goes from 400 to 700 (for example), there should be Regular, Medium, SemiBold, and Bold instances.
The text was updated successfully, but these errors were encountered: