Skip to content

Commit

Permalink
Change MONOTYPE to MONOSPACE and other small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
eliheuer committed Sep 13, 2023
1 parent fd64eba commit ddbbf2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Lib/gftools/packager.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

CATEGORIES = ['DISPLAY', 'SERIF', 'SANS_SERIF', 'HANDWRITING', 'MONOSPACE']

CLASSIFICATIONS = ['DISPLAY', 'HANDWRITING', 'MONOTYPE', 'SYMBOLS']
CLASSIFICATIONS = ['DISPLAY', 'HANDWRITING', 'MONOSPACE', 'SYMBOLS']

from pkg_resources import resource_filename
with open(resource_filename('gftools', 'template.upstream.yaml')) as f:
Expand Down
7 changes: 4 additions & 3 deletions Lib/gftools/template.upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ category:
# - HANDWRITING

# A family's broad classifications: display, handwriting, monospace, and
# symbols (not text). The values are in all uppercase:
# symbols (not text). Use multiple classifications if appropriate.
# The values are in all uppercase:
classifications:
# - DISPLAY
# - HANDWRITING
# - MONOTYPE
# - MONOSPACE
# - SYMBOLS

# Stroke of the letter forms: serif, sans serif, or slab serif. A family
# Stroke of the letter forms: serif, sans serif, or slab serif. A family
# has a single stroke and may have none at all. The values are strings that
# in all uppercase with spaces replaced by underscores:
stroke:
Expand Down

0 comments on commit ddbbf2b

Please sign in to comment.