tree: 9f6a55d945b6e0d1675d3a1cacfecc3f5fc6a96f [path history] [tgz]
  1. build/
  2. char_set/
  3. collections/
  4. font_info/
  5. freetype_ffi/
  6. groups/
  7. manifest/
  8. meta/
  9. offset_string/
  10. packages/
  11. src/
  12. test_data/
  13. testing/
  14. tests/
  15. tools/
  16. BUILD.gn
  17. manifest.json
  18. OWNERS
  19. README.md
src/fonts/README.md

Fonts

An app that provides font data to other apps.

Provided fonts.

Currently, we provide the Roboto and Noto fonts.

We additionally provide the Material Design Fonts, which must be kept in sync with Flutter's version of it. See here for their update instructions.

Adding new fonts.

To add new fonts:

  1. Place all font files in the new directory along with LICENSE and README files.
  2. Add the relevant repository and font files to the recipe here.
  3. Update the Fonts section of the CIPD ensure file here with the new git_revisions (which can be retrieved from here).
  4. Trigger the bot to run with the changes from the LUCI scheduler here.
  5. Add the new font files in BUILD.gn.
  6. Add the new fonts in manifest.json.