Add U+0462 CYRILLIC CAPITAL LETTER YAT and U+0463 CYRILLIC SMALL LETTER YAT
This commit is contained in:
parent
83ec83dfaf
commit
3d194b63bc
4 changed files with 105 additions and 39 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue