[fonts] Add region aliases for `zh` scripts for Noto CJK fonts

Fuchsia's font locale resolution cannot yet map a script to most likely
region or vice versa. This adds those mappings manually for Noto CJK
fonts, in case an application is using a region identifier instead of
the script identifier.

- Noto * TC: added "zh-TW" as an alias for "zh-Hant"
- Noto * SC: added "zh-CN" as an alias for "zh-Hans"

Bug: b/193233278
Change-Id: I3dba7ef9a29d59cd5a5cc3830c9d7c7360ba761a
1 file changed
tree: bbea626fe2ecbfaa51c93502718321c5d46d85fd
  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.