Fix incorrect serif shape for motion-serifed m
under semi-proportional subfamilies.
This commit is contained in:
parent
ffd6151eb0
commit
ae374c3ff8
6 changed files with 64 additions and 44 deletions
|
@ -75,7 +75,8 @@ const RawPlans = computed(`metadata:raw-plans`, async target => {
|
|||
|
||||
if (fs.existsSync(PRIVATE_BUILD_PLANS)) {
|
||||
const privateBP = await tryParseToml(PRIVATE_BUILD_PLANS);
|
||||
Object.assign(bp.buildPlans, privateBP.buildPlans);
|
||||
Object.assign(bp.buildPlans, privateBP.buildPlans || {});
|
||||
Object.assign(bp.collectPlans, privateBP.collectPlans || {});
|
||||
Object.assign(bp.buildOptions, privateBP.buildOptions || {});
|
||||
}
|
||||
return bp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue