Skip to content

Commit

Permalink
Merge pull request #856 from googlefonts/tags3
Browse files Browse the repository at this point in the history
tags: update sheet structure
  • Loading branch information
m4rc1e authored Mar 15, 2024
2 parents 5e1cb5c + 3c9c79f commit ba0a7f0
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions Lib/gftools/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class GFTags(object):
"Tuscan",
"Art Deco",
"Medieval",
"Brush/Marker",
"Brush",
"Pixel",
"Brush",
],
Expand Down Expand Up @@ -94,29 +94,20 @@ class GFTags(object):
"Sign Painting",
"Reverse-contrast",
],
"Simplicity": [
"Calm/simple",
"Expressive": [
"Competent",
"Business",
"Sincere",
"Loud",
"Awkward",
"Innovative",
"Artistic",
],
"Youthful": [
"Playful",
"Excited",
"Cute",
"Happy",
"Childlike",
"Loud",
"Rugged",
"Vintage",
"Stiff",
],
"Flow": [
"Rugged",
"Futuristic",
"Calm",
"Childlike",
Expand Down Expand Up @@ -268,6 +259,8 @@ def check_structure(self):
"Weight": 20,
},
{"Family": "Platypi", "Group/Tag": "/Theme/Art Nouveau", "Weight": 5},
{"Family": "Sedan", "Group/Tag": "/Serif/Old Style Garalde", "Weight": 90},

]
for tag in test_tags:
if tag not in self.data:
Expand Down

0 comments on commit ba0a7f0

Please sign in to comment.