[fonts] Add "Noto Sans <Lang>" aliases for "Noto Sans <Lang> UI"

Some font clients are requesting font families such as
"Noto Sans Devanagari", though we only have "Noto Sans Devanagari UI".
This CL adds aliases to those font families in order to support clients
that request strict font family matches.

This is a speculative workaround for b/172586348.

Bug: b/172586348
Change-Id: I4ec7d492d16c5088f2ab0d8bc7d0808c373fd06f
1 file changed
tree: 950aa8515192b048ea06b5dc24685a5d4f2ffa9e
  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.