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:
parent
c0977795d3
commit
526237095e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user