Skip to content

Commit

Permalink
After build script to allow WWS bit in fsSelection, fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed May 13, 2024
1 parent 515340e commit 9bd7e7b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions sources/config-sans-old.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,22 @@ includeSubsets:
name: GF_Latin_Core
sources:
- NotoSansOldItalic.designspace
recipeProvider: noto
# See #3 - this font with its unusual name needs WWS bit set,
# so we drop the --include-source-fixes bit of the fix settings
recipe:
../fonts/NotoSansOldItalic/googlefonts/ttf/NotoSansOldItalic-Regular.ttf:
- source: NotoSansOldItalic.designspace
- directory: full-designspace
operation: addSubset
subsets:
- from: Noto Sans
name: GF_Latin_Core
- instance_name: Noto Sans Old Italic Regular
operation: instantiateUfo
target: full-designspace/instance_ufos/NotoSansOldItalic-Regular.ufo.json
- args: --filter ... --filter FlattenComponentsFilter --filter DecomposeTransformedComponentsFilter
operation: buildTTF
- args: --fail-ok --auto-script --discount-latin
operation: autohint
- operation: fix

0 comments on commit 9bd7e7b

Please sign in to comment.