1
0
mirror of https://github.com/google/fonts.git synced 2025-01-05 17:05:26 +03:00

add_font.py: Updated docstring to include information on how to update a family's METADATA.pb file.

This commit is contained in:
Marc Foley 2017-05-15 17:20:58 +01:00
parent c0977795d3
commit 526237095e

View File

@ -22,6 +22,11 @@ Generating a METADATA.pb file for a new family:
4. Run the following: python add_font.py /path/to/new/family
5. Update the category field in the generated METADATA.pb file.
Generating a METADATA.pb file for an existing family:
1. run the following: python add_font.py /path/to/existing/family --update
"""
import errno
import glob