Add U+0462 CYRILLIC CAPITAL LETTER YAT and U+0463 CYRILLIC SMALL LETTER YAT

This commit is contained in:
be5invis 2020-11-12 19:20:28 -08:00
parent 83ec83dfaf
commit 3d194b63bc
4 changed files with 105 additions and 39 deletions

View file

@ -12,7 +12,7 @@ function applyVariantData(data, para, argv) {
const variantSelector = {};
parsed.defaultComposite.resolve(para, parsed.selectorTree, parsed.composites, variantSelector);
if (argv.serif === "slab") {
if (argv.shape.serifs === "slab") {
const slabComp = parsed.composites.get("slab");
slabComp.resolve(para, parsed.selectorTree, parsed.composites, variantSelector);
}