Skip to content

Commit

Permalink
Add ttx -l
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheeter committed Dec 14, 2023
1 parent 9081d82 commit 8ae3ccd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@ jobs:
fontc source/GoogleSans/GoogleSans-Italic.designspace
cp build/font.ttf ./second-italic.ttf
- name: ttx, it might be handy to troubleshoot
run: |
pipx run fonttools ttx -l first-roman.ttf
pipx run fonttools ttx -l first-italic.ttf
pipx run fonttools ttx -l second-roman.ttf
pipx run fonttools ttx -l second-italic.ttf
- name: Stable Roman?
run: cmp first-roman.ttf second-roman.ttf
Expand Down

0 comments on commit 8ae3ccd

Please sign in to comment.