Use manually built Roboto fonts, with sub- and superscripts

Switches Roboto and Roboto Condensed to use versions of the font
built locally from the unmerged commit
https://github.com/googlefonts/roboto-classic/commit/85ed822ffb9d62fe9396f5e210e2a7b4a9e9228e
and uploaded to CIPD.

This is v3.005 with one extra commit that ensures numeric superscript
and subscript glyphs are included in the `cmap` table for the "web"
variant of the font.

See go/fuchsia-roboto-cipd [internal] for the CIPD upload
script.

Bug: b/209329351
Change-Id: I907208ac18d8c55222a39c2f55b4355eabb86463
2 files changed
tree: 8936471edbd67de7cefc54f5f4d5c5c92fd45142
  1. .gitignore
  2. AUTHORS
  3. contents.json
  4. CONTRIBUTING.md
  5. fuchsia.font_catalog.json
  6. LICENSE
  7. manifest.xml
  8. OWNERS
  9. packing_script.py
  10. PATENTS
  11. README.md
  12. simulate_staging.py
README.md

Font Data

This repository hosts JSON files containing metadata for open-source fonts that may be distributed as part of Fuchsia. The metadata allows CIPD packages, GN packages, and manifests to be generated for fonts.

No actual font files (TTF, OTF, WOFF, etc.) should ever be checked into this repo.

TODO(kpozin): Add documentation link for overview of fonts on Fuchsia.