* Split variant assignment for Z and z (#789).

* Add motion serif variants for `Z` and `z` (#789).
This commit is contained in:
be5invis 2021-01-03 12:37:26 -08:00
parent d804312f15
commit 71acaa5203
7 changed files with 123 additions and 59 deletions

View file

@ -121,6 +121,7 @@ class PrimeVariant {
this.description = cfg.description;
this.rank = cfg.rank;
this.selector = cfg.selector;
this.nonDeriving = cfg.nonDeriving;
}
resolveFor(para, gn) {
let vs = {};