We shouldn’t use CFF2 tables, unsupported by PDF, and use old CFF tables instead. The option we probably want is downgradeCFF2, but it seems that some shapes overlap and are badly rendered by Adobe, like with extra bold versions of Cantarell. The overlap option seems to require skia-pathops, that may be the source of this problem.
We should also take a look at the updateFontNames option.
We shouldn’t use CFF2 tables, unsupported by PDF, and use old CFF tables instead. The option we probably want is
downgradeCFF2, but it seems that some shapes overlap and are badly rendered by Adobe, like with extra bold versions of Cantarell. Theoverlapoption seems to requireskia-pathops, that may be the source of this problem.We should also take a look at the
updateFontNamesoption.