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
How does Google decide which Fallbacks of an axis are rendered for static purposes? Example: Roboto Condensed exists as its own family on GF but has not font family directory or Metadata.pb file in the Google repository. It clearly must be rendered from the variable font because if it just would be the static directory than there is no explanation why the Medium variant is missing for it on Google fonts but on the other hand this leaves open the question how the weight and width fallbacks are selected for roboto in general because for example the wdth axis has a SemiCondensed variant between Condensed and Normal. Roboto Condensed is also rendered in far less wght variants compared to Roboto.
Another question that I have come up with is whether the GF-Repository (https://github.com/google/fonts ) is the source of truth and if so which branch it is because at the current state in time it seems like it’s not totally in sync with the actual state that is live. Does a different source of truth exist and if so where can I find it?
The text was updated successfully, but these errors were encountered:
GF doesn't decide if a font is variable or not, the font is either variable or not (from the format point of view). So the live version of Roboto is not variable yet :)
What is in the github repo, is the last updated version, and then it takes time before it gets live, because of the billions of websites affected by that update. Lot of validation and QA processes, especially for very popular fonts. In short, google/fonts repo is not directly linked to the API (fortunately).
In a general way, as a user, you have access to 3 different versions of a font:
Live version on GF is the one distributed to users
Version in github is the last updated to come (or not according to QA result)
Version in designer's upstream repo is the most up to date or in progress
The medium variant is missing because the old static version of it was not existing when that version was produced. All VFs have a a medium instance because it is interpolated/generated automatically.
Questions I couldn't find an answer to in the documentation:
Another question that I have come up with is whether the GF-Repository (https://github.com/google/fonts ) is the source of truth and if so which branch it is because at the current state in time it seems like it’s not totally in sync with the actual state that is live. Does a different source of truth exist and if so where can I find it?
The text was updated successfully, but these errors were encountered: