Skip to content

Commit

Permalink
Pass --drop-tables-=GSUB,GPOS,GDEF to the hb-subset binary
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jul 17, 2020
1 parent dcb267d commit a946e8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/subsetLocalFontWithHarfbuzz.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ module.exports = async (originalFont, targetFormat, text) => {

const args = [
`--output-file=${tempOutputFileName}`,
'--drop-tables-=GSUB,GPOS,GDEF',
tempInputFileName,
text,
];
Expand Down

0 comments on commit a946e8b

Please sign in to comment.