Skip to content

Commit

Permalink
Merge pull request #498 from googlefonts/ttx-diff-prod-names
Browse files Browse the repository at this point in the history
[ttx_diff.py] remove fontmake's --no-production-names flag
  • Loading branch information
anthrotype authored Oct 23, 2023
2 parents 4f35733 + 3521706 commit 0cafae4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/scripts/ttx_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ def build_fontmake(source: Path, build_dir: Path, compare: str):
"--output-dir",
str(source.name),
"--drop-implied-oncurves",
# TODO we shouldn't need these flags
"--no-production-names",
# "--keep-direction",
]
if compare == _COMPARE_GFTOOLS:
Expand Down

0 comments on commit 0cafae4

Please sign in to comment.