Make motion-serif variants work for Cyrillic letters having same outline like Latin u (#692).

This commit is contained in:
be5invis 2020-09-30 19:51:17 -07:00
parent 6ce09a5c10
commit de804c206a
5 changed files with 25 additions and 7 deletions

View file

@ -7,7 +7,7 @@ module.exports = [
[[0x02b0, 0x02ff], "Spacing Modifier Letters"],
[[0x0300, 0x036f], "Combining Diacritical Marks"],
[[0x0370, 0x03ff], "Greek and Coptic"],
[[0x0400, 0x04ff], "cyrl/illic"],
[[0x0400, 0x04ff], "Cyrillic"],
[[0x0500, 0x052f], "Cyrillic Supplement"],
[[0x0530, 0x058f], "Armenian"],
[[0x0590, 0x05ff], "Hebrew"],