diff --git a/.gitignore b/.gitignore index 5886f26a95..979fd98d95 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,11 @@ node_modules scss css *.log -package-lock.json .DS_Store zip **/.DS_Store .vercel .parcel-cache -dist \ No newline at end of file +dist + +test/*.css \ No newline at end of file diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 96494a0feb..0000000000 --- a/.npmignore +++ /dev/null @@ -1,15 +0,0 @@ -zip -test -scripts - -# Ignore font source folders -**/sources/** - -.editorconfig -TODO.md -.vercel - -dist -.parcel-cache -node_modules - diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a001f05a9..05dcacb46a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,73 @@ +# IBM Plex 6.0 Breaking Changes + +This release will include an overhaul to the IBM Plex Sass build pipeline. It will leverage Sass modules to allow for totally customized font-face declarations depending on the application's supported languages and font distribution preferences. + +1. If your application is using the generated, all-language, all-weight css/sass currently shipped with Plex, there will be guidance on how to refine those styles. + +2. If your project is using node-sass, it won't be able to utilize this new tooling. You'll likely want to migrate from node-sass to [Dart Sass](https://sass-lang.com/dart-sass), as node-sass and the library it's based on [are deprecated](https://sass-lang.com/blog/libsass-is-deprecated). + +See https://github.com/IBM/plex/issues/370 for 6.0 goals and progress. + +## Unreleased + +IBM Plex Sans JP +IBM Plex Sans CN +IBM Plex Mono - Addition of glyphs /currency /prime /primedbl + +## IBM PLEX SANS ARABIC V1.2 - 2021-02-14 + +### Added + +Glyphs /alefMaksura_zain-ar.fina.rlig /alefMaksura_zain-ar.fina.rlig.short /alefMaksura_jeh-ar.fina.rlig /alefMaksura_jeh-ar.fina.rlig.short /alefMaksura_noon-ar.fina.rlig + +### Fixed + +Mark placement on alternative form of /kaf +referenced in issue 284 +Multiple spacing issues including /lam_meem ligatures +PostScript BlueScale values +FamilyClass value in OS/2 table + +### Changed + +included logographs are not used by default anymore but can be activated through OpenType layout feature “dlig” +referenced in issue 336 +abbreviated font names used for style mapping (name ID1 + ID2) to improve interoperability +Removed +Glyphs /tteh_reh-ar.fina.short /tteh_zain-ar.fina.short /tteh_rreh-ar.fina.short /tteh_jeh-ar.fina.short + +## IBM PLEX SANS HEBREW V1.3 - 2020-12-04 + +### Fixed + +placement of dot in glyph /lamed_holam-hb +placement of dot in glyph /lamed_dagesh_holam-hb +metrics of /resh-hb +referenced in issue 343 +metrics of /tav-hb +PostScript BlueScale values +FamilyClass value in OS/2 table + +### Changed + +abbreviated font names used for style mapping (name ID1 + ID2) to improve interoperability + +## Generated changelog + +- breaking: don't include styles in GH release (99fd503b) +- breaking: update Arabic, changes font name (65703ead) +- breaking: update Hebrew, changes font name (2fd23f1a) +- breaking: begin sass module based build pipeline restructure (2383e47a) + +- chore: update release asset generation (1bf46cbe) +- chore: update Arabic source files (1494f456) +- chore: remove unused dep, resolve sec issue (270ee7ad) +- chore: update deps and resolve security warning (2b46ba78) +- chore(deps): bump bl from 4.0.2 to 4.0.3 (4cc1e509) +- chore: remove zip log (eff77345) + +# IBM Plex v5.1.0 + ## [Unreleased] - IBM Plex Sans JP @@ -5,8 +75,6 @@ - [IBM Plex Mono] Addition of glyphs /currency /prime /primedbl - Allow more granular selection of font-families and weights [#329](https://github.com/IBM/plex/issues/329) -# Plex v5.1.0 - ## IBM Plex Sans KR Styles ### Added diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Bold.eot b/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Bold.eot index bbc5fb7e09..8bb13d85d3 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Bold.eot and b/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Bold.eot differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-ExtraLight.eot b/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-ExtraLight.eot index 2651116a9a..e3501858bb 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-ExtraLight.eot and b/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-ExtraLight.eot differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Light.eot b/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Light.eot index 414cb25b73..afb9bf688d 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Light.eot and b/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Light.eot differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Medium.eot b/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Medium.eot index 1c784e858d..06c3b45f64 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Medium.eot and b/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Medium.eot differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Regular.eot b/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Regular.eot index 2dddcb81f5..25967e0df5 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Regular.eot and b/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Regular.eot differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-SemiBold.eot b/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-SemiBold.eot index d16e991568..1aec47f18b 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-SemiBold.eot and b/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-SemiBold.eot differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Text.eot b/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Text.eot index 3ee356befd..4cf1b362cf 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Text.eot and b/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Text.eot differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Thin.eot b/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Thin.eot index 7c549c4fcd..8c463d5cc5 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Thin.eot and b/IBM-Plex-Sans-Arabic/fonts/complete/eot/IBMPlexSansArabic-Thin.eot differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Bold.otf b/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Bold.otf index 95c55ac7a0..ec09691cdd 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Bold.otf and b/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Bold.otf differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-ExtraLight.otf b/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-ExtraLight.otf index ab8b5c3a4a..02ad314513 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-ExtraLight.otf and b/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-ExtraLight.otf differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Light.otf b/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Light.otf index b8073908ae..68226dd585 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Light.otf and b/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Light.otf differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Medium.otf b/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Medium.otf index 24cc747581..934bd6518d 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Medium.otf and b/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Medium.otf differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Regular.otf b/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Regular.otf index e77deb0f79..8b0da836c5 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Regular.otf and b/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Regular.otf differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-SemiBold.otf b/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-SemiBold.otf index cc68c6dd96..a572048edb 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-SemiBold.otf and b/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-SemiBold.otf differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Text.otf b/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Text.otf index 424641fcdc..503b23d5e0 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Text.otf and b/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Text.otf differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Thin.otf b/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Thin.otf index 5847e687e9..ecd04286c3 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Thin.otf and b/IBM-Plex-Sans-Arabic/fonts/complete/otf/IBMPlexSansArabic-Thin.otf differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Bold.ttf b/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Bold.ttf index aad4088337..e65c17a184 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Bold.ttf and b/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Bold.ttf differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-ExtraLight.ttf b/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-ExtraLight.ttf index 21e26d2368..5fbad3a8e6 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-ExtraLight.ttf and b/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-ExtraLight.ttf differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Light.ttf b/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Light.ttf index 478fa1f05a..039656a4e1 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Light.ttf and b/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Light.ttf differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Medium.ttf b/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Medium.ttf index 610537b31d..8f173f9e4b 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Medium.ttf and b/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Medium.ttf differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Regular.ttf b/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Regular.ttf index b5dcd111af..59fae5ad04 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Regular.ttf and b/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Regular.ttf differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-SemiBold.ttf b/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-SemiBold.ttf index 88e97de9b7..c3911e9f16 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-SemiBold.ttf and b/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-SemiBold.ttf differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Text.ttf b/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Text.ttf index 5be185a816..e7bcd97eea 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Text.ttf and b/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Text.ttf differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Thin.ttf b/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Thin.ttf index 10358efce1..6f14c0a796 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Thin.ttf and b/IBM-Plex-Sans-Arabic/fonts/complete/ttf/IBMPlexSansArabic-Thin.ttf differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Bold.woff b/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Bold.woff index dc61fcb0c8..842d433de2 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Bold.woff and b/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Bold.woff differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-ExtraLight.woff b/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-ExtraLight.woff index 056dad0f8a..232fe4bbe2 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-ExtraLight.woff and b/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-ExtraLight.woff differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Light.woff b/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Light.woff index c790908077..1319fd80f1 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Light.woff and b/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Light.woff differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Medium.woff b/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Medium.woff index 213abae225..4213c380ee 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Medium.woff and b/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Medium.woff differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Regular.woff b/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Regular.woff index 967f15ab20..ba90339cd1 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Regular.woff and b/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Regular.woff differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-SemiBold.woff b/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-SemiBold.woff index 34fb240c58..f4713c9a2f 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-SemiBold.woff and b/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-SemiBold.woff differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Text.woff b/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Text.woff index 00e314dbfe..da93fa6edb 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Text.woff and b/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Text.woff differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Thin.woff b/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Thin.woff index ee607282a6..9d20336c40 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Thin.woff and b/IBM-Plex-Sans-Arabic/fonts/complete/woff/IBMPlexSansArabic-Thin.woff differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Bold.woff2 b/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Bold.woff2 index a34a711479..8fd8fa48d5 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Bold.woff2 and b/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Bold.woff2 differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-ExtraLight.woff2 b/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-ExtraLight.woff2 index 4995c8c460..975c30d81d 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-ExtraLight.woff2 and b/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-ExtraLight.woff2 differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Light.woff2 b/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Light.woff2 index acfcfb5876..58ae63510d 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Light.woff2 and b/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Light.woff2 differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Medium.woff2 b/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Medium.woff2 index 343a60d9d0..91d9abaf6c 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Medium.woff2 and b/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Medium.woff2 differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Regular.woff2 b/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Regular.woff2 index bbeed0d615..b01a5cf476 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Regular.woff2 and b/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Regular.woff2 differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-SemiBold.woff2 b/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-SemiBold.woff2 index 10b47cbffc..1c884deb70 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-SemiBold.woff2 and b/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-SemiBold.woff2 differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Text.woff2 b/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Text.woff2 index de254838db..aec78a17ed 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Text.woff2 and b/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Text.woff2 differ diff --git a/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Thin.woff2 b/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Thin.woff2 index 14e097b837..9f1a9a60f9 100644 Binary files a/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Thin.woff2 and b/IBM-Plex-Sans-Arabic/fonts/complete/woff2/IBMPlexSansArabic-Thin.woff2 differ diff --git a/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Bold.vfb b/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Bold.vfb index 1249889254..5e3b3389d1 100644 Binary files a/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Bold.vfb and b/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Bold.vfb differ diff --git a/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-ExtraLight.vfb b/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-ExtraLight.vfb index 3669abdd24..6dccb48c85 100644 Binary files a/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-ExtraLight.vfb and b/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-ExtraLight.vfb differ diff --git a/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Light.vfb b/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Light.vfb index 06e2bf994b..3afbf7ced2 100644 Binary files a/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Light.vfb and b/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Light.vfb differ diff --git a/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Medium.vfb b/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Medium.vfb index 95824bc062..0b3e0e8451 100644 Binary files a/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Medium.vfb and b/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Medium.vfb differ diff --git a/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Regular.vfb b/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Regular.vfb index 4927dbf33e..fe52d5573c 100644 Binary files a/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Regular.vfb and b/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Regular.vfb differ diff --git a/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-SemiBold.vfb b/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-SemiBold.vfb index 5c909d06a6..8e50cfc895 100644 Binary files a/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-SemiBold.vfb and b/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-SemiBold.vfb differ diff --git a/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Text.vfb b/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Text.vfb index 48038f9b65..9c095a3da9 100644 Binary files a/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Text.vfb and b/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Text.vfb differ diff --git a/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Thin.vfb b/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Thin.vfb index 05f3bee1ad..25f0831e5c 100644 Binary files a/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Thin.vfb and b/IBM-Plex-Sans-Arabic/sources/instances/postscript/IBM Plex Sans Arabic-Thin.vfb differ diff --git a/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Bold.vfb b/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Bold.vfb index bc00f32d94..07d974be66 100644 Binary files a/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Bold.vfb and b/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Bold.vfb differ diff --git a/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-ExtraLight.vfb b/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-ExtraLight.vfb index d9c73893d5..fcd4a01db0 100644 Binary files a/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-ExtraLight.vfb and b/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-ExtraLight.vfb differ diff --git a/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Light.vfb b/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Light.vfb index 97367fc5dd..ef14cec4bd 100644 Binary files a/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Light.vfb and b/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Light.vfb differ diff --git a/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Medium.vfb b/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Medium.vfb index 3807ea79d0..1575308fc0 100644 Binary files a/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Medium.vfb and b/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Medium.vfb differ diff --git a/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Regular.vfb b/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Regular.vfb index adc5a0d96a..2ae14a935f 100644 Binary files a/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Regular.vfb and b/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Regular.vfb differ diff --git a/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-SemiBold.vfb b/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-SemiBold.vfb index 2849b596fa..674e59ac95 100644 Binary files a/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-SemiBold.vfb and b/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-SemiBold.vfb differ diff --git a/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Text.vfb b/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Text.vfb index 7fd365214f..94bc04d431 100644 Binary files a/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Text.vfb and b/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Text.vfb differ diff --git a/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Thin.vfb b/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Thin.vfb index b947544ea1..aab40aacfc 100644 Binary files a/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Thin.vfb and b/IBM-Plex-Sans-Arabic/sources/instances/truetype/IBM Plex Sans Arabic-Thin.vfb differ diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/features.fea b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/features.fea new file mode 100644 index 0000000000..b5d114d63c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/features.fea @@ -0,0 +1,5353 @@ +# ---------------- +# LANGUAGE SYSTEMS +# ---------------- + +languagesystem DFLT dflt; # Default +languagesystem latn dflt; # Latin default +languagesystem arab dflt; # Arabic default +languagesystem arab URD; + + + +# -------------- +# GLOBAL CLASSES +# -------------- + +@lca_dflt = [a aacute acircumflex adieresis agrave aring atilde]; # 7 items +@lca_alt1 = [a.alt01 aacute.alt01 acircumflex.alt01 adieresis.alt01 agrave.alt01 aring.alt01 atilde.alt01]; # 7 items +@lcg_dflt = [g]; # 1 items +@lcg_alt1 = [g.alt01]; # 1 items +@numbers_dflt = [zero one two three four five six seven eight nine]; # 10 items +@numbers_locl = [zero.loclARAB one.loclARAB two.loclARAB three.loclARAB four.loclARAB five.loclARAB six.loclARAB seven.loclARAB eight.loclARAB nine.loclARAB]; # 10 items +@numbers_sups = [zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior]; # 10 items +@numbers_sinf = [zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior]; # 10 items +@reh = [reh-ar reh-ar.fina zain-ar zain-ar.fina rreh-ar rreh-ar.fina jeh-ar jeh-ar.fina beh_reh-ar.fina.rlig beh_zain-ar.fina.rlig beh_rreh-ar.fina.rlig beh_jeh-ar.fina.rlig peh_reh-ar.fina.rlig peh_zain-ar.fina.rlig peh_rreh-ar.fina.rlig peh_jeh-ar.fina.rlig teh_reh-ar.fina.rlig teh_zain-ar.fina.rlig teh_rreh-ar.fina.rlig teh_jeh-ar.fina.rlig theh_reh-ar.fina.rlig theh_zain-ar.fina.rlig theh_rreh-ar.fina.rlig theh_jeh-ar.fina.rlig seen_reh-ar.fina.rlig seen_reh-ar.rlig seen_zain-ar.fina.rlig seen_zain-ar.rlig seen_rreh-ar.fina.rlig seen_rreh-ar.rlig seen_jeh-ar.fina.rlig seen_jeh-ar.rlig sheen_reh-ar.fina.rlig sheen_reh-ar.rlig sheen_zain-ar.fina.rlig sheen_zain-ar.rlig sheen_rreh-ar.fina.rlig sheen_rreh-ar.rlig sheen_jeh-ar.fina.rlig sheen_jeh-ar.rlig sad_reh-ar.fina.rlig sad_reh-ar.rlig sad_zain-ar.fina.rlig sad_zain-ar.rlig sad_rreh-ar.fina.rlig sad_rreh-ar.rlig sad_jeh-ar.fina.rlig sad_jeh-ar.rlig dad_reh-ar.fina.rlig dad_reh-ar.rlig dad_zain-ar.fina.rlig dad_zain-ar.rlig dad_rreh-ar.fina.rlig dad_rreh-ar.rlig dad_jeh-ar.fina.rlig dad_jeh-ar.rlig noon_reh-ar.fina.rlig noon_zain-ar.fina.rlig noon_rreh-ar.fina.rlig noon_jeh-ar.fina.rlig alefMaksura_reh-ar.fina.rlig alefMaksura_zain-ar.fina.rlig alefMaksura_jeh-ar.fina.rlig yeh_reh-ar.fina.rlig yeh_zain-ar.fina.rlig yeh_rreh-ar.fina.rlig yeh_jeh-ar.fina.rlig yehHamzaabove_reh-ar.fina.rlig yehHamzaabove_zain-ar.fina.rlig yehHamzaabove_rreh-ar.fina.rlig yehHamzaabove_jeh-ar.fina.rlig yeh_reh-farsi.fina.rlig yeh_zain-farsi.fina.rlig yeh_rreh-farsi.fina.rlig yeh_jeh-farsi.fina.rlig]; # 75 items +@rehshort = [reh-ar.short reh-ar.fina.short zain-ar.fina.short zain-ar.short rreh-ar.short rreh-ar.fina.short jeh-ar.short jeh-ar.fina.short beh_reh-ar.fina.rlig.short beh_zain-ar.fina.rlig.short beh_rreh-ar.fina.rlig.short beh_jeh-ar.fina.rlig.short peh_reh-ar.fina.rlig.short peh_zain-ar.fina.rlig.short peh_rreh-ar.fina.rlig.short peh_jeh-ar.fina.rlig.short teh_reh-ar.fina.rlig.short teh_zain-ar.fina.rlig.short teh_rreh-ar.fina.rlig.short teh_jeh-ar.fina.rlig.short theh_reh-ar.fina.rlig.short theh_zain-ar.fina.rlig.short theh_rreh-ar.fina.rlig.short theh_jeh-ar.fina.rlig.short seen_reh-ar.fina.rlig.short seen_reh-ar.rlig.short seen_zain-ar.fina.rlig.short seen_zain-ar.rlig.short seen_rreh-ar.fina.rlig.short seen_rreh-ar.rlig.short seen_jeh-ar.fina.rlig.short seen_jeh-ar.rlig.short sheen_reh-ar.fina.rlig.short sheen_reh-ar.rlig.short sheen_zain-ar.fina.rlig.short sheen_zain-ar.rlig.short sheen_rreh-ar.fina.rlig.short sheen_rreh-ar.rlig.short sheen_jeh-ar.fina.rlig.short sheen_jeh-ar.rlig.short sad_reh-ar.fina.rlig.short sad_reh-ar.rlig.short sad_zain-ar.fina.rlig.short sad_zain-ar.rlig.short sad_rreh-ar.fina.rlig.short sad_rreh-ar.rlig.short sad_jeh-ar.fina.rlig.short sad_jeh-ar.rlig.short dad_reh-ar.fina.rlig.short dad_reh-ar.rlig.short dad_zain-ar.fina.rlig.short dad_zain-ar.rlig.short dad_rreh-ar.fina.rlig.short dad_rreh-ar.rlig.short dad_jeh-ar.fina.rlig.short dad_jeh-ar.rlig.short noon_reh-ar.fina.rlig.short noon_zain-ar.fina.rlig.short noon_rreh-ar.fina.rlig.short noon_jeh-ar.fina.rlig.short alefMaksura_reh-ar.fina.rlig.short alefMaksura_zain-ar.fina.rlig.short alefMaksura_jeh-ar.fina.rlig.short yeh_reh-ar.fina.rlig.short yeh_zain-ar.fina.rlig.short yeh_rreh-ar.fina.rlig.short yeh_jeh-ar.fina.rlig.short yehHamzaabove_reh-ar.fina.rlig.short yehHamzaabove_zain-ar.fina.rlig.short yehHamzaabove_rreh-ar.fina.rlig.short yehHamzaabove_jeh-ar.fina.rlig.short yeh_reh-farsi.fina.rlig.short yeh_zain-farsi.fina.rlig.short yeh_rreh-farsi.fina.rlig.short yeh_jeh-farsi.fina.rlig.short]; # 75 items +@hah = [jeem-ar tcheh-ar hah-ar khah-ar ain-ar ghain-ar]; # 6 items +@hahshort = [jeem-ar.short tcheh-ar.short hah-ar.short khah-ar.short ain-ar.short ghain-ar.short]; # 6 items +@yehbarree = [yehbarree-ar.fina yehbarreeHamzaabove-ar.fina yehbarreeTwoabove-ar.fina yehbarreeThreeabove-ar.fina]; # 4 items +@yehbarreeshort = [yehbarree-ar.fina.short yehbarreeHamzaabove-ar.fina.short yehbarreeTwoabove-ar.fina.short yehbarreeThreeabove-ar.fina.short]; # 4 items +@yehbarreeshort2 = [yehbarree-ar.fina.short2 yehbarreeHamzaabove-ar.fina.short2 yehbarreeTwoabove-ar.fina.short2 yehbarreeThreeabove-ar.fina.short2]; # 4 items +@yehbarreeshort3 = [yehbarree-ar.fina.short3 yehbarreeHamzaabove-ar.fina.short3 yehbarreeTwoabove-ar.fina.short3 yehbarreeThreeabove-ar.fina.short3]; # 4 items +@yehbarreeshort4 = [yehbarree-ar.fina.short4 yehbarreeHamzaabove-ar.fina.short4 yehbarreeTwoabove-ar.fina.short4 yehbarreeThreeabove-ar.fina.short4]; # 4 items +@mGC_top_0_540 = [acutecomb caroncomb circumflexcomb dieresiscomb dotaccentcomb gravecomb hungarumlautcomb macroncomb ringcomb tildecomb]; # 10 items + + + +# ------------ +# MARK CLASSES +# ------------ + +markClass @mGC_top_0_540 @MC_top; +markClass [ainabove-ar] @mark_top; +markClass [alefLamYehabove-ar] @mark_top; +markClass [alefabove-ar] @mark_top; +markClass [alefbelow-ar] @mark_bottom; +markClass [damma-ar] @mark_top; +markClass [dammaCurly-ar] @mark_top; +markClass [dammaDot-ar] @mark_top; +markClass [dammainverted-ar] @mark_top; +markClass [dammareversed-ar] @mark_top; +markClass [dammasmall-ar] @mark_top; +markClass [dammatan-ar] @mark_top; +markClass [dammatanCurly-ar] @mark_top; +markClass [dotabove-ar] @mark_top; +markClass [dotbelow-ar] @mark_bottom; +markClass [dotcenter-ar] @mark_center; +markClass [dotvowelbelow-ar] @mark_bottom; +markClass [doublerightarrowheadDotabove-ar] @mark_top; +markClass [doublerightarrowheadabove-ar] @mark_top; +markClass [fatha-ar] @mark_top; +markClass [fathaCurly-ar] @mark_top; +markClass [fathaDotabove-ar] @mark_top; +markClass [fathaHorizont-ar] @mark_top; +markClass [fathaRing-ar] @mark_ring; +markClass [fathasmall-ar] @mark_top; +markClass [fathatan-ar] @mark_top; +markClass [fathatanCurly-ar] @mark_top; +markClass [fathatwodots-ar] @mark_top; +markClass [fourabove-ar] @mark_top; +markClass [fourdotsabove-ar] @mark_top; +markClass [fourdotsbelow-ar] @mark_bottom; +markClass [fourdotscenter-ar] @mark_center; +markClass [hahabove-ar] @mark_top; +markClass [hamzaabove-ar] @mark_top; +markClass [hamzaaboveDamma-ar] @mark_top; +markClass [hamzaaboveDammatan-ar] @mark_top; +markClass [hamzaaboveFatha-ar] @mark_top; +markClass [hamzaaboveFathatan-ar] @mark_top; +markClass [hamzaaboveSukun-ar] @mark_top; +markClass [hamzabelow-ar] @mark_bottom; +markClass [hamzabelowKasra-ar] @mark_bottom; +markClass [hamzabelowKasratan-ar] @mark_bottom; +markClass [hamzacenter-ar] @mark_center; +markClass [jeemabove-ar] @mark_top; +markClass [kasra-ar] @mark_bottom; +markClass [kasraCurly-ar] @mark_bottom; +markClass [kasraDotbelow-ar] @mark_bottom; +markClass [kasrasmall-ar] @mark_bottom; +markClass [kasratan-ar] @mark_bottom; +markClass [kasratanCurly-ar] @mark_bottom; +markClass [lamAlefabove-ar] @mark_top; +markClass [leftarrowheadabove-ar] @mark_top; +markClass [leftarrowheadbelow-ar] @mark_bottom; +markClass [madda-ar] @mark_top; +markClass [maddalong-ar] @mark_top; +markClass [meemStopabove-ar] @mark_top; +markClass [meemabove-ar] @mark_top; +markClass [meembelow-ar] @mark_bottom; +markClass [noonabove-ar] @mark_top; +markClass [noonghunnaabove-ar] @mark_top; +markClass [opendammatan-ar] @mark_top; +markClass [openfathatan-ar] @mark_top; +markClass [openkasratan-ar] @mark_bottom; +markClass [qafLamAlefMaksuraabove-ar] @mark_top; +markClass [rehDadabove-ar] @mark_top; +markClass [rehHahabove-ar] @mark_top; +markClass [rhombusStopabove-ar] @mark_top; +markClass [rhombusStopbelow-ar] @mark_bottom; +markClass [rightarrowheadDotabove-ar] @mark_top; +markClass [rightarrowheadabove-ar] @mark_top; +markClass [rightarrowheadbelow-ar] @mark_bottom; +markClass [ring-ar] @mark_ring; +markClass [sadLamAlefMaksuraabove-ar] @mark_top; +markClass [sadabove-ar] @mark_top; +markClass [seenabove-ar] @mark_top; +markClass [seenbelow-ar] @mark_bottom; +markClass [shadda-ar] @mark_top; +markClass [shaddaAlefabove-ar] @mark_top; +markClass [shaddaDamma-ar] @mark_top; +markClass [shaddaDammatan-ar] @mark_top; +markClass [shaddaFatha-ar] @mark_top; +markClass [shaddaFathatan-ar] @mark_top; +markClass [shaddaKasra-ar] @mark_top; +markClass [shaddaKasratan-ar] @mark_top; +markClass [sukun-ar] @mark_top; +markClass [sukunoval-ar] @mark_top; +markClass [sukunround-ar] @mark_top; +markClass [tahabove-ar] @mark_top; +markClass [tahbelow-ar] @mark_bottom; +markClass [tahcenter-ar] @mark_center; +markClass [takhallusabove-ar] @mark_top; +markClass [threeabove-ar] @mark_top; +markClass [threedotsabove-ar] @mark_top; +markClass [threedotsdownabove-ar] @mark_top; +markClass [threedotsdownbelow-ar] @mark_bottom; +markClass [threedotsdowncenter-ar] @mark_center; +markClass [threedotshorizontalbelow-ar] @mark_bottom; +markClass [threedotsupabove-ar] @mark_top; +markClass [threedotsupbelow-ar] @mark_bottom; +markClass [threedotsupcenter-ar] @mark_center; +markClass [toneloopabove-ar] @mark_top; +markClass [toneloopbelow-ar] @mark_bottom; +markClass [toneonedotabove-ar] @mark_top; +markClass [toneonedotbelow-ar] @mark_bottom; +markClass [tonetwodotsabove-ar] @mark_top; +markClass [tonetwodotsbelow-ar] @mark_bottom; +markClass [twoabove-ar] @mark_top; +markClass [twodotshorizontalabove-ar] @mark_top; +markClass [twodotshorizontalbelow-ar] @mark_bottom; +markClass [twodotshorizontalcenter-ar] @mark_center; +markClass [twodotsverticalabove-ar] @mark_top; +markClass [twodotsverticalbelow-ar] @mark_bottom; +markClass [twodotsverticalcenter-ar] @mark_center; +markClass [vabove-ar] @mark_top; +markClass [vbelow-ar] @mark_bottom; +markClass [vinvertedabove-ar] @mark_top; +markClass [vinvertedbelow-ar] @mark_bottom; +markClass [wasla-ar] @mark_top; +markClass [wavyhamzabelow-ar] @mark_bottom; +markClass [yehabove-ar] @mark_top; +markClass [zainabove-ar] @mark_top; +markClass caronslovakcomb @MC_topright; +markClass cedillacomb @MC_bottom; +markClass ogonekcomb @MC_bottomright; + + + +# -------- +# FEATURES +# -------- + +feature aalt { + sub a from [a.alt01]; # 1 glyph(s) + sub g from [g.alt01 g.alt02]; # 2 glyph(s) + sub zero from [zero.alt01 zero.alt02]; # 2 glyph(s) + sub aacute from [aacute.alt01]; # 1 glyph(s) + sub acircumflex from [acircumflex.alt01]; # 1 glyph(s) + sub adieresis from [adieresis.alt01]; # 1 glyph(s) + sub agrave from [agrave.alt01]; # 1 glyph(s) + sub aring from [aring.alt01]; # 1 glyph(s) + sub atilde from [atilde.alt01]; # 1 glyph(s) + sub germandbls from [germandbls.alt01]; # 1 glyph(s) + sub tilde from [tilde.alt01 tilde.case tilde.alt01.case]; # 3 glyph(s) + sub macron from [macron.case]; # 1 glyph(s) + sub dotaccent from [dotaccent.case]; # 1 glyph(s) + sub dieresis from [dieresis.case]; # 1 glyph(s) + sub acute from [acute.case]; # 1 glyph(s) + sub grave from [grave.case]; # 1 glyph(s) + sub circumflex from [circumflex.case]; # 1 glyph(s) + sub caron from [caron.case]; # 1 glyph(s) + sub breve from [breve.case]; # 1 glyph(s) + sub ring from [ring.case]; # 1 glyph(s) + sub kaf-ar.fina from [kaf-ar.fina.ss01]; + sub kaf-ar.medi from [kaf-ar.medi.ss01]; + sub kaf-ar.init from [kaf-ar.init.ss01]; +} aalt; + + + +feature ccmp { + # glyph composition/decomposition + @acc_comb_top = [tildecomb macroncomb dotaccentcomb dieresiscomb hungarumlautcomb acutecomb gravecomb circumflexcomb caroncomb ringcomb]; # 10 glyphs + lookup contextSubs { + sub g' @acc_comb_top by g.alt02; # alternative g with lower ear + sub i' @acc_comb_top by dotlessi; + sub j' @acc_comb_top by dotlessj; + } contextSubs; + # substitute isolated forms from Arabic Presentation Forms to their general counterparts + lookup ccmp_arab_0 { + sub hamza-ar.isol by hamza-ar; + sub alef-ar.isol by alef-ar; + sub alefHamzabelow-ar.isol by alefHamzabelow-ar; + sub alefHamzaabove-ar.isol by alefHamzaabove-ar; + sub alefMadda-ar.isol by alefMadda-ar; + sub reh-ar.isol by reh-ar; + sub zain-ar.isol by zain-ar; + sub lam-ar.isol by lam-ar; + sub noon-ar.isol by noon-ar; + sub beh-ar.isol by beh-ar; + sub teh-ar.isol by teh-ar; + sub theh-ar.isol by theh-ar; + sub hah-ar.isol by hah-ar; + sub jeem-ar.isol by jeem-ar; + sub khah-ar.isol by khah-ar; + sub dal-ar.isol by dal-ar; + sub thal-ar.isol by thal-ar; + sub seen-ar.isol by seen-ar; + sub sheen-ar.isol by sheen-ar; + sub sad-ar.isol by sad-ar; + sub dad-ar.isol by dad-ar; + sub tah-ar.isol by tah-ar; + sub zah-ar.isol by zah-ar; + sub ain-ar.isol by ain-ar; + sub ghain-ar.isol by ghain-ar; + sub feh-ar.isol by feh-ar; + sub qaf-ar.isol by qaf-ar; + sub kaf-ar.isol by kaf-ar; + sub meem-ar.isol by meem-ar; + sub heh-ar.isol by heh-ar; + sub tehMarbuta-ar.isol by tehMarbuta-ar; + sub waw-ar.isol by waw-ar; + sub wawHamzaabove-ar.isol by wawHamzaabove-ar; + sub alefMaksura-ar.isol by alefMaksura-ar; + sub yeh-ar.isol by yeh-ar; + sub yehHamzaabove-ar.isol by yehHamzaabove-ar; + } ccmp_arab_0; + lookup ccmp_arab_1 { + sub hamzaabove-ar damma-ar by hamzaaboveDamma-ar; + sub damma-ar hamzaabove-ar by hamzaaboveDamma-ar; + sub hamzaabove-ar dammatan-ar by hamzaaboveDammatan-ar; + sub dammatan-ar hamzaabove-ar by hamzaaboveDammatan-ar; + sub hamzaabove-ar fatha-ar by hamzaaboveFatha-ar; + sub fatha-ar hamzaabove-ar by hamzaaboveFatha-ar; + sub hamzaabove-ar fathatan-ar by hamzaaboveFathatan-ar; + sub fathatan-ar hamzaabove-ar by hamzaaboveFathatan-ar; + sub hamzaabove-ar sukun-ar by hamzaaboveSukun-ar; + sub sukun-ar hamzaabove-ar by hamzaaboveSukun-ar; + sub hamzabelow-ar kasra-ar by hamzabelowKasra-ar; + sub kasra-ar hamzabelow-ar by hamzabelowKasra-ar; + sub hamzabelow-ar kasratan-ar by hamzabelowKasratan-ar; + sub kasratan-ar hamzabelow-ar by hamzabelowKasratan-ar; + sub shadda-ar alefabove-ar by shaddaAlefabove-ar; + sub alefabove-ar shadda-ar by shaddaAlefabove-ar; + sub shadda-ar damma-ar by shaddaDamma-ar; + sub damma-ar shadda-ar by shaddaDamma-ar; + sub shadda-ar dammatan-ar by shaddaDammatan-ar; + sub dammatan-ar shadda-ar by shaddaDammatan-ar; + sub shadda-ar fatha-ar by shaddaFatha-ar; + sub fatha-ar shadda-ar by shaddaFatha-ar; + sub shadda-ar fathatan-ar by shaddaFathatan-ar; + sub fathatan-ar shadda-ar by shaddaFathatan-ar; + sub shadda-ar kasra-ar by shaddaKasra-ar; + sub kasra-ar shadda-ar by shaddaKasra-ar; + sub shadda-ar kasratan-ar by shaddaKasratan-ar; + sub kasratan-ar shadda-ar by shaddaKasratan-ar; + } ccmp_arab_1; + script arab; + lookup ccmp_arab_0; + lookup ccmp_arab_1; +} ccmp; + + + +feature locl { + # localised forms + script arab; + sub zero by zero.loclARAB; + sub one by one.loclARAB; + sub two by two.loclARAB; + sub three by three.loclARAB; + sub four by four.loclARAB; + sub five by five.loclARAB; + sub six by six.loclARAB; + sub seven by seven.loclARAB; + sub eight by eight.loclARAB; + sub nine by nine.loclARAB; + language URD; + sub six-persian by six-ar; +} locl; + + + +feature ordn { + # ordinals + sub [a o] by [ordfeminine ordmasculine]; +} ordn; + + + +feature liga { + sub f i by fi; +} liga; + + + +feature frac { + # fractions + sub @numbers_dflt by @numbers_sups; + sub [slash] by fraction; + sub fraction @numbers_sups' by @numbers_sinf; + sub @numbers_sinf @numbers_sups' by @numbers_sinf; +} frac; + + + +feature numr { + # numerators + sub @numbers_dflt by @numbers_sups; +} numr; + + + +feature dnom { + # denominators + sub @numbers_dflt by @numbers_sinf; +} dnom; + + + +feature sups { + # superiors + sub @numbers_dflt by @numbers_sups; +} sups; + + + +feature sinf { + # inferiors + sub @numbers_dflt by @numbers_sinf; +} sinf; + + + +feature subs { + # subscript + sub @numbers_dflt by @numbers_sinf; +} subs; + + + +feature zero { + # slashed zero + sub zero by zero.alt02; +} zero; + + + +feature ss01 { + featureNames { + name 3 1 0x0409 "simple lowercase a"; # Win / Unicode / English US + name 1 0 0 "simple lowercase a"; # Mac / Roman / English + }; + # stylistic set 1 - single storey a + sub @lca_dflt by @lca_alt1; +} ss01; + + + +feature ss02 { + featureNames { + name 3 1 0x0409 "simple lowercase g"; # Win / Unicode / English US + name 1 0 0 "simple lowercase g"; # Mac / Roman / English + }; + # stylistic set 2 - single storey g + sub @lcg_dflt by @lcg_alt1; +} ss02; + + + +feature ss03 { + featureNames { + name 3 1 0x0409 "slashed number zero"; # Win / Unicode / English US + name 1 0 0 "slashed number zero"; # Mac / Roman / English + }; + # slashed zero + sub zero by zero.alt02; + sub zero.loclARAB by zero.loclARAB.alt02; +} ss03; + + + +feature ss04 { + featureNames { + name 3 1 0x0409 "dotted number zero"; # Win / Unicode / English US + name 1 0 0 "dotted number zero"; # Mac / Roman / English + }; + # dotted zero + sub zero by zero.alt01; + sub zero.loclARAB by zero.loclARAB.alt01; +} ss04; + + + +feature ss05 { + featureNames { + name 3 1 0x0409 "alternate lowercase eszett"; # Win / Unicode / English US + name 1 0 0 "alternate lowercase eszett"; # Mac / Roman / English + }; + # alternative german eszett + sub germandbls by germandbls.alt01; +} ss05; + + + +feature init { + # initial forms + sub behDotless-ar by behDotless-ar.init; + sub beh-ar by beh-ar.init; + sub peh-ar by peh-ar.init; + sub beeh-ar by beeh-ar.init; + sub beheh-ar by beheh-ar.init; + sub alefMaksura-ar by alefMaksura-ar.init; + sub teh-ar by teh-ar.init; + sub tehRing-ar by tehRing-ar.init; + sub tehThreedotsdown-ar by tehThreedotsdown-ar.init; + sub theh-ar by theh-ar.init; + sub tteh-ar by tteh-ar.init; + sub tteheh-ar by tteheh-ar.init; + sub teheh-ar by teheh-ar.init; + sub behThreedotshorizontalbelow-ar by behThreedotshorizontalbelow-ar.init; + sub behThreedotsupabove-ar by behThreedotsupabove-ar.init; + sub behThreedotsupbelow-ar by behThreedotsupbelow-ar.init; + sub tehThreedotsupbelow-ar by tehThreedotsupbelow-ar.init; + sub behTwodotsbelowDotabove-ar by behTwodotsbelowDotabove-ar.init; + sub behVinvertedbelow-ar by behVinvertedbelow-ar.init; + sub behVabove-ar by behVabove-ar.init; + sub behVbelow-ar by behVbelow-ar.init; + sub jeem-ar by jeem-ar.init; + sub tcheh-ar by tcheh-ar.init; + sub tcheheh-ar by tcheheh-ar.init; + sub tchehDotabove-ar by tchehDotabove-ar.init; + sub nyeh-ar by nyeh-ar.init; + sub dyeh-ar by dyeh-ar.init; + sub hah-ar by hah-ar.init; + sub hahHamzaabove-ar by hahHamzaabove-ar.init; + sub hahTwodotsverticalabove-ar by hahTwodotsverticalabove-ar.init; + sub hahTwodotshorizontalabove-ar by hahTwodotshorizontalabove-ar.init; + sub hahThreedotsabove-ar by hahThreedotsabove-ar.init; + sub hahThreedotsupbelow-ar by hahThreedotsupbelow-ar.init; + sub khah-ar by khah-ar.init; + sub hahTahbelow-ar by hahTahbelow-ar.init; + sub hahTahTwodotshorizontalabove-ar by hahTahTwodotshorizontalabove-ar.init; + sub hahFourbelow-ar by hahFourbelow-ar.init; + sub jeemTwodotsabove-ar by jeemTwodotsabove-ar.init; + sub ainThreedotsbelow-ar.fina by ainThreedotsbelow-ar.fina.init; + sub seen-ar by seen-ar.init; + sub seenDotbelowDotabove-ar by seenDotbelowDotabove-ar.init; + sub seenThreedotsbelow-ar by seenThreedotsbelow-ar.init; + sub sheen-ar by sheen-ar.init; + sub sheenDotbelow-ar by sheenDotbelow-ar.init; + sub sheenThreedotsbelow-ar by sheenThreedotsbelow-ar.init; + sub sad-ar by sad-ar.init; + sub sadTwodotsbelow-ar by sadTwodotsbelow-ar.init; + sub sadThreedots-ar by sadThreedots-ar.init; + sub dad-ar by dad-ar.init; + sub dadDotbelow-ar by dadDotbelow-ar.init; + sub tah-ar by tah-ar.init; + sub tahThreedots-ar by tahThreedots-ar.init; + sub zah-ar by zah-ar.init; + sub tahTwodotsabove-ar by tahTwodotsabove-ar.init; + sub ain-ar by ain-ar.init; + sub ainThreedots-ar by ainThreedots-ar.init; + sub ghain-ar by ghain-ar.init; + sub ghainDotbelow-ar by ghainDotbelow-ar.init; + sub feh-ar by feh-ar.init; + sub veh-ar by veh-ar.init; + sub fehDotless-ar by fehDotless-ar.init; + sub fehDotbelow-ar by fehDotbelow-ar.init; + sub fehThreedotsbelow-ar by fehThreedotsbelow-ar.init; + sub fehDotbelowThreedotsabove-ar by fehDotbelowThreedotsabove-ar.init; + sub peheh-ar by peheh-ar.init; + sub qaf-ar by qaf-ar.init; + sub qafThreedotsabove-ar by qafThreedotsabove-ar.init; + sub qafDotbelow-ar by qafDotbelow-ar.init; + sub kaf-ar by kaf-ar.init; + sub keheh-ar by keheh-ar.init; + sub kehehTwodotshorizontalabove-ar by kehehTwodotshorizontalabove-ar.init; + sub kehehThreedotsbelow-ar by kehehThreedotsbelow-ar.init; + sub kehehDotabove-ar by kehehDotabove-ar.init; + sub kehehThreedotsabove-ar by kehehThreedotsabove-ar.init; + sub kehehThreedotsupbelow-ar by kehehThreedotsupbelow-ar.init; + sub gaf-ar by gaf-ar.init; + sub gafRing-ar by gafRing-ar.init; + sub gafThreedots-ar by gafThreedots-ar.init; + sub kafRing-ar by kafRing-ar.init; + sub kafDotabove-ar by kafDotabove-ar.init; + sub kafTwodotshorizontalabove-ar by kafTwodotshorizontalabove-ar.init; + sub kafThreedotsbelow-ar by kafThreedotsbelow-ar.init; + sub gafTwodotsbelow-ar by gafTwodotsbelow-ar.init; + sub ng-ar by ng-ar.init; + sub ngoeh-ar by ngoeh-ar.init; + sub gueh-ar by gueh-ar.init; + sub lam-ar by lam-ar.init; + sub lamVabove-ar by lamVabove-ar.init; + sub lamDotabove-ar by lamDotabove-ar.init; + sub lamThreedotsabove-ar by lamThreedotsabove-ar.init; + sub lamThreedotsbelow-ar by lamThreedotsbelow-ar.init; + sub lamDoublebar-ar by lamDoublebar-ar.init; + sub meem-ar by meem-ar.init; + sub meemThreedotsabove-ar by meemThreedotsabove-ar.init; + sub noon-ar by noon-ar.init; + sub noonDotbelow-ar by noonDotbelow-ar.init; + sub noonRing-ar by noonRing-ar.init; + sub heh-ar by heh-ar.init; + sub hehgoal-ar by hehgoal-ar.init; + sub hehgoalHamzaabove-ar by hehgoalHamzaabove-ar.init; + sub hehDoachashmee-ar by hehDoachashmee-ar.init; + sub hehVinvertedabove-ar by hehVinvertedabove-ar.init; + sub yeh-ar by yeh-ar.init; + sub yehHamzaabove-ar by yehHamzaabove-ar.init; + sub yehVabove-ar by yehVabove-ar.init; + sub yehTwodotsbelowHamzaabove-ar by yehTwodotsbelowHamzaabove-ar.init; + sub yehTwodotsbelowDotabove-ar by yehTwodotsbelowDotabove-ar.init; + sub yehVinverted-farsi by yehVinverted-farsi.init; + sub yeh-farsi by yeh-farsi.init; + sub yehTwodotsabove-farsi by yehTwodotsabove-farsi.init; + sub yehThreedotsabove-farsi by yehThreedotsabove-farsi.init; + sub yehTwoabove-farsi by yehTwoabove-farsi.init; + sub yehThreeabove-farsi by yehThreeabove-farsi.init; + sub yehFourbelow-farsi by yehFourbelow-farsi.init; + sub yehKashmiri-ar by yehKashmiri-ar.init; + sub e-ar by e-ar.init; + sub yehbarreeTwoabove-ar by yehbarreeTwoabove-ar.init; + sub yehbarreeThreeabove-ar by yehbarreeThreeabove-ar.init; + sub highhamzaYeh-ar by highhamzaYeh-ar.init; + sub seenFourdotsabove-ar by seenFourdotsabove-ar.init; + sub ainTwodotshorizontalabove-ar by ainTwodotshorizontalabove-ar.init; + sub ainThreedotsdownabove-ar by ainThreedotsdownabove-ar.init; + sub ainTwodotsverticalabove-ar by ainTwodotsverticalabove-ar.init; + sub fehTwodotsbelow-ar by fehTwodotsbelow-ar.init; + sub fehThreedotsupbelow-ar by fehThreedotsupbelow-ar.init; + sub meemDotabove-ar by meemDotabove-ar.init; + sub meemDotbelow-ar by meemDotbelow-ar.init; + sub noonTwodotsbelow-ar by noonTwodotsbelow-ar.init; + sub noonTahabove-ar by noonTahabove-ar.init; + sub noonVabove-ar by noonVabove-ar.init; + sub lamBar-ar by lamBar-ar.init; + sub seenTwodotshorizontalabove-ar by seenTwodotshorizontalabove-ar.init; + sub seenTahTwodotshorizontalabove-ar by seenTahTwodotshorizontalabove-ar.init; + sub hahTahabove-ar by hahTahabove-ar.init; + sub seenFourabove-ar by seenFourabove-ar.init; + sub seenVinvertedabove-ar by seenVinvertedabove-ar.init; + sub lam_meem-ar by lam_meem-ar.init; +} init; + + + +feature medi { + # medial forms + sub behDotless-ar by behDotless-ar.medi; + sub beh-ar by beh-ar.medi; + sub peh-ar by peh-ar.medi; + sub beeh-ar by beeh-ar.medi; + sub beheh-ar by beheh-ar.medi; + sub alefMaksura-ar by alefMaksura-ar.medi; + sub teh-ar by teh-ar.medi; + sub tehRing-ar by tehRing-ar.medi; + sub tehThreedotsdown-ar by tehThreedotsdown-ar.medi; + sub theh-ar by theh-ar.medi; + sub tteh-ar by tteh-ar.medi; + sub tteheh-ar by tteheh-ar.medi; + sub teheh-ar by teheh-ar.medi; + sub behThreedotshorizontalbelow-ar by behThreedotshorizontalbelow-ar.medi; + sub behThreedotsupabove-ar by behThreedotsupabove-ar.medi; + sub behThreedotsupbelow-ar by behThreedotsupbelow-ar.medi; + sub tehThreedotsupbelow-ar by tehThreedotsupbelow-ar.medi; + sub behTwodotsbelowDotabove-ar by behTwodotsbelowDotabove-ar.medi; + sub behVinvertedbelow-ar by behVinvertedbelow-ar.medi; + sub behVabove-ar by behVabove-ar.medi; + sub behVbelow-ar by behVbelow-ar.medi; + sub jeem-ar by jeem-ar.medi; + sub tcheh-ar by tcheh-ar.medi; + sub tcheheh-ar by tcheheh-ar.medi; + sub tchehDotabove-ar by tchehDotabove-ar.medi; + sub nyeh-ar by nyeh-ar.medi; + sub dyeh-ar by dyeh-ar.medi; + sub hah-ar by hah-ar.medi; + sub hahHamzaabove-ar by hahHamzaabove-ar.medi; + sub hahTwodotsverticalabove-ar by hahTwodotsverticalabove-ar.medi; + sub hahTwodotshorizontalabove-ar by hahTwodotshorizontalabove-ar.medi; + sub hahThreedotsabove-ar by hahThreedotsabove-ar.medi; + sub hahThreedotsupbelow-ar by hahThreedotsupbelow-ar.medi; + sub khah-ar by khah-ar.medi; + sub hahTahbelow-ar by hahTahbelow-ar.medi; + sub hahTahTwodotshorizontalabove-ar by hahTahTwodotshorizontalabove-ar.medi; + sub hahFourbelow-ar by hahFourbelow-ar.medi; + sub jeemTwodotsabove-ar by jeemTwodotsabove-ar.medi; + sub ainThreedotsbelow-ar.fina by ainThreedotsbelow-ar.fina.medi; + sub seen-ar by seen-ar.medi; + sub seenDotbelowDotabove-ar by seenDotbelowDotabove-ar.medi; + sub seenThreedotsbelow-ar by seenThreedotsbelow-ar.medi; + sub sheen-ar by sheen-ar.medi; + sub sheenDotbelow-ar by sheenDotbelow-ar.medi; + sub sheenThreedotsbelow-ar by sheenThreedotsbelow-ar.medi; + sub sad-ar by sad-ar.medi; + sub sadTwodotsbelow-ar by sadTwodotsbelow-ar.medi; + sub sadThreedots-ar by sadThreedots-ar.medi; + sub dad-ar by dad-ar.medi; + sub dadDotbelow-ar by dadDotbelow-ar.medi; + sub tah-ar by tah-ar.medi; + sub tahThreedots-ar by tahThreedots-ar.medi; + sub zah-ar by zah-ar.medi; + sub tahTwodotsabove-ar by tahTwodotsabove-ar.medi; + sub ain-ar by ain-ar.medi; + sub ainThreedots-ar by ainThreedots-ar.medi; + sub ghain-ar by ghain-ar.medi; + sub ghainDotbelow-ar by ghainDotbelow-ar.medi; + sub feh-ar by feh-ar.medi; + sub veh-ar by veh-ar.medi; + sub fehDotless-ar by fehDotless-ar.medi; + sub fehDotbelow-ar by fehDotbelow-ar.medi; + sub fehThreedotsbelow-ar by fehThreedotsbelow-ar.medi; + sub fehDotbelowThreedotsabove-ar by fehDotbelowThreedotsabove-ar.medi; + sub peheh-ar by peheh-ar.medi; + sub qaf-ar by qaf-ar.medi; + sub qafThreedotsabove-ar by qafThreedotsabove-ar.medi; + sub qafDotbelow-ar by qafDotbelow-ar.medi; + sub kaf-ar by kaf-ar.medi; + sub keheh-ar by keheh-ar.medi; + sub kehehTwodotshorizontalabove-ar by kehehTwodotshorizontalabove-ar.medi; + sub kehehThreedotsbelow-ar by kehehThreedotsbelow-ar.medi; + sub kehehDotabove-ar by kehehDotabove-ar.medi; + sub kehehThreedotsabove-ar by kehehThreedotsabove-ar.medi; + sub kehehThreedotsupbelow-ar by kehehThreedotsupbelow-ar.medi; + sub gaf-ar by gaf-ar.medi; + sub gafRing-ar by gafRing-ar.medi; + sub gafThreedots-ar by gafThreedots-ar.medi; + sub kafRing-ar by kafRing-ar.medi; + sub kafDotabove-ar by kafDotabove-ar.medi; + sub kafTwodotshorizontalabove-ar by kafTwodotshorizontalabove-ar.medi; + sub kafThreedotsbelow-ar by kafThreedotsbelow-ar.medi; + sub gafTwodotsbelow-ar by gafTwodotsbelow-ar.medi; + sub ng-ar by ng-ar.medi; + sub ngoeh-ar by ngoeh-ar.medi; + sub gueh-ar by gueh-ar.medi; + sub lam-ar by lam-ar.medi; + sub lamVabove-ar by lamVabove-ar.medi; + sub lamDotabove-ar by lamDotabove-ar.medi; + sub lamThreedotsabove-ar by lamThreedotsabove-ar.medi; + sub lamThreedotsbelow-ar by lamThreedotsbelow-ar.medi; + sub lamDoublebar-ar by lamDoublebar-ar.medi; + sub meem-ar by meem-ar.medi; + sub meemThreedotsabove-ar by meemThreedotsabove-ar.medi; + sub noon-ar by noon-ar.medi; + sub noonDotbelow-ar by noonDotbelow-ar.medi; + sub noonRing-ar by noonRing-ar.medi; + sub heh-ar by heh-ar.medi; + sub hehgoal-ar by hehgoal-ar.medi; + sub hehgoalHamzaabove-ar by hehgoalHamzaabove-ar.medi; + sub hehDoachashmee-ar by hehDoachashmee-ar.medi; + sub hehVinvertedabove-ar by hehVinvertedabove-ar.medi; + sub yeh-ar by yeh-ar.medi; + sub yehHamzaabove-ar by yehHamzaabove-ar.medi; + sub yehVabove-ar by yehVabove-ar.medi; + sub yehTwodotsbelowHamzaabove-ar by yehTwodotsbelowHamzaabove-ar.medi; + sub yehTwodotsbelowDotabove-ar by yehTwodotsbelowDotabove-ar.medi; + sub yehVinverted-farsi by yehVinverted-farsi.medi; + sub yeh-farsi by yeh-farsi.medi; + sub yehTwodotsabove-farsi by yehTwodotsabove-farsi.medi; + sub yehThreedotsabove-farsi by yehThreedotsabove-farsi.medi; + sub yehTwoabove-farsi by yehTwoabove-farsi.medi; + sub yehThreeabove-farsi by yehThreeabove-farsi.medi; + sub yehFourbelow-farsi by yehFourbelow-farsi.medi; + sub yehKashmiri-ar by yehKashmiri-ar.medi; + sub e-ar by e-ar.medi; + sub yehbarreeTwoabove-ar by yehbarreeTwoabove-ar.medi; + sub yehbarreeThreeabove-ar by yehbarreeThreeabove-ar.medi; + sub highhamzaYeh-ar by highhamzaYeh-ar.medi; + sub seenFourdotsabove-ar by seenFourdotsabove-ar.medi; + sub ainTwodotshorizontalabove-ar by ainTwodotshorizontalabove-ar.medi; + sub ainThreedotsdownabove-ar by ainThreedotsdownabove-ar.medi; + sub ainTwodotsverticalabove-ar by ainTwodotsverticalabove-ar.medi; + sub fehTwodotsbelow-ar by fehTwodotsbelow-ar.medi; + sub fehThreedotsupbelow-ar by fehThreedotsupbelow-ar.medi; + sub meemDotabove-ar by meemDotabove-ar.medi; + sub meemDotbelow-ar by meemDotbelow-ar.medi; + sub noonTwodotsbelow-ar by noonTwodotsbelow-ar.medi; + sub noonTahabove-ar by noonTahabove-ar.medi; + sub noonVabove-ar by noonVabove-ar.medi; + sub lamBar-ar by lamBar-ar.medi; + sub seenTwodotshorizontalabove-ar by seenTwodotshorizontalabove-ar.medi; + sub seenTahTwodotshorizontalabove-ar by seenTahTwodotshorizontalabove-ar.medi; + sub hahTahabove-ar by hahTahabove-ar.medi; + sub seenFourabove-ar by seenFourabove-ar.medi; + sub seenVinvertedabove-ar by seenVinvertedabove-ar.medi; + sub fathatan-ar by fathatan-ar.medi; + sub kasra-ar by kasra-ar.medi; + sub fatha-ar by fatha-ar.medi; + sub damma-ar by damma-ar.medi; + sub shadda-ar by shadda-ar.medi; + sub sukun-ar by sukun-ar.medi; +} medi; + + + +feature fina { + # final forms + sub alef-ar by alef-ar.fina; + sub alefHamzaabove-ar by alefHamzaabove-ar.fina; + sub alefHamzabelow-ar by alefHamzabelow-ar.fina; + sub alefWavyhamzaabove-ar by alefWavyhamzaabove-ar.fina; + sub alefWavyhamzabelow-ar by alefWavyhamzabelow-ar.fina; + sub alefMadda-ar by alefMadda-ar.fina; + sub alefWasla-ar by alefWasla-ar.fina; + sub alefFathatan-ar by alefFathatan-ar.fina; + sub highhamzaAlef-ar by highhamzaAlef-ar.fina; + sub behDotless-ar by behDotless-ar.fina; + sub beh-ar by beh-ar.fina; + sub peh-ar by peh-ar.fina; + sub beeh-ar by beeh-ar.fina; + sub beheh-ar by beheh-ar.fina; + sub teh-ar by teh-ar.fina; + sub tehRing-ar by tehRing-ar.fina; + sub tehThreedotsdown-ar by tehThreedotsdown-ar.fina; + sub theh-ar by theh-ar.fina; + sub tteh-ar by tteh-ar.fina; + sub tteheh-ar by tteheh-ar.fina; + sub teheh-ar by teheh-ar.fina; + sub behThreedotshorizontalbelow-ar by behThreedotshorizontalbelow-ar.fina; + sub behThreedotsupabove-ar by behThreedotsupabove-ar.fina; + sub behThreedotsupbelow-ar by behThreedotsupbelow-ar.fina; + sub tehThreedotsupbelow-ar by tehThreedotsupbelow-ar.fina; + sub behTwodotsbelowDotabove-ar by behTwodotsbelowDotabove-ar.fina; + sub behVinvertedbelow-ar by behVinvertedbelow-ar.fina; + sub behVabove-ar by behVabove-ar.fina; + sub behVbelow-ar by behVbelow-ar.fina; + sub jeem-ar by jeem-ar.fina; + sub tcheh-ar by tcheh-ar.fina; + sub tcheheh-ar by tcheheh-ar.fina; + sub tchehDotabove-ar by tchehDotabove-ar.fina; + sub nyeh-ar by nyeh-ar.fina; + sub dyeh-ar by dyeh-ar.fina; + sub hah-ar by hah-ar.fina; + sub hahHamzaabove-ar by hahHamzaabove-ar.fina; + sub hahTwodotsverticalabove-ar by hahTwodotsverticalabove-ar.fina; + sub hahTwodotshorizontalabove-ar by hahTwodotshorizontalabove-ar.fina; + sub hahThreedotsabove-ar by hahThreedotsabove-ar.fina; + sub hahThreedotsupbelow-ar by hahThreedotsupbelow-ar.fina; + sub khah-ar by khah-ar.fina; + sub hahTahbelow-ar by hahTahbelow-ar.fina; + sub hahTahTwodotshorizontalabove-ar by hahTahTwodotshorizontalabove-ar.fina; + sub hahFourbelow-ar by hahFourbelow-ar.fina; + sub jeemTwodotsabove-ar by jeemTwodotsabove-ar.fina; + sub dal-ar by dal-ar.fina; + sub thal-ar by thal-ar.fina; + sub thalAlefabove-ar by thalAlefabove-ar.fina; + sub ddal-ar by ddal-ar.fina; + sub dahal-ar by dahal-ar.fina; + sub ddahal-ar by ddahal-ar.fina; + sub dalRing-ar by dalRing-ar.fina; + sub dalDotbelow-ar by dalDotbelow-ar.fina; + sub dalDotbelowTah-ar by dalDotbelowTah-ar.fina; + sub dul-ar by dul-ar.fina; + sub dalThreedotsdown-ar by dalThreedotsdown-ar.fina; + sub dalFourdots-ar by dalFourdots-ar.fina; + sub dalVinvertedabove-ar by dalVinvertedabove-ar.fina; + sub dalTwodotsverticalbelowTah-ar by dalTwodotsverticalbelowTah-ar.fina; + sub dalVinvertedbelow-ar by dalVinvertedbelow-ar.fina; + sub reh-ar by reh-ar.fina; + sub zain-ar by zain-ar.fina; + sub ainThreedotsbelow-ar by ainThreedotsbelow-ar.fina; + sub rreh-ar by rreh-ar.fina; + sub rehv-ar by rehv-ar.fina; + sub rehRing-ar by rehRing-ar.fina; + sub rehDotbelow-ar by rehDotbelow-ar.fina; + sub rehVbelow-ar by rehVbelow-ar.fina; + sub rehDotbelowdotabove-ar by rehDotbelowdotabove-ar.fina; + sub rehTwodots-ar by rehTwodots-ar.fina; + sub jeh-ar by jeh-ar.fina; + sub rehFourdots-ar by rehFourdots-ar.fina; + sub rehVinvertedabove-ar by rehVinvertedabove-ar.fina; + sub rehStroke-ar by rehStroke-ar.fina; + sub rehTwodotsverticalabove-ar by rehTwodotsverticalabove-ar.fina; + sub rehHamzaabove-ar by rehHamzaabove-ar.fina; + sub rehTwodotshorizontalaboveTahabove-ar by rehTwodotshorizontalaboveTahabove-ar.fina; + sub rehLoop-ar by rehLoop-ar.fina; + sub seen-ar by seen-ar.fina; + sub seenDotbelowDotabove-ar by seenDotbelowDotabove-ar.fina; + sub seenThreedotsbelow-ar by seenThreedotsbelow-ar.fina; + sub sheen-ar by sheen-ar.fina; + sub sheenDotbelow-ar by sheenDotbelow-ar.fina; + sub sheenThreedotsbelow-ar by sheenThreedotsbelow-ar.fina; + sub sad-ar by sad-ar.fina; + sub sadTwodotsbelow-ar by sadTwodotsbelow-ar.fina; + sub sadThreedots-ar by sadThreedots-ar.fina; + sub dad-ar by dad-ar.fina; + sub dadDotbelow-ar by dadDotbelow-ar.fina; + sub tah-ar by tah-ar.fina; + sub tahThreedots-ar by tahThreedots-ar.fina; + sub zah-ar by zah-ar.fina; + sub tahTwodotsabove-ar by tahTwodotsabove-ar.fina; + sub ain-ar by ain-ar.fina; + sub ainThreedots-ar by ainThreedots-ar.fina; + sub ghain-ar by ghain-ar.fina; + sub ghainDotbelow-ar by ghainDotbelow-ar.fina; + sub feh-ar by feh-ar.fina; + sub veh-ar by veh-ar.fina; + sub fehDotless-ar by fehDotless-ar.fina; + sub fehDotbelow-ar by fehDotbelow-ar.fina; + sub fehThreedotsbelow-ar by fehThreedotsbelow-ar.fina; + sub fehDotbelowThreedotsabove-ar by fehDotbelowThreedotsabove-ar.fina; + sub peheh-ar by peheh-ar.fina; + sub qafDotless-ar by qafDotless-ar.fina; + sub qaf-ar by qaf-ar.fina; + sub qafDotabove-ar by qafDotabove-ar.fina; + sub qafThreedotsabove-ar by qafThreedotsabove-ar.fina; + sub qafDotbelow-ar by qafDotbelow-ar.fina; + sub kaf-ar by kaf-ar.fina; + sub keheh-ar by keheh-ar.fina; + sub kehehTwodotshorizontalabove-ar by kehehTwodotshorizontalabove-ar.fina; + sub kehehThreedotsbelow-ar by kehehThreedotsbelow-ar.fina; + sub kehehDotabove-ar by kehehDotabove-ar.fina; + sub kehehThreedotsabove-ar by kehehThreedotsabove-ar.fina; + sub kehehThreedotsupbelow-ar by kehehThreedotsupbelow-ar.fina; + sub gaf-ar by gaf-ar.fina; + sub gafRing-ar by gafRing-ar.fina; + sub gafThreedots-ar by gafThreedots-ar.fina; + sub kafRing-ar by kafRing-ar.fina; + sub kafDotabove-ar by kafDotabove-ar.fina; + sub kafTwodotshorizontalabove-ar by kafTwodotshorizontalabove-ar.fina; + sub kafThreedotsbelow-ar by kafThreedotsbelow-ar.fina; + sub gafTwodotsbelow-ar by gafTwodotsbelow-ar.fina; + sub ng-ar by ng-ar.fina; + sub ngoeh-ar by ngoeh-ar.fina; + sub gueh-ar by gueh-ar.fina; + sub lam-ar by lam-ar.fina; + sub lamVabove-ar by lamVabove-ar.fina; + sub lamDotabove-ar by lamDotabove-ar.fina; + sub lamThreedotsabove-ar by lamThreedotsabove-ar.fina; + sub lamThreedotsbelow-ar by lamThreedotsbelow-ar.fina; + sub lamDoublebar-ar by lamDoublebar-ar.fina; + sub meem-ar by meem-ar.fina; + sub meemThreedotsabove-ar by meemThreedotsabove-ar.fina; + sub noon-ar by noon-ar.fina; + sub noonDotbelow-ar by noonDotbelow-ar.fina; + sub noonghunna-ar by noonghunna-ar.fina; + sub rnoon-ar by rnoon-ar.fina; + sub noonRing-ar by noonRing-ar.fina; + sub noonThreedotsabove-ar by noonThreedotsabove-ar.fina; + sub heh-ar by heh-ar.fina; + sub hehHamzaabove-ar by hehHamzaabove-ar.fina; + sub hehgoal-ar by hehgoal-ar.fina; + sub hehgoalHamzaabove-ar by hehgoalHamzaabove-ar.fina; + sub hehDoachashmee-ar by hehDoachashmee-ar.fina; + sub hehVinvertedabove-ar by hehVinvertedabove-ar.fina; + sub tehMarbuta-ar by tehMarbuta-ar.fina; + sub tehMarbutagoal-ar by tehMarbutagoal-ar.fina; + sub waw-ar by waw-ar.fina; + sub wawring-ar by wawring-ar.fina; + sub wawTwodots-ar by wawTwodots-ar.fina; + sub wawDotabove-ar by wawDotabove-ar.fina; + sub wawHamzaabove-ar by wawHamzaabove-ar.fina; + sub wawTwoabove-ar by wawTwoabove-ar.fina; + sub wawThreeAbove-ar by wawThreeAbove-ar.fina; + sub wawDotcenter-ar by wawDotcenter-ar.fina; + sub kirghizoe-ar by kirghizoe-ar.fina; + sub oe-ar by oe-ar.fina; + sub u-ar by u-ar.fina; + sub yu-ar by yu-ar.fina; + sub kirghizyu-ar by kirghizyu-ar.fina; + sub ve-ar by ve-ar.fina; + sub alefMaksura-ar by alefMaksura-ar.fina; + sub alefMaksuraAlefabove-ar by alefMaksuraAlefabove-ar.fina; + sub alefTwoabove-ar by alefTwoabove-ar.fina; + sub alefThreeabove-ar by alefThreeabove-ar.fina; + sub yeh-ar by yeh-ar.fina; + sub yehHamzaabove-ar by yehHamzaabove-ar.fina; + sub yehVabove-ar by yehVabove-ar.fina; + sub yehTwodotsbelowHamzaabove-ar by yehTwodotsbelowHamzaabove-ar.fina; + sub yehTwodotsbelowDotabove-ar by yehTwodotsbelowDotabove-ar.fina; + sub yehVinverted-farsi by yehVinverted-farsi.fina; + sub yeh-farsi by yeh-farsi.fina; + sub yehTwodotsabove-farsi by yehTwodotsabove-farsi.fina; + sub yehThreedotsabove-farsi by yehThreedotsabove-farsi.fina; + sub yehTwoabove-farsi by yehTwoabove-farsi.fina; + sub yehThreeabove-farsi by yehThreeabove-farsi.fina; + sub yehFourbelow-farsi by yehFourbelow-farsi.fina; + sub yehTail-ar by yehTail-ar.fina; + sub yehKashmiri-ar by yehKashmiri-ar.fina; + sub e-ar by e-ar.fina; + sub yehThreedotsbelow-ar by yehThreedotsbelow-ar.fina; + sub yehbarree-ar by yehbarree-ar.fina; + sub yehbarreeHamzaabove-ar by yehbarreeHamzaabove-ar.fina; + sub yehbarreeTwoabove-ar by yehbarreeTwoabove-ar.fina; + sub yehbarreeThreeabove-ar by yehbarreeThreeabove-ar.fina; + sub highhamzaWaw-ar by highhamzaWaw-ar.fina; + sub uHamzaabove-ar by uHamzaabove-ar.fina; + sub highhamzaYeh-ar by highhamzaYeh-ar.fina; + sub ae-ar by ae-ar.fina; + sub seenFourdotsabove-ar by seenFourdotsabove-ar.fina; + sub ainTwodotshorizontalabove-ar by ainTwodotshorizontalabove-ar.fina; + sub ainThreedotsdownabove-ar by ainThreedotsdownabove-ar.fina; + sub ainTwodotsverticalabove-ar by ainTwodotsverticalabove-ar.fina; + sub fehTwodotsbelow-ar by fehTwodotsbelow-ar.fina; + sub fehThreedotsupbelow-ar by fehThreedotsupbelow-ar.fina; + sub meemDotabove-ar by meemDotabove-ar.fina; + sub meemDotbelow-ar by meemDotbelow-ar.fina; + sub noonTwodotsbelow-ar by noonTwodotsbelow-ar.fina; + sub noonTahabove-ar by noonTahabove-ar.fina; + sub noonVabove-ar by noonVabove-ar.fina; + sub lamBar-ar by lamBar-ar.fina; + sub seenTwodotshorizontalabove-ar by seenTwodotshorizontalabove-ar.fina; + sub seenTahTwodotshorizontalabove-ar by seenTahTwodotshorizontalabove-ar.fina; + sub hahTahabove-ar by hahTahabove-ar.fina; + sub seenFourabove-ar by seenFourabove-ar.fina; + sub seenVinvertedabove-ar by seenVinvertedabove-ar.fina; +} fina; + + + +feature rlig { + # required ligatures + lookup rlig_arabic_0 { + lookupflag IgnoreMarks RightToLeft; + sub alef-ar lam-ar.init lam-ar.medi heh-ar.fina by allah-ar; + } rlig_arabic_0; + lookup rlig_arabic_1 { + lookupflag IgnoreMarks RightToLeft; + sub lam-ar.medi alef-ar.fina by lam_alef-ar.fina.rlig; + sub lam-ar.init alef-ar.fina by lam_alef-ar.rlig; + sub lam-ar.medi alefHamzaabove-ar.fina by lam_alefHamzaabove-ar.fina.rlig; + sub lam-ar.init alefHamzaabove-ar.fina by lam_alefHamzaabove-ar.rlig; + sub lam-ar.medi alefHamzabelow-ar.fina by lam_alefHamzabelow-ar.fina.rlig; + sub lam-ar.init alefHamzabelow-ar.fina by lam_alefHamzabelow-ar.rlig; + sub lam-ar.medi alefWavyhamzaabove-ar.fina by lam_alefWavyhamzaabove-ar.fina.rlig; + sub lam-ar.init alefWavyhamzaabove-ar.fina by lam_alefWavyhamzaabove-ar.rlig; + sub lam-ar.medi alefWavyhamzabelow-ar.fina by lam_alefWavyhamzabelow-ar.fina.rlig; + sub lam-ar.init alefWavyhamzabelow-ar.fina by lam_alefWavyhamzabelow-ar.rlig; + sub lam-ar.medi alefMadda-ar.fina by lam_alefMadda-ar.fina.rlig; + sub lam-ar.init alefMadda-ar.fina by lam_alefMadda-ar.rlig; + sub lam-ar.init alefWasla-ar.fina by lam_alefWasla-ar.rlig; + sub lam-ar.medi alefWasla-ar.fina by lam_alefWasla-ar.fina.rlig; + sub behDotless-ar.medi alefMaksura-ar.fina by behDotless_alefMaksura-ar.fina.rlig; + sub behDotless-ar.init alefMaksura-ar.fina by behDotless_alefMaksura-ar.rlig; + sub beh-ar.medi reh-ar.fina by beh_reh-ar.fina.rlig; + sub beh-ar.medi zain-ar.fina by beh_zain-ar.fina.rlig; + sub beh-ar.medi rreh-ar.fina by beh_rreh-ar.fina.rlig; + sub beh-ar.medi jeh-ar.fina by beh_jeh-ar.fina.rlig; + sub beh-ar.medi noon-ar.fina by beh_noon-ar.fina.rlig; + sub beh-ar.medi alefMaksura-ar.fina by beh_alefMaksura-ar.fina.rlig; + sub beh-ar.init alefMaksura-ar.fina by beh_alefMaksura-ar.rlig; + sub beh-ar.medi yeh-ar.fina by beh_yeh-ar.fina.rlig; + sub beh-ar.init yeh-ar.fina by beh_yeh-ar.rlig; + sub beh-ar.medi yehHamzaabove-ar.fina by beh_yehHamzaabove-ar.fina.rlig; + sub beh-ar.init yehHamzaabove-ar.fina by beh_yehHamzaabove-ar.rlig; + sub beh-ar.medi yeh-farsi.fina by beh_yeh-farsi.fina.rlig; + sub beh-ar.init yeh-farsi.fina by beh_yeh-farsi.rlig; + sub peh-ar.medi reh-ar.fina by peh_reh-ar.fina.rlig; + sub peh-ar.medi zain-ar.fina by peh_zain-ar.fina.rlig; + sub peh-ar.medi rreh-ar.fina by peh_rreh-ar.fina.rlig; + sub peh-ar.medi jeh-ar.fina by peh_jeh-ar.fina.rlig; + sub peh-ar.medi noon-ar.fina by peh_noon-ar.fina.rlig; + sub peh-ar.medi alefMaksura-ar.fina by peh_alefMaksura-ar.fina.rlig; + sub peh-ar.init alefMaksura-ar.fina by peh_alefMaksura-ar.rlig; + sub peh-ar.medi yeh-ar.fina by peh_yeh-ar.fina.rlig; + sub peh-ar.init yeh-ar.fina by peh_yeh-ar.rlig; + sub peh-ar.medi yehHamzaabove-ar.fina by peh_yehHamzaabove-ar.fina.rlig; + sub peh-ar.init yehHamzaabove-ar.fina by peh_yehHamzaabove-ar.rlig; + sub peh-ar.medi yeh-farsi.fina by peh_yeh-farsi.fina.rlig; + sub peh-ar.init yeh-farsi.fina by peh_yeh-farsi.rlig; + sub teh-ar.medi reh-ar.fina by teh_reh-ar.fina.rlig; + sub teh-ar.medi zain-ar.fina by teh_zain-ar.fina.rlig; + sub teh-ar.medi rreh-ar.fina by teh_rreh-ar.fina.rlig; + sub teh-ar.medi jeh-ar.fina by teh_jeh-ar.fina.rlig; + sub teh-ar.medi noon-ar.fina by teh_noon-ar.fina.rlig; + sub teh-ar.medi alefMaksura-ar.fina by teh_alefMaksura-ar.fina.rlig; + sub teh-ar.init alefMaksura-ar.fina by teh_alefMaksura-ar.rlig; + sub teh-ar.medi yeh-ar.fina by teh_yeh-ar.fina.rlig; + sub teh-ar.init yeh-ar.fina by teh_yeh-ar.rlig; + sub teh-ar.medi yehHamzaabove-ar.fina by teh_yehHamzaabove-ar.fina.rlig; + sub teh-ar.init yehHamzaabove-ar.fina by teh_yehHamzaabove-ar.rlig; + sub teh-ar.medi yeh-farsi.fina by teh_yeh-farsi.fina.rlig; + sub teh-ar.init yeh-farsi.fina by teh_yeh-farsi.rlig; + sub theh-ar.medi reh-ar.fina by theh_reh-ar.fina.rlig; + sub theh-ar.medi zain-ar.fina by theh_zain-ar.fina.rlig; + sub theh-ar.medi rreh-ar.fina by theh_rreh-ar.fina.rlig; + sub theh-ar.medi jeh-ar.fina by theh_jeh-ar.fina.rlig; + sub theh-ar.medi noon-ar.fina by theh_noon-ar.fina.rlig; + sub theh-ar.medi alefMaksura-ar.fina by theh_alefMaksura-ar.fina.rlig; + sub theh-ar.init alefMaksura-ar.fina by theh_alefMaksura-ar.rlig; + sub theh-ar.medi yeh-ar.fina by theh_yeh-ar.fina.rlig; + sub theh-ar.init yeh-ar.fina by theh_yeh-ar.rlig; + sub theh-ar.medi yehHamzaabove-ar.fina by theh_yehHamzaabove-ar.fina.rlig; + sub theh-ar.init yehHamzaabove-ar.fina by theh_yehHamzaabove-ar.rlig; + sub theh-ar.medi yeh-farsi.fina by theh_yeh-farsi.fina.rlig; + sub theh-ar.init yeh-farsi.fina by theh_yeh-farsi.rlig; + sub tteh-ar.medi reh-ar.fina by tteh_reh-ar.fina.rlig; + sub tteh-ar.medi zain-ar.fina by tteh_zain-ar.fina.rlig; + sub tteh-ar.medi rreh-ar.fina by tteh_rreh-ar.fina.rlig; + sub tteh-ar.medi jeh-ar.fina by tteh_jeh-ar.fina.rlig; + sub tteh-ar.medi noon-ar.fina by tteh_noon-ar.fina.rlig; + sub tteh-ar.medi alefMaksura-ar.fina by tteh_alefMaksura-ar.fina.rlig; + sub tteh-ar.init alefMaksura-ar.fina by tteh_alefMaksura-ar.rlig; + sub tteh-ar.medi yeh-ar.fina by tteh_yeh-ar.fina.rlig; + sub tteh-ar.init yeh-ar.fina by tteh_yeh-ar.rlig; + sub tteh-ar.medi yehHamzaabove-ar.fina by tteh_yehHamzaabove-ar.fina.rlig; + sub tteh-ar.init yehHamzaabove-ar.fina by tteh_yehHamzaabove-ar.rlig; + sub tteh-ar.medi yeh-farsi.fina by tteh_yeh-farsi.fina.rlig; + sub tteh-ar.init yeh-farsi.fina by tteh_yeh-farsi.rlig; + sub seen-ar.medi reh-ar.fina by seen_reh-ar.fina.rlig; + sub seen-ar.init reh-ar.fina by seen_reh-ar.rlig; + sub seen-ar.medi alefMaksura-ar.fina by seen_alefMaksura-ar.fina.rlig; + sub seen-ar.init alefMaksura-ar.fina by seen_alefMaksura-ar.rlig; + sub seen-ar.medi yeh-ar.fina by seen_yeh-ar.fina.rlig; + sub seen-ar.init yeh-ar.fina by seen_yeh-ar.rlig; + sub seen-ar.medi zain-ar.fina by seen_zain-ar.fina.rlig; + sub seen-ar.init zain-ar.fina by seen_zain-ar.rlig; + sub seen-ar.medi rreh-ar.fina by seen_rreh-ar.fina.rlig; + sub seen-ar.init rreh-ar.fina by seen_rreh-ar.rlig; + sub seen-ar.medi jeh-ar.fina by seen_jeh-ar.fina.rlig; + sub seen-ar.init jeh-ar.fina by seen_jeh-ar.rlig; + sub seen-ar.medi yehHamzaabove-ar.fina by seen_yehHamzaabove-ar.fina.rlig; + sub seen-ar.init yehHamzaabove-ar.fina by seen_yehHamzaabove-ar.rlig; + sub seen-ar.medi yeh-farsi.fina by seen_yeh-farsi.fina.rlig; + sub seen-ar.init yeh-farsi.fina by seen_yeh-farsi.rlig; + sub sheen-ar.medi reh-ar.fina by sheen_reh-ar.fina.rlig; + sub sheen-ar.init reh-ar.fina by sheen_reh-ar.rlig; + sub sheen-ar.medi zain-ar.fina by sheen_zain-ar.fina.rlig; + sub sheen-ar.init zain-ar.fina by sheen_zain-ar.rlig; + sub sheen-ar.medi rreh-ar.fina by sheen_rreh-ar.fina.rlig; + sub sheen-ar.init rreh-ar.fina by sheen_rreh-ar.rlig; + sub sheen-ar.medi jeh-ar.fina by sheen_jeh-ar.fina.rlig; + sub sheen-ar.init jeh-ar.fina by sheen_jeh-ar.rlig; + sub sheen-ar.medi alefMaksura-ar.fina by sheen_alefMaksura-ar.fina.rlig; + sub sheen-ar.init alefMaksura-ar.fina by sheen_alefMaksura-ar.rlig; + sub sheen-ar.medi yeh-ar.fina by sheen_yeh-ar.fina.rlig; + sub sheen-ar.init yeh-ar.fina by sheen_yeh-ar.rlig; + sub sheen-ar.medi yehHamzaabove-ar.fina by sheen_yehHamzaabove-ar.fina.rlig; + sub sheen-ar.init yehHamzaabove-ar.fina by sheen_yehHamzaabove-ar.rlig; + sub sheen-ar.medi yeh-farsi.fina by sheen_yeh-farsi.fina.rlig; + sub sheen-ar.init yeh-farsi.fina by sheen_yeh-farsi.rlig; + sub sad-ar.medi reh-ar.fina by sad_reh-ar.fina.rlig; + sub sad-ar.init reh-ar.fina by sad_reh-ar.rlig; + sub sad-ar.medi zain-ar.fina by sad_zain-ar.fina.rlig; + sub sad-ar.init zain-ar.fina by sad_zain-ar.rlig; + sub sad-ar.medi rreh-ar.fina by sad_rreh-ar.fina.rlig; + sub sad-ar.init rreh-ar.fina by sad_rreh-ar.rlig; + sub sad-ar.medi jeh-ar.fina by sad_jeh-ar.fina.rlig; + sub sad-ar.init jeh-ar.fina by sad_jeh-ar.rlig; + sub sad-ar.medi alefMaksura-ar.fina by sad_alefMaksura-ar.fina.rlig; + sub sad-ar.init alefMaksura-ar.fina by sad_alefMaksura-ar.rlig; + sub sad-ar.medi yeh-ar.fina by sad_yeh-ar.fina.rlig; + sub sad-ar.init yeh-ar.fina by sad_yeh-ar.rlig; + sub sad-ar.medi yehHamzaabove-ar.fina by sad_yehHamzaabove-ar.fina.rlig; + sub sad-ar.init yehHamzaabove-ar.fina by sad_yehHamzaabove-ar.rlig; + sub sad-ar.medi yeh-farsi.fina by sad_yeh-farsi.fina.rlig; + sub sad-ar.init yeh-farsi.fina by sad_yeh-farsi.rlig; + sub dad-ar.medi reh-ar.fina by dad_reh-ar.fina.rlig; + sub dad-ar.init reh-ar.fina by dad_reh-ar.rlig; + sub dad-ar.medi zain-ar.fina by dad_zain-ar.fina.rlig; + sub dad-ar.init zain-ar.fina by dad_zain-ar.rlig; + sub dad-ar.medi rreh-ar.fina by dad_rreh-ar.fina.rlig; + sub dad-ar.init rreh-ar.fina by dad_rreh-ar.rlig; + sub dad-ar.medi jeh-ar.fina by dad_jeh-ar.fina.rlig; + sub dad-ar.init jeh-ar.fina by dad_jeh-ar.rlig; + sub dad-ar.medi alefMaksura-ar.fina by dad_alefMaksura-ar.fina.rlig; + sub dad-ar.init alefMaksura-ar.fina by dad_alefMaksura-ar.rlig; + sub dad-ar.medi yeh-ar.fina by dad_yeh-ar.fina.rlig; + sub dad-ar.init yeh-ar.fina by dad_yeh-ar.rlig; + sub dad-ar.medi yehHamzaabove-ar.fina by dad_yehHamzaabove-ar.fina.rlig; + sub dad-ar.init yehHamzaabove-ar.fina by dad_yehHamzaabove-ar.rlig; + sub dad-ar.medi yeh-farsi.fina by dad_yeh-farsi.fina.rlig; + sub dad-ar.init yeh-farsi.fina by dad_yeh-farsi.rlig; + sub feh-ar.init alefMaksura-ar.fina by feh_alefMaksura-ar.rlig; + sub feh-ar.init yeh-ar.fina by feh_yeh-ar.rlig; + sub feh-ar.init yehHamzaabove-ar.fina by feh_yehHamzaabove-ar.rlig; + sub feh-ar.init yeh-farsi.fina by feh_yeh-farsi.rlig; + sub veh-ar.init alefMaksura-ar.fina by veh_alefMaksura-ar.rlig; + sub veh-ar.init yeh-ar.fina by veh_yeh-ar.rlig; + sub veh-ar.init yehHamzaabove-ar.fina by veh_yehHamzaabove-ar.rlig; + sub veh-ar.init yeh-farsi.fina by veh_yeh-farsi.rlig; + sub fehDotless-ar.init alefMaksura-ar.fina by fehDotless_alefMaksura-ar.rlig; + sub qaf-ar.init alefMaksura-ar.fina by qaf_alefMaksura-ar.rlig; + sub qaf-ar.init yeh-ar.fina by qaf_yeh-ar.rlig; + sub qaf-ar.init yehHamzaabove-ar.fina by qaf_yehHamzaabove-ar.rlig; + sub qaf-ar.init yeh-farsi.fina by qaf_yeh-farsi.rlig; + sub kaf-ar.medi alefMaksura-ar.fina by kaf_alefMaksura-ar.fina.rlig; + sub kaf-ar.init alefMaksura-ar.fina by kaf_alefMaksura-ar.rlig; + sub kaf-ar.medi yeh-ar.fina by kaf_yeh-ar.fina.rlig; + sub kaf-ar.init yeh-ar.fina by kaf_yeh-ar.rlig; + sub kaf-ar.medi yehHamzaabove-ar.fina by kaf_yehHamzaabove-ar.fina.rlig; + sub kaf-ar.init yehHamzaabove-ar.fina by kaf_yehHamzaabove-ar.rlig; + sub kaf-ar.medi yeh-farsi.fina by kaf_yeh-farsi.fina.rlig; + sub kaf-ar.init yeh-farsi.fina by kaf_yeh-farsi.rlig; + sub keheh-ar.medi yeh-ar.fina by keheh_yeh-ar.fina.rlig; + sub keheh-ar.init yeh-ar.fina by keheh_yeh-ar.rlig; + sub keheh-ar.medi yeh-farsi.fina by keheh_yeh-farsi.fina.rlig; + sub keheh-ar.init yeh-farsi.fina by keheh_yeh-farsi.rlig; + sub gaf-ar.medi alefMaksura-ar.fina by gaf_alefMaksura-ar.fina.rlig; + sub gaf-ar.init alefMaksura-ar.fina by gaf_alefMaksura-ar.rlig; + sub gaf-ar.medi yeh-ar.fina by gaf_yeh-ar.fina.rlig; + sub gaf-ar.init yeh-ar.fina by gaf_yeh-ar.rlig; + sub gaf-ar.medi yehHamzaabove-ar.fina by gaf_yehHamzaabove-ar.fina.rlig; + sub gaf-ar.init yehHamzaabove-ar.fina by gaf_yehHamzaabove-ar.rlig; + sub gaf-ar.medi yeh-farsi.fina by gaf_yeh-farsi.fina.rlig; + sub gaf-ar.init yeh-farsi.fina by gaf_yeh-farsi.rlig; + sub lam-ar.init alefMaksura-ar.fina by lam_alefMaksura-ar.rlig; + sub lam-ar.init yeh-ar.fina by lam_yeh-ar.rlig; + sub lam-ar.init yehHamzaabove-ar.fina by lam_yehHamzaabove-ar.rlig; + sub lam-ar.init yeh-farsi.fina by lam_yeh-farsi.rlig; + sub lamVabove-ar.medi alef-ar.fina by lamVabove_alef-ar.fina.rlig; + sub lamVabove-ar.init alef-ar.fina by lamVabove_alef-ar.rlig; + sub lamDotabove-ar.medi alef-ar.fina by lamDotabove_alef-ar.fina.rlig; + sub lamDotabove-ar.init alef-ar.fina by lamDotabove_alef-ar.rlig; + sub lamThreedotsabove-ar.medi alef-ar.fina by lamThreedotsabove_alef-ar.fina.rlig; + sub lamThreedotsabove-ar.init alef-ar.fina by lamThreedotsabove_alef-ar.rlig; + sub lamThreedotsbelow-ar.medi alef-ar.fina by lamThreedotsbelow_alef-ar.fina.rlig; + sub lamThreedotsbelow-ar.init alef-ar.fina by lamThreedotsbelow_alef-ar.rlig; + sub noon-ar.medi reh-ar.fina by noon_reh-ar.fina.rlig; + sub noon-ar.medi zain-ar.fina by noon_zain-ar.fina.rlig; + sub noon-ar.medi rreh-ar.fina by noon_rreh-ar.fina.rlig; + sub noon-ar.medi jeh-ar.fina by noon_jeh-ar.fina.rlig; + sub noon-ar.medi noon-ar.fina by noon_noon-ar.fina.rlig; + sub noon-ar.medi alefMaksura-ar.fina by noon_alefMaksura-ar.fina.rlig; + sub noon-ar.init alefMaksura-ar.fina by noon_alefMaksura-ar.rlig; + sub noon-ar.medi yeh-ar.fina by noon_yeh-ar.fina.rlig; + sub noon-ar.init yeh-ar.fina by noon_yeh-ar.rlig; + sub noon-ar.medi yehHamzaabove-ar.fina by noon_yehHamzaabove-ar.fina.rlig; + sub noon-ar.init yehHamzaabove-ar.fina by noon_yehHamzaabove-ar.rlig; + sub noon-ar.medi yeh-farsi.fina by noon_yeh-farsi.fina.rlig; + sub noon-ar.init yeh-farsi.fina by noon_yeh-farsi.rlig; + sub alefMaksura-ar.medi reh-ar.fina by alefMaksura_reh-ar.fina.rlig; + sub alefMaksura-ar.medi zain-ar.fina by alefMaksura_zain-ar.fina.rlig; + sub alefMaksura-ar.medi jeh-ar.fina by alefMaksura_jeh-ar.fina.rlig; + sub alefMaksura-ar.medi noon-ar.fina by alefMaksura_noon-ar.fina.rlig; + sub alefMaksura-ar.init noonghunna-ar.fina by alefMaksura_noonghunna-ar.rlig; + sub yeh-ar.medi reh-ar.fina by yeh_reh-ar.fina.rlig; + sub yeh-ar.medi zain-ar.fina by yeh_zain-ar.fina.rlig; + sub yeh-ar.medi noon-ar.fina by yeh_noon-ar.fina.rlig; + sub yeh-ar.medi alefMaksura-ar.fina by yeh_alefMaksura-ar.fina.rlig; + sub yeh-ar.init alefMaksura-ar.fina by yeh_alefMaksura-ar.rlig; + sub yeh-ar.medi yeh-ar.fina by yeh_yeh-ar.fina.rlig; + sub yeh-ar.init yeh-ar.fina by yeh_yeh-ar.rlig; + sub yeh-ar.medi rreh-ar.fina by yeh_rreh-ar.fina.rlig; + sub yeh-ar.medi jeh-ar.fina by yeh_jeh-ar.fina.rlig; + sub yeh-ar.medi yehHamzaabove-ar.fina by yeh_yehHamzaabove-ar.fina.rlig; + sub yeh-ar.init yehHamzaabove-ar.fina by yeh_yehHamzaabove-ar.rlig; + sub yehHamzaabove-ar.medi reh-ar.fina by yehHamzaabove_reh-ar.fina.rlig; + sub yehHamzaabove-ar.medi zain-ar.fina by yehHamzaabove_zain-ar.fina.rlig; + sub yehHamzaabove-ar.medi rreh-ar.fina by yehHamzaabove_rreh-ar.fina.rlig; + sub yehHamzaabove-ar.medi jeh-ar.fina by yehHamzaabove_jeh-ar.fina.rlig; + sub yehHamzaabove-ar.medi noon-ar.fina by yehHamzaabove_noon-ar.fina.rlig; + sub yehHamzaabove-ar.medi alefMaksura-ar.fina by yehHamzaabove_alefMaksura-ar.fina.rlig; + sub yehHamzaabove-ar.init alefMaksura-ar.fina by yehHamzaabove_alefMaksura-ar.rlig; + sub yehHamzaabove-ar.medi yeh-ar.fina by yehHamzaabove_yeh-ar.fina.rlig; + sub yehHamzaabove-ar.init yeh-ar.fina by yehHamzaabove_yeh-ar.rlig; + sub yehHamzaabove-ar.medi yehHamzaabove-ar.fina by yehHamzaabove_yehHamzaabove-ar.fina.rlig; + sub yehHamzaabove-ar.init yehHamzaabove-ar.fina by yehHamzaabove_yehHamzaabove-ar.rlig; + sub yehHamzaabove-ar.medi yeh-farsi.fina by yehHamzaabove_yeh-farsi.fina.rlig; + sub yehHamzaabove-ar.init yeh-farsi.fina by yehHamzaabove_yeh-farsi.rlig; + sub yeh-farsi.medi reh-ar.fina by yeh_reh-farsi.fina.rlig; + sub yeh-farsi.medi zain-ar.fina by yeh_zain-farsi.fina.rlig; + sub yeh-farsi.medi rreh-ar.fina by yeh_rreh-farsi.fina.rlig; + sub yeh-farsi.medi jeh-ar.fina by yeh_jeh-farsi.fina.rlig; + sub yeh-farsi.medi noon-ar.fina by yeh_noon-farsi.fina.rlig; + sub yeh-farsi.medi yeh-farsi.fina by yeh_yeh-farsi.fina.rlig; + sub yeh-farsi.init yeh-farsi.fina by yeh_yeh-farsi.rlig; + sub lamBar-ar.medi alef-ar.fina by lamBar_alef-ar.fina.rlig; + sub lamBar-ar.init alef-ar.fina by lamBar_alef-ar.rlig; + } rlig_arabic_1; + lookup rlig_arabic_0; + lookup rlig_arabic_1; + lookupflag 0; +} rlig; + + + +feature dlig { + # discretionary ligatures + lookup dlig_RTL { + lookupflag IgnoreMarks RightToLeft; + sub alefMaksura-ar.medi jeh-ar.fina by alefMaksura_jeh-ar.fina.rlig.short; + sub alefMaksura-ar.medi reh-ar.fina by alefMaksura_reh-ar.fina.rlig.short; + sub alefMaksura-ar.medi zain-ar.fina by alefMaksura_zain-ar.fina.rlig.short; + sub beh-ar.medi jeh-ar.fina by beh_jeh-ar.fina.rlig.short; + sub beh-ar.medi reh-ar.fina by beh_reh-ar.fina.rlig.short; + sub beh-ar.medi rreh-ar.fina by beh_rreh-ar.fina.rlig.short; + sub beh-ar.medi zain-ar.fina by beh_zain-ar.fina.rlig.short; + sub dad-ar.medi jeh-ar.fina by dad_jeh-ar.fina.rlig.short; + sub dad-ar.init jeh-ar.fina by dad_jeh-ar.rlig.short; + sub dad-ar.medi reh-ar.fina by dad_reh-ar.fina.rlig.short; + sub dad-ar.init reh-ar.fina by dad_reh-ar.rlig.short; + sub dad-ar.medi rreh-ar.fina by dad_rreh-ar.fina.rlig.short; + sub dad-ar.init rreh-ar.fina by dad_rreh-ar.rlig.short; + sub dad-ar.medi zain-ar.fina by dad_zain-ar.fina.rlig.short; + sub dad-ar.init zain-ar.fina by dad_zain-ar.rlig.short; + sub lam-ar.init meem-ar.fina by lam_meem-ar; + sub lam-ar.init meem-ar.medi by lam_meem-ar.init; + sub noon-ar.medi jeh-ar.fina by noon_jeh-ar.fina.rlig.short; + sub noon-ar.medi reh-ar.fina by noon_reh-ar.fina.rlig.short; + sub noon-ar.medi rreh-ar.fina by noon_rreh-ar.fina.rlig.short; + sub noon-ar.medi zain-ar.fina by noon_zain-ar.fina.rlig.short; + sub peh-ar.medi jeh-ar.fina by peh_jeh-ar.fina.rlig.short; + sub peh-ar.medi reh-ar.fina by peh_reh-ar.fina.rlig.short; + sub peh-ar.medi rreh-ar.fina by peh_rreh-ar.fina.rlig.short; + sub peh-ar.medi zain-ar.fina by peh_zain-ar.fina.rlig.short; + sub sad-ar.medi jeh-ar.fina by sad_jeh-ar.fina.rlig.short; + sub sad-ar.init jeh-ar.fina by sad_jeh-ar.rlig.short; + sub sad-ar.medi reh-ar.fina by sad_reh-ar.fina.rlig.short; + sub sad-ar.init reh-ar.fina by sad_reh-ar.rlig.short; + sub sad-ar.medi rreh-ar.fina by sad_rreh-ar.fina.rlig.short; + sub sad-ar.init rreh-ar.fina by sad_rreh-ar.rlig.short; + sub sad-ar.medi zain-ar.fina by sad_zain-ar.fina.rlig.short; + sub sad-ar.init zain-ar.fina by sad_zain-ar.rlig.short; + sub seen-ar.medi jeh-ar.fina by seen_jeh-ar.fina.rlig.short; + sub seen-ar.init jeh-ar.fina by seen_jeh-ar.rlig.short; + sub seen-ar.medi reh-ar.fina by seen_reh-ar.fina.rlig.short; + sub seen-ar.init reh-ar.fina by seen_reh-ar.rlig.short; + sub seen-ar.medi rreh-ar.fina by seen_rreh-ar.fina.rlig.short; + sub seen-ar.init rreh-ar.fina by seen_rreh-ar.rlig.short; + sub seen-ar.medi zain-ar.fina by seen_zain-ar.fina.rlig.short; + sub seen-ar.init zain-ar.fina by seen_zain-ar.rlig.short; + sub sheen-ar.medi jeh-ar.fina by sheen_jeh-ar.fina.rlig.short; + sub sheen-ar.init jeh-ar.fina by sheen_jeh-ar.rlig.short; + sub sheen-ar.medi reh-ar.fina by sheen_reh-ar.fina.rlig.short; + sub sheen-ar.init reh-ar.fina by sheen_reh-ar.rlig.short; + sub sheen-ar.medi rreh-ar.fina by sheen_rreh-ar.fina.rlig.short; + sub sheen-ar.init rreh-ar.fina by sheen_rreh-ar.rlig.short; + sub sheen-ar.medi zain-ar.fina by sheen_zain-ar.fina.rlig.short; + sub sheen-ar.init zain-ar.fina by sheen_zain-ar.rlig.short; + sub teh-ar.medi jeh-ar.fina by teh_jeh-ar.fina.rlig.short; + sub teh-ar.medi reh-ar.fina by teh_reh-ar.fina.rlig.short; + sub teh-ar.medi rreh-ar.fina by teh_rreh-ar.fina.rlig.short; + sub teh-ar.medi zain-ar.fina by teh_zain-ar.fina.rlig.short; + sub theh-ar.medi jeh-ar.fina by theh_jeh-ar.fina.rlig.short; + sub theh-ar.medi reh-ar.fina by theh_reh-ar.fina.rlig.short; + sub theh-ar.medi rreh-ar.fina by theh_rreh-ar.fina.rlig.short; + sub theh-ar.medi zain-ar.fina by theh_zain-ar.fina.rlig.short; + sub yehHamzaabove-ar.medi jeh-ar.fina by yehHamzaabove_jeh-ar.fina.rlig.short; + sub yehHamzaabove-ar.medi reh-ar.fina by yehHamzaabove_reh-ar.fina.rlig.short; + sub yehHamzaabove-ar.medi rreh-ar.fina by yehHamzaabove_rreh-ar.fina.rlig.short; + sub yehHamzaabove-ar.medi zain-ar.fina by yehHamzaabove_zain-ar.fina.rlig.short; + sub yeh-ar.medi jeh-ar.fina by yeh_jeh-ar.fina.rlig.short; + sub yeh-farsi.medi jeh-ar.fina by yeh_jeh-farsi.fina.rlig.short; + sub yeh-ar.medi reh-ar.fina by yeh_reh-ar.fina.rlig.short; + sub yeh-farsi.medi reh-ar.fina by yeh_reh-farsi.fina.rlig.short; + sub yeh-ar.medi rreh-ar.fina by yeh_rreh-ar.fina.rlig.short; + sub yeh-farsi.medi rreh-ar.fina by yeh_rreh-farsi.fina.rlig.short; + sub yeh-ar.medi zain-ar.fina by yeh_zain-ar.fina.rlig.short; + sub yeh-farsi.medi zain-ar.fina by yeh_zain-farsi.fina.rlig.short; + sub alef-ar lam-ar.init lam-ar.medi heh-ar.fina by allah-ar; + sub jeem-ar lam-ar jeem-ar lam-ar alef-ar lam-ar heh-ar by jallajalalouhou-ar; + sub meem-ar.init hah-ar.medi meem-ar.medi dal-ar.fina by mohammad-ar; + } dlig_RTL; + script arab; + lookup dlig_RTL; + lookupflag 0; +} dlig; + + + +feature calt { + # contextual alternates + lookupflag IgnoreMarks RightToLeft; + sub @reh' @hah by @rehshort; + sub @rehshort @hah' by @hahshort; + sub [peh-ar.init peh-ar.medi yeh-farsi.init yeh-farsi.medi yeh-ar.init yeh-ar.medi heh-ar.medi hehDoachashmee-ar.medi hehgoal-ar.medi] @yehbarree' by @yehbarreeshort; + sub [beh-ar.init beh-ar.medi hehgoal-ar.init] @yehbarree' by @yehbarreeshort2; + sub [jeem-ar.init jeem-ar.medi tcheh-ar.init tcheh-ar.medi] @yehbarree' by @yehbarreeshort4; + sub @reh [teh-ar.init theh-ar.init noon-ar.init yehHamzaabove-ar.init tteh-ar.init lam-ar.init] yehbarree-ar.fina' by yehbarree-ar.fina.short; + sub [peh-ar.init peh-ar.medi yeh-farsi.init yeh-farsi.medi yeh-ar.init yeh-ar.medi] [teh-ar.medi theh-ar.medi noon-ar.medi yehHamzaabove-ar.medi tteh-ar.medi lam-ar.medi] yehbarree-ar.fina' by yehbarree-ar.fina.short3; + lookupflag 0; +} calt; + + + +feature ss06 { + featureNames { + name 3 1 0x0409 "alternate letter Kaf"; # Win / Unicode / English US + name 1 0 0 "alternate letter Kaf"; # Mac / Roman / English + }; + # alternate letter Kaf + lookup kaf_alt { + sub kaf-ar.fina by kaf-ar.fina.ss01; + sub kaf-ar.medi by kaf-ar.medi.ss01; + sub kaf-ar.init by kaf-ar.init.ss01; + } kaf_alt; +} ss06; + + + +feature salt { + # stylistic alternates - all stylistic sets combined + sub @lca_dflt by @lca_alt1; + sub @lcg_dflt by @lcg_alt1; + sub zero by zero.alt01; + sub germandbls by germandbls.alt01; + lookup kaf_alt; +} salt; + + + +feature kern { + # Created: Fri Nov 22 18:45:20 2019 + # PS Name: IBMPlexSans-Bold + # MM Inst: IBM Plex Sans + # MinKern: +/- 0 inclusive + # exported from Robofont + @MMK_L_grek_uc_Alpha = [Delta]; + @MMK_L_inp_colon = [colon semicolon]; + @MMK_L_inp_foot = [quotesingle quotedbl asterisk]; + @MMK_L_inp_fraction = [fraction divisionslash]; + @MMK_L_inp_guill = [guilsinglleft guillemotleft]; + @MMK_L_inp_guilr = [guilsinglright guillemotright]; + @MMK_L_inp_hyph = [hyphen softhyphen endash emdash]; + @MMK_L_inp_parenth = [bracketleft braceleft]; + @MMK_L_inp_period = [period ellipsis comma quotesinglbase quotedblbase]; + @MMK_L_inp_quotel = [quoteleft quotedblleft]; + @MMK_L_inp_quoter = [quoteright quotedblright]; + @MMK_L_latn_lc_a = [a aacute acircumflex adieresis agrave aring atilde]; + @MMK_L_latn_lc_b = [b p thorn]; + @MMK_L_latn_lc_c = [c ccedilla]; + @MMK_L_latn_lc_e = [e ae eacute ecircumflex edieresis egrave oe]; + @MMK_L_latn_lc_f = [f]; + @MMK_L_latn_lc_g = [g g.alt02]; + @MMK_L_latn_lc_i = [i fi iacute icircumflex idieresis igrave]; + @MMK_L_latn_lc_j = [g.alt01 j q dotlessi ij dotlessj jacute jcircumflex]; + @MMK_L_latn_lc_k = [k]; + @MMK_L_latn_lc_l = [l fl lslash]; + @MMK_L_latn_lc_n = [h m n ntilde]; + @MMK_L_latn_lc_o = [o eth oacute ocircumflex odieresis ograve oslash otilde]; + @MMK_L_latn_lc_r = [r]; + @MMK_L_latn_lc_s = [s scaron]; + @MMK_L_latn_lc_t = [t]; + @MMK_L_latn_lc_u = [a.alt01 u aacute.alt01 acircumflex.alt01 adieresis.alt01 agrave.alt01 aring.alt01 atilde.alt01 uacute ucircumflex udieresis ugrave]; + @MMK_L_latn_lc_w = [w]; + @MMK_L_latn_lc_y = [y yacute ydieresis]; + @MMK_L_latn_lc_z = [z zcaron]; + @MMK_L_latn_uc_a = [A Aacute Acircumflex Adieresis Agrave Aring Atilde]; + @MMK_L_latn_uc_c = [C Ccedilla]; + @MMK_L_latn_uc_d = [D Dcroat Eth]; + @MMK_L_latn_uc_e = [E AE Eacute Ecircumflex Edieresis Egrave OE]; + @MMK_L_latn_uc_g = [G]; + @MMK_L_latn_uc_i = [I Iacute Icircumflex Idieresis Igrave]; + @MMK_L_latn_uc_j = [J]; + @MMK_L_latn_uc_k = [K]; + @MMK_L_latn_uc_l = [L Lslash]; + @MMK_L_latn_uc_o = [O Q Oacute Ocircumflex Odieresis Ograve Oslash Otilde]; + @MMK_L_latn_uc_r = [R]; + @MMK_L_latn_uc_s = [S Scaron]; + @MMK_L_latn_uc_t = [T]; + @MMK_L_latn_uc_u = [U IJ Uacute Ucircumflex Udieresis Ugrave]; + @MMK_L_latn_uc_w = [W]; + @MMK_L_latn_uc_y = [Y Yacute Ydieresis]; + @MMK_L_latn_uc_z = [Z Zcaron]; + @MMK_R_grek_lc_kappa = [mu]; + @MMK_R_grek_uc_Alpha = [Delta]; + @MMK_R_inp_colon = [colon semicolon]; + @MMK_R_inp_foot = [quotesingle quotedbl asterisk]; + @MMK_R_inp_fraction = [fraction divisionslash]; + @MMK_R_inp_guill = [guilsinglleft guillemotleft]; + @MMK_R_inp_guilr = [guilsinglright guillemotright]; + @MMK_R_inp_hyph = [hyphen softhyphen endash emdash]; + @MMK_R_inp_parenth = [bracketright braceright]; + @MMK_R_inp_period = [period ellipsis comma quotesinglbase quotedblbase]; + @MMK_R_inp_quotel = [quoteleft quotedblleft]; + @MMK_R_inp_quoter = [quoteright quotedblright]; + @MMK_R_latn_lc_a = [a aacute acircumflex adieresis agrave aring atilde ae]; + @MMK_R_latn_lc_c = [c e o ccedilla eacute ecircumflex edieresis egrave oacute ocircumflex odieresis ograve oslash otilde oe]; + @MMK_R_latn_lc_d = [a.alt01 d g.alt01 q aacute.alt01 acircumflex.alt01 adieresis.alt01 agrave.alt01 aring.alt01 atilde.alt01 eth]; + @MMK_R_latn_lc_f = [f fi fl germandbls]; + @MMK_R_latn_lc_g = [g g.alt02]; + @MMK_R_latn_lc_h = [b h k]; + @MMK_R_latn_lc_i = [i iacute icircumflex idieresis igrave ij]; + @MMK_R_latn_lc_j = [j dotlessj jacute jcircumflex]; + @MMK_R_latn_lc_l = [l ldot lslash germandbls.alt01]; + @MMK_R_latn_lc_n = [m n r dotlessi ntilde]; + @MMK_R_latn_lc_s = [s scaron]; + @MMK_R_latn_lc_t = [t]; + @MMK_R_latn_lc_u = [u uacute ucircumflex udieresis ugrave]; + @MMK_R_latn_lc_w = [w]; + @MMK_R_latn_lc_y = [y yacute ydieresis]; + @MMK_R_latn_lc_z = [z zcaron]; + @MMK_R_latn_uc_a = [A Aacute Acircumflex Adieresis Agrave Aring Atilde AE]; + @MMK_R_latn_uc_i = [I Iacute Icircumflex Idieresis Igrave]; + @MMK_R_latn_uc_j = [J]; + @MMK_R_latn_uc_o = [C G O Q Ccedilla Oacute Ocircumflex Odieresis Ograve Oslash Otilde OE]; + @MMK_R_latn_uc_s = [S Scaron]; + @MMK_R_latn_uc_t = [T]; + @MMK_R_latn_uc_u = [U IJ Uacute Ucircumflex Udieresis Ugrave]; + @MMK_R_latn_uc_w = [W]; + @MMK_R_latn_uc_y = [Y Yacute Ydieresis]; + @MMK_R_latn_uc_z = [Z Zcaron]; + @MMK_L_arab_ain = [ain-ar ain-ar.short ghain-ar ghain-ar.short]; # 4 items + @MMK_L_arab_alef = [alef-ar alef-ar.fina alef-ar.short alef-ar.fina.short alefHamzabelow-ar alefHamzabelow-ar.fina alefWavyhamzabelow-ar alefWavyhamzabelow-ar.fina alefFathatan-ar alefFathatan-ar.fina highhamzaAlef-ar highhamzaAlef-ar.fina]; # 12 items + @MMK_L_arab_alefHamzaabove = [alefHamzaabove-ar alefHamzaabove-ar.fina]; # 2 items + @MMK_L_arab_alefMadda = [alefWavyhamzaabove-ar alefWavyhamzaabove-ar.fina alefMadda-ar alefMadda-ar.fina alefWasla-ar alefWasla-ar.fina]; # 6 items + @MMK_L_arab_alefMaksura = [alefMaksura-ar yeh-ar yehHamzaabove-ar]; # 3 items + @MMK_L_arab_hah = [jeem-ar jeem-ar.short hah-ar hah-ar.short khah-ar khah-ar.short]; # 6 items + @MMK_L_arab_kaf_init = [gaf-ar]; # 1 items + @MMK_L_arab_lam_alef_rlig = [lam_alef-ar.rlig lam_alefHamzaabove-ar.rlig lam_alefHamzabelow-ar.rlig lam_alefWavyhamzabelow-ar.rlig]; # 4 items + @MMK_L_arab_reh = [reh-ar reh-ar.short reh-ar.fina reh-ar.fina.short zain-ar zain-ar.fina zain-ar.fina.short zain-ar.short beh_reh-ar.fina.rlig beh_reh-ar.fina.rlig.short beh_zain-ar.fina.rlig beh_zain-ar.fina.rlig.short beh_rreh-ar.fina.rlig beh_rreh-ar.fina.rlig.short beh_jeh-ar.fina.rlig beh_jeh-ar.fina.rlig.short peh_reh-ar.fina.rlig peh_reh-ar.fina.rlig.short peh_zain-ar.fina.rlig peh_zain-ar.fina.rlig.short peh_rreh-ar.fina.rlig peh_rreh-ar.fina.rlig.short peh_jeh-ar.fina.rlig peh_jeh-ar.fina.rlig.short teh_reh-ar.fina.rlig teh_reh-ar.fina.rlig.short teh_zain-ar.fina.rlig teh_zain-ar.fina.rlig.short teh_rreh-ar.fina.rlig teh_rreh-ar.fina.rlig.short teh_jeh-ar.fina.rlig teh_jeh-ar.fina.rlig.short theh_reh-ar.fina.rlig theh_reh-ar.fina.rlig.short theh_zain-ar.fina.rlig theh_zain-ar.fina.rlig.short theh_rreh-ar.fina.rlig theh_rreh-ar.fina.rlig.short theh_jeh-ar.fina.rlig theh_jeh-ar.fina.rlig.short tteh_reh-ar.fina.rlig tteh_zain-ar.fina.rlig tteh_rreh-ar.fina.rlig tteh_jeh-ar.fina.rlig seen_reh-ar.fina.rlig seen_reh-ar.fina.rlig.short seen_reh-ar.rlig seen_reh-ar.rlig.short seen_zain-ar.fina.rlig seen_zain-ar.fina.rlig.short seen_zain-ar.rlig seen_zain-ar.rlig.short seen_rreh-ar.fina.rlig seen_rreh-ar.fina.rlig.short seen_rreh-ar.rlig seen_rreh-ar.rlig.short seen_jeh-ar.fina.rlig seen_jeh-ar.fina.rlig.short seen_jeh-ar.rlig seen_jeh-ar.rlig.short sheen_reh-ar.fina.rlig sheen_reh-ar.fina.rlig.short sheen_reh-ar.rlig sheen_reh-ar.rlig.short sheen_zain-ar.fina.rlig sheen_zain-ar.fina.rlig.short sheen_zain-ar.rlig sheen_zain-ar.rlig.short sheen_rreh-ar.fina.rlig sheen_rreh-ar.fina.rlig.short sheen_rreh-ar.rlig sheen_rreh-ar.rlig.short sheen_jeh-ar.fina.rlig sheen_jeh-ar.fina.rlig.short sheen_jeh-ar.rlig sheen_jeh-ar.rlig.short sad_reh-ar.fina.rlig sad_reh-ar.fina.rlig.short sad_reh-ar.rlig sad_reh-ar.rlig.short sad_zain-ar.fina.rlig sad_zain-ar.fina.rlig.short sad_zain-ar.rlig sad_zain-ar.rlig.short sad_rreh-ar.fina.rlig sad_rreh-ar.fina.rlig.short sad_rreh-ar.rlig sad_rreh-ar.rlig.short sad_jeh-ar.fina.rlig sad_jeh-ar.fina.rlig.short sad_jeh-ar.rlig sad_jeh-ar.rlig.short dad_reh-ar.fina.rlig dad_reh-ar.fina.rlig.short dad_reh-ar.rlig dad_reh-ar.rlig.short dad_zain-ar.fina.rlig dad_zain-ar.fina.rlig.short dad_zain-ar.rlig dad_zain-ar.rlig.short dad_rreh-ar.fina.rlig dad_rreh-ar.fina.rlig.short dad_rreh-ar.rlig dad_rreh-ar.rlig.short dad_jeh-ar.fina.rlig dad_jeh-ar.fina.rlig.short dad_jeh-ar.rlig dad_jeh-ar.rlig.short noon_reh-ar.fina.rlig noon_reh-ar.fina.rlig.short noon_zain-ar.fina.rlig noon_zain-ar.fina.rlig.short noon_rreh-ar.fina.rlig noon_rreh-ar.fina.rlig.short noon_jeh-ar.fina.rlig noon_jeh-ar.fina.rlig.short alefMaksura_reh-ar.fina.rlig alefMaksura_reh-ar.fina.rlig.short alefMaksura_zain-ar.fina.rlig alefMaksura_zain-ar.fina.rlig.short alefMaksura_jeh-ar.fina.rlig alefMaksura_jeh-ar.fina.rlig.short yeh_reh-ar.fina.rlig yeh_reh-ar.fina.rlig.short yeh_zain-ar.fina.rlig yeh_zain-ar.fina.rlig.short yeh_rreh-ar.fina.rlig yeh_rreh-ar.fina.rlig.short yeh_jeh-ar.fina.rlig yeh_jeh-ar.fina.rlig.short yehHamzaabove_reh-ar.fina.rlig yehHamzaabove_reh-ar.fina.rlig.short yehHamzaabove_zain-ar.fina.rlig yehHamzaabove_zain-ar.fina.rlig.short yehHamzaabove_rreh-ar.fina.rlig yehHamzaabove_rreh-ar.fina.rlig.short yehHamzaabove_jeh-ar.fina.rlig yehHamzaabove_jeh-ar.fina.rlig.short yeh_reh-farsi.fina.rlig yeh_reh-farsi.fina.rlig.short yeh_zain-farsi.fina.rlig yeh_zain-farsi.fina.rlig.short yeh_rreh-farsi.fina.rlig yeh_rreh-farsi.fina.rlig.short yeh_jeh-farsi.fina.rlig yeh_jeh-farsi.fina.rlig.short]; # 146 items + @MMK_L_arab_tah_init = [tah-ar.medi tah-ar.init]; # 2 items + @MMK_L_arab_three = [three-ar]; # 1 items + @MMK_L_arab_waw = [waw-ar waw-ar.fina wawHamzaabove-ar wawHamzaabove-ar.fina]; # 4 items + @MMK_R_arab_ain = [ain-ar ain-ar.short ghain-ar ghain-ar.short]; # 4 items + @MMK_R_arab_alefMaksura = [alefMaksura-ar yeh-ar yehHamzaabove-ar]; # 3 items + @MMK_R_arab_alefMaksura_fina = [alefMaksura-ar.fina yeh-ar.fina yehHamzaabove-ar.fina]; # 3 items + @MMK_R_arab_beh_init = [beeh-ar.init tehRing-ar.init behThreedotsupabove-ar.init e-ar.init]; # 4 items + @MMK_R_arab_dotlessbeh_init = [behDotless-ar behDotless-ar.init]; # 2 items + @MMK_R_arab_dotlessfeh_init = [fehDotless-ar fehDotless-ar.init]; # 2 items + @MMK_R_arab_hah = [jeem-ar jeem-ar.short hah-ar hah-ar.short khah-ar khah-ar.short]; # 6 items + @MMK_R_arab_hah_init = [jeem-ar.init hah-ar.init khah-ar.init]; # 3 items + @MMK_R_arab_kaf_init = [kaf-ar.init keheh-ar keheh-ar.init gaf-ar.init]; # 4 items + @MMK_R_arab_kaf_alefMaksura = [kaf_alefMaksura-ar.rlig kaf_yeh-ar.rlig kaf_yehHamzaabove-ar.rlig keheh_yeh-ar.rlig gaf_alefMaksura-ar.rlig gaf_yeh-ar.rlig gaf_yehHamzaabove-ar.rlig]; # 7 items + @MMK_R_arab_lam_alef_rlig = [lam_alef-ar.rlig lam_alefHamzaabove-ar.rlig lam_alefHamzabelow-ar.rlig lam_alefWavyhamzaabove-ar.rlig lam_alefWavyhamzabelow-ar.rlig lam_alefMadda-ar.rlig lam_alefWasla-ar.rlig]; # 7 items + @MMK_R_arab_noonghunna = [lam-ar.fina noonghunna-ar]; # 3 items + @MMK_R_arab_reh = [reh-ar reh-ar.short zain-ar zain-ar.short]; # 4 items + @MMK_R_arab_teh_init = [teh-ar.init theh-ar.init teheh-ar.init]; # 3 items + @MMK_R_arab_three = [three-ar]; # 1 items + @MMK_R_arab_yeh_init = [peh-ar.init beheh-ar.init behThreedotsupbelow-ar.init tehThreedotsupbelow-ar.init behVinvertedbelow-ar.init behVbelow-ar.init yeh-ar.init yeh-farsi.init]; # 8 items + lookup kern_DFLT { + lookupflag IgnoreMarks; + pos seven-ar eight-ar -50; + pos eight-ar seven-ar -50; + # glyph, glyph: + pos B V -28; + pos B X -21; + pos B eightinferior 5; + pos B eightsuperior -5; + pos B ninesuperior -10; + pos B registered -15; + pos B seveninferior 5; + pos B slash -25; + pos B trademark -30; + pos B underscore -64; + pos B v -8; + pos B x -12; + pos B zeroinferior 8; + pos F ampersand -40; + pos F at -30; + pos F eightinferior -50; + pos F fiveinferior -50; + pos F fourinferior -75; + pos F icircumflex 30; + pos F idieresis 30; + pos F nineinferior -40; + pos F ninesuperior 5; + pos F oneinferior -40; + pos F p -30; + pos F parenright 15; + pos F seveninferior -20; + pos F sevensuperior 15; + pos F sixinferior -60; + pos F slash -85; + pos F threeinferior -50; + pos F threesuperior 5; + pos F trademark 10; + pos F twoinferior -55; + pos F twosuperior 5; + pos F underscore -140; + pos F v -20; + pos F x -40; + pos F zeroinferior -50; + pos F zerosuperior 10; + pos Germandbls V -15; + pos Germandbls X -10; + pos Germandbls eightinferior 20; + pos Germandbls eightsuperior -15; + pos Germandbls fiveinferior 20; + pos Germandbls fivesuperior -20; + pos Germandbls fourinferior 20; + pos Germandbls foursuperior -20; + pos Germandbls nineinferior 20; + pos Germandbls ninesuperior -15; + pos Germandbls oneinferior 10; + pos Germandbls onesuperior -15; + pos Germandbls ordfeminine -35; + pos Germandbls ordmasculine -25; + pos Germandbls question -20; + pos Germandbls registered -20; + pos Germandbls seveninferior 30; + pos Germandbls sevensuperior -10; + pos Germandbls sixinferior 20; + pos Germandbls sixsuperior -20; + pos Germandbls slash -25; + pos Germandbls threeinferior 20; + pos Germandbls threesuperior -15; + pos Germandbls trademark -10; + pos Germandbls twoinferior 20; + pos Germandbls twosuperior -10; + pos Germandbls underscore -50; + pos Germandbls x -5; + pos Germandbls zeroinferior 30; + pos Germandbls zerosuperior -20; + pos P V -5; + pos P X -35; + pos P ampersand -30; + pos P at -10; + pos P eightinferior -50; + pos P eightsuperior 10; + pos P fiveinferior -40; + pos P fivesuperior 10; + pos P fourinferior -75; + pos P foursuperior 15; + pos P nineinferior -45; + pos P ninesuperior 5; + pos P oneinferior -45; + pos P p -15; + pos P seveninferior -20; + pos P sevensuperior 5; + pos P sixinferior -70; + pos P sixsuperior 10; + pos P slash -90; + pos P threeinferior -45; + pos P threesuperior 10; + pos P trademark 10; + pos P twoinferior -45; + pos P twosuperior 10; + pos P underscore -150; + pos P x -15; + pos P zeroinferior -50; + pos P zerosuperior 15; + pos Thorn V -33; + pos Thorn X -44; + pos Thorn at 10; + pos Thorn eightinferior -5; + pos Thorn eightsuperior 5; + pos Thorn fourinferior -20; + pos Thorn foursuperior 10; + pos Thorn ninesuperior -10; + pos Thorn seveninferior 10; + pos Thorn sevensuperior -25; + pos Thorn sixinferior -20; + pos Thorn slash -55; + pos Thorn threeinferior 5; + pos Thorn trademark -10; + pos Thorn twoinferior -10; + pos Thorn underscore -140; + pos Thorn v 5; + pos Thorn x -15; + pos V V 5; + pos V ampersand -35; + pos V at -30; + pos V eightinferior -60; + pos V eightsuperior 10; + pos V fiveinferior -60; + pos V fivesuperior 10; + pos V fourinferior -75; + pos V icircumflex 40; + pos V idieresis 40; + pos V igrave 10; + pos V nineinferior -60; + pos V ninesuperior 10; + pos V oneinferior -50; + pos V onesuperior 10; + pos V p -20; + pos V parenright 20; + pos V question 15; + pos V registered 10; + pos V seveninferior -50; + pos V sevensuperior 20; + pos V sixinferior -60; + pos V slash -65; + pos V threeinferior -55; + pos V threesuperior 10; + pos V trademark 40; + pos V twoinferior -60; + pos V underscore -80; + pos V v -10; + pos V x -10; + pos V zeroinferior -60; + pos V zerosuperior 10; + pos X ampersand -25; + pos X at -30; + pos X eightsuperior -10; + pos X fivesuperior -10; + pos X foursuperior -35; + pos X jcircumflex 20; + pos X nineinferior -10; + pos X ninesuperior -10; + pos X onesuperior -10; + pos X question -10; + pos X seveninferior -10; + pos X sevensuperior 5; + pos X sixsuperior -20; + pos X threeinferior 10; + pos X trademark 10; + pos X twoinferior 10; + pos X twosuperior -10; + pos X underscore 20; + pos X v -15; + pos X zerosuperior -10; + pos ampersand V -35; + pos ampersand v -10; + pos at V -30; + pos at X -40; + pos at x -20; + pos eightinferior V -60; + pos eightinferior eightinferior -10; + pos eightinferior nineinferior -6; + pos eightinferior oneinferior -12; + pos eightinferior pi -10; + pos eightinferior seveninferior -6; + pos eightinferior v -25; + pos eightinferior x -10; + pos eightsuperior V 10; + pos eightsuperior X -10; + pos eightsuperior eightsuperior -10; + pos eightsuperior jcircumflex 40; + pos eightsuperior ninesuperior -6; + pos eightsuperior onesuperior -12; + pos eightsuperior pi 30; + pos eightsuperior sevensuperior -6; + pos eightsuperior v 20; + pos exclamdown V -20; + pos fiveinferior V -60; + pos fiveinferior X -5; + pos fiveinferior fiveinferior -3; + pos fiveinferior nineinferior -10; + pos fiveinferior oneinferior -11; + pos fiveinferior pi -10; + pos fiveinferior seveninferior -10; + pos fiveinferior threeinferior -3; + pos fiveinferior v -20; + pos fiveinferior x -10; + pos fivesuperior V 10; + pos fivesuperior X -10; + pos fivesuperior fivesuperior -3; + pos fivesuperior jcircumflex 50; + pos fivesuperior ninesuperior -10; + pos fivesuperior onesuperior -11; + pos fivesuperior pi 40; + pos fivesuperior sevensuperior -10; + pos fivesuperior threesuperior -3; + pos fivesuperior v 20; + pos fourinferior V -55; + pos fourinferior fiveinferior -5; + pos fourinferior fourinferior 10; + pos fourinferior nineinferior -6; + pos fourinferior oneinferior -15; + pos fourinferior seveninferior -14; + pos fourinferior v -20; + pos fourinferior x -10; + pos foursuperior X -10; + pos foursuperior fivesuperior -5; + pos foursuperior foursuperior 10; + pos foursuperior jcircumflex 50; + pos foursuperior ninesuperior -6; + pos foursuperior onesuperior -15; + pos foursuperior pi 40; + pos foursuperior sevensuperior -14; + pos foursuperior v 20; + pos foursuperior x 5; + pos germandbls V -15; + pos germandbls eightinferior 20; + pos germandbls eightsuperior -20; + pos germandbls fiveinferior 20; + pos germandbls fivesuperior -20; + pos germandbls fourinferior 30; + pos germandbls foursuperior -20; + pos germandbls nineinferior 20; + pos germandbls ninesuperior -20; + pos germandbls oneinferior 20; + pos germandbls onesuperior -20; + pos germandbls ordfeminine -30; + pos germandbls ordmasculine -20; + pos germandbls question -10; + pos germandbls registered -20; + pos germandbls seveninferior 20; + pos germandbls sevensuperior -15; + pos germandbls sixinferior 20; + pos germandbls sixsuperior -20; + pos germandbls threeinferior 20; + pos germandbls threesuperior -20; + pos germandbls trademark -20; + pos germandbls twoinferior 20; + pos germandbls twosuperior -20; + pos germandbls underscore -50; + pos germandbls v -5; + pos germandbls zeroinferior 30; + pos germandbls zerosuperior -20; + pos germandbls.alt01 V -30; + pos germandbls.alt01 eightinferior 10; + pos germandbls.alt01 fiveinferior 10; + pos germandbls.alt01 fourinferior 10; + pos germandbls.alt01 foursuperior 5; + pos germandbls.alt01 onesuperior -10; + pos germandbls.alt01 parenright 10; + pos germandbls.alt01 sevensuperior -10; + pos germandbls.alt01 sixinferior 5; + pos germandbls.alt01 slash 20; + pos germandbls.alt01 threeinferior 10; + pos germandbls.alt01 twoinferior 5; + pos germandbls.alt01 underscore 34; + pos germandbls.alt01 v -6; + pos germandbls.alt01 x 3; + pos germandbls.alt01 zeroinferior 10; + pos icircumflex V 30; + pos idieresis V 50; + pos jcircumflex eightsuperior 50; + pos jcircumflex fivesuperior 50; + pos jcircumflex foursuperior 40; + pos jcircumflex ninesuperior 60; + pos jcircumflex onesuperior 50; + pos jcircumflex sevensuperior 60; + pos jcircumflex sixsuperior 40; + pos jcircumflex threesuperior 60; + pos jcircumflex twosuperior 60; + pos jcircumflex zerosuperior 50; + pos lslash eightsuperior 45; + pos lslash fivesuperior 45; + pos lslash foursuperior 50; + pos lslash ninesuperior 30; + pos lslash onesuperior 20; + pos lslash sevensuperior 40; + pos lslash sixsuperior 50; + pos lslash threesuperior 50; + pos lslash twosuperior 40; + pos lslash zerosuperior 45; + pos nineinferior V -60; + pos nineinferior eightinferior -7; + pos nineinferior fiveinferior -6; + pos nineinferior fourinferior -7; + pos nineinferior oneinferior -10; + pos nineinferior pi -10; + pos nineinferior sixinferior -4; + pos nineinferior threeinferior -8; + pos nineinferior twoinferior -10; + pos nineinferior v -20; + pos nineinferior x -20; + pos ninesuperior V 10; + pos ninesuperior X -10; + pos ninesuperior eightsuperior -7; + pos ninesuperior fivesuperior -6; + pos ninesuperior foursuperior -7; + pos ninesuperior jcircumflex 60; + pos ninesuperior onesuperior -10; + pos ninesuperior p -5; + pos ninesuperior pi 20; + pos ninesuperior sixsuperior -4; + pos ninesuperior threesuperior -8; + pos ninesuperior twosuperior -10; + pos ninesuperior v 20; + pos oneinferior V -60; + pos oneinferior X 10; + pos oneinferior fiveinferior -5; + pos oneinferior fourinferior -10; + pos oneinferior nineinferior -15; + pos oneinferior oneinferior -18; + pos oneinferior pi -10; + pos oneinferior seveninferior -15; + pos oneinferior sixinferior -5; + pos oneinferior v -20; + pos oneinferior zeroinferior -10; + pos onesuperior X -30; + pos onesuperior fivesuperior -5; + pos onesuperior foursuperior -10; + pos onesuperior ninesuperior -15; + pos onesuperior onesuperior -18; + pos onesuperior pi 15; + pos onesuperior sevensuperior -15; + pos onesuperior sixsuperior -5; + pos onesuperior v 20; + pos onesuperior zerosuperior -10; + pos parenleft V 20; + pos parenleft X 10; + pos parenleft idieresis 50; + pos pi ampersand -15; + pos pi at -5; + pos pi eightsuperior 20; + pos pi fivesuperior 10; + pos pi foursuperior 25; + pos pi nineinferior -10; + pos pi ninesuperior 20; + pos pi oneinferior -10; + pos pi registered 10; + pos pi sixinferior -5; + pos pi sixsuperior 20; + pos pi slash -10; + pos pi threeinferior 10; + pos pi threesuperior 25; + pos pi twoinferior -5; + pos pi twosuperior 10; + pos pi underscore -10; + pos pi zeroinferior -5; + pos pi zerosuperior 20; + pos question V 10; + pos questiondown V -70; + pos questiondown v -40; + pos registered V 10; + pos seveninferior V -60; + pos seveninferior X -10; + pos seveninferior eightinferior -10; + pos seveninferior fiveinferior -6; + pos seveninferior fourinferior -20; + pos seveninferior oneinferior -5; + pos seveninferior sixinferior -17; + pos seveninferior twoinferior -7; + pos seveninferior x -15; + pos seveninferior zeroinferior -10; + pos sevensuperior V 20; + pos sevensuperior X 5; + pos sevensuperior eightsuperior -10; + pos sevensuperior fivesuperior -6; + pos sevensuperior foursuperior -20; + pos sevensuperior jcircumflex 70; + pos sevensuperior onesuperior -5; + pos sevensuperior p -10; + pos sevensuperior sevensuperior 5; + pos sevensuperior sixsuperior -17; + pos sevensuperior threesuperior -1; + pos sevensuperior twosuperior -7; + pos sevensuperior v 10; + pos sevensuperior x -20; + pos sevensuperior zerosuperior -10; + pos sixinferior V -60; + pos sixinferior nineinferior -19; + pos sixinferior oneinferior -20; + pos sixinferior pi -10; + pos sixinferior seveninferior -16; + pos sixinferior v -30; + pos sixinferior x -10; + pos sixsuperior V -10; + pos sixsuperior X -20; + pos sixsuperior jcircumflex 40; + pos sixsuperior ninesuperior -19; + pos sixsuperior onesuperior -20; + pos sixsuperior pi 30; + pos sixsuperior sevensuperior -16; + pos sixsuperior v 20; + pos slash V 10; + pos slash icircumflex 45; + pos slash idieresis 45; + pos slash igrave 30; + pos slash jcircumflex 50; + pos slash pi -25; + pos slash slash -190; + pos threeinferior V -60; + pos threeinferior nineinferior -7; + pos threeinferior oneinferior -10; + pos threeinferior pi -5; + pos threeinferior seveninferior -7; + pos threeinferior v -20; + pos threesuperior V 10; + pos threesuperior X -15; + pos threesuperior fivesuperior -1; + pos threesuperior ninesuperior -7; + pos threesuperior onesuperior -10; + pos threesuperior pi 30; + pos threesuperior sevensuperior -7; + pos threesuperior v 20; + pos trademark V 20; + pos twoinferior V -50; + pos twoinferior X 10; + pos twoinferior oneinferior -10; + pos twoinferior pi -10; + pos twoinferior v -20; + pos twosuperior V 10; + pos twosuperior X -10; + pos twosuperior jcircumflex 80; + pos twosuperior onesuperior -10; + pos twosuperior pi 20; + pos twosuperior v 20; + pos underscore V -80; + pos underscore X 20; + pos underscore p 10; + pos underscore pi -35; + pos underscore thorn 10; + pos underscore v -70; + pos underscore x 20; + pos v V -10; + pos v ampersand -20; + pos v eightinferior -25; + pos v eightsuperior 20; + pos v fiveinferior -20; + pos v fivesuperior 20; + pos v fourinferior -40; + pos v foursuperior 25; + pos v nineinferior -20; + pos v ninesuperior 20; + pos v oneinferior -20; + pos v onesuperior 10; + pos v registered 30; + pos v sevensuperior 10; + pos v sixinferior -40; + pos v sixsuperior 20; + pos v slash -15; + pos v threeinferior -20; + pos v threesuperior 20; + pos v trademark 15; + pos v twoinferior -20; + pos v twosuperior 10; + pos v underscore -70; + pos v zeroinferior -20; + pos v zerosuperior 20; + pos x V -10; + pos x ampersand -30; + pos x at -20; + pos x eightinferior -10; + pos x fiveinferior -10; + pos x fourinferior -15; + pos x foursuperior 10; + pos x nineinferior -20; + pos x registered 20; + pos x seveninferior -20; + pos x sixinferior -10; + pos x trademark 10; + pos x underscore 20; + pos x zeroinferior -10; + pos x zerosuperior 10; + pos zeroinferior V -60; + pos zeroinferior fiveinferior -4; + pos zeroinferior fourinferior -3; + pos zeroinferior oneinferior -10; + pos zeroinferior pi -5; + pos zeroinferior threeinferior -6; + pos zeroinferior v -20; + pos zeroinferior x -10; + pos zerosuperior V 10; + pos zerosuperior X -10; + pos zerosuperior fivesuperior -4; + pos zerosuperior foursuperior -3; + pos zerosuperior jcircumflex 50; + pos zerosuperior onesuperior -10; + pos zerosuperior pi 30; + pos zerosuperior threesuperior -6; + pos zerosuperior v 20; + pos zerosuperior x 10; + # glyph, glyph exceptions: + pos F AE 0; + pos F jcircumflex 30; + pos P AE -102; + pos Thorn AE -50; + pos V AE -75; + pos V jcircumflex 25; + pos jcircumflex V 0; + pos lslash lslash 40; + pos sevensuperior icircumflex 80; + pos threesuperior jcircumflex 50; + # glyph, group exceptions: + enum pos eth @MMK_R_latn_uc_t -55; + enum pos icircumflex @MMK_R_latn_uc_t 30; + enum pos icircumflex @MMK_R_latn_uc_w 20; + enum pos icircumflex @MMK_R_latn_uc_y 30; + enum pos idieresis @MMK_R_latn_uc_t 40; + enum pos idieresis @MMK_R_latn_uc_y 50; + enum pos ij @MMK_R_latn_uc_y 0; + enum pos j @MMK_R_latn_uc_y 0; + enum pos jacute @MMK_R_latn_uc_y 0; + enum pos jcircumflex @MMK_R_latn_uc_w 0; + enum pos jcircumflex @MMK_R_latn_uc_y 0; + enum pos lslash @MMK_R_inp_quoter 20; + # group, glyph exceptions: + enum pos @MMK_L_inp_quotel AE -120; + enum pos @MMK_L_inp_quoter AE -130; + enum pos @MMK_L_inp_quoter icircumflex 30; + enum pos @MMK_L_inp_quoter idieresis 30; + enum pos @MMK_L_latn_lc_f icircumflex 60; + enum pos @MMK_L_latn_lc_f idieresis 67; + enum pos @MMK_L_latn_lc_f igrave 15; + enum pos @MMK_L_latn_lc_f jcircumflex 60; + enum pos @MMK_L_latn_uc_d AE -47; + enum pos @MMK_L_latn_uc_i icircumflex 20; + enum pos @MMK_L_latn_uc_i idieresis 20; + enum pos @MMK_L_latn_uc_i jcircumflex 20; + enum pos @MMK_L_latn_uc_j AE -26; + enum pos @MMK_L_latn_uc_k idieresis 15; + enum pos @MMK_L_latn_uc_o AE -40; + enum pos @MMK_L_latn_uc_t AE -75; + enum pos @MMK_L_latn_uc_t icircumflex 40; + enum pos @MMK_L_latn_uc_t idieresis 40; + enum pos @MMK_L_latn_uc_t jcircumflex 40; + enum pos @MMK_L_latn_uc_u AE -23; + enum pos @MMK_L_latn_uc_w AE 0; + enum pos @MMK_L_latn_uc_w icircumflex 40; + enum pos @MMK_L_latn_uc_w jcircumflex 40; + enum pos @MMK_L_latn_uc_y AE -85; + enum pos @MMK_L_latn_uc_y icircumflex 30; + enum pos @MMK_L_latn_uc_y idieresis 30; + enum pos @MMK_L_latn_uc_y jcircumflex 35; + enum pos @MMK_L_latn_uc_z icircumflex 20; + enum pos @MMK_L_latn_uc_z idieresis 20; + enum pos @MMK_L_latn_uc_z jcircumflex 20; + # glyph, group: + pos exclamdown @MMK_R_latn_uc_t -20; + pos exclamdown @MMK_R_latn_uc_y -30; + pos parenleft @MMK_R_latn_lc_g 10; + pos parenleft @MMK_R_latn_lc_j 70; + pos parenleft @MMK_R_latn_uc_t 20; + pos parenleft @MMK_R_latn_uc_w 20; + pos parenleft @MMK_R_latn_uc_y 20; + pos questiondown @MMK_R_latn_lc_a -10; + pos questiondown @MMK_R_latn_lc_c -25; + pos questiondown @MMK_R_latn_lc_d -25; + pos questiondown @MMK_R_latn_lc_j 30; + pos questiondown @MMK_R_latn_lc_l -20; + pos questiondown @MMK_R_latn_lc_t -20; + pos questiondown @MMK_R_latn_lc_u -20; + pos questiondown @MMK_R_latn_lc_w -30; + pos questiondown @MMK_R_latn_lc_z 10; + pos questiondown @MMK_R_latn_uc_j -30; + pos questiondown @MMK_R_latn_uc_o -40; + pos questiondown @MMK_R_latn_uc_t -90; + pos questiondown @MMK_R_latn_uc_u -30; + pos questiondown @MMK_R_latn_uc_w -45; + pos questiondown @MMK_R_latn_uc_y -95; + subtable; + pos B @MMK_R_inp_period -15; + pos B @MMK_R_latn_lc_f -2; + pos B @MMK_R_latn_lc_g -3; + pos B @MMK_R_latn_lc_t -5; + pos B @MMK_R_latn_lc_w -7; + pos B @MMK_R_latn_lc_y -8; + pos B @MMK_R_latn_uc_a -15; + pos B @MMK_R_latn_uc_j -10; + pos B @MMK_R_latn_uc_t -26; + pos B @MMK_R_latn_uc_w -8; + pos B @MMK_R_latn_uc_y -43; + pos F @MMK_R_inp_foot 5; + pos F @MMK_R_inp_period -100; + pos F @MMK_R_latn_lc_a -40; + pos F @MMK_R_latn_lc_c -32; + pos F @MMK_R_latn_lc_d -34; + pos F @MMK_R_latn_lc_f -7; + pos F @MMK_R_latn_lc_g -44; + pos F @MMK_R_latn_lc_j -10; + pos F @MMK_R_latn_lc_n -30; + pos F @MMK_R_latn_lc_s -40; + pos F @MMK_R_latn_lc_t -15; + pos F @MMK_R_latn_lc_u -25; + pos F @MMK_R_latn_lc_w -15; + pos F @MMK_R_latn_lc_y -20; + pos F @MMK_R_latn_lc_z -25; + pos F @MMK_R_latn_uc_a -87; + pos F @MMK_R_latn_uc_j -75; + pos F @MMK_R_latn_uc_o -30; + pos Germandbls @MMK_R_inp_foot -30; + pos Germandbls @MMK_R_inp_guill 20; + pos Germandbls @MMK_R_inp_hyph 20; + pos Germandbls @MMK_R_inp_quotel -20; + pos Germandbls @MMK_R_inp_quoter -20; + pos Germandbls @MMK_R_latn_lc_a 5; + pos Germandbls @MMK_R_latn_lc_c 5; + pos Germandbls @MMK_R_latn_lc_d 5; + pos Germandbls @MMK_R_latn_uc_o 10; + pos Germandbls @MMK_R_latn_uc_s -15; + pos Germandbls @MMK_R_latn_uc_t -20; + pos Germandbls @MMK_R_latn_uc_w -10; + pos Germandbls @MMK_R_latn_uc_y -15; + pos P @MMK_R_inp_foot 5; + pos P @MMK_R_inp_period -100; + pos P @MMK_R_inp_quotel 5; + pos P @MMK_R_inp_quoter 5; + pos P @MMK_R_latn_lc_a -15; + pos P @MMK_R_latn_lc_c -20; + pos P @MMK_R_latn_lc_d -20; + pos P @MMK_R_latn_lc_g -30; + pos P @MMK_R_latn_lc_n -10; + pos P @MMK_R_latn_lc_s -15; + pos P @MMK_R_latn_lc_w 5; + pos P @MMK_R_latn_uc_a -73; + pos P @MMK_R_latn_uc_j -70; + pos P @MMK_R_latn_uc_s -10; + pos P @MMK_R_latn_uc_w -10; + pos P @MMK_R_latn_uc_y -25; + pos P @MMK_R_latn_uc_z -25; + pos Thorn @MMK_R_inp_foot -10; + pos Thorn @MMK_R_inp_guill 30; + pos Thorn @MMK_R_inp_hyph 30; + pos Thorn @MMK_R_inp_period -55; + pos Thorn @MMK_R_latn_lc_c 10; + pos Thorn @MMK_R_latn_lc_d 10; + pos Thorn @MMK_R_latn_lc_s 5; + pos Thorn @MMK_R_latn_lc_w 7; + pos Thorn @MMK_R_latn_lc_y 7; + pos Thorn @MMK_R_latn_uc_a -25; + pos Thorn @MMK_R_latn_uc_j -45; + pos Thorn @MMK_R_latn_uc_w -13; + pos Thorn @MMK_R_latn_uc_y -47; + pos V @MMK_R_inp_colon -30; + pos V @MMK_R_inp_foot 10; + pos V @MMK_R_inp_guill -25; + pos V @MMK_R_inp_guilr -20; + pos V @MMK_R_inp_hyph -25; + pos V @MMK_R_inp_period -60; + pos V @MMK_R_inp_quoter 5; + pos V @MMK_R_latn_lc_a -40; + pos V @MMK_R_latn_lc_c -35; + pos V @MMK_R_latn_lc_d -35; + pos V @MMK_R_latn_lc_g -40; + pos V @MMK_R_latn_lc_j -5; + pos V @MMK_R_latn_lc_n -20; + pos V @MMK_R_latn_lc_s -25; + pos V @MMK_R_latn_lc_u -25; + pos V @MMK_R_latn_lc_w -10; + pos V @MMK_R_latn_lc_y -5; + pos V @MMK_R_latn_lc_z -15; + pos V @MMK_R_latn_uc_a -54; + pos V @MMK_R_latn_uc_j -55; + pos V @MMK_R_latn_uc_o -31; + pos V @MMK_R_latn_uc_s -30; + pos V @MMK_R_latn_uc_t 3; + pos V @MMK_R_latn_uc_w 3; + pos V @MMK_R_latn_uc_z -5; + pos X @MMK_R_inp_colon -15; + pos X @MMK_R_inp_guill -20; + pos X @MMK_R_inp_hyph -30; + pos X @MMK_R_inp_period 10; + pos X @MMK_R_inp_quotel -20; + pos X @MMK_R_inp_quoter -15; + pos X @MMK_R_latn_lc_a -5; + pos X @MMK_R_latn_lc_c -20; + pos X @MMK_R_latn_lc_d -20; + pos X @MMK_R_latn_lc_s -10; + pos X @MMK_R_latn_lc_t -20; + pos X @MMK_R_latn_lc_u -20; + pos X @MMK_R_latn_lc_w -20; + pos X @MMK_R_latn_lc_y -10; + pos X @MMK_R_latn_lc_z 10; + pos X @MMK_R_latn_uc_a 5; + pos X @MMK_R_latn_uc_j -20; + pos X @MMK_R_latn_uc_o -30; + pos ampersand @MMK_R_grek_uc_Alpha 5; + pos ampersand @MMK_R_latn_lc_a 10; + pos ampersand @MMK_R_latn_lc_c 10; + pos ampersand @MMK_R_latn_lc_d 10; + pos ampersand @MMK_R_latn_lc_w -10; + pos ampersand @MMK_R_latn_lc_y -10; + pos ampersand @MMK_R_latn_uc_a 5; + pos ampersand @MMK_R_latn_uc_s -5; + pos ampersand @MMK_R_latn_uc_t -40; + pos ampersand @MMK_R_latn_uc_w -20; + pos ampersand @MMK_R_latn_uc_y -60; + pos ampersand @MMK_R_latn_uc_z -10; + pos at @MMK_R_grek_uc_Alpha -20; + pos at @MMK_R_latn_lc_g -5; + pos at @MMK_R_latn_lc_w -10; + pos at @MMK_R_latn_lc_y -10; + pos at @MMK_R_latn_lc_z -10; + pos at @MMK_R_latn_uc_a -20; + pos at @MMK_R_latn_uc_i -20; + pos at @MMK_R_latn_uc_j -30; + pos at @MMK_R_latn_uc_s -10; + pos at @MMK_R_latn_uc_t -30; + pos at @MMK_R_latn_uc_w -20; + pos at @MMK_R_latn_uc_y -40; + pos at @MMK_R_latn_uc_z -15; + pos eightinferior @MMK_R_grek_uc_Alpha 5; + pos eightinferior @MMK_R_latn_lc_a 5; + pos eightinferior @MMK_R_latn_lc_d 5; + pos eightinferior @MMK_R_latn_lc_f -10; + pos eightinferior @MMK_R_latn_lc_t -10; + pos eightinferior @MMK_R_latn_lc_w -25; + pos eightinferior @MMK_R_latn_lc_y -20; + pos eightinferior @MMK_R_latn_uc_a 5; + pos eightinferior @MMK_R_latn_uc_o -5; + pos eightinferior @MMK_R_latn_uc_s -5; + pos eightinferior @MMK_R_latn_uc_t -70; + pos eightinferior @MMK_R_latn_uc_w -35; + pos eightinferior @MMK_R_latn_uc_y -70; + pos eightsuperior @MMK_R_grek_uc_Alpha -55; + pos eightsuperior @MMK_R_inp_fraction 10; + pos eightsuperior @MMK_R_inp_period -60; + pos eightsuperior @MMK_R_latn_lc_a -10; + pos eightsuperior @MMK_R_latn_lc_f 20; + pos eightsuperior @MMK_R_latn_lc_i 30; + pos eightsuperior @MMK_R_latn_lc_t 20; + pos eightsuperior @MMK_R_latn_lc_w 10; + pos eightsuperior @MMK_R_latn_lc_y 20; + pos eightsuperior @MMK_R_latn_lc_z 5; + pos eightsuperior @MMK_R_latn_uc_a -55; + pos eightsuperior @MMK_R_latn_uc_j -60; + pos eightsuperior @MMK_R_latn_uc_t 10; + pos eightsuperior @MMK_R_latn_uc_w 5; + pos fiveinferior @MMK_R_grek_uc_Alpha 10; + pos fiveinferior @MMK_R_latn_lc_c 5; + pos fiveinferior @MMK_R_latn_lc_d 5; + pos fiveinferior @MMK_R_latn_lc_f -10; + pos fiveinferior @MMK_R_latn_lc_t -10; + pos fiveinferior @MMK_R_latn_lc_w -20; + pos fiveinferior @MMK_R_latn_lc_y -20; + pos fiveinferior @MMK_R_latn_uc_a 10; + pos fiveinferior @MMK_R_latn_uc_j 10; + pos fiveinferior @MMK_R_latn_uc_s -5; + pos fiveinferior @MMK_R_latn_uc_t -60; + pos fiveinferior @MMK_R_latn_uc_w -40; + pos fiveinferior @MMK_R_latn_uc_y -75; + pos fiveinferior @MMK_R_latn_uc_z 5; + pos fivesuperior @MMK_R_grek_uc_Alpha -75; + pos fivesuperior @MMK_R_inp_fraction 5; + pos fivesuperior @MMK_R_inp_period -50; + pos fivesuperior @MMK_R_latn_lc_c -10; + pos fivesuperior @MMK_R_latn_lc_d -10; + pos fivesuperior @MMK_R_latn_lc_f 20; + pos fivesuperior @MMK_R_latn_lc_g -5; + pos fivesuperior @MMK_R_latn_lc_i 20; + pos fivesuperior @MMK_R_latn_lc_t 40; + pos fivesuperior @MMK_R_latn_lc_w 10; + pos fivesuperior @MMK_R_latn_lc_y 10; + pos fivesuperior @MMK_R_latn_lc_z 5; + pos fivesuperior @MMK_R_latn_uc_a -75; + pos fivesuperior @MMK_R_latn_uc_i -5; + pos fivesuperior @MMK_R_latn_uc_j -75; + pos fivesuperior @MMK_R_latn_uc_t 15; + pos fivesuperior @MMK_R_latn_uc_w 5; + pos fourinferior @MMK_R_grek_uc_Alpha 10; + pos fourinferior @MMK_R_latn_lc_a 15; + pos fourinferior @MMK_R_latn_lc_c 5; + pos fourinferior @MMK_R_latn_lc_g 5; + pos fourinferior @MMK_R_latn_lc_s 5; + pos fourinferior @MMK_R_latn_lc_w -20; + pos fourinferior @MMK_R_latn_lc_y -20; + pos fourinferior @MMK_R_latn_lc_z 10; + pos fourinferior @MMK_R_latn_uc_a 10; + pos fourinferior @MMK_R_latn_uc_i 5; + pos fourinferior @MMK_R_latn_uc_j 10; + pos fourinferior @MMK_R_latn_uc_t -60; + pos fourinferior @MMK_R_latn_uc_w -30; + pos fourinferior @MMK_R_latn_uc_y -70; + pos fourinferior @MMK_R_latn_uc_z 15; + pos foursuperior @MMK_R_grek_uc_Alpha -50; + pos foursuperior @MMK_R_inp_fraction 10; + pos foursuperior @MMK_R_inp_period -60; + pos foursuperior @MMK_R_latn_lc_a -10; + pos foursuperior @MMK_R_latn_lc_f 20; + pos foursuperior @MMK_R_latn_lc_g 10; + pos foursuperior @MMK_R_latn_lc_i 20; + pos foursuperior @MMK_R_latn_lc_s 5; + pos foursuperior @MMK_R_latn_lc_t 30; + pos foursuperior @MMK_R_latn_lc_w 20; + pos foursuperior @MMK_R_latn_lc_y 20; + pos foursuperior @MMK_R_latn_uc_a -50; + pos foursuperior @MMK_R_latn_uc_j -70; + pos foursuperior @MMK_R_latn_uc_w 5; + pos foursuperior @MMK_R_latn_uc_y -10; + pos foursuperior @MMK_R_latn_uc_z -10; + pos germandbls @MMK_R_inp_foot -20; + pos germandbls @MMK_R_inp_guill 10; + pos germandbls @MMK_R_inp_period 5; + pos germandbls @MMK_R_inp_quotel -30; + pos germandbls @MMK_R_inp_quoter -30; + pos germandbls @MMK_R_latn_lc_a 10; + pos germandbls @MMK_R_latn_lc_c 5; + pos germandbls @MMK_R_latn_lc_d 5; + pos germandbls @MMK_R_latn_lc_g 10; + pos germandbls @MMK_R_latn_lc_t -10; + pos germandbls @MMK_R_latn_lc_w -10; + pos germandbls @MMK_R_latn_lc_y -5; + pos germandbls @MMK_R_latn_uc_a 10; + pos germandbls @MMK_R_latn_uc_j 10; + pos germandbls @MMK_R_latn_uc_s -10; + pos germandbls @MMK_R_latn_uc_t -20; + pos germandbls @MMK_R_latn_uc_w -15; + pos germandbls @MMK_R_latn_uc_y -20; + pos germandbls @MMK_R_latn_uc_z 10; + pos germandbls.alt01 @MMK_R_inp_hyph -20; + pos germandbls.alt01 @MMK_R_inp_period 10; + pos germandbls.alt01 @MMK_R_latn_lc_f -8; + pos germandbls.alt01 @MMK_R_latn_lc_t -8; + pos germandbls.alt01 @MMK_R_latn_lc_w -11; + pos germandbls.alt01 @MMK_R_latn_lc_y -5; + pos germandbls.alt01 @MMK_R_latn_lc_z 3; + pos germandbls.alt01 @MMK_R_latn_uc_t -25; + pos germandbls.alt01 @MMK_R_latn_uc_w -25; + pos germandbls.alt01 @MMK_R_latn_uc_y -45; + pos nineinferior @MMK_R_inp_period -10; + pos nineinferior @MMK_R_latn_lc_a 5; + pos nineinferior @MMK_R_latn_lc_c 5; + pos nineinferior @MMK_R_latn_lc_d 5; + pos nineinferior @MMK_R_latn_lc_f -15; + pos nineinferior @MMK_R_latn_lc_t -5; + pos nineinferior @MMK_R_latn_lc_w -25; + pos nineinferior @MMK_R_latn_lc_y -30; + pos nineinferior @MMK_R_latn_uc_i -10; + pos nineinferior @MMK_R_latn_uc_j 5; + pos nineinferior @MMK_R_latn_uc_s -15; + pos nineinferior @MMK_R_latn_uc_t -70; + pos nineinferior @MMK_R_latn_uc_w -40; + pos nineinferior @MMK_R_latn_uc_y -75; + pos ninesuperior @MMK_R_grek_lc_kappa -5; + pos ninesuperior @MMK_R_grek_uc_Alpha -75; + pos ninesuperior @MMK_R_inp_fraction -15; + pos ninesuperior @MMK_R_inp_period -60; + pos ninesuperior @MMK_R_latn_lc_a -20; + pos ninesuperior @MMK_R_latn_lc_c -20; + pos ninesuperior @MMK_R_latn_lc_d -20; + pos ninesuperior @MMK_R_latn_lc_f 15; + pos ninesuperior @MMK_R_latn_lc_g -20; + pos ninesuperior @MMK_R_latn_lc_i 20; + pos ninesuperior @MMK_R_latn_lc_n -5; + pos ninesuperior @MMK_R_latn_lc_s -20; + pos ninesuperior @MMK_R_latn_lc_t 20; + pos ninesuperior @MMK_R_latn_lc_u -5; + pos ninesuperior @MMK_R_latn_lc_w 10; + pos ninesuperior @MMK_R_latn_lc_y 20; + pos ninesuperior @MMK_R_latn_uc_a -75; + pos ninesuperior @MMK_R_latn_uc_j -60; + pos ninesuperior @MMK_R_latn_uc_o -10; + pos ninesuperior @MMK_R_latn_uc_t 15; + pos ninesuperior @MMK_R_latn_uc_w 5; + pos oneinferior @MMK_R_grek_uc_Alpha 20; + pos oneinferior @MMK_R_latn_lc_a 5; + pos oneinferior @MMK_R_latn_lc_f -10; + pos oneinferior @MMK_R_latn_lc_s 5; + pos oneinferior @MMK_R_latn_lc_t -20; + pos oneinferior @MMK_R_latn_lc_w -30; + pos oneinferior @MMK_R_latn_lc_y -20; + pos oneinferior @MMK_R_latn_lc_z 15; + pos oneinferior @MMK_R_latn_uc_a 20; + pos oneinferior @MMK_R_latn_uc_i 15; + pos oneinferior @MMK_R_latn_uc_j 5; + pos oneinferior @MMK_R_latn_uc_t -70; + pos oneinferior @MMK_R_latn_uc_u -5; + pos oneinferior @MMK_R_latn_uc_w -40; + pos oneinferior @MMK_R_latn_uc_y -70; + pos oneinferior @MMK_R_latn_uc_z 20; + pos onesuperior @MMK_R_grek_uc_Alpha -50; + pos onesuperior @MMK_R_inp_fraction 15; + pos onesuperior @MMK_R_inp_period -50; + pos onesuperior @MMK_R_latn_lc_c 10; + pos onesuperior @MMK_R_latn_lc_d 10; + pos onesuperior @MMK_R_latn_lc_f 20; + pos onesuperior @MMK_R_latn_lc_g 15; + pos onesuperior @MMK_R_latn_lc_i 10; + pos onesuperior @MMK_R_latn_lc_s 10; + pos onesuperior @MMK_R_latn_lc_t 20; + pos onesuperior @MMK_R_latn_lc_w 10; + pos onesuperior @MMK_R_latn_lc_y 15; + pos onesuperior @MMK_R_latn_uc_a -50; + pos onesuperior @MMK_R_latn_uc_i -15; + pos onesuperior @MMK_R_latn_uc_j -90; + pos onesuperior @MMK_R_latn_uc_s -15; + pos onesuperior @MMK_R_latn_uc_t -10; + pos onesuperior @MMK_R_latn_uc_w 5; + pos onesuperior @MMK_R_latn_uc_y -20; + pos onesuperior @MMK_R_latn_uc_z -30; + pos percent @MMK_R_inp_foot -60; + pos percent @MMK_R_inp_quotel -70; + pos percent @MMK_R_inp_quoter -70; + pos perthousand @MMK_R_inp_foot -60; + pos perthousand @MMK_R_inp_quotel -70; + pos perthousand @MMK_R_inp_quoter -70; + pos pi @MMK_R_inp_foot 10; + pos pi @MMK_R_inp_hyph -15; + pos pi @MMK_R_inp_period -10; + pos pi @MMK_R_inp_quoter 10; + pos question @MMK_R_grek_uc_Alpha -30; + pos question @MMK_R_inp_period -120; + pos question @MMK_R_inp_quotel 10; + pos question @MMK_R_inp_quoter 10; + pos question @MMK_R_latn_uc_a -30; + pos question @MMK_R_latn_uc_w 15; + pos registered @MMK_R_grek_uc_Alpha -70; + pos registered @MMK_R_latn_uc_a -70; + pos registered @MMK_R_latn_uc_w 15; + pos registered @MMK_R_latn_uc_z -5; + pos seveninferior @MMK_R_inp_period -30; + pos seveninferior @MMK_R_latn_lc_c 10; + pos seveninferior @MMK_R_latn_lc_d 10; + pos seveninferior @MMK_R_latn_lc_w -10; + pos seveninferior @MMK_R_latn_uc_i -20; + pos seveninferior @MMK_R_latn_uc_j -5; + pos seveninferior @MMK_R_latn_uc_s -10; + pos seveninferior @MMK_R_latn_uc_t -40; + pos seveninferior @MMK_R_latn_uc_w -25; + pos seveninferior @MMK_R_latn_uc_y -70; + pos sevensuperior @MMK_R_grek_lc_kappa -5; + pos sevensuperior @MMK_R_grek_uc_Alpha -70; + pos sevensuperior @MMK_R_inp_fraction -10; + pos sevensuperior @MMK_R_inp_period -50; + pos sevensuperior @MMK_R_latn_lc_a -40; + pos sevensuperior @MMK_R_latn_lc_c -40; + pos sevensuperior @MMK_R_latn_lc_d -30; + pos sevensuperior @MMK_R_latn_lc_g -25; + pos sevensuperior @MMK_R_latn_lc_i 30; + pos sevensuperior @MMK_R_latn_lc_n -5; + pos sevensuperior @MMK_R_latn_lc_s -20; + pos sevensuperior @MMK_R_latn_lc_u -5; + pos sevensuperior @MMK_R_latn_lc_w -10; + pos sevensuperior @MMK_R_latn_lc_z -20; + pos sevensuperior @MMK_R_latn_uc_a -70; + pos sevensuperior @MMK_R_latn_uc_i 10; + pos sevensuperior @MMK_R_latn_uc_j -55; + pos sevensuperior @MMK_R_latn_uc_o -15; + pos sevensuperior @MMK_R_latn_uc_s -10; + pos sevensuperior @MMK_R_latn_uc_t 30; + pos sevensuperior @MMK_R_latn_uc_w 20; + pos sevensuperior @MMK_R_latn_uc_y 10; + pos sevensuperior @MMK_R_latn_uc_z 10; + pos sixinferior @MMK_R_grek_uc_Alpha 5; + pos sixinferior @MMK_R_latn_lc_f -20; + pos sixinferior @MMK_R_latn_lc_t -10; + pos sixinferior @MMK_R_latn_lc_w -30; + pos sixinferior @MMK_R_latn_lc_y -30; + pos sixinferior @MMK_R_latn_uc_a 5; + pos sixinferior @MMK_R_latn_uc_j 5; + pos sixinferior @MMK_R_latn_uc_o -15; + pos sixinferior @MMK_R_latn_uc_s -5; + pos sixinferior @MMK_R_latn_uc_t -70; + pos sixinferior @MMK_R_latn_uc_w -40; + pos sixinferior @MMK_R_latn_uc_y -75; + pos sixsuperior @MMK_R_grek_uc_Alpha -65; + pos sixsuperior @MMK_R_inp_fraction 5; + pos sixsuperior @MMK_R_inp_period -50; + pos sixsuperior @MMK_R_latn_lc_a -10; + pos sixsuperior @MMK_R_latn_lc_c -10; + pos sixsuperior @MMK_R_latn_lc_d -10; + pos sixsuperior @MMK_R_latn_lc_f 20; + pos sixsuperior @MMK_R_latn_lc_i 20; + pos sixsuperior @MMK_R_latn_lc_t 25; + pos sixsuperior @MMK_R_latn_lc_w 10; + pos sixsuperior @MMK_R_latn_lc_y 20; + pos sixsuperior @MMK_R_latn_uc_a -65; + pos sixsuperior @MMK_R_latn_uc_i -15; + pos sixsuperior @MMK_R_latn_uc_j -70; + pos sixsuperior @MMK_R_latn_uc_o -5; + pos sixsuperior @MMK_R_latn_uc_t -5; + pos sixsuperior @MMK_R_latn_uc_y -20; + pos sixsuperior @MMK_R_latn_uc_z -20; + pos slash @MMK_R_grek_lc_kappa -10; + pos slash @MMK_R_grek_uc_Alpha -45; + pos slash @MMK_R_latn_lc_a -40; + pos slash @MMK_R_latn_lc_c -35; + pos slash @MMK_R_latn_lc_d -35; + pos slash @MMK_R_latn_lc_g -25; + pos slash @MMK_R_latn_lc_n -10; + pos slash @MMK_R_latn_uc_a -45; + pos slash @MMK_R_latn_uc_o -22; + pos slash @MMK_R_latn_uc_s -20; + pos slash @MMK_R_latn_uc_t 20; + pos slash @MMK_R_latn_uc_w 5; + pos slash @MMK_R_latn_uc_y 10; + pos threeinferior @MMK_R_grek_uc_Alpha 5; + pos threeinferior @MMK_R_latn_lc_a 5; + pos threeinferior @MMK_R_latn_lc_c 5; + pos threeinferior @MMK_R_latn_lc_d 5; + pos threeinferior @MMK_R_latn_lc_f -10; + pos threeinferior @MMK_R_latn_lc_t -10; + pos threeinferior @MMK_R_latn_lc_w -20; + pos threeinferior @MMK_R_latn_lc_y -30; + pos threeinferior @MMK_R_latn_uc_a 5; + pos threeinferior @MMK_R_latn_uc_i 5; + pos threeinferior @MMK_R_latn_uc_j 5; + pos threeinferior @MMK_R_latn_uc_t -55; + pos threeinferior @MMK_R_latn_uc_w -35; + pos threeinferior @MMK_R_latn_uc_y -75; + pos threeinferior @MMK_R_latn_uc_z 5; + pos threesuperior @MMK_R_grek_uc_Alpha -50; + pos threesuperior @MMK_R_inp_fraction 5; + pos threesuperior @MMK_R_inp_period -60; + pos threesuperior @MMK_R_latn_lc_a -10; + pos threesuperior @MMK_R_latn_lc_c -10; + pos threesuperior @MMK_R_latn_lc_d -10; + pos threesuperior @MMK_R_latn_lc_f 20; + pos threesuperior @MMK_R_latn_lc_i 20; + pos threesuperior @MMK_R_latn_lc_t 25; + pos threesuperior @MMK_R_latn_lc_w 10; + pos threesuperior @MMK_R_latn_lc_y 15; + pos threesuperior @MMK_R_latn_lc_z 5; + pos threesuperior @MMK_R_latn_uc_a -50; + pos threesuperior @MMK_R_latn_uc_j -70; + pos threesuperior @MMK_R_latn_uc_s -10; + pos threesuperior @MMK_R_latn_uc_t 20; + pos trademark @MMK_R_grek_uc_Alpha -75; + pos trademark @MMK_R_latn_uc_a -75; + pos twoinferior @MMK_R_grek_uc_Alpha 20; + pos twoinferior @MMK_R_latn_lc_a 10; + pos twoinferior @MMK_R_latn_lc_c 5; + pos twoinferior @MMK_R_latn_lc_d 5; + pos twoinferior @MMK_R_latn_lc_f -5; + pos twoinferior @MMK_R_latn_lc_s 5; + pos twoinferior @MMK_R_latn_lc_t -10; + pos twoinferior @MMK_R_latn_lc_w -20; + pos twoinferior @MMK_R_latn_lc_y -20; + pos twoinferior @MMK_R_latn_lc_z 15; + pos twoinferior @MMK_R_latn_uc_a 20; + pos twoinferior @MMK_R_latn_uc_i 10; + pos twoinferior @MMK_R_latn_uc_j 5; + pos twoinferior @MMK_R_latn_uc_t -60; + pos twoinferior @MMK_R_latn_uc_w -40; + pos twoinferior @MMK_R_latn_uc_y -80; + pos twoinferior @MMK_R_latn_uc_z 20; + pos twosuperior @MMK_R_grek_uc_Alpha -40; + pos twosuperior @MMK_R_inp_fraction 10; + pos twosuperior @MMK_R_inp_period -50; + pos twosuperior @MMK_R_latn_lc_a -10; + pos twosuperior @MMK_R_latn_lc_f 20; + pos twosuperior @MMK_R_latn_lc_g 5; + pos twosuperior @MMK_R_latn_lc_i 30; + pos twosuperior @MMK_R_latn_lc_s 10; + pos twosuperior @MMK_R_latn_lc_t 20; + pos twosuperior @MMK_R_latn_lc_w 15; + pos twosuperior @MMK_R_latn_lc_y 10; + pos twosuperior @MMK_R_latn_uc_a -40; + pos twosuperior @MMK_R_latn_uc_i 5; + pos twosuperior @MMK_R_latn_uc_j -55; + pos twosuperior @MMK_R_latn_uc_s -10; + pos twosuperior @MMK_R_latn_uc_t 20; + pos twosuperior @MMK_R_latn_uc_w 10; + pos twosuperior @MMK_R_latn_uc_y 5; + pos underscore @MMK_R_grek_uc_Alpha 15; + pos underscore @MMK_R_latn_lc_a -30; + pos underscore @MMK_R_latn_lc_c -60; + pos underscore @MMK_R_latn_lc_d -50; + pos underscore @MMK_R_latn_lc_f -25; + pos underscore @MMK_R_latn_lc_g 25; + pos underscore @MMK_R_latn_lc_j 55; + pos underscore @MMK_R_latn_lc_l -55; + pos underscore @MMK_R_latn_lc_s -40; + pos underscore @MMK_R_latn_lc_t -65; + pos underscore @MMK_R_latn_lc_u -35; + pos underscore @MMK_R_latn_lc_w -50; + pos underscore @MMK_R_latn_lc_y -15; + pos underscore @MMK_R_latn_lc_z 5; + pos underscore @MMK_R_latn_uc_a 15; + pos underscore @MMK_R_latn_uc_j -50; + pos underscore @MMK_R_latn_uc_o -100; + pos underscore @MMK_R_latn_uc_s -60; + pos underscore @MMK_R_latn_uc_t -80; + pos underscore @MMK_R_latn_uc_u -70; + pos underscore @MMK_R_latn_uc_w -50; + pos underscore @MMK_R_latn_uc_y -90; + pos underscore @MMK_R_latn_uc_z 25; + pos v @MMK_R_inp_foot 25; + pos v @MMK_R_inp_hyph -5; + pos v @MMK_R_inp_period -48; + pos v @MMK_R_inp_quotel 20; + pos v @MMK_R_inp_quoter 25; + pos v @MMK_R_latn_lc_a -9; + pos v @MMK_R_latn_lc_c -8; + pos v @MMK_R_latn_lc_d -8; + pos v @MMK_R_latn_lc_f 6; + pos v @MMK_R_latn_lc_g -13; + pos v @MMK_R_latn_lc_s -2; + pos v @MMK_R_latn_lc_z -4; + pos v @MMK_R_latn_uc_a -30; + pos v @MMK_R_latn_uc_i -5; + pos v @MMK_R_latn_uc_j -30; + pos v @MMK_R_latn_uc_t -25; + pos v @MMK_R_latn_uc_y -35; + pos x @MMK_R_inp_guill -10; + pos x @MMK_R_inp_hyph -35; + pos x @MMK_R_inp_quotel -5; + pos x @MMK_R_inp_quoter 10; + pos x @MMK_R_latn_lc_c -16; + pos x @MMK_R_latn_lc_d -16; + pos x @MMK_R_latn_lc_s -4; + pos x @MMK_R_latn_uc_j -15; + pos x @MMK_R_latn_uc_t -35; + pos x @MMK_R_latn_uc_w -10; + pos x @MMK_R_latn_uc_y -40; + pos zeroinferior @MMK_R_grek_uc_Alpha 10; + pos zeroinferior @MMK_R_latn_lc_a 10; + pos zeroinferior @MMK_R_latn_lc_c 5; + pos zeroinferior @MMK_R_latn_lc_d 5; + pos zeroinferior @MMK_R_latn_lc_f -10; + pos zeroinferior @MMK_R_latn_lc_t -10; + pos zeroinferior @MMK_R_latn_lc_w -20; + pos zeroinferior @MMK_R_latn_lc_y -30; + pos zeroinferior @MMK_R_latn_uc_a 10; + pos zeroinferior @MMK_R_latn_uc_i 5; + pos zeroinferior @MMK_R_latn_uc_j 10; + pos zeroinferior @MMK_R_latn_uc_t -60; + pos zeroinferior @MMK_R_latn_uc_u -5; + pos zeroinferior @MMK_R_latn_uc_w -40; + pos zeroinferior @MMK_R_latn_uc_y -70; + pos zeroinferior @MMK_R_latn_uc_z 5; + pos zerosuperior @MMK_R_grek_uc_Alpha -60; + pos zerosuperior @MMK_R_inp_period -50; + pos zerosuperior @MMK_R_latn_lc_a -10; + pos zerosuperior @MMK_R_latn_lc_c -10; + pos zerosuperior @MMK_R_latn_lc_d -10; + pos zerosuperior @MMK_R_latn_lc_f 20; + pos zerosuperior @MMK_R_latn_lc_g -5; + pos zerosuperior @MMK_R_latn_lc_i 20; + pos zerosuperior @MMK_R_latn_lc_t 30; + pos zerosuperior @MMK_R_latn_lc_w 20; + pos zerosuperior @MMK_R_latn_lc_y 20; + pos zerosuperior @MMK_R_latn_lc_z 10; + pos zerosuperior @MMK_R_latn_uc_a -60; + pos zerosuperior @MMK_R_latn_uc_i 5; + pos zerosuperior @MMK_R_latn_uc_j -60; + pos zerosuperior @MMK_R_latn_uc_t 20; + pos zerosuperior @MMK_R_latn_uc_w 10; + # group, glyph and group, group: + subtable; + pos @MMK_L_latn_lc_a @MMK_R_inp_foot -15; + pos @MMK_L_latn_lc_a @MMK_R_inp_hyph -5; + pos @MMK_L_latn_lc_a @MMK_R_inp_period 10; + pos @MMK_L_latn_lc_a @MMK_R_inp_quotel -35; + pos @MMK_L_latn_lc_a @MMK_R_latn_lc_t -6; + pos @MMK_L_latn_lc_a @MMK_R_latn_lc_w -6; + pos @MMK_L_latn_lc_a @MMK_R_latn_lc_y -9; + pos @MMK_L_latn_lc_a @MMK_R_latn_uc_a 8; + pos @MMK_L_latn_lc_a @MMK_R_latn_uc_t -70; + pos @MMK_L_latn_lc_a @MMK_R_latn_uc_w -10; + pos @MMK_L_latn_lc_a @MMK_R_latn_uc_y -45; + pos @MMK_L_latn_lc_a @MMK_R_latn_uc_z 6; + pos @MMK_L_latn_lc_a V -30; + pos @MMK_L_latn_lc_a eightinferior 5; + pos @MMK_L_latn_lc_a eightsuperior -15; + pos @MMK_L_latn_lc_a fivesuperior -15; + pos @MMK_L_latn_lc_a fourinferior 10; + pos @MMK_L_latn_lc_a foursuperior -10; + pos @MMK_L_latn_lc_a nineinferior -5; + pos @MMK_L_latn_lc_a ninesuperior -40; + pos @MMK_L_latn_lc_a onesuperior -30; + pos @MMK_L_latn_lc_a seveninferior -5; + pos @MMK_L_latn_lc_a sevensuperior -40; + pos @MMK_L_latn_lc_a sixsuperior -20; + pos @MMK_L_latn_lc_a slash 20; + pos @MMK_L_latn_lc_a threeinferior 20; + pos @MMK_L_latn_lc_a threesuperior -5; + pos @MMK_L_latn_lc_a trademark -10; + pos @MMK_L_latn_lc_a twoinferior 10; + pos @MMK_L_latn_lc_a twosuperior -20; + pos @MMK_L_latn_lc_a underscore 10; + pos @MMK_L_latn_lc_a v -10; + pos @MMK_L_latn_lc_a zeroinferior 10; + pos @MMK_L_latn_lc_a zerosuperior -20; + pos @MMK_L_latn_lc_b @MMK_R_inp_foot -20; + pos @MMK_L_latn_lc_b @MMK_R_inp_guill 15; + pos @MMK_L_latn_lc_b @MMK_R_inp_hyph 10; + pos @MMK_L_latn_lc_b @MMK_R_inp_period -15; + pos @MMK_L_latn_lc_b @MMK_R_inp_quotel -45; + pos @MMK_L_latn_lc_b @MMK_R_inp_quoter -35; + pos @MMK_L_latn_lc_b @MMK_R_latn_lc_f -6; + pos @MMK_L_latn_lc_b @MMK_R_latn_lc_t -6; + pos @MMK_L_latn_lc_b @MMK_R_latn_lc_w -10; + pos @MMK_L_latn_lc_b @MMK_R_latn_lc_y -10; + pos @MMK_L_latn_lc_b @MMK_R_latn_lc_z -8; + pos @MMK_L_latn_lc_b @MMK_R_latn_uc_i -5; + pos @MMK_L_latn_lc_b @MMK_R_latn_uc_t -65; + pos @MMK_L_latn_lc_b @MMK_R_latn_uc_w -25; + pos @MMK_L_latn_lc_b @MMK_R_latn_uc_y -60; + pos @MMK_L_latn_lc_b @MMK_R_latn_uc_z -5; + pos @MMK_L_latn_lc_b V -35; + pos @MMK_L_latn_lc_b X -20; + pos @MMK_L_latn_lc_b eightsuperior -5; + pos @MMK_L_latn_lc_b fivesuperior -10; + pos @MMK_L_latn_lc_b foursuperior -5; + pos @MMK_L_latn_lc_b ninesuperior -30; + pos @MMK_L_latn_lc_b oneinferior -10; + pos @MMK_L_latn_lc_b onesuperior -10; + pos @MMK_L_latn_lc_b registered -5; + pos @MMK_L_latn_lc_b seveninferior 5; + pos @MMK_L_latn_lc_b sevensuperior -30; + pos @MMK_L_latn_lc_b sixsuperior -10; + pos @MMK_L_latn_lc_b trademark -25; + pos @MMK_L_latn_lc_b underscore -50; + pos @MMK_L_latn_lc_b v -8; + pos @MMK_L_latn_lc_b x -16; + pos @MMK_L_latn_lc_b zeroinferior 5; + pos @MMK_L_latn_lc_b zerosuperior -10; + pos @MMK_L_latn_lc_c @MMK_R_inp_guill 5; + pos @MMK_L_latn_lc_c @MMK_R_inp_quotel -15; + pos @MMK_L_latn_lc_c @MMK_R_inp_quoter 2; + pos @MMK_L_latn_lc_c @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_lc_c @MMK_R_latn_lc_d -5; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_a 8; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_j 5; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_t -46; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_w -10; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_y -52; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_z 6; + pos @MMK_L_latn_lc_c V -27; + pos @MMK_L_latn_lc_c fiveinferior 5; + pos @MMK_L_latn_lc_c fivesuperior 10; + pos @MMK_L_latn_lc_c fourinferior 10; + pos @MMK_L_latn_lc_c foursuperior 10; + pos @MMK_L_latn_lc_c nineinferior -5; + pos @MMK_L_latn_lc_c sevensuperior -5; + pos @MMK_L_latn_lc_c sixsuperior 5; + pos @MMK_L_latn_lc_c slash -5; + pos @MMK_L_latn_lc_c threeinferior 10; + pos @MMK_L_latn_lc_c threesuperior 5; + pos @MMK_L_latn_lc_c underscore -40; + pos @MMK_L_latn_lc_c zeroinferior 10; + pos @MMK_L_latn_lc_e @MMK_R_inp_foot -20; + pos @MMK_L_latn_lc_e @MMK_R_inp_guill 15; + pos @MMK_L_latn_lc_e @MMK_R_inp_hyph 10; + pos @MMK_L_latn_lc_e @MMK_R_inp_period -15; + pos @MMK_L_latn_lc_e @MMK_R_inp_quotel -36; + pos @MMK_L_latn_lc_e @MMK_R_inp_quoter -35; + pos @MMK_L_latn_lc_e @MMK_R_latn_lc_w -5; + pos @MMK_L_latn_lc_e @MMK_R_latn_lc_y -7; + pos @MMK_L_latn_lc_e @MMK_R_latn_lc_z -5; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_i -5; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_s -10; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_t -65; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_w -20; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_y -60; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_z -5; + pos @MMK_L_latn_lc_e V -35; + pos @MMK_L_latn_lc_e X -20; + pos @MMK_L_latn_lc_e eightsuperior -5; + pos @MMK_L_latn_lc_e fivesuperior -5; + pos @MMK_L_latn_lc_e ninesuperior -20; + pos @MMK_L_latn_lc_e oneinferior 5; + pos @MMK_L_latn_lc_e onesuperior -10; + pos @MMK_L_latn_lc_e registered -5; + pos @MMK_L_latn_lc_e seveninferior 15; + pos @MMK_L_latn_lc_e sevensuperior -30; + pos @MMK_L_latn_lc_e sixsuperior -5; + pos @MMK_L_latn_lc_e threeinferior 5; + pos @MMK_L_latn_lc_e trademark -25; + pos @MMK_L_latn_lc_e underscore -60; + pos @MMK_L_latn_lc_e v -10; + pos @MMK_L_latn_lc_e x -16; + pos @MMK_L_latn_lc_e zeroinferior 5; + pos @MMK_L_latn_lc_e zerosuperior -10; + pos @MMK_L_latn_lc_f @MMK_R_inp_foot 30; + pos @MMK_L_latn_lc_f @MMK_R_inp_parenth 15; + pos @MMK_L_latn_lc_f @MMK_R_inp_period -30; + pos @MMK_L_latn_lc_f @MMK_R_inp_quotel 30; + pos @MMK_L_latn_lc_f @MMK_R_inp_quoter 30; + pos @MMK_L_latn_lc_f @MMK_R_latn_lc_c -4; + pos @MMK_L_latn_lc_f @MMK_R_latn_lc_d -4; + pos @MMK_L_latn_lc_f @MMK_R_latn_lc_f 4; + pos @MMK_L_latn_lc_f @MMK_R_latn_lc_g -4; + pos @MMK_L_latn_lc_f @MMK_R_latn_lc_i 13; + pos @MMK_L_latn_lc_f @MMK_R_latn_lc_y 10; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_a -6; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_j -23; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_o 15; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_t 25; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_w 25; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_y 30; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_z 2; + pos @MMK_L_latn_lc_f V 35; + pos @MMK_L_latn_lc_f X 14; + pos @MMK_L_latn_lc_f ampersand -15; + pos @MMK_L_latn_lc_f eightinferior -20; + pos @MMK_L_latn_lc_f eightsuperior 30; + pos @MMK_L_latn_lc_f exclam 20; + pos @MMK_L_latn_lc_f fiveinferior -20; + pos @MMK_L_latn_lc_f fivesuperior 20; + pos @MMK_L_latn_lc_f fourinferior -40; + pos @MMK_L_latn_lc_f foursuperior 35; + pos @MMK_L_latn_lc_f nineinferior -30; + pos @MMK_L_latn_lc_f ninesuperior 30; + pos @MMK_L_latn_lc_f oneinferior -20; + pos @MMK_L_latn_lc_f onesuperior 30; + pos @MMK_L_latn_lc_f parenright 25; + pos @MMK_L_latn_lc_f question 30; + pos @MMK_L_latn_lc_f registered 30; + pos @MMK_L_latn_lc_f seveninferior -10; + pos @MMK_L_latn_lc_f sevensuperior 35; + pos @MMK_L_latn_lc_f sixinferior -30; + pos @MMK_L_latn_lc_f sixsuperior 30; + pos @MMK_L_latn_lc_f slash -20; + pos @MMK_L_latn_lc_f threeinferior -10; + pos @MMK_L_latn_lc_f threesuperior 40; + pos @MMK_L_latn_lc_f trademark 40; + pos @MMK_L_latn_lc_f twoinferior -20; + pos @MMK_L_latn_lc_f twosuperior 25; + pos @MMK_L_latn_lc_f underscore -62; + pos @MMK_L_latn_lc_f v 10; + pos @MMK_L_latn_lc_f zeroinferior -10; + pos @MMK_L_latn_lc_f zerosuperior 30; + pos @MMK_L_latn_lc_g @MMK_R_inp_foot 5; + pos @MMK_L_latn_lc_g @MMK_R_inp_parenth 12; + pos @MMK_L_latn_lc_g @MMK_R_inp_period 6; + pos @MMK_L_latn_lc_g @MMK_R_inp_quotel 8; + pos @MMK_L_latn_lc_g @MMK_R_inp_quoter 12; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_a -2; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_c -6; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_d -6; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_g 7; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_j 28; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_u -4; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_y 5; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_a 25; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_j -9; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_t -9; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_y -8; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_z 10; + pos @MMK_L_latn_lc_g V -7; + pos @MMK_L_latn_lc_g X 11; + pos @MMK_L_latn_lc_g ampersand -5; + pos @MMK_L_latn_lc_g eightsuperior 20; + pos @MMK_L_latn_lc_g fivesuperior 20; + pos @MMK_L_latn_lc_g foursuperior 15; + pos @MMK_L_latn_lc_g nineinferior -5; + pos @MMK_L_latn_lc_g ninesuperior 20; + pos @MMK_L_latn_lc_g onesuperior 10; + pos @MMK_L_latn_lc_g parenright 27; + pos @MMK_L_latn_lc_g registered 10; + pos @MMK_L_latn_lc_g seveninferior -10; + pos @MMK_L_latn_lc_g sevensuperior 30; + pos @MMK_L_latn_lc_g sixsuperior 20; + pos @MMK_L_latn_lc_g slash 23; + pos @MMK_L_latn_lc_g threeinferior 10; + pos @MMK_L_latn_lc_g threesuperior 15; + pos @MMK_L_latn_lc_g trademark 10; + pos @MMK_L_latn_lc_g twoinferior 10; + pos @MMK_L_latn_lc_g twosuperior 10; + pos @MMK_L_latn_lc_g underscore 56; + pos @MMK_L_latn_lc_g zerosuperior 15; + pos @MMK_L_latn_lc_i @MMK_R_latn_uc_j -10; + pos @MMK_L_latn_lc_i @MMK_R_latn_uc_y -10; + pos @MMK_L_latn_lc_i eightsuperior 30; + pos @MMK_L_latn_lc_i fivesuperior 20; + pos @MMK_L_latn_lc_i foursuperior 20; + pos @MMK_L_latn_lc_i ninesuperior 20; + pos @MMK_L_latn_lc_i onesuperior 20; + pos @MMK_L_latn_lc_i sevensuperior 40; + pos @MMK_L_latn_lc_i sixsuperior 20; + pos @MMK_L_latn_lc_i threesuperior 20; + pos @MMK_L_latn_lc_i twosuperior 20; + pos @MMK_L_latn_lc_i zerosuperior 20; + pos @MMK_L_latn_lc_j @MMK_R_inp_quotel -15; + pos @MMK_L_latn_lc_j @MMK_R_inp_quoter 10; + pos @MMK_L_latn_lc_j @MMK_R_latn_uc_t -40; + pos @MMK_L_latn_lc_j @MMK_R_latn_uc_w -10; + pos @MMK_L_latn_lc_j @MMK_R_latn_uc_y -30; + pos @MMK_L_latn_lc_j V -25; + pos @MMK_L_latn_lc_j sevensuperior -10; + pos @MMK_L_latn_lc_k @MMK_R_inp_guilr -6; + pos @MMK_L_latn_lc_k @MMK_R_inp_hyph -35; + pos @MMK_L_latn_lc_k @MMK_R_inp_quotel -10; + pos @MMK_L_latn_lc_k @MMK_R_inp_quoter 4; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_c -27; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_d -20; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_s -10; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_t -10; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_u -10; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_w -5; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_y -5; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_a 15; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_j -5; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_o -13; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_s -7; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_t -32; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_w -7; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_y -46; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_z 16; + pos @MMK_L_latn_lc_k V -18; + pos @MMK_L_latn_lc_k ampersand -10; + pos @MMK_L_latn_lc_k at -10; + pos @MMK_L_latn_lc_k eightsuperior -10; + pos @MMK_L_latn_lc_k fiveinferior 10; + pos @MMK_L_latn_lc_k fivesuperior -10; + pos @MMK_L_latn_lc_k fourinferior 5; + pos @MMK_L_latn_lc_k nineinferior -5; + pos @MMK_L_latn_lc_k ninesuperior -10; + pos @MMK_L_latn_lc_k oneinferior 10; + pos @MMK_L_latn_lc_k onesuperior -20; + pos @MMK_L_latn_lc_k registered 5; + pos @MMK_L_latn_lc_k seveninferior -10; + pos @MMK_L_latn_lc_k sevensuperior -10; + pos @MMK_L_latn_lc_k sixsuperior -10; + pos @MMK_L_latn_lc_k threeinferior 10; + pos @MMK_L_latn_lc_k threesuperior -10; + pos @MMK_L_latn_lc_k twoinferior 15; + pos @MMK_L_latn_lc_k twosuperior -10; + pos @MMK_L_latn_lc_k underscore 20; + pos @MMK_L_latn_lc_k v -12; + pos @MMK_L_latn_lc_k zeroinferior 10; + pos @MMK_L_latn_lc_l @MMK_R_inp_hyph -10; + pos @MMK_L_latn_lc_l @MMK_R_inp_period 10; + pos @MMK_L_latn_lc_l @MMK_R_inp_quotel -30; + pos @MMK_L_latn_lc_l @MMK_R_inp_quoter -30; + pos @MMK_L_latn_lc_l @MMK_R_latn_lc_l -8; + pos @MMK_L_latn_lc_l @MMK_R_latn_lc_t -5; + pos @MMK_L_latn_lc_l @MMK_R_latn_lc_w -4; + pos @MMK_L_latn_lc_l @MMK_R_latn_lc_y -6; + pos @MMK_L_latn_lc_l @MMK_R_latn_lc_z 6; + pos @MMK_L_latn_lc_l @MMK_R_latn_uc_a 24; + pos @MMK_L_latn_lc_l @MMK_R_latn_uc_j 10; + pos @MMK_L_latn_lc_l @MMK_R_latn_uc_t -13; + pos @MMK_L_latn_lc_l @MMK_R_latn_uc_y -15; + pos @MMK_L_latn_lc_l @MMK_R_latn_uc_z 15; + pos @MMK_L_latn_lc_l V -5; + pos @MMK_L_latn_lc_l X 15; + pos @MMK_L_latn_lc_l eightinferior 20; + pos @MMK_L_latn_lc_l eightsuperior -15; + pos @MMK_L_latn_lc_l fiveinferior 20; + pos @MMK_L_latn_lc_l fivesuperior -20; + pos @MMK_L_latn_lc_l fourinferior 30; + pos @MMK_L_latn_lc_l foursuperior -20; + pos @MMK_L_latn_lc_l nineinferior 10; + pos @MMK_L_latn_lc_l ninesuperior -20; + pos @MMK_L_latn_lc_l oneinferior 20; + pos @MMK_L_latn_lc_l onesuperior -30; + pos @MMK_L_latn_lc_l seveninferior 10; + pos @MMK_L_latn_lc_l sevensuperior -10; + pos @MMK_L_latn_lc_l sixinferior 20; + pos @MMK_L_latn_lc_l sixsuperior -20; + pos @MMK_L_latn_lc_l threeinferior 30; + pos @MMK_L_latn_lc_l threesuperior -20; + pos @MMK_L_latn_lc_l twoinferior 30; + pos @MMK_L_latn_lc_l twosuperior -20; + pos @MMK_L_latn_lc_l underscore 25; + pos @MMK_L_latn_lc_l v -6; + pos @MMK_L_latn_lc_l zeroinferior 20; + pos @MMK_L_latn_lc_l zerosuperior -20; + pos @MMK_L_latn_lc_n @MMK_R_inp_foot -15; + pos @MMK_L_latn_lc_n @MMK_R_inp_quotel -40; + pos @MMK_L_latn_lc_n @MMK_R_inp_quoter -20; + pos @MMK_L_latn_lc_n @MMK_R_latn_lc_w -6; + pos @MMK_L_latn_lc_n @MMK_R_latn_lc_y -8; + pos @MMK_L_latn_lc_n @MMK_R_latn_uc_t -55; + pos @MMK_L_latn_lc_n @MMK_R_latn_uc_w -25; + pos @MMK_L_latn_lc_n @MMK_R_latn_uc_y -55; + pos @MMK_L_latn_lc_n V -35; + pos @MMK_L_latn_lc_n eightsuperior -10; + pos @MMK_L_latn_lc_n fivesuperior -15; + pos @MMK_L_latn_lc_n ninesuperior -25; + pos @MMK_L_latn_lc_n onesuperior -20; + pos @MMK_L_latn_lc_n registered -15; + pos @MMK_L_latn_lc_n sevensuperior -30; + pos @MMK_L_latn_lc_n sixsuperior -10; + pos @MMK_L_latn_lc_n trademark -25; + pos @MMK_L_latn_lc_n twosuperior -5; + pos @MMK_L_latn_lc_n v -8; + pos @MMK_L_latn_lc_n zerosuperior -10; + pos @MMK_L_latn_lc_o @MMK_R_inp_foot -20; + pos @MMK_L_latn_lc_o @MMK_R_inp_guill 15; + pos @MMK_L_latn_lc_o @MMK_R_inp_hyph 10; + pos @MMK_L_latn_lc_o @MMK_R_inp_period -15; + pos @MMK_L_latn_lc_o @MMK_R_inp_quotel -45; + pos @MMK_L_latn_lc_o @MMK_R_inp_quoter -35; + pos @MMK_L_latn_lc_o @MMK_R_latn_lc_f -6; + pos @MMK_L_latn_lc_o @MMK_R_latn_lc_t -6; + pos @MMK_L_latn_lc_o @MMK_R_latn_lc_w -10; + pos @MMK_L_latn_lc_o @MMK_R_latn_lc_y -10; + pos @MMK_L_latn_lc_o @MMK_R_latn_lc_z -8; + pos @MMK_L_latn_lc_o @MMK_R_latn_uc_i -5; + pos @MMK_L_latn_lc_o @MMK_R_latn_uc_t -65; + pos @MMK_L_latn_lc_o @MMK_R_latn_uc_w -25; + pos @MMK_L_latn_lc_o @MMK_R_latn_uc_y -60; + pos @MMK_L_latn_lc_o @MMK_R_latn_uc_z -5; + pos @MMK_L_latn_lc_o V -35; + pos @MMK_L_latn_lc_o X -20; + pos @MMK_L_latn_lc_o fivesuperior -10; + pos @MMK_L_latn_lc_o foursuperior -5; + pos @MMK_L_latn_lc_o ninesuperior -20; + pos @MMK_L_latn_lc_o onesuperior -10; + pos @MMK_L_latn_lc_o registered -5; + pos @MMK_L_latn_lc_o seveninferior 15; + pos @MMK_L_latn_lc_o sevensuperior -30; + pos @MMK_L_latn_lc_o sixsuperior -10; + pos @MMK_L_latn_lc_o threeinferior 5; + pos @MMK_L_latn_lc_o trademark -25; + pos @MMK_L_latn_lc_o underscore -60; + pos @MMK_L_latn_lc_o v -8; + pos @MMK_L_latn_lc_o x -16; + pos @MMK_L_latn_lc_o zeroinferior 5; + pos @MMK_L_latn_lc_o zerosuperior -10; + pos @MMK_L_latn_lc_r @MMK_R_inp_foot 30; + pos @MMK_L_latn_lc_r @MMK_R_inp_period -80; + pos @MMK_L_latn_lc_r @MMK_R_inp_quotel 15; + pos @MMK_L_latn_lc_r @MMK_R_inp_quoter 25; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_a -14; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_d -4; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_f 9; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_g -14; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_t 4; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_w 5; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_y 7; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_a -40; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_j -24; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_o 10; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_s 7; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_t -10; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_y -20; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_z -11; + pos @MMK_L_latn_lc_r X -20; + pos @MMK_L_latn_lc_r ampersand -20; + pos @MMK_L_latn_lc_r eightinferior -30; + pos @MMK_L_latn_lc_r eightsuperior 30; + pos @MMK_L_latn_lc_r fiveinferior -20; + pos @MMK_L_latn_lc_r fivesuperior 40; + pos @MMK_L_latn_lc_r fourinferior -50; + pos @MMK_L_latn_lc_r foursuperior 40; + pos @MMK_L_latn_lc_r nineinferior -30; + pos @MMK_L_latn_lc_r ninesuperior 20; + pos @MMK_L_latn_lc_r oneinferior -20; + pos @MMK_L_latn_lc_r onesuperior 20; + pos @MMK_L_latn_lc_r registered 23; + pos @MMK_L_latn_lc_r seveninferior -10; + pos @MMK_L_latn_lc_r sevensuperior 10; + pos @MMK_L_latn_lc_r sixinferior -40; + pos @MMK_L_latn_lc_r sixsuperior 40; + pos @MMK_L_latn_lc_r slash -22; + pos @MMK_L_latn_lc_r threeinferior -10; + pos @MMK_L_latn_lc_r threesuperior 50; + pos @MMK_L_latn_lc_r trademark 30; + pos @MMK_L_latn_lc_r twoinferior -20; + pos @MMK_L_latn_lc_r twosuperior 40; + pos @MMK_L_latn_lc_r underscore -80; + pos @MMK_L_latn_lc_r v 7; + pos @MMK_L_latn_lc_r zeroinferior -20; + pos @MMK_L_latn_lc_r zerosuperior 40; + pos @MMK_L_latn_lc_s @MMK_R_inp_foot -10; + pos @MMK_L_latn_lc_s @MMK_R_inp_period -8; + pos @MMK_L_latn_lc_s @MMK_R_inp_quotel -25; + pos @MMK_L_latn_lc_s @MMK_R_inp_quoter -15; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_f -3; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_s -7; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_t -8; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_w -10; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_y -9; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_z -10; + pos @MMK_L_latn_lc_s @MMK_R_latn_uc_a 2; + pos @MMK_L_latn_lc_s @MMK_R_latn_uc_j -2; + pos @MMK_L_latn_lc_s @MMK_R_latn_uc_t -65; + pos @MMK_L_latn_lc_s @MMK_R_latn_uc_y -54; + pos @MMK_L_latn_lc_s V -33; + pos @MMK_L_latn_lc_s X -23; + pos @MMK_L_latn_lc_s eightsuperior -5; + pos @MMK_L_latn_lc_s fivesuperior -10; + pos @MMK_L_latn_lc_s fourinferior 10; + pos @MMK_L_latn_lc_s nineinferior 5; + pos @MMK_L_latn_lc_s ninesuperior -10; + pos @MMK_L_latn_lc_s onesuperior -20; + pos @MMK_L_latn_lc_s sevensuperior -20; + pos @MMK_L_latn_lc_s sixinferior 5; + pos @MMK_L_latn_lc_s sixsuperior -10; + pos @MMK_L_latn_lc_s threeinferior 5; + pos @MMK_L_latn_lc_s threesuperior -10; + pos @MMK_L_latn_lc_s twosuperior -10; + pos @MMK_L_latn_lc_s underscore -50; + pos @MMK_L_latn_lc_s v -12; + pos @MMK_L_latn_lc_s x -17; + pos @MMK_L_latn_lc_s zeroinferior 5; + pos @MMK_L_latn_lc_s zerosuperior -5; + pos @MMK_L_latn_lc_t @MMK_R_inp_guill -10; + pos @MMK_L_latn_lc_t @MMK_R_inp_hyph -10; + pos @MMK_L_latn_lc_t @MMK_R_inp_quotel -5; + pos @MMK_L_latn_lc_t @MMK_R_inp_quoter 5; + pos @MMK_L_latn_lc_t @MMK_R_latn_lc_c -4; + pos @MMK_L_latn_lc_t @MMK_R_latn_lc_d -4; + pos @MMK_L_latn_lc_t @MMK_R_latn_lc_t -5; + pos @MMK_L_latn_lc_t @MMK_R_latn_uc_a 6; + pos @MMK_L_latn_lc_t @MMK_R_latn_uc_t -24; + pos @MMK_L_latn_lc_t @MMK_R_latn_uc_y -20; + pos @MMK_L_latn_lc_t ampersand -10; + pos @MMK_L_latn_lc_t eightinferior 5; + pos @MMK_L_latn_lc_t eightsuperior 20; + pos @MMK_L_latn_lc_t fourinferior 10; + pos @MMK_L_latn_lc_t foursuperior 30; + pos @MMK_L_latn_lc_t nineinferior -10; + pos @MMK_L_latn_lc_t ninesuperior 10; + pos @MMK_L_latn_lc_t registered 15; + pos @MMK_L_latn_lc_t sixsuperior 30; + pos @MMK_L_latn_lc_t threeinferior 20; + pos @MMK_L_latn_lc_t threesuperior 20; + pos @MMK_L_latn_lc_t trademark 5; + pos @MMK_L_latn_lc_t underscore 20; + pos @MMK_L_latn_lc_t zerosuperior 50; + pos @MMK_L_latn_lc_u @MMK_R_inp_quoter 5; + pos @MMK_L_latn_lc_u @MMK_R_latn_uc_t -45; + pos @MMK_L_latn_lc_u @MMK_R_latn_uc_w -10; + pos @MMK_L_latn_lc_u @MMK_R_latn_uc_y -50; + pos @MMK_L_latn_lc_u V -25; + pos @MMK_L_latn_lc_u onesuperior -10; + pos @MMK_L_latn_lc_w @MMK_R_inp_foot 20; + pos @MMK_L_latn_lc_w @MMK_R_inp_hyph -4; + pos @MMK_L_latn_lc_w @MMK_R_inp_period -40; + pos @MMK_L_latn_lc_w @MMK_R_inp_quotel 5; + pos @MMK_L_latn_lc_w @MMK_R_inp_quoter 20; + pos @MMK_L_latn_lc_w @MMK_R_latn_lc_a -14; + pos @MMK_L_latn_lc_w @MMK_R_latn_lc_c -10; + pos @MMK_L_latn_lc_w @MMK_R_latn_lc_d -10; + pos @MMK_L_latn_lc_w @MMK_R_latn_lc_g -17; + pos @MMK_L_latn_lc_w @MMK_R_latn_lc_s -4; + pos @MMK_L_latn_lc_w @MMK_R_latn_uc_a -20; + pos @MMK_L_latn_lc_w @MMK_R_latn_uc_j -30; + pos @MMK_L_latn_lc_w @MMK_R_latn_uc_t -35; + pos @MMK_L_latn_lc_w @MMK_R_latn_uc_w -10; + pos @MMK_L_latn_lc_w @MMK_R_latn_uc_y -40; + pos @MMK_L_latn_lc_w V -10; + pos @MMK_L_latn_lc_w ampersand -20; + pos @MMK_L_latn_lc_w at -10; + pos @MMK_L_latn_lc_w eightinferior -25; + pos @MMK_L_latn_lc_w eightsuperior 10; + pos @MMK_L_latn_lc_w fiveinferior -30; + pos @MMK_L_latn_lc_w fivesuperior 10; + pos @MMK_L_latn_lc_w fourinferior -40; + pos @MMK_L_latn_lc_w foursuperior 20; + pos @MMK_L_latn_lc_w nineinferior -25; + pos @MMK_L_latn_lc_w ninesuperior 10; + pos @MMK_L_latn_lc_w oneinferior -20; + pos @MMK_L_latn_lc_w registered 20; + pos @MMK_L_latn_lc_w seveninferior -10; + pos @MMK_L_latn_lc_w sixinferior -30; + pos @MMK_L_latn_lc_w sixsuperior 10; + pos @MMK_L_latn_lc_w threeinferior -30; + pos @MMK_L_latn_lc_w threesuperior 10; + pos @MMK_L_latn_lc_w trademark 5; + pos @MMK_L_latn_lc_w twoinferior -25; + pos @MMK_L_latn_lc_w underscore -50; + pos @MMK_L_latn_lc_w zeroinferior -20; + pos @MMK_L_latn_lc_w zerosuperior 20; + pos @MMK_L_latn_lc_y @MMK_R_inp_foot 20; + pos @MMK_L_latn_lc_y @MMK_R_inp_hyph -5; + pos @MMK_L_latn_lc_y @MMK_R_inp_period -45; + pos @MMK_L_latn_lc_y @MMK_R_inp_quotel 25; + pos @MMK_L_latn_lc_y @MMK_R_inp_quoter 25; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_a -14; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_c -8; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_d -8; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_f 7; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_g -21; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_s -9; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_z -4; + pos @MMK_L_latn_lc_y @MMK_R_latn_uc_a -15; + pos @MMK_L_latn_lc_y @MMK_R_latn_uc_i -5; + pos @MMK_L_latn_lc_y @MMK_R_latn_uc_j -30; + pos @MMK_L_latn_lc_y @MMK_R_latn_uc_t -30; + pos @MMK_L_latn_lc_y @MMK_R_latn_uc_y -35; + pos @MMK_L_latn_lc_y V -10; + pos @MMK_L_latn_lc_y ampersand -30; + pos @MMK_L_latn_lc_y at -10; + pos @MMK_L_latn_lc_y eightinferior -20; + pos @MMK_L_latn_lc_y eightsuperior 20; + pos @MMK_L_latn_lc_y fiveinferior -20; + pos @MMK_L_latn_lc_y fivesuperior 10; + pos @MMK_L_latn_lc_y fourinferior -50; + pos @MMK_L_latn_lc_y foursuperior 30; + pos @MMK_L_latn_lc_y nineinferior -30; + pos @MMK_L_latn_lc_y ninesuperior 15; + pos @MMK_L_latn_lc_y oneinferior -25; + pos @MMK_L_latn_lc_y onesuperior 5; + pos @MMK_L_latn_lc_y registered 30; + pos @MMK_L_latn_lc_y seveninferior -5; + pos @MMK_L_latn_lc_y sevensuperior 20; + pos @MMK_L_latn_lc_y sixinferior -30; + pos @MMK_L_latn_lc_y sixsuperior 20; + pos @MMK_L_latn_lc_y slash -5; + pos @MMK_L_latn_lc_y threeinferior -20; + pos @MMK_L_latn_lc_y threesuperior 20; + pos @MMK_L_latn_lc_y trademark 20; + pos @MMK_L_latn_lc_y twoinferior -20; + pos @MMK_L_latn_lc_y underscore -80; + pos @MMK_L_latn_lc_y zeroinferior -30; + pos @MMK_L_latn_lc_y zerosuperior 20; + pos @MMK_L_latn_lc_z @MMK_R_inp_foot 5; + pos @MMK_L_latn_lc_z @MMK_R_inp_hyph -20; + pos @MMK_L_latn_lc_z @MMK_R_inp_period 10; + pos @MMK_L_latn_lc_z @MMK_R_inp_quoter 5; + pos @MMK_L_latn_lc_z @MMK_R_latn_lc_c -12; + pos @MMK_L_latn_lc_z @MMK_R_latn_lc_d -10; + pos @MMK_L_latn_lc_z @MMK_R_latn_uc_a 10; + pos @MMK_L_latn_lc_z @MMK_R_latn_uc_t -35; + pos @MMK_L_latn_lc_z @MMK_R_latn_uc_w -5; + pos @MMK_L_latn_lc_z @MMK_R_latn_uc_y -30; + pos @MMK_L_latn_lc_z V -10; + pos @MMK_L_latn_lc_z X 10; + pos @MMK_L_latn_lc_z ampersand -10; + pos @MMK_L_latn_lc_z at -10; + pos @MMK_L_latn_lc_z eightsuperior 5; + pos @MMK_L_latn_lc_z fivesuperior 10; + pos @MMK_L_latn_lc_z foursuperior 10; + pos @MMK_L_latn_lc_z nineinferior -10; + pos @MMK_L_latn_lc_z ninesuperior -5; + pos @MMK_L_latn_lc_z registered 25; + pos @MMK_L_latn_lc_z seveninferior -10; + pos @MMK_L_latn_lc_z sevensuperior -10; + pos @MMK_L_latn_lc_z sixsuperior 5; + pos @MMK_L_latn_lc_z threeinferior 10; + pos @MMK_L_latn_lc_z trademark 10; + pos @MMK_L_latn_lc_z twoinferior 10; + pos @MMK_L_latn_lc_z underscore 5; + pos @MMK_L_latn_lc_z zerosuperior 10; + pos @MMK_L_latn_uc_a @MMK_R_inp_foot -50; + pos @MMK_L_latn_uc_a @MMK_R_inp_hyph -15; + pos @MMK_L_latn_uc_a @MMK_R_inp_period 20; + pos @MMK_L_latn_uc_a @MMK_R_inp_quotel -70; + pos @MMK_L_latn_uc_a @MMK_R_inp_quoter -65; + pos @MMK_L_latn_uc_a @MMK_R_latn_lc_a 3; + pos @MMK_L_latn_uc_a @MMK_R_latn_lc_t -19; + pos @MMK_L_latn_uc_a @MMK_R_latn_lc_w -20; + pos @MMK_L_latn_uc_a @MMK_R_latn_lc_y -15; + pos @MMK_L_latn_uc_a @MMK_R_latn_lc_z 10; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_a 10; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_j -14; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_o -30; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_t -65; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_u -24; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_w -27; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_y -70; + pos @MMK_L_latn_uc_a V -54; + pos @MMK_L_latn_uc_a X 5; + pos @MMK_L_latn_uc_a ampersand -10; + pos @MMK_L_latn_uc_a at -20; + pos @MMK_L_latn_uc_a eightinferior 5; + pos @MMK_L_latn_uc_a eightsuperior -55; + pos @MMK_L_latn_uc_a fiveinferior 10; + pos @MMK_L_latn_uc_a fivesuperior -70; + pos @MMK_L_latn_uc_a fourinferior 10; + pos @MMK_L_latn_uc_a foursuperior -70; + pos @MMK_L_latn_uc_a ninesuperior -60; + pos @MMK_L_latn_uc_a oneinferior 10; + pos @MMK_L_latn_uc_a onesuperior -80; + pos @MMK_L_latn_uc_a question -50; + pos @MMK_L_latn_uc_a registered -70; + pos @MMK_L_latn_uc_a sevensuperior -70; + pos @MMK_L_latn_uc_a sixinferior 5; + pos @MMK_L_latn_uc_a sixsuperior -70; + pos @MMK_L_latn_uc_a threeinferior 10; + pos @MMK_L_latn_uc_a threesuperior -50; + pos @MMK_L_latn_uc_a trademark -75; + pos @MMK_L_latn_uc_a twoinferior 10; + pos @MMK_L_latn_uc_a twosuperior -60; + pos @MMK_L_latn_uc_a underscore 15; + pos @MMK_L_latn_uc_a v -30; + pos @MMK_L_latn_uc_a zeroinferior 10; + pos @MMK_L_latn_uc_a zerosuperior -60; + pos @MMK_L_latn_uc_c @MMK_R_inp_hyph -10; + pos @MMK_L_latn_uc_c @MMK_R_latn_uc_a -8; + pos @MMK_L_latn_uc_c @MMK_R_latn_uc_o -13; + pos @MMK_L_latn_uc_c @MMK_R_latn_uc_y -10; + pos @MMK_L_latn_uc_c X -20; + pos @MMK_L_latn_uc_c ampersand -10; + pos @MMK_L_latn_uc_c at -10; + pos @MMK_L_latn_uc_c eightinferior 5; + pos @MMK_L_latn_uc_c fivesuperior 5; + pos @MMK_L_latn_uc_c fourinferior 5; + pos @MMK_L_latn_uc_c foursuperior 5; + pos @MMK_L_latn_uc_c nineinferior -5; + pos @MMK_L_latn_uc_c registered 5; + pos @MMK_L_latn_uc_c sixinferior 5; + pos @MMK_L_latn_uc_c slash -20; + pos @MMK_L_latn_uc_c underscore -44; + pos @MMK_L_latn_uc_c zerosuperior 5; + pos @MMK_L_latn_uc_d @MMK_R_inp_foot -10; + pos @MMK_L_latn_uc_d @MMK_R_inp_guill 20; + pos @MMK_L_latn_uc_d @MMK_R_inp_hyph 15; + pos @MMK_L_latn_uc_d @MMK_R_inp_period -40; + pos @MMK_L_latn_uc_d @MMK_R_inp_quotel -30; + pos @MMK_L_latn_uc_d @MMK_R_inp_quoter -25; + pos @MMK_L_latn_uc_d @MMK_R_latn_uc_a -37; + pos @MMK_L_latn_uc_d @MMK_R_latn_uc_j -30; + pos @MMK_L_latn_uc_d @MMK_R_latn_uc_t -25; + pos @MMK_L_latn_uc_d @MMK_R_latn_uc_w -23; + pos @MMK_L_latn_uc_d @MMK_R_latn_uc_y -46; + pos @MMK_L_latn_uc_d @MMK_R_latn_uc_z -25; + pos @MMK_L_latn_uc_d V -31; + pos @MMK_L_latn_uc_d X -30; + pos @MMK_L_latn_uc_d eightinferior -5; + pos @MMK_L_latn_uc_d fiveinferior -10; + pos @MMK_L_latn_uc_d fourinferior -15; + pos @MMK_L_latn_uc_d nineinferior -5; + pos @MMK_L_latn_uc_d ninesuperior -5; + pos @MMK_L_latn_uc_d sevensuperior -20; + pos @MMK_L_latn_uc_d sixinferior -5; + pos @MMK_L_latn_uc_d slash -45; + pos @MMK_L_latn_uc_d threeinferior -5; + pos @MMK_L_latn_uc_d trademark -25; + pos @MMK_L_latn_uc_d twoinferior -10; + pos @MMK_L_latn_uc_e @MMK_R_latn_lc_c -10; + pos @MMK_L_latn_uc_e @MMK_R_latn_lc_d -10; + pos @MMK_L_latn_uc_e @MMK_R_latn_lc_g -5; + pos @MMK_L_latn_uc_e @MMK_R_latn_uc_j -20; + pos @MMK_L_latn_uc_e ampersand -15; + pos @MMK_L_latn_uc_e at -10; + pos @MMK_L_latn_uc_e eightsuperior -5; + pos @MMK_L_latn_uc_e fourinferior 5; + pos @MMK_L_latn_uc_e foursuperior -10; + pos @MMK_L_latn_uc_e onesuperior -10; + pos @MMK_L_latn_uc_e seveninferior -10; + pos @MMK_L_latn_uc_e sevensuperior 15; + pos @MMK_L_latn_uc_e trademark 10; + pos @MMK_L_latn_uc_g @MMK_R_inp_foot -10; + pos @MMK_L_latn_uc_g @MMK_R_inp_hyph 10; + pos @MMK_L_latn_uc_g @MMK_R_inp_quotel -30; + pos @MMK_L_latn_uc_g @MMK_R_inp_quoter -20; + pos @MMK_L_latn_uc_g @MMK_R_latn_uc_j -12; + pos @MMK_L_latn_uc_g @MMK_R_latn_uc_t -38; + pos @MMK_L_latn_uc_g @MMK_R_latn_uc_w -13; + pos @MMK_L_latn_uc_g @MMK_R_latn_uc_y -44; + pos @MMK_L_latn_uc_g V -30; + pos @MMK_L_latn_uc_g X -10; + pos @MMK_L_latn_uc_g eightsuperior -15; + pos @MMK_L_latn_uc_g fivesuperior -15; + pos @MMK_L_latn_uc_g foursuperior -15; + pos @MMK_L_latn_uc_g ninesuperior -25; + pos @MMK_L_latn_uc_g onesuperior -20; + pos @MMK_L_latn_uc_g registered -15; + pos @MMK_L_latn_uc_g sevensuperior -25; + pos @MMK_L_latn_uc_g sixsuperior -20; + pos @MMK_L_latn_uc_g threesuperior -10; + pos @MMK_L_latn_uc_g trademark -30; + pos @MMK_L_latn_uc_g twosuperior -20; + pos @MMK_L_latn_uc_g zerosuperior -20; + pos @MMK_L_latn_uc_i @MMK_R_inp_hyph -30; + pos @MMK_L_latn_uc_i @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_uc_i @MMK_R_latn_lc_d -5; + pos @MMK_L_latn_uc_i @MMK_R_latn_lc_s -5; + pos @MMK_L_latn_uc_i @MMK_R_latn_lc_y -5; + pos @MMK_L_latn_uc_i @MMK_R_latn_uc_t -4; + pos @MMK_L_latn_uc_i at -20; + pos @MMK_L_latn_uc_i fourinferior 5; + pos @MMK_L_latn_uc_i foursuperior -10; + pos @MMK_L_latn_uc_i nineinferior -10; + pos @MMK_L_latn_uc_i seveninferior -20; + pos @MMK_L_latn_uc_i sevensuperior 15; + pos @MMK_L_latn_uc_i sixsuperior -5; + pos @MMK_L_latn_uc_i threeinferior 10; + pos @MMK_L_latn_uc_i threesuperior 5; + pos @MMK_L_latn_uc_i twoinferior 5; + pos @MMK_L_latn_uc_i v -5; + pos @MMK_L_latn_uc_i zeroinferior 5; + pos @MMK_L_latn_uc_i zerosuperior 5; + pos @MMK_L_latn_uc_j @MMK_R_inp_period -25; + pos @MMK_L_latn_uc_j @MMK_R_latn_uc_a -21; + pos @MMK_L_latn_uc_j @MMK_R_latn_uc_j -12; + pos @MMK_L_latn_uc_j X -15; + pos @MMK_L_latn_uc_j fiveinferior -5; + pos @MMK_L_latn_uc_j fourinferior -10; + pos @MMK_L_latn_uc_j nineinferior -5; + pos @MMK_L_latn_uc_j sixinferior -10; + pos @MMK_L_latn_uc_j slash -35; + pos @MMK_L_latn_uc_j underscore -85; + pos @MMK_L_latn_uc_k @MMK_R_inp_foot -10; + pos @MMK_L_latn_uc_k @MMK_R_inp_guill -30; + pos @MMK_L_latn_uc_k @MMK_R_inp_guilr -20; + pos @MMK_L_latn_uc_k @MMK_R_inp_hyph -45; + pos @MMK_L_latn_uc_k @MMK_R_inp_period 10; + pos @MMK_L_latn_uc_k @MMK_R_inp_quotel -30; + pos @MMK_L_latn_uc_k @MMK_R_inp_quoter -20; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_a -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_c -25; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_d -25; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_f -20; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_g -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_l -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_n -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_t -30; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_u -20; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_w -20; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_y -20; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_z 10; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_j -20; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_o -40; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_s -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_t -25; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_w -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_y -20; + pos @MMK_L_latn_uc_k V -25; + pos @MMK_L_latn_uc_k ampersand -30; + pos @MMK_L_latn_uc_k at -40; + pos @MMK_L_latn_uc_k eightinferior 5; + pos @MMK_L_latn_uc_k eightsuperior -30; + pos @MMK_L_latn_uc_k fivesuperior -30; + pos @MMK_L_latn_uc_k fourinferior 10; + pos @MMK_L_latn_uc_k foursuperior -50; + pos @MMK_L_latn_uc_k nineinferior -10; + pos @MMK_L_latn_uc_k ninesuperior -25; + pos @MMK_L_latn_uc_k oneinferior 10; + pos @MMK_L_latn_uc_k onesuperior -30; + pos @MMK_L_latn_uc_k p -10; + pos @MMK_L_latn_uc_k parenright 10; + pos @MMK_L_latn_uc_k registered -45; + pos @MMK_L_latn_uc_k seveninferior -20; + pos @MMK_L_latn_uc_k sevensuperior -10; + pos @MMK_L_latn_uc_k sixsuperior -40; + pos @MMK_L_latn_uc_k threeinferior 20; + pos @MMK_L_latn_uc_k threesuperior -30; + pos @MMK_L_latn_uc_k twoinferior 20; + pos @MMK_L_latn_uc_k twosuperior -30; + pos @MMK_L_latn_uc_k v -20; + pos @MMK_L_latn_uc_k x -5; + pos @MMK_L_latn_uc_k zerosuperior -30; + pos @MMK_L_latn_uc_l @MMK_R_inp_foot -90; + pos @MMK_L_latn_uc_l @MMK_R_inp_guill -16; + pos @MMK_L_latn_uc_l @MMK_R_inp_hyph -35; + pos @MMK_L_latn_uc_l @MMK_R_inp_period 20; + pos @MMK_L_latn_uc_l @MMK_R_inp_quotel -85; + pos @MMK_L_latn_uc_l @MMK_R_inp_quoter -80; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_a 4; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_c -10; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_d -9; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_t -20; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_u -5; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_w -30; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_y -35; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_z 11; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_a 17; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_o -40; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_t -74; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_u -33; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_w -41; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_y -89; + pos @MMK_L_latn_uc_l V -72; + pos @MMK_L_latn_uc_l ampersand -5; + pos @MMK_L_latn_uc_l at -10; + pos @MMK_L_latn_uc_l eightinferior 15; + pos @MMK_L_latn_uc_l eightsuperior -70; + pos @MMK_L_latn_uc_l fiveinferior 15; + pos @MMK_L_latn_uc_l fivesuperior -80; + pos @MMK_L_latn_uc_l fourinferior 20; + pos @MMK_L_latn_uc_l foursuperior -70; + pos @MMK_L_latn_uc_l ninesuperior -80; + pos @MMK_L_latn_uc_l oneinferior 10; + pos @MMK_L_latn_uc_l onesuperior -70; + pos @MMK_L_latn_uc_l question -60; + pos @MMK_L_latn_uc_l registered -110; + pos @MMK_L_latn_uc_l sevensuperior -80; + pos @MMK_L_latn_uc_l sixinferior 10; + pos @MMK_L_latn_uc_l sixsuperior -70; + pos @MMK_L_latn_uc_l slash 10; + pos @MMK_L_latn_uc_l threeinferior 20; + pos @MMK_L_latn_uc_l threesuperior -70; + pos @MMK_L_latn_uc_l trademark -90; + pos @MMK_L_latn_uc_l twoinferior 15; + pos @MMK_L_latn_uc_l twosuperior -80; + pos @MMK_L_latn_uc_l underscore 20; + pos @MMK_L_latn_uc_l v -50; + pos @MMK_L_latn_uc_l x 10; + pos @MMK_L_latn_uc_l zeroinferior 10; + pos @MMK_L_latn_uc_l zerosuperior -70; + pos @MMK_L_latn_uc_o @MMK_R_inp_foot -10; + pos @MMK_L_latn_uc_o @MMK_R_inp_guill 20; + pos @MMK_L_latn_uc_o @MMK_R_inp_hyph 15; + pos @MMK_L_latn_uc_o @MMK_R_inp_period -40; + pos @MMK_L_latn_uc_o @MMK_R_inp_quotel -25; + pos @MMK_L_latn_uc_o @MMK_R_inp_quoter -25; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_a -30; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_j -30; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_s -4; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_t -25; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_w -23; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_y -50; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_z -18; + pos @MMK_L_latn_uc_o V -31; + pos @MMK_L_latn_uc_o X -30; + pos @MMK_L_latn_uc_o ampersand -5; + pos @MMK_L_latn_uc_o eightinferior -5; + pos @MMK_L_latn_uc_o fourinferior -10; + pos @MMK_L_latn_uc_o ninesuperior -10; + pos @MMK_L_latn_uc_o onesuperior -5; + pos @MMK_L_latn_uc_o registered -5; + pos @MMK_L_latn_uc_o sevensuperior -20; + pos @MMK_L_latn_uc_o sixinferior -10; + pos @MMK_L_latn_uc_o slash -45; + pos @MMK_L_latn_uc_o trademark -25; + pos @MMK_L_latn_uc_o twoinferior -5; + pos @MMK_L_latn_uc_o underscore -100; + pos @MMK_L_latn_uc_r @MMK_R_inp_hyph -15; + pos @MMK_L_latn_uc_r @MMK_R_latn_lc_a -10; + pos @MMK_L_latn_uc_r @MMK_R_latn_lc_c -15; + pos @MMK_L_latn_uc_r @MMK_R_latn_lc_d -15; + pos @MMK_L_latn_uc_r @MMK_R_latn_lc_g -25; + pos @MMK_L_latn_uc_r @MMK_R_latn_lc_y -4; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_j -35; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_o -10; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_t -24; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_u -14; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_w -14; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_y -40; + pos @MMK_L_latn_uc_r V -30; + pos @MMK_L_latn_uc_r ampersand -25; + pos @MMK_L_latn_uc_r at -20; + pos @MMK_L_latn_uc_r eightinferior -10; + pos @MMK_L_latn_uc_r fivesuperior -5; + pos @MMK_L_latn_uc_r nineinferior -10; + pos @MMK_L_latn_uc_r ninesuperior -5; + pos @MMK_L_latn_uc_r oneinferior -10; + pos @MMK_L_latn_uc_r onesuperior -20; + pos @MMK_L_latn_uc_r seveninferior -10; + pos @MMK_L_latn_uc_r sevensuperior -20; + pos @MMK_L_latn_uc_r sixinferior -5; + pos @MMK_L_latn_uc_r slash -20; + pos @MMK_L_latn_uc_r threesuperior -10; + pos @MMK_L_latn_uc_r trademark -20; + pos @MMK_L_latn_uc_r zeroinferior -5; + pos @MMK_L_latn_uc_s @MMK_R_inp_guill 20; + pos @MMK_L_latn_uc_s @MMK_R_inp_hyph 15; + pos @MMK_L_latn_uc_s @MMK_R_inp_quotel -30; + pos @MMK_L_latn_uc_s @MMK_R_inp_quoter -17; + pos @MMK_L_latn_uc_s @MMK_R_latn_lc_t -5; + pos @MMK_L_latn_uc_s @MMK_R_latn_uc_s -14; + pos @MMK_L_latn_uc_s @MMK_R_latn_uc_t -23; + pos @MMK_L_latn_uc_s @MMK_R_latn_uc_w -18; + pos @MMK_L_latn_uc_s @MMK_R_latn_uc_y -40; + pos @MMK_L_latn_uc_s V -18; + pos @MMK_L_latn_uc_s ampersand -10; + pos @MMK_L_latn_uc_s at -10; + pos @MMK_L_latn_uc_s eightsuperior -10; + pos @MMK_L_latn_uc_s fivesuperior -10; + pos @MMK_L_latn_uc_s foursuperior -20; + pos @MMK_L_latn_uc_s ninesuperior -10; + pos @MMK_L_latn_uc_s onesuperior -20; + pos @MMK_L_latn_uc_s registered -5; + pos @MMK_L_latn_uc_s sevensuperior -10; + pos @MMK_L_latn_uc_s sixsuperior -10; + pos @MMK_L_latn_uc_s slash -35; + pos @MMK_L_latn_uc_s threesuperior -15; + pos @MMK_L_latn_uc_s twosuperior -10; + pos @MMK_L_latn_uc_s underscore -60; + pos @MMK_L_latn_uc_s zeroinferior 5; + pos @MMK_L_latn_uc_s zerosuperior -10; + pos @MMK_L_latn_uc_t @MMK_R_inp_colon -40; + pos @MMK_L_latn_uc_t @MMK_R_inp_foot 15; + pos @MMK_L_latn_uc_t @MMK_R_inp_guill -40; + pos @MMK_L_latn_uc_t @MMK_R_inp_guilr -40; + pos @MMK_L_latn_uc_t @MMK_R_inp_hyph -45; + pos @MMK_L_latn_uc_t @MMK_R_inp_period -70; + pos @MMK_L_latn_uc_t @MMK_R_inp_quotel 10; + pos @MMK_L_latn_uc_t @MMK_R_inp_quoter 10; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_a -70; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_c -65; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_d -65; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_f -15; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_g -80; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_n -45; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_s -70; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_u -45; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_w -35; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_y -30; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_z -50; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_a -65; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_i -4; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_j -55; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_o -25; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_s -12; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_t 15; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_w 3; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_y 3; + pos @MMK_L_latn_uc_t V 3; + pos @MMK_L_latn_uc_t ampersand -30; + pos @MMK_L_latn_uc_t at -30; + pos @MMK_L_latn_uc_t eightinferior -70; + pos @MMK_L_latn_uc_t eightsuperior 10; + pos @MMK_L_latn_uc_t fiveinferior -60; + pos @MMK_L_latn_uc_t fivesuperior 20; + pos @MMK_L_latn_uc_t fourinferior -70; + pos @MMK_L_latn_uc_t nineinferior -70; + pos @MMK_L_latn_uc_t ninesuperior 15; + pos @MMK_L_latn_uc_t oneinferior -70; + pos @MMK_L_latn_uc_t onesuperior 20; + pos @MMK_L_latn_uc_t p -45; + pos @MMK_L_latn_uc_t parenright 20; + pos @MMK_L_latn_uc_t seveninferior -50; + pos @MMK_L_latn_uc_t sevensuperior 30; + pos @MMK_L_latn_uc_t sixinferior -70; + pos @MMK_L_latn_uc_t slash -100; + pos @MMK_L_latn_uc_t threeinferior -50; + pos @MMK_L_latn_uc_t threesuperior 20; + pos @MMK_L_latn_uc_t trademark 20; + pos @MMK_L_latn_uc_t twoinferior -70; + pos @MMK_L_latn_uc_t twosuperior 10; + pos @MMK_L_latn_uc_t underscore -80; + pos @MMK_L_latn_uc_t v -25; + pos @MMK_L_latn_uc_t x -35; + pos @MMK_L_latn_uc_t zeroinferior -60; + pos @MMK_L_latn_uc_t zerosuperior 20; + pos @MMK_L_latn_uc_u @MMK_R_inp_period -35; + pos @MMK_L_latn_uc_u @MMK_R_latn_lc_g -10; + pos @MMK_L_latn_uc_u @MMK_R_latn_uc_a -25; + pos @MMK_L_latn_uc_u @MMK_R_latn_uc_j -15; + pos @MMK_L_latn_uc_u ampersand -10; + pos @MMK_L_latn_uc_u slash -40; + pos @MMK_L_latn_uc_u underscore -70; + pos @MMK_L_latn_uc_w @MMK_R_inp_foot 15; + pos @MMK_L_latn_uc_w @MMK_R_inp_hyph -10; + pos @MMK_L_latn_uc_w @MMK_R_inp_period -40; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_a -30; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_c -25; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_d -25; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_g -20; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_j -5; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_n -10; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_s -10; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_u -5; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_w -10; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_z -10; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_a -28; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_j -50; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_o -23; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_t 3; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_w 2; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_z -5; + pos @MMK_L_latn_uc_w V 3; + pos @MMK_L_latn_uc_w ampersand -35; + pos @MMK_L_latn_uc_w at -20; + pos @MMK_L_latn_uc_w eightinferior -35; + pos @MMK_L_latn_uc_w eightsuperior 5; + pos @MMK_L_latn_uc_w fiveinferior -40; + pos @MMK_L_latn_uc_w fivesuperior 10; + pos @MMK_L_latn_uc_w fourinferior -50; + pos @MMK_L_latn_uc_w foursuperior -10; + pos @MMK_L_latn_uc_w nineinferior -40; + pos @MMK_L_latn_uc_w ninesuperior 5; + pos @MMK_L_latn_uc_w oneinferior -40; + pos @MMK_L_latn_uc_w p -5; + pos @MMK_L_latn_uc_w parenright 10; + pos @MMK_L_latn_uc_w registered 15; + pos @MMK_L_latn_uc_w seveninferior -25; + pos @MMK_L_latn_uc_w sevensuperior 20; + pos @MMK_L_latn_uc_w sixinferior -40; + pos @MMK_L_latn_uc_w sixsuperior 5; + pos @MMK_L_latn_uc_w slash -50; + pos @MMK_L_latn_uc_w threeinferior -35; + pos @MMK_L_latn_uc_w threesuperior 10; + pos @MMK_L_latn_uc_w trademark 30; + pos @MMK_L_latn_uc_w twoinferior -40; + pos @MMK_L_latn_uc_w twosuperior 10; + pos @MMK_L_latn_uc_w underscore -50; + pos @MMK_L_latn_uc_w x -10; + pos @MMK_L_latn_uc_w zeroinferior -40; + pos @MMK_L_latn_uc_w zerosuperior 10; + pos @MMK_L_latn_uc_y @MMK_R_inp_colon -50; + pos @MMK_L_latn_uc_y @MMK_R_inp_foot 5; + pos @MMK_L_latn_uc_y @MMK_R_inp_guill -50; + pos @MMK_L_latn_uc_y @MMK_R_inp_guilr -50; + pos @MMK_L_latn_uc_y @MMK_R_inp_hyph -50; + pos @MMK_L_latn_uc_y @MMK_R_inp_period -70; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_a -65; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_c -60; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_d -60; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_f -25; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_g -61; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_h -10; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_i -10; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_j -30; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_n -45; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_s -60; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_t -25; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_u -40; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_w -40; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_y -35; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_z -50; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_a -70; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_j -70; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_o -50; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_s -44; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_t 3; + pos @MMK_L_latn_uc_y ampersand -55; + pos @MMK_L_latn_uc_y at -40; + pos @MMK_L_latn_uc_y eightinferior -70; + pos @MMK_L_latn_uc_y fiveinferior -80; + pos @MMK_L_latn_uc_y fourinferior -100; + pos @MMK_L_latn_uc_y foursuperior -10; + pos @MMK_L_latn_uc_y nineinferior -70; + pos @MMK_L_latn_uc_y oneinferior -80; + pos @MMK_L_latn_uc_y p -50; + pos @MMK_L_latn_uc_y parenright 20; + pos @MMK_L_latn_uc_y seveninferior -60; + pos @MMK_L_latn_uc_y sevensuperior 10; + pos @MMK_L_latn_uc_y sixinferior -80; + pos @MMK_L_latn_uc_y sixsuperior -10; + pos @MMK_L_latn_uc_y slash -90; + pos @MMK_L_latn_uc_y threeinferior -80; + pos @MMK_L_latn_uc_y threesuperior 10; + pos @MMK_L_latn_uc_y trademark 30; + pos @MMK_L_latn_uc_y twoinferior -80; + pos @MMK_L_latn_uc_y underscore -90; + pos @MMK_L_latn_uc_y v -35; + pos @MMK_L_latn_uc_y x -40; + pos @MMK_L_latn_uc_y zeroinferior -70; + pos @MMK_L_latn_uc_z @MMK_R_inp_foot 5; + pos @MMK_L_latn_uc_z @MMK_R_inp_guill -20; + pos @MMK_L_latn_uc_z @MMK_R_inp_guilr -10; + pos @MMK_L_latn_uc_z @MMK_R_inp_hyph -40; + pos @MMK_L_latn_uc_z @MMK_R_inp_period 30; + pos @MMK_L_latn_uc_z @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_uc_z @MMK_R_latn_lc_d -5; + pos @MMK_L_latn_uc_z @MMK_R_latn_lc_t -10; + pos @MMK_L_latn_uc_z @MMK_R_latn_lc_u -5; + pos @MMK_L_latn_uc_z @MMK_R_latn_lc_y -5; + pos @MMK_L_latn_uc_z @MMK_R_latn_uc_j -7; + pos @MMK_L_latn_uc_z @MMK_R_latn_uc_o -18; + pos @MMK_L_latn_uc_z @MMK_R_latn_uc_w -5; + pos @MMK_L_latn_uc_z @MMK_R_latn_uc_y -10; + pos @MMK_L_latn_uc_z V -8; + pos @MMK_L_latn_uc_z ampersand -10; + pos @MMK_L_latn_uc_z at -15; + pos @MMK_L_latn_uc_z eightsuperior 5; + pos @MMK_L_latn_uc_z fiveinferior 5; + pos @MMK_L_latn_uc_z fivesuperior 5; + pos @MMK_L_latn_uc_z fourinferior 10; + pos @MMK_L_latn_uc_z nineinferior -10; + pos @MMK_L_latn_uc_z ninesuperior 5; + pos @MMK_L_latn_uc_z parenright 10; + pos @MMK_L_latn_uc_z registered 10; + pos @MMK_L_latn_uc_z seveninferior -20; + pos @MMK_L_latn_uc_z sevensuperior 20; + pos @MMK_L_latn_uc_z threeinferior 10; + pos @MMK_L_latn_uc_z trademark 20; + pos @MMK_L_latn_uc_z twoinferior 10; + pos @MMK_L_latn_uc_z twosuperior 5; + pos @MMK_L_latn_uc_z underscore 15; + pos @MMK_L_latn_uc_z zeroinferior 5; + pos @MMK_L_latn_uc_z zerosuperior 5; + subtable; + pos @MMK_L_grek_uc_Alpha @MMK_R_grek_uc_Alpha 10; + pos @MMK_L_grek_uc_Alpha @MMK_R_inp_foot -50; + pos @MMK_L_grek_uc_Alpha @MMK_R_inp_hyph -15; + pos @MMK_L_grek_uc_Alpha @MMK_R_inp_period 20; + pos @MMK_L_grek_uc_Alpha @MMK_R_inp_quotel -70; + pos @MMK_L_grek_uc_Alpha @MMK_R_inp_quoter -65; + pos @MMK_L_grek_uc_Alpha ampersand -10; + pos @MMK_L_grek_uc_Alpha at -20; + pos @MMK_L_grek_uc_Alpha eightinferior 5; + pos @MMK_L_grek_uc_Alpha eightsuperior -55; + pos @MMK_L_grek_uc_Alpha fiveinferior 10; + pos @MMK_L_grek_uc_Alpha fivesuperior -70; + pos @MMK_L_grek_uc_Alpha fourinferior 10; + pos @MMK_L_grek_uc_Alpha foursuperior -70; + pos @MMK_L_grek_uc_Alpha ninesuperior -60; + pos @MMK_L_grek_uc_Alpha oneinferior 10; + pos @MMK_L_grek_uc_Alpha onesuperior -80; + pos @MMK_L_grek_uc_Alpha pi -16; + pos @MMK_L_grek_uc_Alpha question -50; + pos @MMK_L_grek_uc_Alpha registered -70; + pos @MMK_L_grek_uc_Alpha sevensuperior -70; + pos @MMK_L_grek_uc_Alpha sixinferior 5; + pos @MMK_L_grek_uc_Alpha sixsuperior -70; + pos @MMK_L_grek_uc_Alpha threeinferior 10; + pos @MMK_L_grek_uc_Alpha threesuperior -50; + pos @MMK_L_grek_uc_Alpha trademark -75; + pos @MMK_L_grek_uc_Alpha twoinferior 10; + pos @MMK_L_grek_uc_Alpha twosuperior -60; + pos @MMK_L_grek_uc_Alpha underscore 15; + pos @MMK_L_grek_uc_Alpha zeroinferior 10; + pos @MMK_L_grek_uc_Alpha zerosuperior -60; + subtable; + pos @MMK_L_inp_colon @MMK_R_latn_uc_t -40; + pos @MMK_L_inp_colon @MMK_R_latn_uc_y -50; + pos @MMK_L_inp_colon V -30; + pos @MMK_L_inp_colon X -15; + pos @MMK_L_inp_foot @MMK_R_grek_uc_Alpha -50; + pos @MMK_L_inp_foot @MMK_R_inp_period -90; + pos @MMK_L_inp_foot @MMK_R_latn_lc_c -20; + pos @MMK_L_inp_foot @MMK_R_latn_lc_d -20; + pos @MMK_L_inp_foot @MMK_R_latn_lc_w 20; + pos @MMK_L_inp_foot @MMK_R_latn_lc_y 20; + pos @MMK_L_inp_foot @MMK_R_latn_lc_z 5; + pos @MMK_L_inp_foot @MMK_R_latn_uc_a -50; + pos @MMK_L_inp_foot @MMK_R_latn_uc_j -40; + pos @MMK_L_inp_foot @MMK_R_latn_uc_o -10; + pos @MMK_L_inp_foot @MMK_R_latn_uc_t 15; + pos @MMK_L_inp_foot @MMK_R_latn_uc_w 15; + pos @MMK_L_inp_foot @MMK_R_latn_uc_y 5; + pos @MMK_L_inp_foot V 10; + pos @MMK_L_inp_foot pi 10; + pos @MMK_L_inp_foot questiondown -90; + pos @MMK_L_inp_foot v 25; + pos @MMK_L_inp_fraction fiveinferior 5; + pos @MMK_L_inp_fraction fourinferior -15; + pos @MMK_L_inp_fraction nineinferior 5; + pos @MMK_L_inp_fraction oneinferior 15; + pos @MMK_L_inp_fraction seveninferior 20; + pos @MMK_L_inp_fraction sixinferior -35; + pos @MMK_L_inp_fraction threeinferior 10; + pos @MMK_L_inp_fraction twoinferior 5; + pos @MMK_L_inp_guill @MMK_R_latn_lc_g -10; + pos @MMK_L_inp_guill @MMK_R_latn_uc_t -40; + pos @MMK_L_inp_guill @MMK_R_latn_uc_y -50; + pos @MMK_L_inp_guill V -20; + pos @MMK_L_inp_guilr @MMK_R_latn_lc_c 15; + pos @MMK_L_inp_guilr @MMK_R_latn_lc_d 15; + pos @MMK_L_inp_guilr @MMK_R_latn_uc_o 20; + pos @MMK_L_inp_guilr @MMK_R_latn_uc_t -40; + pos @MMK_L_inp_guilr @MMK_R_latn_uc_y -50; + pos @MMK_L_inp_guilr V -25; + pos @MMK_L_inp_guilr X -20; + pos @MMK_L_inp_guilr x -10; + pos @MMK_L_inp_hyph @MMK_R_grek_uc_Alpha -15; + pos @MMK_L_inp_hyph @MMK_R_latn_lc_c 10; + pos @MMK_L_inp_hyph @MMK_R_latn_lc_d 10; + pos @MMK_L_inp_hyph @MMK_R_latn_lc_s 5; + pos @MMK_L_inp_hyph @MMK_R_latn_lc_w -4; + pos @MMK_L_inp_hyph @MMK_R_latn_lc_y -5; + pos @MMK_L_inp_hyph @MMK_R_latn_lc_z -15; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_a -15; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_i -30; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_j -25; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_o 15; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_s -20; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_t -45; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_w -10; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_y -50; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_z -30; + pos @MMK_L_inp_hyph V -25; + pos @MMK_L_inp_hyph X -30; + pos @MMK_L_inp_hyph v -5; + pos @MMK_L_inp_hyph x -35; + pos @MMK_L_inp_parenth @MMK_R_latn_lc_j 10; + pos @MMK_L_inp_period @MMK_R_grek_uc_Alpha 20; + pos @MMK_L_inp_period @MMK_R_inp_foot -90; + pos @MMK_L_inp_period @MMK_R_inp_quotel -80; + pos @MMK_L_inp_period @MMK_R_inp_quoter -80; + pos @MMK_L_inp_period @MMK_R_latn_lc_a 5; + pos @MMK_L_inp_period @MMK_R_latn_lc_c -15; + pos @MMK_L_inp_period @MMK_R_latn_lc_d -15; + pos @MMK_L_inp_period @MMK_R_latn_lc_f -15; + pos @MMK_L_inp_period @MMK_R_latn_lc_t -24; + pos @MMK_L_inp_period @MMK_R_latn_lc_u -8; + pos @MMK_L_inp_period @MMK_R_latn_lc_w -40; + pos @MMK_L_inp_period @MMK_R_latn_lc_y -45; + pos @MMK_L_inp_period @MMK_R_latn_lc_z 10; + pos @MMK_L_inp_period @MMK_R_latn_uc_a 20; + pos @MMK_L_inp_period @MMK_R_latn_uc_o -40; + pos @MMK_L_inp_period @MMK_R_latn_uc_t -70; + pos @MMK_L_inp_period @MMK_R_latn_uc_u -35; + pos @MMK_L_inp_period @MMK_R_latn_uc_w -40; + pos @MMK_L_inp_period @MMK_R_latn_uc_y -70; + pos @MMK_L_inp_period @MMK_R_latn_uc_z 30; + pos @MMK_L_inp_period V -60; + pos @MMK_L_inp_period X 10; + pos @MMK_L_inp_period eightsuperior -50; + pos @MMK_L_inp_period fivesuperior -50; + pos @MMK_L_inp_period fourinferior 10; + pos @MMK_L_inp_period foursuperior -50; + pos @MMK_L_inp_period nineinferior -10; + pos @MMK_L_inp_period ninesuperior -50; + pos @MMK_L_inp_period oneinferior -10; + pos @MMK_L_inp_period onesuperior -50; + pos @MMK_L_inp_period pi -24; + pos @MMK_L_inp_period question -80; + pos @MMK_L_inp_period seveninferior -30; + pos @MMK_L_inp_period sevensuperior -40; + pos @MMK_L_inp_period sixsuperior -50; + pos @MMK_L_inp_period threesuperior -60; + pos @MMK_L_inp_period twosuperior -50; + pos @MMK_L_inp_period v -48; + pos @MMK_L_inp_period zerosuperior -50; + pos @MMK_L_inp_quotel @MMK_R_grek_lc_kappa -20; + pos @MMK_L_inp_quotel @MMK_R_grek_uc_Alpha -70; + pos @MMK_L_inp_quotel @MMK_R_inp_period -80; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_a -40; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_c -45; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_d -45; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_f 10; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_g -20; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_n -20; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_s -20; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_t 14; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_w 5; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_y 10; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_a -70; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_j -10; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_o -35; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_s -20; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_t 10; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_z -5; + pos @MMK_L_inp_quotel X -15; + pos @MMK_L_inp_quotel questiondown -90; + pos @MMK_L_inp_quotel v 10; + pos @MMK_L_inp_quotel x -15; + pos @MMK_L_inp_quoter @MMK_R_grek_lc_kappa -40; + pos @MMK_L_inp_quoter @MMK_R_grek_uc_Alpha -80; + pos @MMK_L_inp_quoter @MMK_R_inp_colon -20; + pos @MMK_L_inp_quoter @MMK_R_inp_hyph -80; + pos @MMK_L_inp_quoter @MMK_R_inp_period -80; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_a -70; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_c -80; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_d -80; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_g -65; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_n -40; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_s -70; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_t -10; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_u -35; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_w -20; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_y -25; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_z -40; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_a -80; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_j -80; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_o -40; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_s -35; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_t 10; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_w 5; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_y 5; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_z -5; + pos @MMK_L_inp_quoter V 5; + pos @MMK_L_inp_quoter X -15; + pos @MMK_L_inp_quoter p -40; + pos @MMK_L_inp_quoter pi -25; + pos @MMK_L_inp_quoter questiondown -150; + pos @MMK_L_inp_quoter v -15; + pos @MMK_L_inp_quoter x -35; + } kern_DFLT; + lookup kern_arab { + #script arab; + lookupflag IgnoreMarks RightToLeft; + pos highhamza-ar behThreedotsupabove-ar.init <30 0 30 0>; + pos highhamza-ar tehThreedotsupbelow-ar.init <30 0 30 0>; + pos alefHamzaabove-ar keheh-ar <150 0 150 0>; + pos alefHamzabelow-ar kaf-ar.init <110 0 110 0>; + pos alefHamzabelow-ar keheh-ar <110 0 110 0>; + pos alefHamzabelow-ar keheh-ar.init <110 0 110 0>; + pos alefHamzabelow-ar gaf-ar.init <110 0 110 0>; + pos alefHamzabelow-ar.fina kaf-ar.init <110 0 110 0>; + pos alefHamzabelow-ar.fina keheh-ar <110 0 110 0>; + pos alefHamzabelow-ar.fina keheh-ar.init <110 0 110 0>; + pos alefHamzabelow-ar.fina gaf-ar.init <110 0 110 0>; + pos alefWavyhamzaabove-ar kaf_alefMaksura-ar.rlig <100 0 100 0>; + pos alefWavyhamzaabove-ar kaf_yeh-ar.rlig <100 0 100 0>; + pos alefWavyhamzaabove-ar kaf_yehHamzaabove-ar.rlig <100 0 100 0>; + pos alefWavyhamzaabove-ar keheh_yeh-ar.rlig <100 0 100 0>; + pos alefWavyhamzaabove-ar gaf_alefMaksura-ar.rlig <100 0 100 0>; + pos alefWavyhamzaabove-ar gaf_yeh-ar.rlig <100 0 100 0>; + pos alefWavyhamzaabove-ar gaf_yehHamzaabove-ar.rlig <100 0 100 0>; + pos alefWavyhamzaabove-ar.fina kaf_alefMaksura-ar.rlig <100 0 100 0>; + pos alefWavyhamzaabove-ar.fina kaf_yeh-ar.rlig <100 0 100 0>; + pos alefWavyhamzaabove-ar.fina kaf_yehHamzaabove-ar.rlig <100 0 100 0>; + pos alefWavyhamzaabove-ar.fina keheh_yeh-ar.rlig <100 0 100 0>; + pos alefWavyhamzaabove-ar.fina gaf_alefMaksura-ar.rlig <100 0 100 0>; + pos alefWavyhamzaabove-ar.fina gaf_yeh-ar.rlig <100 0 100 0>; + pos alefWavyhamzaabove-ar.fina gaf_yehHamzaabove-ar.rlig <100 0 100 0>; + pos alefWasla-ar kaf_alefMaksura-ar.rlig <90 0 90 0>; + pos alefWasla-ar kaf_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar kaf_yehHamzaabove-ar.rlig <90 0 90 0>; + pos alefWasla-ar keheh_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar gaf_alefMaksura-ar.rlig <90 0 90 0>; + pos alefWasla-ar gaf_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar gaf_yehHamzaabove-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina kaf_alefMaksura-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina kaf_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina kaf_yehHamzaabove-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina keheh_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina gaf_alefMaksura-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina gaf_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina gaf_yehHamzaabove-ar.rlig <90 0 90 0>; + pos zain-ar highhamzaYeh-ar.init <160 0 160 0>; + pos zain-ar.fina highhamzaYeh-ar.init <160 0 160 0>; + pos waw-ar yeh-ar.init <40 0 40 0>; + pos waw-ar.fina yeh-ar.init <40 0 40 0>; + pos wawHamzaabove-ar yeh-ar.init <40 0 40 0>; + pos wawHamzaabove-ar.fina yeh-ar.init <40 0 40 0>; + subtable; + pos @MMK_L_arab_alef @MMK_R_arab_kaf_init <120 0 120 0>; + pos @MMK_L_arab_alef @MMK_R_arab_kaf_alefMaksura <40 0 40 0>; + pos @MMK_L_arab_alef alefWasla-ar <80 0 80 0>; + pos @MMK_L_arab_alef highhamzaAlef-ar <220 0 220 0>; + pos @MMK_L_arab_alefHamzaabove @MMK_R_arab_kaf_init <130 0 130 0>; + pos @MMK_L_arab_alefMadda @MMK_R_arab_kaf_init <170 0 170 0>; + pos @MMK_L_arab_reh @MMK_R_arab_alefMaksura <40 0 40 0>; + pos @MMK_L_arab_reh @MMK_R_arab_beh_init <60 0 60 0>; + pos @MMK_L_arab_reh @MMK_R_arab_hah_init <-40 0 -40 0>; + pos @MMK_L_arab_reh @MMK_R_arab_reh <40 0 40 0>; + pos @MMK_L_arab_reh @MMK_R_arab_yeh_init <120 0 120 0>; + pos @MMK_L_arab_reh beh-ar.init <40 0 40 0>; + pos @MMK_L_arab_reh behThreedotshorizontalbelow-ar.init <190 0 190 0>; + pos @MMK_L_arab_reh beh_yeh-ar.rlig <50 0 50 0>; + pos @MMK_L_arab_reh qaf-ar <30 0 30 0>; + pos @MMK_L_arab_reh waw-ar <40 0 40 0>; + pos highhamza-ar @MMK_R_arab_teh_init <30 0 30 0>; + pos jeh-ar @MMK_R_arab_kaf_init <60 0 60 0>; + pos jeh-ar.fina @MMK_R_arab_kaf_init <60 0 60 0>; + pos rreh-ar @MMK_R_arab_kaf_init <100 0 100 0>; + pos rreh-ar.fina @MMK_R_arab_kaf_init <100 0 100 0>; + pos tehMarbutagoal-ar @MMK_R_arab_kaf_init <70 0 70 0>; + subtable; + pos @MMK_L_arab_lam_alef_rlig @MMK_R_arab_kaf_init <110 0 110 0>; + pos lam_alefHamzaabove-ar.fina.rlig @MMK_R_arab_kaf_init <120 0 120 0>; + pos lam_alefMadda-ar.fina.rlig @MMK_R_arab_kaf_init <150 0 150 0>; + pos lam_alefMadda-ar.rlig @MMK_R_arab_kaf_init <150 0 150 0>; + pos lam_alefWasla-ar.fina.rlig @MMK_R_arab_kaf_init <150 0 150 0>; + pos lam_alefWasla-ar.rlig @MMK_R_arab_kaf_init <160 0 160 0>; + pos lam_alefWavyhamzaabove-ar.fina.rlig @MMK_R_arab_kaf_init <160 0 160 0>; + pos lam_alefWavyhamzaabove-ar.rlig @MMK_R_arab_kaf_init <170 0 170 0>; + subtable; + } kern_arab; + lookupflag 0; + lookupflag RightToLeft; + script arab; + lookup kern_arab; + lookupflag 0; +} kern; + + + +feature mark { + lookup markDFLT { + pos base [uniFBC0] mark @mark_top; + pos base [wavyhamza_above-ar] mark @mark_top; + pos base [foururduabove-ar] mark @mark_top; + pos base [foururdubelow-ar] mark @mark_bottom; + pos base [dottedCircle] mark @mark_bottom mark @mark_top; + } markDFLT; + lookup MARK_BASE_bottom { + @bGC_A_bottom = [A Aacute Acircumflex Adieresis Agrave Aring Atilde]; + @bGC_D_bottom = [D Y Yacute Ydieresis]; + @bGC_Dcroat_bottom = [Dcroat Eth]; + @bGC_E_bottom = [E Eacute Ecircumflex Edieresis Egrave]; + @bGC_I_bottom = [I Iacute Icircumflex Idieresis Igrave]; + @bGC_N_bottom = [N Ntilde]; + @bGC_O_bottom = [O Oacute Ocircumflex Odieresis Ograve Oslash Otilde]; + @bGC_S_bottom = [S Scaron]; + @bGC_U_bottom = [U Uacute Ucircumflex Udieresis Ugrave]; + @bGC_Z_bottom = [Z Zcaron]; + @bGC_a.alt01_bottom = [a.alt01 d aacute.alt01 acircumflex.alt01 adieresis.alt01 agrave.alt01 aring.alt01 atilde.alt01]; + @bGC_a_bottom = [a v aacute acircumflex adieresis agrave aring atilde]; + @bGC_e_bottom = [e eacute ecircumflex edieresis egrave]; + @bGC_h_bottom = [h n ntilde]; + @bGC_i_bottom = [i r dotlessi iacute icircumflex idieresis igrave ij]; + @bGC_k_bottom = [k P]; + @bGC_l_bottom = [l ldot]; + @bGC_o_bottom = [o oacute ocircumflex odieresis ograve otilde]; + @bGC_s_bottom = [s scaron]; + @bGC_u_bottom = [u uacute ucircumflex udieresis ugrave]; + @bGC_y_bottom = [y ae yacute ydieresis]; + @bGC_z_bottom = [z zcaron]; + pos base @bGC_A_bottom mark @MC_bottom; + pos base @bGC_D_bottom mark @MC_bottom; + pos base @bGC_Dcroat_bottom mark @MC_bottom; + pos base @bGC_E_bottom mark @MC_bottom; + pos base @bGC_I_bottom mark @MC_bottom; + pos base @bGC_N_bottom mark @MC_bottom; + pos base @bGC_O_bottom mark @MC_bottom; + pos base @bGC_S_bottom mark @MC_bottom; + pos base @bGC_U_bottom mark @MC_bottom; + pos base @bGC_Z_bottom mark @MC_bottom; + pos base @bGC_a.alt01_bottom mark @MC_bottom; + pos base @bGC_a_bottom mark @MC_bottom; + pos base @bGC_e_bottom mark @MC_bottom; + pos base @bGC_h_bottom mark @MC_bottom; + pos base @bGC_i_bottom mark @MC_bottom; + pos base @bGC_k_bottom mark @MC_bottom; + pos base @bGC_l_bottom mark @MC_bottom; + pos base @bGC_o_bottom mark @MC_bottom; + pos base @bGC_s_bottom mark @MC_bottom; + pos base @bGC_u_bottom mark @MC_bottom; + pos base @bGC_y_bottom mark @MC_bottom; + pos base @bGC_z_bottom mark @MC_bottom; + pos base AE mark @MC_bottom; + pos base B mark @MC_bottom; + pos base C mark @MC_bottom; + pos base F mark @MC_bottom; + pos base G mark @MC_bottom; + pos base H mark @MC_bottom; + pos base J mark @MC_bottom; + pos base K mark @MC_bottom; + pos base L mark @MC_bottom; + pos base M mark @MC_bottom; + pos base OE mark @MC_bottom; + pos base R mark @MC_bottom; + pos base T mark @MC_bottom; + pos base V mark @MC_bottom; + pos base W mark @MC_bottom; + pos base X mark @MC_bottom; + pos base b mark @MC_bottom; + pos base c mark @MC_bottom; + pos base f mark @MC_bottom; + pos base m mark @MC_bottom; + pos base oe mark @MC_bottom; + pos base oslash mark @MC_bottom; + pos base t mark @MC_bottom; + pos base w mark @MC_bottom; + pos base x mark @MC_bottom; + } MARK_BASE_bottom; + lookup MARK_BASE_bottomright { + @bGC_A_bottomright = [A Aacute Acircumflex Adieresis Agrave Aring Atilde]; + @bGC_E_bottomright = [E Eacute Ecircumflex Edieresis Egrave]; + @bGC_I_bottomright = [I Iacute Icircumflex Idieresis Igrave]; + @bGC_U_bottomright = [U Uacute Ucircumflex Udieresis Ugrave]; + @bGC_a_bottomright = [a a.alt01 aacute acircumflex adieresis agrave aring atilde aacute.alt01 acircumflex.alt01 adieresis.alt01 agrave.alt01 aring.alt01 atilde.alt01]; + @bGC_e_bottomright = [e eacute ecircumflex edieresis egrave]; + @bGC_i_bottomright = [i ij]; + @bGC_u_bottomright = [u uacute ucircumflex udieresis ugrave]; + pos base @bGC_A_bottomright mark @MC_bottomright; + pos base @bGC_E_bottomright mark @MC_bottomright; + pos base @bGC_I_bottomright mark @MC_bottomright; + pos base @bGC_U_bottomright mark @MC_bottomright; + pos base @bGC_a_bottomright mark @MC_bottomright; + pos base @bGC_e_bottomright mark @MC_bottomright; + pos base @bGC_i_bottomright mark @MC_bottomright; + pos base @bGC_u_bottomright mark @MC_bottomright; + } MARK_BASE_bottomright; + lookup MARK_BASE_top { + @bGC_C_top = [C Ccedilla]; + @bGC_Dcroat_top = [Dcroat Eth]; + @bGC_G_top = [G K]; + @bGC_J_top = [J Z]; + @bGC_O_top = [O Q Oslash]; + @bGC_P_top = [P R]; + @bGC_V_top = [V Y]; + @bGC_c_top = [c g ccedilla]; + @bGC_dotlessi_top = [dotlessi dotlessj]; + pos base @bGC_C_top mark @MC_top; + pos base @bGC_Dcroat_top mark @MC_top; + pos base @bGC_G_top mark @MC_top; + pos base @bGC_J_top mark @MC_top; + pos base @bGC_O_top mark @MC_top; + pos base @bGC_P_top mark @MC_top; + pos base @bGC_V_top mark @MC_top; + pos base @bGC_c_top mark @MC_top; + pos base @bGC_dotlessi_top mark @MC_top; + pos base A mark @MC_top; + pos base AE mark @MC_top; + pos base B mark @MC_top; + pos base D mark @MC_top; + pos base E mark @MC_top; + pos base F mark @MC_top; + pos base H mark @MC_top; + pos base I mark @MC_top; + pos base L mark @MC_top; + pos base M mark @MC_top; + pos base N mark @MC_top; + pos base OE mark @MC_top; + pos base S mark @MC_top; + pos base T mark @MC_top; + pos base U mark @MC_top; + pos base W mark @MC_top; + pos base X mark @MC_top; + pos base a mark @MC_top; + pos base a.alt01 mark @MC_top; + pos base ae mark @MC_top; + pos base e mark @MC_top; + pos base g.alt01 mark @MC_top; + pos base g.alt02 mark @MC_top; + pos base h mark @MC_top; + pos base l mark @MC_top; + pos base m mark @MC_top; + pos base n mark @MC_top; + pos base o mark @MC_top; + pos base oe mark @MC_top; + pos base oslash mark @MC_top; + pos base p mark @MC_top; + pos base q mark @MC_top; + pos base r mark @MC_top; + pos base s mark @MC_top; + pos base u mark @MC_top; + pos base v mark @MC_top; + pos base w mark @MC_top; + pos base x mark @MC_top; + pos base y mark @MC_top; + pos base z mark @MC_top; + } MARK_BASE_top; + lookup MARK_BASE_topright { + @bGC_l_topright = [l ldot]; + pos base @bGC_l_topright mark @MC_topright; + pos base L mark @MC_topright; + pos base d mark @MC_topright; + pos base t mark @MC_topright; + } MARK_BASE_topright; + lookup markarab { + pos base [hamza-ar] mark @mark_bottom mark @mark_top; + pos base [highhamza-ar] mark @mark_top; + pos base [alef-ar] mark @mark_bottom mark @mark_top; + pos base [alef-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alef-ar.short] mark @mark_bottom mark @mark_top; + pos base [alef-ar.fina.short] mark @mark_bottom mark @mark_top; + pos base [alefHamzaabove-ar] mark @mark_bottom mark @mark_top; + pos base [alefHamzaabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefHamzabelow-ar] mark @mark_bottom mark @mark_top; + pos base [alefHamzabelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefWavyhamzaabove-ar] mark @mark_bottom mark @mark_top; + pos base [alefWavyhamzaabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefWavyhamzabelow-ar] mark @mark_bottom mark @mark_top; + pos base [alefWavyhamzabelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefMadda-ar] mark @mark_bottom mark @mark_top; + pos base [alefMadda-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefWasla-ar] mark @mark_bottom mark @mark_top; + pos base [alefWasla-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefFathatan-ar] mark @mark_bottom mark @mark_top; + pos base [alefFathatan-ar.fina] mark @mark_bottom mark @mark_top; + pos base [highhamzaAlef-ar] mark @mark_bottom mark @mark_top; + pos base [highhamzaAlef-ar.fina] mark @mark_bottom mark @mark_top; + pos base [behDotless-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behDotless-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behDotless-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behDotless-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [peh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [peh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [peh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [peh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beeh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beeh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beeh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beeh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beheh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beheh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beheh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beheh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefMaksura-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefMaksura-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehRing-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehRing-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsdown-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsdown-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsdown-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsdown-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [theh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [theh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [theh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [theh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteheh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteheh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteheh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteheh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teheh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teheh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teheh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teheh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotshorizontalbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotshorizontalbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotshorizontalbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotshorizontalbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsupbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsupbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsupbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsupbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behTwodotsbelowDotabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behTwodotsbelowDotabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behTwodotsbelowDotabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behTwodotsbelowDotabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVinvertedbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVinvertedbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVinvertedbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVinvertedbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [jeem-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [jeem-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [jeem-ar.medi] mark @mark_bottom mark @mark_top; + pos base [jeem-ar.init] mark @mark_bottom mark @mark_top; + pos base [jeem-ar.short] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheh-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheh-ar.short] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheh-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tcheh-ar.init] mark @mark_bottom mark @mark_top; + pos base [tcheheh-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheheh-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheheh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tcheheh-ar.init] mark @mark_bottom mark @mark_top; + pos base [tchehDotabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tchehDotabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tchehDotabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tchehDotabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [nyeh-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [nyeh-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [nyeh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [nyeh-ar.init] mark @mark_bottom mark @mark_top; + pos base [dyeh-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [dyeh-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [dyeh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [dyeh-ar.init] mark @mark_bottom mark @mark_top; + pos base [hah-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hah-ar.short] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hah-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hah-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hah-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahHamzaabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahHamzaabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahHamzaabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahHamzaabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahTwodotsverticalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTwodotsverticalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTwodotsverticalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahTwodotsverticalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahThreedotsabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahThreedotsabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahThreedotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahThreedotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahThreedotsupbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahThreedotsupbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahThreedotsupbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahThreedotsupbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [khah-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [khah-ar.short] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [khah-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [khah-ar.medi] mark @mark_bottom mark @mark_top; + pos base [khah-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahTahbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahTahbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahTahTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahTahTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahFourbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahFourbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahFourbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahFourbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [jeemTwodotsabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [jeemTwodotsabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [jeemTwodotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [jeemTwodotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [dal-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dal-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [thal-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [thal-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [thalAlefabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [thalAlefabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ddal-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ddal-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dahal-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dahal-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ddahal-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ddahal-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalDotbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalDotbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalDotbelowTah-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalDotbelowTah-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dul-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dul-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalThreedotsdown-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalThreedotsdown-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalFourdots-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalFourdots-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalVinvertedabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalVinvertedabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalTwodotsverticalbelowTah-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalTwodotsverticalbelowTah-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalVinvertedbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalVinvertedbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [reh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [reh-ar.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [reh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [reh-ar.fina.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [zain-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [zain-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [zain-ar.fina.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [zain-ar.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ainThreedotsbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedotsbelow-ar.fina.medi] mark @mark_bottom mark @mark_top; + pos base [ainThreedotsbelow-ar.fina.init] mark @mark_bottom mark @mark_top; + pos base [rreh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rreh-ar.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rreh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rreh-ar.fina.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehv-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehv-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehDotbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehDotbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehVbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehVbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehDotbelowdotabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehDotbelowdotabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodots-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodots-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [jeh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [jeh-ar.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [jeh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [jeh-ar.fina.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehFourdots-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehFourdots-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehVinvertedabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehVinvertedabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehStroke-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehStroke-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodotsverticalabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodotsverticalabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehHamzaabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehHamzaabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodotshorizontalaboveTahabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodotshorizontalaboveTahabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehAlefabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [seen-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seen-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seen-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seen-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenDotbelowDotabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenDotbelowDotabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenDotbelowDotabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenDotbelowDotabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenThreedotsbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenThreedotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [sheen-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheen-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheen-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sheen-ar.init] mark @mark_bottom mark @mark_top; + pos base [sheenDotbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheenDotbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheenDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sheenDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [sheenThreedotsbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheenThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheenThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sheenThreedotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [sad-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sad-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sad-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sad-ar.init] mark @mark_bottom mark @mark_top; + pos base [sadTwodotsbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sadTwodotsbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sadTwodotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sadTwodotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [sadThreedots-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sadThreedots-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sadThreedots-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sadThreedots-ar.init] mark @mark_bottom mark @mark_top; + pos base [dad-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dad-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dad-ar.medi] mark @mark_bottom mark @mark_top; + pos base [dad-ar.init] mark @mark_bottom mark @mark_top; + pos base [dadDotbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dadDotbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dadDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [dadDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [tah-ar] mark @mark_bottom mark @mark_top; + pos base [tah-ar.fina] mark @mark_bottom mark @mark_top; + pos base [tah-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tah-ar.init] mark @mark_bottom mark @mark_top; + pos base [tahThreedots-ar] mark @mark_bottom mark @mark_top; + pos base [tahThreedots-ar.fina] mark @mark_bottom mark @mark_top; + pos base [tahThreedots-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tahThreedots-ar.init] mark @mark_bottom mark @mark_top; + pos base [zah-ar] mark @mark_bottom mark @mark_top; + pos base [zah-ar.fina] mark @mark_bottom mark @mark_top; + pos base [zah-ar.medi] mark @mark_bottom mark @mark_top; + pos base [zah-ar.init] mark @mark_bottom mark @mark_top; + pos base [tahTwodotsabove-ar] mark @mark_bottom mark @mark_top; + pos base [tahTwodotsabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [tahTwodotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tahTwodotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [ain-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ain-ar.short] mark @mark_bottom mark @mark_top; + pos base [ain-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ain-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ain-ar.init] mark @mark_bottom mark @mark_top; + pos base [ainThreedots-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedots-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedots-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ainThreedots-ar.init] mark @mark_bottom mark @mark_top; + pos base [ghain-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ghain-ar.short] mark @mark_bottom mark @mark_top; + pos base [ghain-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ghain-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ghain-ar.init] mark @mark_bottom mark @mark_top; + pos base [ghainDotbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ghainDotbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ghainDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ghainDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [feh-ar] mark @mark_bottom mark @mark_top; + pos base [feh-ar.fina] mark @mark_bottom mark @mark_top; + pos base [feh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [feh-ar.init] mark @mark_bottom mark @mark_top; + pos base [veh-ar] mark @mark_bottom mark @mark_top; + pos base [veh-ar.fina] mark @mark_bottom mark @mark_top; + pos base [veh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [veh-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehDotless-ar] mark @mark_bottom mark @mark_top; + pos base [fehDotless-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehDotless-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehDotless-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehDotbelow-ar] mark @mark_bottom mark @mark_top; + pos base [fehDotbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsbelow-ar] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehDotbelowThreedotsabove-ar] mark @mark_bottom mark @mark_top; + pos base [fehDotbelowThreedotsabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehDotbelowThreedotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehDotbelowThreedotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [peheh-ar] mark @mark_bottom mark @mark_top; + pos base [peheh-ar.fina] mark @mark_bottom mark @mark_top; + pos base [peheh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [peheh-ar.init] mark @mark_bottom mark @mark_top; + pos base [qafDotless-ar] mark @mark_bottom mark @mark_top; + pos base [qafDotless-ar.fina] mark @mark_bottom mark @mark_top; + pos base [qaf-ar] mark @mark_bottom mark @mark_top; + pos base [qaf-ar.fina] mark @mark_bottom mark @mark_top; + pos base [qaf-ar.medi] mark @mark_bottom mark @mark_top; + pos base [qaf-ar.init] mark @mark_bottom mark @mark_top; + pos base [qafDotabove-ar] mark @mark_bottom mark @mark_top; + pos base [qafDotabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [qafThreedotsabove-ar] mark @mark_bottom mark @mark_top; + pos base [qafThreedotsabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [qafThreedotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [qafThreedotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [qafDotbelow-ar] mark @mark_bottom mark @mark_top; + pos base [qafDotbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [qafDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [qafDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [kaf-ar] mark @mark_bottom mark @mark_top; + pos base [kaf-ar.fina] mark @mark_bottom mark @mark_top; + pos base [kaf-ar.fina.ss01] mark @mark_bottom mark @mark_top; + pos base [kaf-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kaf-ar.medi.ss01] mark @mark_bottom mark @mark_top; + pos base [kaf-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kaf-ar.init.ss01] mark @mark_bottom mark @mark_top; + pos base [keheh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [keheh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [keheh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [keheh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehDotabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehDotabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehDotabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehDotabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsupbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsupbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsupbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsupbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gaf-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gaf-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gaf-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gaf-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafRing-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafRing-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafThreedots-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafThreedots-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafThreedots-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafThreedots-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafswash-ar] mark @mark_bottom mark @mark_top; + pos base [kafRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafRing-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafRing-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafDotabove-ar] mark @mark_bottom mark @mark_top; + pos base [kafDotabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [kafDotabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafDotabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_top; + pos base [kafTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [kafTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafThreedotsbelow-ar] mark @mark_bottom mark @mark_top; + pos base [kafThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [kafThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafThreedotsbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafTwodotsbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafTwodotsbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafTwodotsbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafTwodotsbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ng-ar] mark @mark_bottom mark @mark_top; + pos base [ng-ar.fina] mark @mark_bottom mark @mark_top; + pos base [ng-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ng-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ngoeh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ngoeh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ngoeh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ngoeh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gueh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gueh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gueh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gueh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [lam-ar] mark @mark_bottom mark @mark_top; + pos base [lam-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lam-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lam-ar.init] mark @mark_bottom mark @mark_top; + pos base [lamVabove-ar] mark @mark_bottom mark @mark_top; + pos base [lamVabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamVabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamVabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [lamDotabove-ar] mark @mark_bottom mark @mark_top; + pos base [lamDotabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamDotabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamDotabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsabove-ar] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsbelow-ar] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [lamDoublebar-ar] mark @mark_bottom mark @mark_top; + pos base [lamDoublebar-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamDoublebar-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamDoublebar-ar.init] mark @mark_bottom mark @mark_top; + pos base [meem-ar] mark @mark_bottom mark @mark_top; + pos base [meem-ar.fina] mark @mark_bottom mark @mark_top; + pos base [meem-ar.medi] mark @mark_bottom mark @mark_top; + pos base [meem-ar.init] mark @mark_bottom mark @mark_top; + pos base [meemThreedotsabove-ar] mark @mark_bottom mark @mark_top; + pos base [meemThreedotsabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [meemThreedotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [meemThreedotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [noon-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noon-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noon-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noon-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonDotbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonDotbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonDotbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonDotbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonghunna-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonghunna-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rnoon-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rnoon-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonRing-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonRing-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonThreedotsabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonThreedotsabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [heh-ar] mark @mark_bottom mark @mark_top; + pos base [heh-ar.fina] mark @mark_bottom mark @mark_top; + pos base [heh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [heh-ar.init] mark @mark_bottom mark @mark_top; + pos base [hehHamzaabove-ar] mark @mark_bottom mark @mark_top; + pos base [hehHamzaabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [hehgoal-ar] mark @mark_bottom mark @mark_top; + pos base [hehgoal-ar.fina] mark @mark_bottom mark @mark_top; + pos base [hehgoal-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hehgoal-ar.init] mark @mark_bottom mark @mark_top; + pos base [hehgoalHamzaabove-ar] mark @mark_bottom mark @mark_top; + pos base [hehgoalHamzaabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [hehgoalHamzaabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hehgoalHamzaabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hehDoachashmee-ar] mark @mark_bottom mark @mark_top; + pos base [hehDoachashmee-ar.fina] mark @mark_bottom mark @mark_top; + pos base [hehDoachashmee-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hehDoachashmee-ar.init] mark @mark_bottom mark @mark_top; + pos base [hehVinvertedabove-ar] mark @mark_bottom mark @mark_top; + pos base [hehVinvertedabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [hehVinvertedabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hehVinvertedabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hehAlefabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [tehMarbuta-ar] mark @mark_bottom mark @mark_top; + pos base [tehMarbuta-ar.fina] mark @mark_bottom mark @mark_top; + pos base [tehMarbutagoal-ar] mark @mark_bottom mark @mark_top; + pos base [tehMarbutagoal-ar.fina] mark @mark_bottom mark @mark_top; + pos base [waw-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [waw-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawring-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawring-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawTwodots-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawTwodots-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawDotabove-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawDotabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawHamzaabove-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawHamzaabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawTwoabove-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawTwoabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawThreeAbove-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawThreeAbove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawDotcenter-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawDotcenter-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [kirghizoe-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [kirghizoe-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [oe-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [oe-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [u-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [u-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [yu-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [yu-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [kirghizyu-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [kirghizyu-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [ve-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [ve-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [alefMaksura-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefMaksura-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefMaksuraAlefabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefMaksuraAlefabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefTwoabove-ar] mark @mark_bottom mark @mark_top; + pos base [alefTwoabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefThreeabove-ar] mark @mark_bottom mark @mark_top; + pos base [alefThreeabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [yeh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehHamzaabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehHamzaabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehHamzaabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehHamzaabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowHamzaabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowHamzaabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowHamzaabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowHamzaabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowDotabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowDotabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowDotabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowDotabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVinverted-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVinverted-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVinverted-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVinverted-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsabove-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsabove-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsabove-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsabove-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsabove-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsabove-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsabove-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsabove-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwoabove-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwoabove-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwoabove-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwoabove-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreeabove-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreeabove-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreeabove-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreeabove-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehFourbelow-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehFourbelow-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehFourbelow-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehFourbelow-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTail-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTail-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehKashmiri-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehKashmiri-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehKashmiri-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehKashmiri-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [e-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [e-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [e-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [e-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehbarree-ar] mark @mark_bottom mark @mark_top; + pos base [yehbarree-ar.fina] mark @mark_bottom mark @mark_top; + pos base [yehbarree-ar.fina.short] mark @mark_bottom mark @mark_top; + pos base [yehbarree-ar.fina.short2] mark @mark_bottom mark @mark_top; + pos base [yehbarree-ar.fina.short3] mark @mark_bottom mark @mark_top; + pos base [yehbarree-ar.fina.short4] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar.fina.short] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar.fina.short2] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar.fina.short3] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar.fina.short4] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.fina.short] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.fina.short2] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.fina.short3] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.fina.short4] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehbarreeTwoabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehbarreeThreeabove-ar] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.fina.short] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.fina.short2] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.fina.short3] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.fina.short4] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehbarreeThreeabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehRohingya] mark @mark_bottom mark @mark_top; + pos base [highhamzaWaw-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [highhamzaWaw-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [uHamzaabove-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [uHamzaabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [highhamzaYeh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [highhamzaYeh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [highhamzaYeh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [highhamzaYeh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ae-ar] mark @mark_bottom mark @mark_top; + pos base [ae-ar.fina] mark @mark_bottom mark @mark_top; + pos base [seenFourdotsabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenFourdotsabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenFourdotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenFourdotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [ainTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ainTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [ainThreedotsdownabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedotsdownabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedotsdownabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ainThreedotsdownabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [ainTwodotsverticalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainTwodotsverticalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainTwodotsverticalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ainTwodotsverticalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehTwodotsbelow-ar] mark @mark_bottom mark @mark_top; + pos base [fehTwodotsbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehTwodotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehTwodotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsupbelow-ar] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsupbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsupbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsupbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [meemDotabove-ar] mark @mark_bottom mark @mark_top; + pos base [meemDotabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [meemDotabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [meemDotabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [meemDotbelow-ar] mark @mark_bottom mark @mark_top; + pos base [meemDotbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [meemDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [meemDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [noonTwodotsbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTwodotsbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTwodotsbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTwodotsbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTahabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTahabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTahabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTahabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonVabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonVabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonVabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonVabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [lamBar-ar] mark @mark_bottom mark @mark_top; + pos base [lamBar-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamBar-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamBar-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenTahTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenTahTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenTahTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenTahTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahTahabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahTahabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenFourabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenFourabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenFourabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenFourabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenVinvertedabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenVinvertedabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenVinvertedabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenVinvertedabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [qaf_lam_yeh-ar] mark @mark_bottom mark @mark_top; + pos base [fathatan-ar.medi] mark @mark_bottom mark @mark_top; + pos base [kasra-ar.medi] mark @mark_bottom mark @mark_top; + pos base [kashida-ar] mark @mark_bottom mark @mark_top; + pos base [kashida-ar.long] mark @mark_bottom mark @mark_top; + pos base [fatha-ar.medi] mark @mark_bottom mark @mark_top; + pos base [damma-ar.medi] mark @mark_bottom mark @mark_top; + pos base [shadda-ar.medi] mark @mark_bottom mark @mark_top; + pos base [shadda_fatha-ar.medi] mark @mark_bottom mark @mark_top; + pos base [shadda_damma-ar.medi] mark @mark_bottom mark @mark_top; + pos base [shadda_kasra-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sukun-ar.medi] mark @mark_bottom mark @mark_top; + pos base [yehbelow-ar] mark @mark_bottom; + pos base [uniFBBC] mark @mark_bottom; + pos base [sindhiampersand-ar] mark @mark_bottom mark @mark_top; + pos base [sindhipostpositionmen-ar] mark @mark_bottom mark @mark_top; + pos base [cuberoot-ar] mark @mark_top; + pos base [fourthroot-ar] mark @mark_top; + # pos base [_part-alef-ar.fina] mark @mark_bottom mark @mark_top; + } markarab; + lookup mark_arab_mark2Liga { + lookupflag RightToLeft; + pos ligature [lam_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefHamzabelow-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefHamzabelow-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWavyhamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWavyhamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWavyhamzabelow-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWavyhamzabelow-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefMadda-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefMadda-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWasla-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWasla-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [behDotless_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [behDotless_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [tteh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [tteh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [tteh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [tteh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [tteh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_reh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_reh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_zain-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_zain-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_rreh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_rreh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_jeh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_jeh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_reh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_reh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_zain-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_zain-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_rreh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_rreh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_jeh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_jeh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_reh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_reh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_zain-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_zain-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_rreh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_rreh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_jeh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_jeh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_reh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_reh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_zain-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_zain-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_rreh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_rreh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_jeh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_jeh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [feh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [feh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [feh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [feh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [veh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [veh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [veh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [veh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [fehDotless_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [qaf_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [qaf_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [qaf_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [qaf_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [keheh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [keheh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [keheh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [keheh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_meem-ar] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_meem-ar.init] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamVabove_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamVabove_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamDotabove_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamDotabove_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamThreedotsabove_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamThreedotsabove_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamThreedotsbelow_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamThreedotsbelow_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [alefMaksura_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_noonghunna-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_reh-farsi.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_reh-farsi.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_zain-farsi.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_zain-farsi.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_rreh-farsi.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_rreh-farsi.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_jeh-farsi.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_jeh-farsi.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_noon-farsi.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamBar_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamBar_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [mohammad-ar] mark @mark_top ligComponent mark @mark_top ligComponent mark @mark_top ligComponent mark @mark_top; + } mark_arab_mark2Liga; + lookupflag 0; + lookupflag RightToLeft; + script arab; + lookup markarab; + lookup mark_arab_mark2Liga; + lookupflag 0; +} mark; + + + +feature mkmk { + lookup mkmk_arab_bottom { + lookupflag RightToLeft; + pos mark [kasra-ar.isol] mark @mark_bottom; + pos mark [tahbelow-ar] mark @mark_bottom; + pos mark [kasrasmall-ar] mark @mark_bottom; + pos mark [dotbelow-ar] mark @mark_bottom; + pos mark [twodotsverticalbelow-ar] mark @mark_bottom; + pos mark [twodotshorizontalbelow-ar] mark @mark_bottom; + pos mark [threedotsdownbelow-ar] mark @mark_bottom; + pos mark [threedotsupbelow-ar] mark @mark_bottom; + pos mark [threedotshorizontalbelow-ar] mark @mark_bottom; + pos mark [fourdotsbelow-ar] mark @mark_bottom; + pos mark [wavyhamzabelow-ar] mark @mark_bottom; + pos mark [alefbelow-ar] mark @mark_bottom; + pos mark [hamzabelow-ar] mark @mark_bottom; + pos mark [hamzabelowKasra-ar] mark @mark_bottom; + pos mark [hamzabelowKasratan-ar] mark @mark_bottom; + pos mark [kasratan-ar] mark @mark_bottom; + pos mark [kasratan-ar.isol] mark @mark_bottom; + pos mark [kasra-ar] mark @mark_bottom; + pos mark [vbelow-ar] mark @mark_bottom; + pos mark [vinvertedbelow-ar] mark @mark_bottom; + pos mark [dotvowelbelow-ar] mark @mark_bottom; + pos mark [seenbelow-ar] mark @mark_bottom; + pos mark [rhombusStopbelow-ar] mark @mark_bottom; + pos mark [meembelow-ar] mark @mark_bottom; + pos mark [kasraCurly-ar] mark @mark_bottom; + pos mark [kasratanCurly-ar] mark @mark_bottom; + pos mark [toneonedotbelow-ar] mark @mark_bottom; + pos mark [tonetwodotsbelow-ar] mark @mark_bottom; + pos mark [toneloopbelow-ar] mark @mark_bottom; + pos mark [openkasratan-ar] mark @mark_bottom; + pos mark [kasraDotbelow-ar] mark @mark_bottom; + pos mark [leftarrowheadbelow-ar] mark @mark_bottom; + pos mark [rightarrowheadbelow-ar] mark @mark_bottom; + } mkmk_arab_bottom; + lookup mkmk_arab_top { + lookupflag RightToLeft; + pos mark [rehHahabove-ar] mark @mark_top; + pos mark [rehDadabove-ar] mark @mark_top; + pos mark [sadabove-ar] mark @mark_top; + pos mark [ainabove-ar] mark @mark_top; + pos mark [takhallusabove-ar] mark @mark_top; + pos mark [tahabove-ar] mark @mark_top; + pos mark [alefLamYehabove-ar] mark @mark_top; + pos mark [zainabove-ar] mark @mark_top; + pos mark [fathasmall-ar] mark @mark_top; + pos mark [dammasmall-ar] mark @mark_top; + pos mark [dotabove-ar] mark @mark_top; + pos mark [twodotsverticalabove-ar] mark @mark_top; + pos mark [twodotshorizontalabove-ar] mark @mark_top; + pos mark [threedotsdownabove-ar] mark @mark_top; + pos mark [threedotsupabove-ar] mark @mark_top; + pos mark [fourdotsabove-ar] mark @mark_top; + pos mark [fourabove-ar] mark @mark_top; + pos mark [threeabove-ar] mark @mark_top; + pos mark [twoabove-ar] mark @mark_top; + pos mark [wasla-ar] mark @mark_top; + pos mark [alefabove-ar] mark @mark_top; + pos mark [hamzaabove-ar] mark @mark_top; + pos mark [hamzaaboveDamma-ar] mark @mark_top; + pos mark [hamzaaboveDammatan-ar] mark @mark_top; + pos mark [hamzaaboveFatha-ar] mark @mark_top; + pos mark [hamzaaboveFathatan-ar] mark @mark_top; + pos mark [hamzaaboveSukun-ar] mark @mark_top; + pos mark [fathatan-ar] mark @mark_top; + pos mark [fathatan-ar.isol] mark @mark_top; + pos mark [dammatan-ar] mark @mark_top; + pos mark [dammatan-ar.isol] mark @mark_top; + pos mark [fatha-ar] mark @mark_top; + pos mark [fatha-ar.isol] mark @mark_top; + pos mark [damma-ar] mark @mark_top; + pos mark [damma-ar.isol] mark @mark_top; + pos mark [shadda-ar] mark @mark_top; + pos mark [shadda-ar.isol] mark @mark_top; + pos mark [sukun-ar] mark @mark_top; + pos mark [sukun-ar.isol] mark @mark_top; + pos mark [madda-ar] mark @mark_top; + pos mark [shaddaAlefabove-ar] mark @mark_top; + pos mark [shaddaDamma-ar] mark @mark_top; + pos mark [shaddaDammatan-ar] mark @mark_top; + pos mark [shaddaFatha-ar] mark @mark_top; + pos mark [shaddaFathatan-ar] mark @mark_top; + pos mark [shaddaKasra-ar] mark @mark_top; + pos mark [shaddaKasratan-ar] mark @mark_top; + pos mark [noonghunnaabove-ar] mark @mark_top; + pos mark [dammainverted-ar] mark @mark_top; + pos mark [fathaHorizont-ar] mark @mark_top; + pos mark [vabove-ar] mark @mark_top; + pos mark [vinvertedabove-ar] mark @mark_top; + pos mark [dammareversed-ar] mark @mark_top; + pos mark [fathatwodots-ar] mark @mark_top; + pos mark [sadLamAlefMaksuraabove-ar] mark @mark_top; + pos mark [qafLamAlefMaksuraabove-ar] mark @mark_top; + pos mark [meemabove-ar] mark @mark_top; + pos mark [meemStopabove-ar] mark @mark_top; + pos mark [lamAlefabove-ar] mark @mark_top; + pos mark [jeemabove-ar] mark @mark_top; + pos mark [threedotsabove-ar] mark @mark_top; + pos mark [seenabove-ar] mark @mark_top; + pos mark [sukunround-ar] mark @mark_top; + pos mark [sukunoval-ar] mark @mark_top; + pos mark [hahabove-ar] mark @mark_top; + pos mark [maddalong-ar] mark @mark_top; + pos mark [yehabove-ar] mark @mark_top; + pos mark [noonabove-ar] mark @mark_top; + pos mark [rhombusStopabove-ar] mark @mark_top; + pos mark [fathaCurly-ar] mark @mark_top; + pos mark [dammaCurly-ar] mark @mark_top; + pos mark [fathatanCurly-ar] mark @mark_top; + pos mark [dammatanCurly-ar] mark @mark_top; + pos mark [toneonedotabove-ar] mark @mark_top; + pos mark [tonetwodotsabove-ar] mark @mark_top; + pos mark [toneloopabove-ar] mark @mark_top; + pos mark [openfathatan-ar] mark @mark_top; + pos mark [opendammatan-ar] mark @mark_top; + pos mark [fathaDotabove-ar] mark @mark_top; + pos mark [leftarrowheadabove-ar] mark @mark_top; + pos mark [rightarrowheadabove-ar] mark @mark_top; + pos mark [doublerightarrowheadabove-ar] mark @mark_top; + pos mark [doublerightarrowheadDotabove-ar] mark @mark_top; + pos mark [rightarrowheadDotabove-ar] mark @mark_top; + pos mark [dammaDot-ar] mark @mark_top; + } mkmk_arab_top; + lookupflag 0; + lookupflag RightToLeft; + script arab; + lookup mkmk_arab_bottom; + lookup mkmk_arab_top; + lookupflag 0; +} mkmk; + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/fontinfo.plist b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/fontinfo.plist index 49c7f3a742..61786ef936 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/fontinfo.plist +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/fontinfo.plist @@ -18,8 +18,6 @@ 1982 macintoshFONDName IBMPlexSansArabic Bold - note - How razorback-jumping frogs can level six piqued gymnasts! openTypeHeadCreated 2019/12/18 11:00:30 openTypeHheaAscender @@ -40,16 +38,12 @@ Bold Monday openTypeNameManufacturerURL http://www.boldmonday.com - openTypeNamePreferredFamilyName - IBM Plex Sans Arabic - openTypeNamePreferredSubfamilyName - Bold openTypeNameSampleText How razorback-jumping frogs can level six piqued gymnasts! openTypeNameUniqueID - IBM;IBMPlexSansArabic-Bold;1.001;2019 + IBM;IBMPlexSansArabic-Bold;1.002;2021 openTypeNameVersion - Version 1.001 2019 + Version 1.002 2021 openTypeOS2CodePageRanges 0 @@ -58,8 +52,8 @@ openTypeOS2FamilyClass - 0 - 0 + 8 + 1 openTypeOS2Panose @@ -116,7 +110,6 @@ 35 36 37 - 38 60 62 63 @@ -135,7 +128,7 @@ postscriptBlueFuzz 0 postscriptBlueScale - 0.039625 + 0.0625 postscriptBlueShift 7 postscriptBlueValues @@ -221,10 +214,10 @@ versionMajor 1 versionMinor - 1 + 2 xHeight 525 year - 2019 + 2021 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/AE__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/AE__.glif index 3b15ce1044..333e85ef50 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/AE__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/AE__.glif @@ -28,7 +28,10 @@ - + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/A_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/A_.glif index ac2d353251..aa8f7f799f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/A_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/A_.glif @@ -20,13 +20,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Aacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Aacute_.glif index 263add2e7b..c18797b1bd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Aacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Aacute_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Acircumflex_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Acircumflex_.glif index 5823343da9..475858bac3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Acircumflex_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Acircumflex_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Adieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Adieresis_.glif index 85445313d9..7034123b86 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Adieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Adieresis_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Agrave_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Agrave_.glif index b2d556245f..e411893cad 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Agrave_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Agrave_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Aring_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Aring_.glif index 7ecd3e3329..a6bdb6bcc7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Aring_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Aring_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Atilde_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Atilde_.glif index 4028430df0..8dc50376bb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Atilde_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Atilde_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/B_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/B_.glif index 1be7db2060..3a3d3eb255 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/B_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/B_.glif @@ -46,10 +46,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/C_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/C_.glif index 7430baa522..c18659c8a1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/C_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/C_.glif @@ -33,10 +33,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ccedilla_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ccedilla_.glif index e52486cf19..dc33fa27d3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ccedilla_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ccedilla_.glif @@ -58,5 +58,8 @@ + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/D_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/D_.glif index 347539b71a..a7fc30aae7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/D_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/D_.glif @@ -27,10 +27,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Dcroat_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Dcroat_.glif index d44db6b9a3..2f894eed94 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Dcroat_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Dcroat_.glif @@ -34,5 +34,11 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/E_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/E_.glif index 8fe0a26ea4..5d68b209a4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/E_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/E_.glif @@ -18,13 +18,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Eacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Eacute_.glif index ab6e653ea2..d97a9d3792 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Eacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Eacute_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ecircumflex_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ecircumflex_.glif index f34a711617..4f31302e77 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ecircumflex_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ecircumflex_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Edieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Edieresis_.glif index 4ea7704b5e..512c6c28f9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Edieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Edieresis_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Egrave_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Egrave_.glif index 2a7b264862..e022dd7351 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Egrave_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Egrave_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Eth_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Eth_.glif index 7aa8ec3a69..a8d0d2fe70 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Eth_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Eth_.glif @@ -4,6 +4,12 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/F_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/F_.glif index 5966055a6b..c4151cb0d6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/F_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/F_.glif @@ -16,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/G_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/G_.glif index 83b0403442..bc1f9bb405 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/G_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/G_.glif @@ -40,10 +40,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Germandbls_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Germandbls_.glif index d594f93000..232774ba0b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Germandbls_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Germandbls_.glif @@ -37,12 +37,4 @@ - - - com.type-invaders.name.final - uni1E9E - com.type-invaders.name.production - Germandbls - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/H_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/H_.glif index 65f8f3ddab..bd0dc89ec1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/H_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/H_.glif @@ -18,10 +18,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/I_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/I_.glif index 59b71b3566..20636f9fc4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/I_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/I_.glif @@ -18,13 +18,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Iacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Iacute_.glif index 9e8fc1ad92..9feb02dca7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Iacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Iacute_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Icircumflex_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Icircumflex_.glif index f6819b6363..af35ad16d1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Icircumflex_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Icircumflex_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Idieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Idieresis_.glif index de05b892b3..a405804357 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Idieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Idieresis_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Igrave_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Igrave_.glif index 78e4d5db65..13465a56ba 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Igrave_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Igrave_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/J_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/J_.glif index 0edbc3b46b..0847cf177a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/J_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/J_.glif @@ -24,10 +24,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/K_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/K_.glif index e66c1c357e..f0f900cf97 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/K_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/K_.glif @@ -20,10 +20,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/L_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/L_.glif index c4d2cab92d..fbcd4c2816 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/L_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/L_.glif @@ -12,13 +12,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/M_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/M_.glif index ce6ab652db..e32bd5c8d5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/M_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/M_.glif @@ -23,10 +23,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/N_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/N_.glif index 6d0221b41f..d78af141b9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/N_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/N_.glif @@ -20,10 +20,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ntilde_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ntilde_.glif index a061c154f6..a6d080172d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ntilde_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ntilde_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/OE__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/OE__.glif index 9025c1d92b..cca7b635d5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/OE__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/OE__.glif @@ -44,5 +44,11 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/O_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/O_.glif index 0e0bb50266..f220ff44b4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/O_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/O_.glif @@ -34,10 +34,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Oacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Oacute_.glif index a22370126f..e899375aa6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Oacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Oacute_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ocircumflex_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ocircumflex_.glif index 0f6dbb85ee..1829475b83 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ocircumflex_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ocircumflex_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Odieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Odieresis_.glif index 91ba012d3e..7aa151f9cb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Odieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Odieresis_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ograve_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ograve_.glif index 220f579e83..b7fca2569a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ograve_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ograve_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Oslash_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Oslash_.glif index 8a627b2aea..a1a84a373b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Oslash_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Oslash_.glif @@ -56,7 +56,10 @@ - + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Otilde_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Otilde_.glif index 177b011c24..ee902f9ac0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Otilde_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Otilde_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/P_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/P_.glif index c880d67b8a..b2ea2bbee6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/P_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/P_.glif @@ -29,10 +29,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Q_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Q_.glif index 3fe1abec1d..b90126070e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Q_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Q_.glif @@ -42,7 +42,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/R_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/R_.glif index 2f8f907870..852b1844ea 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/R_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/R_.glif @@ -32,10 +32,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/S_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/S_.glif index bae2d5ec34..b7169a9a71 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/S_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/S_.glif @@ -46,10 +46,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Scaron_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Scaron_.glif index 00f5acc6d8..5092007865 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Scaron_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Scaron_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/T_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/T_.glif index 7ab08d7661..c158e15208 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/T_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/T_.glif @@ -14,10 +14,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/U_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/U_.glif index d2df6ecfea..07ed64b6f7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/U_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/U_.glif @@ -24,13 +24,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Uacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Uacute_.glif index 66781ad471..3258dbd53d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Uacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Uacute_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ucircumflex_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ucircumflex_.glif index 6687742876..a5686b8365 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ucircumflex_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ucircumflex_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Udieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Udieresis_.glif index 0b6e116139..1989e23961 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Udieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Udieresis_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ugrave_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ugrave_.glif index 1581e66b3b..5a403cf2db 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ugrave_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ugrave_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/V_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/V_.glif index 69d324e724..6bda1908fe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/V_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/V_.glif @@ -16,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/W_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/W_.glif index 9f1ca06a2e..f0f963047e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/W_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/W_.glif @@ -28,10 +28,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/X_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/X_.glif index 459db74ade..584e30d6fb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/X_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/X_.glif @@ -20,10 +20,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Y_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Y_.glif index 35c922183e..bb8f40c082 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Y_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Y_.glif @@ -16,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Yacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Yacute_.glif index 7b309438ba..77f368f7b1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Yacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Yacute_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ydieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ydieresis_.glif index 6945e88443..9f567f9147 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ydieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Ydieresis_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Z_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Z_.glif index b817bce519..0572862605 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Z_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Z_.glif @@ -16,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Zcaron_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Zcaron_.glif index f757700297..a28a86de7d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Zcaron_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/Zcaron_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/a.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/a.alt01.glif index d4ad9bf5b1..0a78321588 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/a.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/a.alt01.glif @@ -40,13 +40,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/a.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/a.glif index e985fa7731..d22fc8c57b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/a.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/a.glif @@ -52,13 +52,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/aacute.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/aacute.alt01.glif index ab776c51e2..b117f7efb3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/aacute.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/aacute.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/aacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/aacute.glif index 1641816df4..98d380c878 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/aacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/aacute.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acircumflex.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acircumflex.alt01.glif index b9571970cb..d6e1ec5ac2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acircumflex.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acircumflex.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acircumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acircumflex.glif index 35594026de..2af19b7af1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acircumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acircumflex.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acute.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acute.case.glif index 94af42ef05..5a79d76636 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acute.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acute.case.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acute.glif index ab808d7137..3599bf028d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acute.glif @@ -10,7 +10,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acutecomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acutecomb.glif index 5cdac864dd..db86a71f2b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acutecomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/acutecomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0301 - com.type-invaders.name.production - acutecomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/adieresis.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/adieresis.alt01.glif index 57bbe3b79f..d2c9e0af67 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/adieresis.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/adieresis.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/adieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/adieresis.glif index 615446853a..d55f5f6145 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/adieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/adieresis.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ae-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ae-ar.fina.glif index 5ee7261b06..21b0655de4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ae-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ae-ar.fina.glif @@ -12,10 +12,6 @@ - com.type-invaders.name.final - uni06D5.fina - com.type-invaders.name.production - ae-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ae-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ae-ar.glif index 34afb3abbf..6550e63ccb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ae-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ae-ar.glif @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06D5 - com.type-invaders.name.production - ae-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ae.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ae.glif index a3263a2129..a26ef52ce4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ae.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ae.glif @@ -79,7 +79,10 @@ - + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/afghani-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/afghani-ar.glif index a1c499ed68..a8943d1b0f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/afghani-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/afghani-ar.glif @@ -84,12 +84,4 @@ - - - com.type-invaders.name.final - uni060B - com.type-invaders.name.production - afghani-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/agrave.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/agrave.alt01.glif index bad429bc4b..5be58b92b3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/agrave.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/agrave.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/agrave.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/agrave.glif index 55d6127f3f..1243cddf54 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/agrave.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/agrave.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.fina.glif index 26c9646f39..b421369a6d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.fina.glif @@ -71,12 +71,4 @@ - - - com.type-invaders.name.final - uniFECA - com.type-invaders.name.production - ain-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.glif index 743c4498b4..758c3dfa97 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.glif @@ -61,12 +61,4 @@ - - - com.type-invaders.name.final - uni0639 - com.type-invaders.name.production - ain-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.init.glif index 29eee27205..751f614c60 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.init.glif @@ -44,12 +44,4 @@ - - - com.type-invaders.name.final - uniFECB - com.type-invaders.name.production - ain-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.isol.glif index 85e158bc43..4f41269181 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEC9 - com.type-invaders.name.production - ain-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.medi.glif index e674d6513b..c19a47147b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.medi.glif @@ -53,12 +53,4 @@ - - - com.type-invaders.name.final - uniFECC - com.type-invaders.name.production - ain-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.short.glif index e7fb108761..fced1204c8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ain-ar.short.glif @@ -57,12 +57,4 @@ - - - com.type-invaders.name.final - uni0639.short - com.type-invaders.name.production - ain-ar.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedots-ar_.fina.glif index 5efd5ae06d..4517664ba6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedots-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni06A0.fina - com.type-invaders.name.production - ainThreedots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedots-ar_.glif index 21988c66f1..c5f114054f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedots-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni06A0 - com.type-invaders.name.production - ainThreedots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedots-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedots-ar_.init.glif index be0c60d9e5..b7286cdfdd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedots-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedots-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A0.init - com.type-invaders.name.production - ainThreedots-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedots-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedots-ar_.medi.glif index 493426e8ca..79b148a79b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedots-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedots-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A0.medi - com.type-invaders.name.production - ainThreedots-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsbelow-ar_.fina.glif index d4039b5fec..910d027a18 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsbelow-ar_.fina.glif @@ -108,13 +108,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni08B3.fina - com.type-invaders.name.production - ainThreedotsbelow-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsbelow-ar_.fina.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsbelow-ar_.fina.init.glif index 56503d0bfe..ecf30ca04e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsbelow-ar_.fina.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsbelow-ar_.fina.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni08B3.fina.init - com.type-invaders.name.production - ainThreedotsbelow-ar.fina.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsbelow-ar_.fina.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsbelow-ar_.fina.medi.glif index fd9a5e94f3..4bba83e5ce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsbelow-ar_.fina.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsbelow-ar_.fina.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni08B3.fina.medi - com.type-invaders.name.production - ainThreedotsbelow-ar.fina.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsbelow-ar_.glif index 437d65dbba..f47ddd6dac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsbelow-ar_.glif @@ -99,13 +99,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni08B3 - com.type-invaders.name.production - ainThreedotsbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsdownabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsdownabove-ar_.fina.glif index 7616387c5a..c330e28448 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsdownabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsdownabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni075E.fina - com.type-invaders.name.production - ainThreedotsdownabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsdownabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsdownabove-ar_.glif index 3865849695..893b1eca5f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsdownabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsdownabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni075E - com.type-invaders.name.production - ainThreedotsdownabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsdownabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsdownabove-ar_.init.glif index 348ecc9f76..53303095b5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsdownabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsdownabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075E.init - com.type-invaders.name.production - ainThreedotsdownabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsdownabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsdownabove-ar_.medi.glif index b499316e9e..70379ff614 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsdownabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainThreedotsdownabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075E.medi - com.type-invaders.name.production - ainThreedotsdownabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotshorizontalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotshorizontalabove-ar_.fina.glif index 20e899bd83..51e859bfad 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotshorizontalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotshorizontalabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni075D.fina - com.type-invaders.name.production - ainTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotshorizontalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotshorizontalabove-ar_.glif index ac3479d236..12732617aa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotshorizontalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotshorizontalabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni075D - com.type-invaders.name.production - ainTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotshorizontalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotshorizontalabove-ar_.init.glif index b71db257df..0f3531e900 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotshorizontalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotshorizontalabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075D.init - com.type-invaders.name.production - ainTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotshorizontalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotshorizontalabove-ar_.medi.glif index c59ae11b0d..fd4cae697c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotshorizontalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotshorizontalabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075D.medi - com.type-invaders.name.production - ainTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotsverticalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotsverticalabove-ar_.fina.glif index 1da27d8e58..677c5f8000 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotsverticalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotsverticalabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni075F.fina - com.type-invaders.name.production - ainTwodotsverticalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotsverticalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotsverticalabove-ar_.glif index 2618592a7d..153f4c581b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotsverticalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotsverticalabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni075F - com.type-invaders.name.production - ainTwodotsverticalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotsverticalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotsverticalabove-ar_.init.glif index 98a1263052..5dc0cca375 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotsverticalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotsverticalabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075F.init - com.type-invaders.name.production - ainTwodotsverticalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotsverticalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotsverticalabove-ar_.medi.glif index 7bab6139a1..6f54f9e449 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotsverticalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainTwodotsverticalabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075F.medi - com.type-invaders.name.production - ainTwodotsverticalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainabove-ar.glif index b062715f54..d8f0c06574 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ainabove-ar.glif @@ -50,18 +50,10 @@ - + - + - - - com.type-invaders.name.final - uni0611 - com.type-invaders.name.production - ainabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.fina.glif index 57acb787e6..cb972f514a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.fina.glif @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uniFE8E - com.type-invaders.name.production - alef-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.fina.short.glif index 0fbd78240a..cb4eb366ee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.fina.short.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uniFE8E.short - com.type-invaders.name.production - alef-ar.fina.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.glif index 4e1a5c50fd..2339b70fe3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.glif @@ -19,12 +19,4 @@ - - - com.type-invaders.name.final - uni0627 - com.type-invaders.name.production - alef-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.isol.glif index 3d54d6e39e..ee9873587c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFE8D - com.type-invaders.name.production - alef-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.short.glif index 41b43bb95b..a6be15b325 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alef-ar.short.glif @@ -15,12 +15,4 @@ - - - com.type-invaders.name.final - uni0627.short - com.type-invaders.name.production - alef-ar.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefFathatan-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefFathatan-ar_.fina.glif index 7aa5654e31..69a7ac6bce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefFathatan-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefFathatan-ar_.fina.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uniFD3C - com.type-invaders.name.production - alefFathatan-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefFathatan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefFathatan-ar_.glif index e6a8438575..d62ca49525 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefFathatan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefFathatan-ar_.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uniFD3D - com.type-invaders.name.production - alefFathatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzaabove-ar_.fina.glif index 38d2c4613e..0e5fbb46aa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzaabove-ar_.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFE84 - com.type-invaders.name.production - alefHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzaabove-ar_.glif index 5c7613321a..95bc6f8ba3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzaabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni0623 - com.type-invaders.name.production - alefHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzaabove-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzaabove-ar_.isol.glif index 8e7370c843..eee9b25a80 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzaabove-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzaabove-ar_.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFE83 - com.type-invaders.name.production - alefHamzaabove-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzabelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzabelow-ar_.fina.glif index 307774fd1a..d2c55c2f43 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzabelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzabelow-ar_.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFE88 - com.type-invaders.name.production - alefHamzabelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzabelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzabelow-ar_.glif index 825dbc7376..3df8a4bcee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzabelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzabelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0625 - com.type-invaders.name.production - alefHamzabelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzabelow-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzabelow-ar_.isol.glif index d2bbb86ca8..5887f9fc43 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzabelow-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefHamzabelow-ar_.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFE87 - com.type-invaders.name.production - alefHamzabelow-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefLamYehabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefLamYehabove-ar__.glif index 46305ab260..944644620e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefLamYehabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefLamYehabove-ar__.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni0616 - com.type-invaders.name.production - alefLamYehabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMadda-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMadda-ar_.fina.glif index 3c2699822f..81dc5e5a26 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMadda-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMadda-ar_.fina.glif @@ -3,18 +3,17 @@ - + + + + - com.type-invaders.name.final - uniFE82 - com.type-invaders.name.production - alefMadda-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMadda-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMadda-ar_.glif index 24177ba248..680131f47e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMadda-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMadda-ar_.glif @@ -3,18 +3,17 @@ - + + + + - com.type-invaders.name.final - uni0622 - com.type-invaders.name.production - alefMadda-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMadda-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMadda-ar_.isol.glif index a4c3beb800..cacb42b256 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMadda-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMadda-ar_.isol.glif @@ -3,18 +3,11 @@ - - - - + - com.type-invaders.name.final - uniFE81 - com.type-invaders.name.production - alefMadda-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.fina.glif index 4d989b58b1..3b3d151b43 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.fina.glif @@ -42,19 +42,8 @@ - - - - - - com.type-invaders.name.final - uniFEF0 - com.type-invaders.name.production - alefMaksura-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.glif index 87d669cdf3..5389003f58 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.glif @@ -58,19 +58,8 @@ - - - - - - com.type-invaders.name.final - uni0649 - com.type-invaders.name.production - alefMaksura-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.init.glif index 3ec9dc330f..42ee45d072 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.init.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uniFBE8 - com.type-invaders.name.production - alefMaksura-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.isol.glif index 96d71622e5..99371a2012 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.isol.glif @@ -4,28 +4,9 @@ - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEEF - com.type-invaders.name.production - alefMaksura-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.medi.glif index 71ff84d382..3d0f5746cf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura-ar_.medi.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uniFBE9 - com.type-invaders.name.production - alefMaksura-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksuraAlefabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksuraAlefabove-ar__.fina.glif index 97b6ea8625..e80f339aef 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksuraAlefabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksuraAlefabove-ar__.fina.glif @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uniFC90 - com.type-invaders.name.production - alefMaksuraAlefabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksuraAlefabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksuraAlefabove-ar__.glif index 250977834a..8b37720c46 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksuraAlefabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksuraAlefabove-ar__.glif @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uniFC5D - com.type-invaders.name.production - alefMaksuraAlefabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..7988d61a03 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..81a0bbebaa --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..5abced8263 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__noon-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__noonghunna-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__noonghunna-ar.glif deleted file mode 100644 index e7247d08a3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__noonghunna-ar.glif +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - alefMaksura_noonghunnaar - com.type-invaders.name.production - alefMaksura_noonghunna-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__noonghunna-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__noonghunna-ar.rlig.glif new file mode 100644 index 0000000000..9c222bdc48 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__noonghunna-ar.rlig.glif @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__reh-ar.fina.glif deleted file mode 100644 index 201650a178..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__reh-ar.fina.glif +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - alefMaksura_rehar.fina - com.type-invaders.name.production - alefMaksura_reh-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..89e36b0c05 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..dc254ee9c5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.short.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__reh-ar.fina.short.glif deleted file mode 100644 index 2fb9cfa499..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__reh-ar.fina.short.glif +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - alefMaksura_rehar.fina.short - com.type-invaders.name.production - alefMaksura_reh-ar.fina.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..d5396d5387 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..e06c02a933 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefThreeabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefThreeabove-ar_.fina.glif index c59ba97ce5..8c865ffb98 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefThreeabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefThreeabove-ar_.fina.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni0774.fina - com.type-invaders.name.production - alefThreeabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefThreeabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefThreeabove-ar_.glif index c421fab26c..6dbbd5d439 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefThreeabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefThreeabove-ar_.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uni0774 - com.type-invaders.name.production - alefThreeabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefTwoabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefTwoabove-ar_.fina.glif index 5cead3f880..1a7601d71c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefTwoabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefTwoabove-ar_.fina.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni0773.fina - com.type-invaders.name.production - alefTwoabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefTwoabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefTwoabove-ar_.glif index 3656c82bd5..bc53a549ff 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefTwoabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefTwoabove-ar_.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uni0773 - com.type-invaders.name.production - alefTwoabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWasla-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWasla-ar_.fina.glif index 4d0b748413..b095f14417 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWasla-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWasla-ar_.fina.glif @@ -3,18 +3,17 @@ - + + + + - com.type-invaders.name.final - uniFB51 - com.type-invaders.name.production - alefWasla-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWasla-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWasla-ar_.glif index 7f891263e7..f4816aab5c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWasla-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWasla-ar_.glif @@ -3,18 +3,17 @@ - + + + + - com.type-invaders.name.final - uni0671 - com.type-invaders.name.production - alefWasla-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWavyhamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWavyhamzaabove-ar_.fina.glif index 3e8961209d..1e2d3d90ad 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWavyhamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWavyhamzaabove-ar_.fina.glif @@ -2,21 +2,17 @@ - + - + - com.type-invaders.name.final - uni0672.fina - com.type-invaders.name.production - alefWavyhamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWavyhamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWavyhamzaabove-ar_.glif index 6377b4f780..25d063402f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWavyhamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWavyhamzaabove-ar_.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uni0672 - com.type-invaders.name.production - alefWavyhamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWavyhamzabelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWavyhamzabelow-ar_.fina.glif index ac9e3ad4f1..53bfd85a2e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWavyhamzabelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWavyhamzabelow-ar_.fina.glif @@ -2,10 +2,10 @@ - + - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni0673.fina - com.type-invaders.name.production - alefWavyhamzabelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWavyhamzabelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWavyhamzabelow-ar_.glif index 649a3dad7a..dd81fc2f9c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWavyhamzabelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefWavyhamzabelow-ar_.glif @@ -3,10 +3,10 @@ - + - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0673 - com.type-invaders.name.production - alefWavyhamzabelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefabove-ar.glif index 82defa141b..91b851ffe2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefabove-ar.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni0670 - com.type-invaders.name.production - alefabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefbelow-ar.glif index 9cddeb50ca..7507919247 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/alefbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni0656 - com.type-invaders.name.production - alefbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/allah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/allah-ar.glif index ccd6a4b1f9..184c961156 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/allah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/allah-ar.glif @@ -119,12 +119,4 @@ - - - com.type-invaders.name.final - uniFDF2 - com.type-invaders.name.production - allah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/approxequal.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/approxequal.glif index 2aa36753c3..7836d842f5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/approxequal.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/approxequal.glif @@ -3,8 +3,8 @@ - - + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/aring.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/aring.alt01.glif index 537cd1a7f0..97e732845c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/aring.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/aring.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/aring.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/aring.glif index a1e37cc2ec..5af52701f8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/aring.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/aring.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdown.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdown.glif index d7bf688bd4..c284dc4365 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdown.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdown.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2193 - com.type-invaders.name.production - arrowdown - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownclockhalf.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownclockhalf.glif index 05a87f37ec..2389f45eb4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownclockhalf.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownclockhalf.glif @@ -33,12 +33,4 @@ - - - com.type-invaders.name.final - uni21B7 - com.type-invaders.name.production - arrowdownclockhalf - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdowncounterclockhalf.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdowncounterclockhalf.glif index 682737c7fd..3b201ee066 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdowncounterclockhalf.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdowncounterclockhalf.glif @@ -33,12 +33,4 @@ - - - com.type-invaders.name.final - uni21B6 - com.type-invaders.name.production - arrowdowncounterclockhalf - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownleft.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownleft.glif index ebbe34dd07..deb92cf5e1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownleft.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownleft.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2199 - com.type-invaders.name.production - arrowdownleft - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownleftcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownleftcorner.glif index 286ccbfd71..ba66913488 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownleftcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownleftcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni21B2 - com.type-invaders.name.production - arrowdownleftcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownright.glif index 6172285be8..59df0a183b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownright.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2198 - com.type-invaders.name.production - arrowdownright - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownrightcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownrightcorner.glif index 5cfa32aed8..f313076b47 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownrightcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowdownrightcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni21B3 - com.type-invaders.name.production - arrowdownrightcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowhookleft.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowhookleft.glif index 3112891355..8d48e4b562 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowhookleft.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowhookleft.glif @@ -33,12 +33,4 @@ - - - com.type-invaders.name.final - uni21A9 - com.type-invaders.name.production - arrowhookleft - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowhookright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowhookright.glif index 09a6e7c4d5..26fa020fc1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowhookright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowhookright.glif @@ -33,12 +33,4 @@ - - - com.type-invaders.name.final - uni21AA - com.type-invaders.name.production - arrowhookright - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleft.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleft.glif index 6094d86fef..6fe9c40c87 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleft.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleft.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2190 - com.type-invaders.name.production - arrowleft - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleftarrowright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleftarrowright.glif index 04a0b009f0..146fbf3343 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleftarrowright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleftarrowright.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni21C6 - com.type-invaders.name.production - arrowleftarrowright com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleftdowncorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleftdowncorner.glif index e5fa0783b1..222445b944 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleftdowncorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleftdowncorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2B10 - com.type-invaders.name.production - arrowleftdowncorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleftright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleftright.glif index 02c300ce12..461fdc0179 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleftright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleftright.glif @@ -32,12 +32,4 @@ - - - com.type-invaders.name.final - uni2194 - com.type-invaders.name.production - arrowleftright - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleftupcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleftupcorner.glif index f50a492a73..5918f295f2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleftupcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowleftupcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2B11 - com.type-invaders.name.production - arrowleftupcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowright.glif index 53c5d4d313..ff9a22d661 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowright.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2192 - com.type-invaders.name.production - arrowright - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowrightarrowleft.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowrightarrowleft.glif index 6b813f76cb..da02de37f3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowrightarrowleft.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowrightarrowleft.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni21C4 - com.type-invaders.name.production - arrowrightarrowleft com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowrightdowncorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowrightdowncorner.glif index 4cb950c1a7..b32a770c46 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowrightdowncorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowrightdowncorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2B0E - com.type-invaders.name.production - arrowrightdowncorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowrightupcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowrightupcorner.glif index d6aaafa86f..73447022b6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowrightupcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowrightupcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2B0F - com.type-invaders.name.production - arrowrightupcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowup.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowup.glif index 30f8d537b3..9b6c122b72 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowup.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowup.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2191 - com.type-invaders.name.production - arrowup - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupdown.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupdown.glif index 3856070a1c..aac66e43ba 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupdown.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupdown.glif @@ -32,12 +32,4 @@ - - - com.type-invaders.name.final - uni2195 - com.type-invaders.name.production - arrowupdown - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupleft.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupleft.glif index 4694d9a760..14df0d3d6d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupleft.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupleft.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2196 - com.type-invaders.name.production - arrowupleft - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupleftcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupleftcorner.glif index a7d41c1215..ad798605ed 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupleftcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupleftcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni21B0 - com.type-invaders.name.production - arrowupleftcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupleftcounterclock.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupleftcounterclock.glif index db7179155a..8a7473b889 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupleftcounterclock.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupleftcounterclock.glif @@ -43,12 +43,4 @@ - - - com.type-invaders.name.final - uni21BA - com.type-invaders.name.production - arrowupleftcounterclock - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupright.glif index 85de488637..0e9e625d8e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowupright.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2197 - com.type-invaders.name.production - arrowupright - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowuprightclock.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowuprightclock.glif index f3d0cd2a97..a92f64284c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowuprightclock.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowuprightclock.glif @@ -43,12 +43,4 @@ - - - com.type-invaders.name.final - uni21BB - com.type-invaders.name.production - arrowuprightclock - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowuprightcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowuprightcorner.glif index 842c3f9030..9ae1b1b21c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowuprightcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/arrowuprightcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni21B1 - com.type-invaders.name.production - arrowuprightcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/asterisk-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/asterisk-ar.glif index dac25f1d55..1bc98838a5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/asterisk-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/asterisk-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni066D - com.type-invaders.name.production - asterisk-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/asteriskArt-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/asteriskArt-ar_.glif index de42e9c246..8eebf36043 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/asteriskArt-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/asteriskArt-ar_.glif @@ -100,12 +100,4 @@ - - - com.type-invaders.name.final - uni06DE - com.type-invaders.name.production - asteriskArt-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/atilde.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/atilde.alt01.glif index f993547c78..e83144b440 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/atilde.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/atilde.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/atilde.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/atilde.glif index d327ae4d40..aeb80c9296 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/atilde.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/atilde.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/b.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/b.glif index c2233f8201..3889b38b2d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/b.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/b.glif @@ -41,7 +41,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/baht.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/baht.glif index 62a014e447..7b3f0111bd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/baht.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/baht.glif @@ -66,12 +66,4 @@ - - - com.type-invaders.name.final - uni0E3F - com.type-invaders.name.production - baht - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/basmalla-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/basmalla-ar.glif index 80c0746adc..95d6ed81db 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/basmalla-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/basmalla-ar.glif @@ -563,12 +563,4 @@ - - - com.type-invaders.name.final - uniFDFA - com.type-invaders.name.production - basmalla-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beeh-ar.fina.glif index f7d8281774..213f2dd5a5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beeh-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB53 - com.type-invaders.name.production - beeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beeh-ar.glif index 54480a63f0..d520d9329f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beeh-ar.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni067B - com.type-invaders.name.production - beeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beeh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beeh-ar.init.glif index 605004b4d7..fdb375dd48 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beeh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beeh-ar.init.glif @@ -3,10 +3,10 @@ - + - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB54 - com.type-invaders.name.production - beeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beeh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beeh-ar.medi.glif index 4cc8a03926..c0b464724d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beeh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beeh-ar.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB55 - com.type-invaders.name.production - beeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.fina.glif index 97a38acc94..f4c00ddc3d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFE90 - com.type-invaders.name.production - beh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.glif index f28e1b2fab..52a18333f9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0628 - com.type-invaders.name.production - beh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.init.glif index 0dfcc88417..67a10ad5f9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFE91 - com.type-invaders.name.production - beh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.isol.glif index f973ee1fa5..7cff4ed1bb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFE8F - com.type-invaders.name.production - beh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.medi.glif index 2492061bb5..85cfc76c11 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFE92 - com.type-invaders.name.production - beh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless-ar_.fina.glif index 42f31622de..cca058ba65 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless-ar_.fina.glif @@ -47,12 +47,4 @@ - - - com.type-invaders.name.final - uni066E.fina - com.type-invaders.name.production - behDotless-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless-ar_.glif index f9b0e6e7d4..9e1ab83cfb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless-ar_.glif @@ -44,12 +44,4 @@ - - - com.type-invaders.name.final - uni066E - com.type-invaders.name.production - behDotless-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless-ar_.init.glif index 2c6f9d4a13..c739d52c86 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless-ar_.init.glif @@ -36,12 +36,4 @@ - - - com.type-invaders.name.final - uni066E.init - com.type-invaders.name.production - behDotless-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless-ar_.medi.glif index 50a73ea9d8..ddc5742f6c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless-ar_.medi.glif @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - uni066E.medi - com.type-invaders.name.production - behDotless-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless__alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless__alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..8786ea4e2c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless__alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless__alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless__alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..c0ecd04b1d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behDotless__alefMaksura-ar_.rlig.glif @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotshorizontalbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotshorizontalbelow-ar_.fina.glif index 570d937493..d1457eeef5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotshorizontalbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotshorizontalbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni0750.fina - com.type-invaders.name.production - behThreedotshorizontalbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotshorizontalbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotshorizontalbelow-ar_.glif index b9c1bd03a7..a48c5a4cde 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotshorizontalbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotshorizontalbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0750 - com.type-invaders.name.production - behThreedotshorizontalbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotshorizontalbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotshorizontalbelow-ar_.init.glif index 1750044089..e4622a85be 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotshorizontalbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotshorizontalbelow-ar_.init.glif @@ -71,13 +71,23 @@ + + + + + + + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0750.init - com.type-invaders.name.production - behThreedotshorizontalbelow-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotshorizontalbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotshorizontalbelow-ar_.medi.glif index 79102f7b58..109adb96bf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotshorizontalbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotshorizontalbelow-ar_.medi.glif @@ -76,13 +76,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0750.medi - com.type-invaders.name.production - behThreedotshorizontalbelow-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupabove-ar_.fina.glif index e909264acd..e507d9365d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupabove-ar_.fina.glif @@ -3,24 +3,20 @@ - + - + - + - com.type-invaders.name.final - uni0751.fina - com.type-invaders.name.production - behThreedotsupabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupabove-ar_.glif index 7f31f73ca7..7700e4dac0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupabove-ar_.glif @@ -4,24 +4,20 @@ - + - + - + - com.type-invaders.name.final - uni0751 - com.type-invaders.name.production - behThreedotsupabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupabove-ar_.init.glif index 004cf09c92..06f5e97a05 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupabove-ar_.init.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0751.init - com.type-invaders.name.production - behThreedotsupabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupabove-ar_.medi.glif index d426240989..09159a9c5d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupabove-ar_.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0751.medi - com.type-invaders.name.production - behThreedotsupabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupbelow-ar_.fina.glif index e987613079..13386f5aa2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni0752.fina - com.type-invaders.name.production - behThreedotsupbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupbelow-ar_.glif index 5fbe25cc92..a13fe414bd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0752 - com.type-invaders.name.production - behThreedotsupbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupbelow-ar_.init.glif index ddb3e06bef..481b22e4ee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupbelow-ar_.init.glif @@ -2,10 +2,10 @@ - + - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0752.init - com.type-invaders.name.production - behThreedotsupbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupbelow-ar_.medi.glif index 433c8552a1..cae2222e35 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behThreedotsupbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0752.medi - com.type-invaders.name.production - behThreedotsupbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behTwodotsbelowDotabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behTwodotsbelowDotabove-ar__.fina.glif index 3ec6ef2d89..08da28f02e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behTwodotsbelowDotabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behTwodotsbelowDotabove-ar__.fina.glif @@ -6,21 +6,17 @@ - + - + - com.type-invaders.name.final - uni0754.fina - com.type-invaders.name.production - behTwodotsbelowDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behTwodotsbelowDotabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behTwodotsbelowDotabove-ar__.glif index bc4abd9ef2..4016df974e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behTwodotsbelowDotabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behTwodotsbelowDotabove-ar__.glif @@ -7,21 +7,17 @@ - + - + - com.type-invaders.name.final - uni0754 - com.type-invaders.name.production - behTwodotsbelowDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behTwodotsbelowDotabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behTwodotsbelowDotabove-ar__.init.glif index 232a51e7d1..09aef2c082 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behTwodotsbelowDotabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behTwodotsbelowDotabove-ar__.init.glif @@ -2,11 +2,11 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0754.init - com.type-invaders.name.production - behTwodotsbelowDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behTwodotsbelowDotabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behTwodotsbelowDotabove-ar__.medi.glif index e25ba78e45..1d62376d0c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behTwodotsbelowDotabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behTwodotsbelowDotabove-ar__.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0754.medi - com.type-invaders.name.production - behTwodotsbelowDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVabove-ar_.fina.glif index dd7d740c81..d6df32e98a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0756.fina - com.type-invaders.name.production - behVabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVabove-ar_.glif index 7163e885bf..402731eccb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0756 - com.type-invaders.name.production - behVabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVabove-ar_.init.glif index 49999bed9c..e8c8a4ccfd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVabove-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0756.init - com.type-invaders.name.production - behVabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVabove-ar_.medi.glif index 1300c80894..bc8a6aecde 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVabove-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0756.medi - com.type-invaders.name.production - behVabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVbelow-ar_.fina.glif index de8d1dc5fd..3ebd71364e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni08A0.fina - com.type-invaders.name.production - behVbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVbelow-ar_.glif index c185d40382..1be187ea97 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni08A0 - com.type-invaders.name.production - behVbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVbelow-ar_.init.glif index 7cad539c87..6971bbe9d6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni08A0.init - com.type-invaders.name.production - behVbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVbelow-ar_.medi.glif index fb2954af8e..ef67ccf4e4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni08A0.medi - com.type-invaders.name.production - behVbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVinvertedbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVinvertedbelow-ar_.fina.glif index 2ae73ee9f6..d95e1b38ec 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVinvertedbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVinvertedbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni0755.fina - com.type-invaders.name.production - behVinvertedbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVinvertedbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVinvertedbelow-ar_.glif index c8c2d3e34c..3621c4095c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVinvertedbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVinvertedbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0755 - com.type-invaders.name.production - behVinvertedbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVinvertedbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVinvertedbelow-ar_.init.glif index f3f98ff374..66e94e7894 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVinvertedbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVinvertedbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0755.init - com.type-invaders.name.production - behVinvertedbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVinvertedbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVinvertedbelow-ar_.medi.glif index e5eea81546..416873a8cf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVinvertedbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/behVinvertedbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0755.medi - com.type-invaders.name.production - behVinvertedbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_alefMaksura-ar_.fina.glif deleted file mode 100644 index f64cb6221a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6E - com.type-invaders.name.production - beh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..c6809edb50 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_alefMaksura-ar_.glif deleted file mode 100644 index a50283a197..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC09 - com.type-invaders.name.production - beh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..e96991c6a8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_jeh-ar.fina.glif deleted file mode 100644 index 23541ae9bb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280698.fina - com.type-invaders.name.production - beh_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..da3ad75100 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..c9b778c0dd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_jeh-ar.fina.short.glif deleted file mode 100644 index c6379120b1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280698.fina.short - com.type-invaders.name.production - beh_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_noon-ar.fina.glif deleted file mode 100644 index 67e0b415d8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6D - com.type-invaders.name.production - beh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..84e50a205f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_reh-ar.fina.glif deleted file mode 100644 index 6fd1994770..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6A - com.type-invaders.name.production - beh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..3afff237ea --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..6ed1ab357e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_reh-ar.fina.short.glif deleted file mode 100644 index 24c345c73f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6A.short - com.type-invaders.name.production - beh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_rreh-ar.fina.glif deleted file mode 100644 index 68105af07f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280691.fina - com.type-invaders.name.production - beh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..0f304ecbef --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..35a7efefee --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_rreh-ar.fina.short.glif deleted file mode 100644 index b86a77ad3c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280691.fina.short - com.type-invaders.name.production - beh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-ar.fina.glif deleted file mode 100644 index 38b2c5dea9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6F - com.type-invaders.name.production - beh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..f70b721fb9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-ar.glif deleted file mode 100644 index d59bbecdfb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC0A - com.type-invaders.name.production - beh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..b3657ac43b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-farsi.fina.glif deleted file mode 100644 index 7db7bec4fa..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - beh_yehfarsi.fina - com.type-invaders.name.production - beh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..39146e4e5f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-farsi.glif deleted file mode 100644 index 26562e1d53..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - beh_yehfarsi - com.type-invaders.name.production - beh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..a3d0d94ecd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 77c2b805e9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280626.fina - com.type-invaders.name.production - beh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..cb11dc9435 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yehHamzaabove-ar_.glif deleted file mode 100644 index 447cb74496..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280626 - com.type-invaders.name.production - beh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..ab1f03dac2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_zain-ar.fina.glif deleted file mode 100644 index 93aed65be9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6B - com.type-invaders.name.production - beh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..bac467b3ba --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..cfd27fa3b3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_zain-ar.fina.short.glif deleted file mode 100644 index 8b896b99d3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6B.short - com.type-invaders.name.production - beh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beheh-ar.fina.glif index 8c97dc6e71..32934d895c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beheh-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB5B - com.type-invaders.name.production - beheh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beheh-ar.glif index 1da4aa11d5..24ee78baf0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beheh-ar.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0680 - com.type-invaders.name.production - beheh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beheh-ar.init.glif index 5af9ff8c5b..b6c57f87e8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beheh-ar.init.glif @@ -3,10 +3,10 @@ - + - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB5C - com.type-invaders.name.production - beheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beheh-ar.medi.glif index 3758c86a94..e8901240a6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/beheh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB5D - com.type-invaders.name.production - beheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/bismillah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/bismillah-ar.glif index 2294abbeb3..2e70d7c7c3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/bismillah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/bismillah-ar.glif @@ -623,12 +623,4 @@ - - - com.type-invaders.name.final - uniFDFD - com.type-invaders.name.production - bismillah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/bitcoin.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/bitcoin.glif index 922c2f0a77..4e48ad1a6c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/bitcoin.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/bitcoin.glif @@ -60,12 +60,4 @@ - - - com.type-invaders.name.final - uni20BF - com.type-invaders.name.production - bitcoin - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/breve.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/breve.case.glif index 4c788e499b..18a8d040a5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/breve.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/breve.case.glif @@ -21,7 +21,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/breve.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/breve.glif index cf39cf3b91..de5a4a6309 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/breve.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/breve.glif @@ -22,7 +22,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/c.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/c.glif index 706c6f5a5e..1e757db31f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/c.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/c.glif @@ -33,10 +33,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caron.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caron.case.glif index a953e586b4..800a79a75e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caron.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caron.case.glif @@ -12,7 +12,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caron.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caron.glif index 6be3b13727..7a86316879 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caron.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caron.glif @@ -13,7 +13,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caroncomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caroncomb.glif index fb128e812a..0e17f1a0a2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caroncomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caroncomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni030C - com.type-invaders.name.production - caroncomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caronslovak.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caronslovak.glif index 21ccae2fd0..32bb9efb01 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caronslovak.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caronslovak.glif @@ -10,15 +10,7 @@ - + - - - com.type-invaders.name.final - uni02BC - com.type-invaders.name.production - caronslovak - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caronslovakcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caronslovakcomb.glif index 65c16d6b8c..76e7c43901 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caronslovakcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/caronslovakcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0315 - com.type-invaders.name.production - caronslovakcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ccedilla.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ccedilla.glif index e053b5c7c9..47e0c31a86 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ccedilla.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ccedilla.glif @@ -58,5 +58,8 @@ + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/cedi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/cedi.glif index 22d24e95f3..c35ca0bcde 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/cedi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/cedi.glif @@ -45,12 +45,4 @@ - - - com.type-invaders.name.final - uni20B5 - com.type-invaders.name.production - cedi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/cedilla.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/cedilla.glif index 14d6ec946e..b903fb9c96 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/cedilla.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/cedilla.glif @@ -33,7 +33,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/cedillacomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/cedillacomb.glif index 592d2bc41f..d0d1023360 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/cedillacomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/cedillacomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0327 - com.type-invaders.name.production - cedillacomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/celogo.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/celogo.glif index 1d3974891d..e58c3de688 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/celogo.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/celogo.glif @@ -63,12 +63,4 @@ - - - com.type-invaders.name.final - uniECE0 - com.type-invaders.name.production - celogo - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/checkmark.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/checkmark.glif index 2cb4e07c0d..0737c22d00 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/checkmark.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/checkmark.glif @@ -16,12 +16,4 @@ - - - com.type-invaders.name.final - uni2713 - com.type-invaders.name.production - checkmark - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/circumflex.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/circumflex.case.glif index bc272e7270..b347e90180 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/circumflex.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/circumflex.case.glif @@ -12,7 +12,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/circumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/circumflex.glif index bb5905f770..be12c6aa52 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/circumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/circumflex.glif @@ -13,7 +13,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/circumflexcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/circumflexcomb.glif index 345002f868..5f18be2986 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/circumflexcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/circumflexcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0302 - com.type-invaders.name.production - circumflexcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/coloncurrency.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/coloncurrency.glif index 4e4950e26f..cf439a9bad 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/coloncurrency.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/coloncurrency.glif @@ -67,12 +67,4 @@ - - - com.type-invaders.name.final - uni20A1 - com.type-invaders.name.production - coloncurrency - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comma-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comma-ar.glif index 6784dc109b..4502ac2a1f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comma-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comma-ar.glif @@ -24,12 +24,4 @@ - - - com.type-invaders.name.final - uni060C - com.type-invaders.name.production - comma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comma.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comma.glif index b77b98e570..b0e892f33f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comma.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comma.glif @@ -4,24 +4,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/commaturnedtop.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/commaturnedtop.glif index 4b762d1fde..51bca0b28b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/commaturnedtop.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/commaturnedtop.glif @@ -24,15 +24,7 @@ - + - - - com.type-invaders.name.final - uni02BB - com.type-invaders.name.production - commaturnedtop - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.alef-ar.fina.glif index 869c574026..c35b53286e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.alef-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.alef-ar.fina.glif @@ -18,21 +18,13 @@ - + - + - + - - - com.type-invaders.name.final - comp.alefar.fina - com.type-invaders.name.production - comp.alef-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.alefmini-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.alefmini-ar.glif index 4b3349061c..6d26278d3c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.alefmini-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.alefmini-ar.glif @@ -9,12 +9,4 @@ - - - com.type-invaders.name.final - comp.alefminiar - com.type-invaders.name.production - comp.alefmini-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.bar-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.bar-ar.glif index 1080260690..4455dc2ecf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.bar-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.bar-ar.glif @@ -9,18 +9,10 @@ - + - + - - - com.type-invaders.name.final - comp.barar - com.type-invaders.name.production - comp.bar-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.behDotless__alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.behDotless__alefMaksura-ar_.fina.glif deleted file mode 100644 index 9351ddf98e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.behDotless__alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - comp.behDotl_alefMk.fina - com.type-invaders.name.production - comp.behDotless_alefMaksura-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.behDotless__alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.behDotless__alefMaksura-ar_.glif deleted file mode 100644 index 995196e46f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.behDotless__alefMaksura-ar_.glif +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - comp.behDotl_alefMk - com.type-invaders.name.production - comp.behDotless_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.cuberoot-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.cuberoot-ar.glif index 2b39c38821..96f54e2104 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.cuberoot-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.cuberoot-ar.glif @@ -15,15 +15,7 @@ - + - - - com.type-invaders.name.final - comp.cuberootar - com.type-invaders.name.production - comp.cuberoot-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.damma-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.damma-ar.glif index bff23a1a7f..8c22fb9eb8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.damma-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.damma-ar.glif @@ -36,12 +36,4 @@ - - - com.type-invaders.name.final - comp.dammaar - com.type-invaders.name.production - comp.damma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.doublebar-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.doublebar-ar.glif index 7393070748..3ed020ee6b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.doublebar-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.doublebar-ar.glif @@ -15,15 +15,7 @@ - + - - - com.type-invaders.name.final - comp.doublebarar - com.type-invaders.name.production - comp.doublebar-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.fatha-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.fatha-ar.glif index c541494c82..95e47ba30f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.fatha-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.fatha-ar.glif @@ -9,12 +9,4 @@ - - - com.type-invaders.name.final - comp.fathaar - com.type-invaders.name.production - comp.fatha-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.fathacurly-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.fathacurly-ar.glif index fb06fc8c47..e7259050d9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.fathacurly-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.fathacurly-ar.glif @@ -31,12 +31,4 @@ - - - com.type-invaders.name.final - comp.fathacurlyar - com.type-invaders.name.production - comp.fathacurly-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.foururdu-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.foururdu-ar.glif index 55a580ea49..32be7134ed 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.foururdu-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.foururdu-ar.glif @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - comp.foururduar - com.type-invaders.name.production - comp.foururdu-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.hamza-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.hamza-ar.glif index 617c3c14ad..f2f4be772b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.hamza-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.hamza-ar.glif @@ -30,12 +30,4 @@ - - - com.type-invaders.name.final - comp.hamzaar - com.type-invaders.name.production - comp.hamza-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.kafbar-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.kafbar-ar.glif index f8f7f91f3c..24bf10b3c0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.kafbar-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.kafbar-ar.glif @@ -9,18 +9,10 @@ - + - + - - - com.type-invaders.name.final - comp.kafbarar - com.type-invaders.name.production - comp.kafbar-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.meemSmall-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.meemSmall-ar_.glif index aa7d9197e2..07e7d542ca 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.meemSmall-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.meemSmall-ar_.glif @@ -30,12 +30,4 @@ - - - com.type-invaders.name.final - comp.meemSmallar - com.type-invaders.name.production - comp.meemSmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.seenSmall-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.seenSmall-ar_.glif index 703adb0e17..029c2561cf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.seenSmall-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.seenSmall-ar_.glif @@ -65,12 +65,4 @@ - - - com.type-invaders.name.final - comp.seenSmallar - com.type-invaders.name.production - comp.seenSmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.tahmini-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.tahmini-ar.glif index a40c9639f0..61f3faa6b7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.tahmini-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.tahmini-ar.glif @@ -36,12 +36,4 @@ - - - com.type-invaders.name.final - comp.tahminiar - com.type-invaders.name.production - comp.tahmini-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.v-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.v-ar.glif index f273966e50..91c9032251 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.v-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.v-ar.glif @@ -13,12 +13,4 @@ - - - com.type-invaders.name.final - comp.var - com.type-invaders.name.production - comp.v-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.vinverted-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.vinverted-ar.glif index e6c8d5f8e7..e7c093bbc8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.vinverted-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.vinverted-ar.glif @@ -13,12 +13,4 @@ - - - com.type-invaders.name.final - comp.vinvertedar - com.type-invaders.name.production - comp.vinverted-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.wavyhamza-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.wavyhamza-ar.glif index 311b1f7c5a..f61b8bd862 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.wavyhamza-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.wavyhamza-ar.glif @@ -35,12 +35,4 @@ - - - com.type-invaders.name.final - comp.wavyhamzaar - com.type-invaders.name.production - comp.wavyhamza-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.yehSmall-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.yehSmall-ar_.glif index 5e98f8e9ae..da9fb80771 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.yehSmall-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/comp.yehSmall-ar_.glif @@ -28,12 +28,4 @@ - - - com.type-invaders.name.final - comp.yehSmallar - com.type-invaders.name.production - comp.yehSmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/contents.plist b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/contents.plist index 0413a6a474..5b16727bf9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/contents.plist +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/contents.plist @@ -274,12 +274,22 @@ alefMaksuraAlefabove-ar__.glif alefMaksuraAlefabove-ar.fina alefMaksuraAlefabove-ar__.fina.glif - alefMaksura_noonghunna-ar - alefMaksura__noonghunna-ar.glif - alefMaksura_reh-ar.fina - alefMaksura__reh-ar.fina.glif - alefMaksura_reh-ar.fina.short - alefMaksura__reh-ar.fina.short.glif + alefMaksura_jeh-ar.fina.rlig + alefMaksura__jeh-ar.fina.rlig.glif + alefMaksura_jeh-ar.fina.rlig.short + alefMaksura__jeh-ar.fina.rlig.short.glif + alefMaksura_noon-ar.fina.rlig + alefMaksura__noon-ar.fina.rlig.glif + alefMaksura_noonghunna-ar.rlig + alefMaksura__noonghunna-ar.rlig.glif + alefMaksura_reh-ar.fina.rlig + alefMaksura__reh-ar.fina.rlig.glif + alefMaksura_reh-ar.fina.rlig.short + alefMaksura__reh-ar.fina.rlig.short.glif + alefMaksura_zain-ar.fina.rlig + alefMaksura__zain-ar.fina.rlig.glif + alefMaksura_zain-ar.fina.rlig.short + alefMaksura__zain-ar.fina.rlig.short.glif alefThreeabove-ar alefThreeabove-ar_.glif alefThreeabove-ar.fina @@ -418,6 +428,10 @@ behDotless-ar_.init.glif behDotless-ar.medi behDotless-ar_.medi.glif + behDotless_alefMaksura-ar.fina.rlig + behDotless__alefMaksura-ar_.fina.rlig.glif + behDotless_alefMaksura-ar.rlig + behDotless__alefMaksura-ar_.rlig.glif behThreedotshorizontalbelow-ar behThreedotshorizontalbelow-ar_.glif behThreedotshorizontalbelow-ar.fina @@ -474,40 +488,40 @@ behVinvertedbelow-ar_.init.glif behVinvertedbelow-ar.medi behVinvertedbelow-ar_.medi.glif - beh_alefMaksura-ar - beh_alefMaksura-ar_.glif - beh_alefMaksura-ar.fina - beh_alefMaksura-ar_.fina.glif - beh_jeh-ar.fina - beh_jeh-ar.fina.glif - beh_jeh-ar.fina.short - beh_jeh-ar.fina.short.glif - beh_noon-ar.fina - beh_noon-ar.fina.glif - beh_reh-ar.fina - beh_reh-ar.fina.glif - beh_reh-ar.fina.short - beh_reh-ar.fina.short.glif - beh_rreh-ar.fina - beh_rreh-ar.fina.glif - beh_rreh-ar.fina.short - beh_rreh-ar.fina.short.glif - beh_yeh-ar - beh_yeh-ar.glif - beh_yeh-ar.fina - beh_yeh-ar.fina.glif - beh_yeh-farsi - beh_yeh-farsi.glif - beh_yeh-farsi.fina - beh_yeh-farsi.fina.glif - beh_yehHamzaabove-ar - beh_yehHamzaabove-ar_.glif - beh_yehHamzaabove-ar.fina - beh_yehHamzaabove-ar_.fina.glif - beh_zain-ar.fina - beh_zain-ar.fina.glif - beh_zain-ar.fina.short - beh_zain-ar.fina.short.glif + beh_alefMaksura-ar.fina.rlig + beh_alefMaksura-ar_.fina.rlig.glif + beh_alefMaksura-ar.rlig + beh_alefMaksura-ar_.rlig.glif + beh_jeh-ar.fina.rlig + beh_jeh-ar.fina.rlig.glif + beh_jeh-ar.fina.rlig.short + beh_jeh-ar.fina.rlig.short.glif + beh_noon-ar.fina.rlig + beh_noon-ar.fina.rlig.glif + beh_reh-ar.fina.rlig + beh_reh-ar.fina.rlig.glif + beh_reh-ar.fina.rlig.short + beh_reh-ar.fina.rlig.short.glif + beh_rreh-ar.fina.rlig + beh_rreh-ar.fina.rlig.glif + beh_rreh-ar.fina.rlig.short + beh_rreh-ar.fina.rlig.short.glif + beh_yeh-ar.fina.rlig + beh_yeh-ar.fina.rlig.glif + beh_yeh-ar.rlig + beh_yeh-ar.rlig.glif + beh_yeh-farsi.fina.rlig + beh_yeh-farsi.fina.rlig.glif + beh_yeh-farsi.rlig + beh_yeh-farsi.rlig.glif + beh_yehHamzaabove-ar.fina.rlig + beh_yehHamzaabove-ar_.fina.rlig.glif + beh_yehHamzaabove-ar.rlig + beh_yehHamzaabove-ar_.rlig.glif + beh_zain-ar.fina.rlig + beh_zain-ar.fina.rlig.glif + beh_zain-ar.fina.rlig.short + beh_zain-ar.fina.rlig.short.glif beheh-ar beheh-ar.glif beheh-ar.fina @@ -584,10 +598,6 @@ comp.alefmini-ar.glif comp.bar-ar comp.bar-ar.glif - comp.behDotless_alefMaksura-ar - comp.behDotless__alefMaksura-ar_.glif - comp.behDotless_alefMaksura-ar.fina - comp.behDotless__alefMaksura-ar_.fina.glif comp.cuberoot-ar comp.cuberoot-ar.glif comp.damma-ar @@ -654,54 +664,54 @@ dadDotbelow-ar_.init.glif dadDotbelow-ar.medi dadDotbelow-ar_.medi.glif - dad_alefMaksura-ar - dad_alefMaksura-ar_.glif - dad_alefMaksura-ar.fina - dad_alefMaksura-ar_.fina.glif - dad_jeh-ar - dad_jeh-ar.glif - dad_jeh-ar.fina - dad_jeh-ar.fina.glif - dad_jeh-ar.fina.short - dad_jeh-ar.fina.short.glif - dad_jeh-ar.short - dad_jeh-ar.short.glif - dad_reh-ar - dad_reh-ar.glif - dad_reh-ar.fina - dad_reh-ar.fina.glif - dad_reh-ar.fina.short - dad_reh-ar.fina.short.glif - dad_reh-ar.short - dad_reh-ar.short.glif - dad_rreh-ar - dad_rreh-ar.glif - dad_rreh-ar.fina - dad_rreh-ar.fina.glif - dad_rreh-ar.fina.short - dad_rreh-ar.fina.short.glif - dad_rreh-ar.short - dad_rreh-ar.short.glif - dad_yeh-ar - dad_yeh-ar.glif - dad_yeh-ar.fina - dad_yeh-ar.fina.glif - dad_yeh-farsi - dad_yeh-farsi.glif - dad_yeh-farsi.fina - dad_yeh-farsi.fina.glif - dad_yehHamzaabove-ar - dad_yehHamzaabove-ar_.glif - dad_yehHamzaabove-ar.fina - dad_yehHamzaabove-ar_.fina.glif - dad_zain-ar - dad_zain-ar.glif - dad_zain-ar.fina - dad_zain-ar.fina.glif - dad_zain-ar.fina.short - dad_zain-ar.fina.short.glif - dad_zain-ar.short - dad_zain-ar.short.glif + dad_alefMaksura-ar.fina.rlig + dad_alefMaksura-ar_.fina.rlig.glif + dad_alefMaksura-ar.rlig + dad_alefMaksura-ar_.rlig.glif + dad_jeh-ar.fina.rlig + dad_jeh-ar.fina.rlig.glif + dad_jeh-ar.fina.rlig.short + dad_jeh-ar.fina.rlig.short.glif + dad_jeh-ar.rlig + dad_jeh-ar.rlig.glif + dad_jeh-ar.rlig.short + dad_jeh-ar.rlig.short.glif + dad_reh-ar.fina.rlig + dad_reh-ar.fina.rlig.glif + dad_reh-ar.fina.rlig.short + dad_reh-ar.fina.rlig.short.glif + dad_reh-ar.rlig + dad_reh-ar.rlig.glif + dad_reh-ar.rlig.short + dad_reh-ar.rlig.short.glif + dad_rreh-ar.fina.rlig + dad_rreh-ar.fina.rlig.glif + dad_rreh-ar.fina.rlig.short + dad_rreh-ar.fina.rlig.short.glif + dad_rreh-ar.rlig + dad_rreh-ar.rlig.glif + dad_rreh-ar.rlig.short + dad_rreh-ar.rlig.short.glif + dad_yeh-ar.fina.rlig + dad_yeh-ar.fina.rlig.glif + dad_yeh-ar.rlig + dad_yeh-ar.rlig.glif + dad_yeh-farsi.fina.rlig + dad_yeh-farsi.fina.rlig.glif + dad_yeh-farsi.rlig + dad_yeh-farsi.rlig.glif + dad_yehHamzaabove-ar.fina.rlig + dad_yehHamzaabove-ar_.fina.rlig.glif + dad_yehHamzaabove-ar.rlig + dad_yehHamzaabove-ar_.rlig.glif + dad_zain-ar.fina.rlig + dad_zain-ar.fina.rlig.glif + dad_zain-ar.fina.rlig.short + dad_zain-ar.fina.rlig.short.glif + dad_zain-ar.rlig + dad_zain-ar.rlig.glif + dad_zain-ar.rlig.short + dad_zain-ar.rlig.short.glif dagger dagger.glif daggerdbl @@ -950,8 +960,8 @@ fehDotless-ar_.init.glif fehDotless-ar.medi fehDotless-ar_.medi.glif - fehDotless_alefMaksura-ar - fehDotless__alefMaksura-ar_.glif + fehDotless_alefMaksura-ar.rlig + fehDotless__alefMaksura-ar_.rlig.glif fehThreedotsbelow-ar fehThreedotsbelow-ar_.glif fehThreedotsbelow-ar.fina @@ -976,14 +986,14 @@ fehTwodotsbelow-ar_.init.glif fehTwodotsbelow-ar.medi fehTwodotsbelow-ar_.medi.glif - feh_alefMaksura-ar - feh_alefMaksura-ar_.glif - feh_yeh-ar - feh_yeh-ar.glif - feh_yeh-farsi - feh_yeh-farsi.glif - feh_yehHamzaabove-ar - feh_yehHamzaabove-ar_.glif + feh_alefMaksura-ar.rlig + feh_alefMaksura-ar_.rlig.glif + feh_yeh-ar.rlig + feh_yeh-ar.rlig.glif + feh_yeh-farsi.rlig + feh_yeh-farsi.rlig.glif + feh_yehHamzaabove-ar.rlig + feh_yehHamzaabove-ar_.rlig.glif fi fi.glif five @@ -1076,22 +1086,22 @@ gafTwodotsbelow-ar_.init.glif gafTwodotsbelow-ar.medi gafTwodotsbelow-ar_.medi.glif - gaf_alefMaksura-ar - gaf_alefMaksura-ar_.glif - gaf_alefMaksura-ar.fina - gaf_alefMaksura-ar_.fina.glif - gaf_yeh-ar - gaf_yeh-ar.glif - gaf_yeh-ar.fina - gaf_yeh-ar.fina.glif - gaf_yeh-farsi - gaf_yeh-farsi.glif - gaf_yeh-farsi.fina - gaf_yeh-farsi.fina.glif - gaf_yehHamzaabove-ar - gaf_yehHamzaabove-ar_.glif - gaf_yehHamzaabove-ar.fina - gaf_yehHamzaabove-ar_.fina.glif + gaf_alefMaksura-ar.fina.rlig + gaf_alefMaksura-ar_.fina.rlig.glif + gaf_alefMaksura-ar.rlig + gaf_alefMaksura-ar_.rlig.glif + gaf_yeh-ar.fina.rlig + gaf_yeh-ar.fina.rlig.glif + gaf_yeh-ar.rlig + gaf_yeh-ar.rlig.glif + gaf_yeh-farsi.fina.rlig + gaf_yeh-farsi.fina.rlig.glif + gaf_yeh-farsi.rlig + gaf_yeh-farsi.rlig.glif + gaf_yehHamzaabove-ar.fina.rlig + gaf_yehHamzaabove-ar_.fina.rlig.glif + gaf_yehHamzaabove-ar.rlig + gaf_yehHamzaabove-ar_.rlig.glif germandbls germandbls.glif germandbls.alt01 @@ -1442,22 +1452,22 @@ kafTwodotshorizontalabove-ar_.init.glif kafTwodotshorizontalabove-ar.medi kafTwodotshorizontalabove-ar_.medi.glif - kaf_alefMaksura-ar - kaf_alefMaksura-ar_.glif - kaf_alefMaksura-ar.fina - kaf_alefMaksura-ar_.fina.glif - kaf_yeh-ar - kaf_yeh-ar.glif - kaf_yeh-ar.fina - kaf_yeh-ar.fina.glif - kaf_yeh-farsi - kaf_yeh-farsi.glif - kaf_yeh-farsi.fina - kaf_yeh-farsi.fina.glif - kaf_yehHamzaabove-ar - kaf_yehHamzaabove-ar_.glif - kaf_yehHamzaabove-ar.fina - kaf_yehHamzaabove-ar_.fina.glif + kaf_alefMaksura-ar.fina.rlig + kaf_alefMaksura-ar_.fina.rlig.glif + kaf_alefMaksura-ar.rlig + kaf_alefMaksura-ar_.rlig.glif + kaf_yeh-ar.fina.rlig + kaf_yeh-ar.fina.rlig.glif + kaf_yeh-ar.rlig + kaf_yeh-ar.rlig.glif + kaf_yeh-farsi.fina.rlig + kaf_yeh-farsi.fina.rlig.glif + kaf_yeh-farsi.rlig + kaf_yeh-farsi.rlig.glif + kaf_yehHamzaabove-ar.fina.rlig + kaf_yehHamzaabove-ar_.fina.rlig.glif + kaf_yehHamzaabove-ar.rlig + kaf_yehHamzaabove-ar_.rlig.glif kafswash-ar kafswash-ar.glif kashida-ar @@ -1534,14 +1544,14 @@ kehehTwodotshorizontalabove-ar_.init.glif kehehTwodotshorizontalabove-ar.medi kehehTwodotshorizontalabove-ar_.medi.glif - keheh_yeh-ar - keheh_yeh-ar.glif - keheh_yeh-ar.fina - keheh_yeh-ar.fina.glif - keheh_yeh-farsi - keheh_yeh-farsi.glif - keheh_yeh-farsi.fina - keheh_yeh-farsi.fina.glif + keheh_yeh-ar.fina.rlig + keheh_yeh-ar.fina.rlig.glif + keheh_yeh-ar.rlig + keheh_yeh-ar.rlig.glif + keheh_yeh-farsi.fina.rlig + keheh_yeh-farsi.fina.rlig.glif + keheh_yeh-farsi.rlig + keheh_yeh-farsi.rlig.glif khah-ar khah-ar.glif khah-ar.fina @@ -1586,10 +1596,10 @@ lamBar-ar_.init.glif lamBar-ar.medi lamBar-ar_.medi.glif - lamBar_alef-ar - lamBar__alef-ar.glif - lamBar_alef-ar.fina - lamBar__alef-ar.fina.glif + lamBar_alef-ar.fina.rlig + lamBar__alef-ar.fina.rlig.glif + lamBar_alef-ar.rlig + lamBar__alef-ar.rlig.glif lamDotabove-ar lamDotabove-ar_.glif lamDotabove-ar.fina @@ -1598,10 +1608,10 @@ lamDotabove-ar_.init.glif lamDotabove-ar.medi lamDotabove-ar_.medi.glif - lamDotabove_alef-ar - lamDotabove__alef-ar.glif - lamDotabove_alef-ar.fina - lamDotabove__alef-ar.fina.glif + lamDotabove_alef-ar.fina.rlig + lamDotabove__alef-ar.fina.rlig.glif + lamDotabove_alef-ar.rlig + lamDotabove__alef-ar.rlig.glif lamDoublebar-ar lamDoublebar-ar_.glif lamDoublebar-ar.fina @@ -1618,10 +1628,10 @@ lamThreedotsabove-ar_.init.glif lamThreedotsabove-ar.medi lamThreedotsabove-ar_.medi.glif - lamThreedotsabove_alef-ar - lamThreedotsabove__alef-ar.glif - lamThreedotsabove_alef-ar.fina - lamThreedotsabove__alef-ar.fina.glif + lamThreedotsabove_alef-ar.fina.rlig + lamThreedotsabove__alef-ar.fina.rlig.glif + lamThreedotsabove_alef-ar.rlig + lamThreedotsabove__alef-ar.rlig.glif lamThreedotsbelow-ar lamThreedotsbelow-ar_.glif lamThreedotsbelow-ar.fina @@ -1630,10 +1640,10 @@ lamThreedotsbelow-ar_.init.glif lamThreedotsbelow-ar.medi lamThreedotsbelow-ar_.medi.glif - lamThreedotsbelow_alef-ar - lamThreedotsbelow__alef-ar.glif - lamThreedotsbelow_alef-ar.fina - lamThreedotsbelow__alef-ar.fina.glif + lamThreedotsbelow_alef-ar.fina.rlig + lamThreedotsbelow__alef-ar.fina.rlig.glif + lamThreedotsbelow_alef-ar.rlig + lamThreedotsbelow__alef-ar.rlig.glif lamVabove-ar lamVabove-ar_.glif lamVabove-ar.fina @@ -1642,50 +1652,50 @@ lamVabove-ar_.init.glif lamVabove-ar.medi lamVabove-ar_.medi.glif - lamVabove_alef-ar - lamVabove__alef-ar.glif - lamVabove_alef-ar.fina - lamVabove__alef-ar.fina.glif - lam_alef-ar - lam_alef-ar.glif - lam_alef-ar.fina - lam_alef-ar.fina.glif - lam_alefHamzaabove-ar - lam_alefHamzaabove-ar_.glif - lam_alefHamzaabove-ar.fina - lam_alefHamzaabove-ar_.fina.glif - lam_alefHamzabelow-ar - lam_alefHamzabelow-ar_.glif - lam_alefHamzabelow-ar.fina - lam_alefHamzabelow-ar_.fina.glif - lam_alefMadda-ar - lam_alefMadda-ar_.glif - lam_alefMadda-ar.fina - lam_alefMadda-ar_.fina.glif - lam_alefMaksura-ar - lam_alefMaksura-ar_.glif - lam_alefWasla-ar - lam_alefWasla-ar_.glif - lam_alefWasla-ar.fina - lam_alefWasla-ar_.fina.glif - lam_alefWavyhamzaabove-ar - lam_alefWavyhamzaabove-ar_.glif - lam_alefWavyhamzaabove-ar.fina - lam_alefWavyhamzaabove-ar_.fina.glif - lam_alefWavyhamzabelow-ar - lam_alefWavyhamzabelow-ar_.glif - lam_alefWavyhamzabelow-ar.fina - lam_alefWavyhamzabelow-ar_.fina.glif + lamVabove_alef-ar.fina.rlig + lamVabove__alef-ar.fina.rlig.glif + lamVabove_alef-ar.rlig + lamVabove__alef-ar.rlig.glif + lam_alef-ar.fina.rlig + lam_alef-ar.fina.rlig.glif + lam_alef-ar.rlig + lam_alef-ar.rlig.glif + lam_alefHamzaabove-ar.fina.rlig + lam_alefHamzaabove-ar_.fina.rlig.glif + lam_alefHamzaabove-ar.rlig + lam_alefHamzaabove-ar_.rlig.glif + lam_alefHamzabelow-ar.fina.rlig + lam_alefHamzabelow-ar_.fina.rlig.glif + lam_alefHamzabelow-ar.rlig + lam_alefHamzabelow-ar_.rlig.glif + lam_alefMadda-ar.fina.rlig + lam_alefMadda-ar_.fina.rlig.glif + lam_alefMadda-ar.rlig + lam_alefMadda-ar_.rlig.glif + lam_alefMaksura-ar.rlig + lam_alefMaksura-ar_.rlig.glif + lam_alefWasla-ar.fina.rlig + lam_alefWasla-ar_.fina.rlig.glif + lam_alefWasla-ar.rlig + lam_alefWasla-ar_.rlig.glif + lam_alefWavyhamzaabove-ar.fina.rlig + lam_alefWavyhamzaabove-ar_.fina.rlig.glif + lam_alefWavyhamzaabove-ar.rlig + lam_alefWavyhamzaabove-ar_.rlig.glif + lam_alefWavyhamzabelow-ar.fina.rlig + lam_alefWavyhamzabelow-ar_.fina.rlig.glif + lam_alefWavyhamzabelow-ar.rlig + lam_alefWavyhamzabelow-ar_.rlig.glif lam_meem-ar lam_meem-ar.glif lam_meem-ar.init lam_meem-ar.init.glif - lam_yeh-ar - lam_yeh-ar.glif - lam_yeh-farsi - lam_yeh-farsi.glif - lam_yehHamzaabove-ar - lam_yehHamzaabove-ar_.glif + lam_yeh-ar.rlig + lam_yeh-ar.rlig.glif + lam_yeh-farsi.rlig + lam_yeh-farsi.rlig.glif + lam_yehHamzaabove-ar.rlig + lam_yehHamzaabove-ar_.rlig.glif ldot ldot.glif leftarrowheadabove-ar @@ -1858,40 +1868,40 @@ noonVabove-ar_.init.glif noonVabove-ar.medi noonVabove-ar_.medi.glif - noon_alefMaksura-ar - noon_alefMaksura-ar_.glif - noon_alefMaksura-ar.fina - noon_alefMaksura-ar_.fina.glif - noon_jeh-ar.fina - noon_jeh-ar.fina.glif - noon_jeh-ar.fina.short - noon_jeh-ar.fina.short.glif - noon_noon-ar.fina - noon_noon-ar.fina.glif - noon_reh-ar.fina - noon_reh-ar.fina.glif - noon_reh-ar.fina.short - noon_reh-ar.fina.short.glif - noon_rreh-ar.fina - noon_rreh-ar.fina.glif - noon_rreh-ar.fina.short - noon_rreh-ar.fina.short.glif - noon_yeh-ar - noon_yeh-ar.glif - noon_yeh-ar.fina - noon_yeh-ar.fina.glif - noon_yeh-farsi - noon_yeh-farsi.glif - noon_yeh-farsi.fina - noon_yeh-farsi.fina.glif - noon_yehHamzaabove-ar - noon_yehHamzaabove-ar_.glif - noon_yehHamzaabove-ar.fina - noon_yehHamzaabove-ar_.fina.glif - noon_zain-ar.fina - noon_zain-ar.fina.glif - noon_zain-ar.fina.short - noon_zain-ar.fina.short.glif + noon_alefMaksura-ar.fina.rlig + noon_alefMaksura-ar_.fina.rlig.glif + noon_alefMaksura-ar.rlig + noon_alefMaksura-ar_.rlig.glif + noon_jeh-ar.fina.rlig + noon_jeh-ar.fina.rlig.glif + noon_jeh-ar.fina.rlig.short + noon_jeh-ar.fina.rlig.short.glif + noon_noon-ar.fina.rlig + noon_noon-ar.fina.rlig.glif + noon_reh-ar.fina.rlig + noon_reh-ar.fina.rlig.glif + noon_reh-ar.fina.rlig.short + noon_reh-ar.fina.rlig.short.glif + noon_rreh-ar.fina.rlig + noon_rreh-ar.fina.rlig.glif + noon_rreh-ar.fina.rlig.short + noon_rreh-ar.fina.rlig.short.glif + noon_yeh-ar.fina.rlig + noon_yeh-ar.fina.rlig.glif + noon_yeh-ar.rlig + noon_yeh-ar.rlig.glif + noon_yeh-farsi.fina.rlig + noon_yeh-farsi.fina.rlig.glif + noon_yeh-farsi.rlig + noon_yeh-farsi.rlig.glif + noon_yehHamzaabove-ar.fina.rlig + noon_yehHamzaabove-ar_.fina.rlig.glif + noon_yehHamzaabove-ar.rlig + noon_yehHamzaabove-ar_.rlig.glif + noon_zain-ar.fina.rlig + noon_zain-ar.fina.rlig.glif + noon_zain-ar.fina.rlig.short + noon_zain-ar.fina.rlig.short.glif noonabove-ar noonabove-ar.glif noonghunna-ar @@ -1992,40 +2002,40 @@ peh-ar.init.glif peh-ar.medi peh-ar.medi.glif - peh_alefMaksura-ar - peh_alefMaksura-ar_.glif - peh_alefMaksura-ar.fina - peh_alefMaksura-ar_.fina.glif - peh_jeh-ar.fina - peh_jeh-ar.fina.glif - peh_jeh-ar.fina.short - peh_jeh-ar.fina.short.glif - peh_noon-ar.fina - peh_noon-ar.fina.glif - peh_reh-ar.fina - peh_reh-ar.fina.glif - peh_reh-ar.fina.short - peh_reh-ar.fina.short.glif - peh_rreh-ar.fina - peh_rreh-ar.fina.glif - peh_rreh-ar.fina.short - peh_rreh-ar.fina.short.glif - peh_yeh-ar - peh_yeh-ar.glif - peh_yeh-ar.fina - peh_yeh-ar.fina.glif - peh_yeh-farsi - peh_yeh-farsi.glif - peh_yeh-farsi.fina - peh_yeh-farsi.fina.glif - peh_yehHamzaabove-ar - peh_yehHamzaabove-ar_.glif - peh_yehHamzaabove-ar.fina - peh_yehHamzaabove-ar_.fina.glif - peh_zain-ar.fina - peh_zain-ar.fina.glif - peh_zain-ar.fina.short - peh_zain-ar.fina.short.glif + peh_alefMaksura-ar.fina.rlig + peh_alefMaksura-ar_.fina.rlig.glif + peh_alefMaksura-ar.rlig + peh_alefMaksura-ar_.rlig.glif + peh_jeh-ar.fina.rlig + peh_jeh-ar.fina.rlig.glif + peh_jeh-ar.fina.rlig.short + peh_jeh-ar.fina.rlig.short.glif + peh_noon-ar.fina.rlig + peh_noon-ar.fina.rlig.glif + peh_reh-ar.fina.rlig + peh_reh-ar.fina.rlig.glif + peh_reh-ar.fina.rlig.short + peh_reh-ar.fina.rlig.short.glif + peh_rreh-ar.fina.rlig + peh_rreh-ar.fina.rlig.glif + peh_rreh-ar.fina.rlig.short + peh_rreh-ar.fina.rlig.short.glif + peh_yeh-ar.fina.rlig + peh_yeh-ar.fina.rlig.glif + peh_yeh-ar.rlig + peh_yeh-ar.rlig.glif + peh_yeh-farsi.fina.rlig + peh_yeh-farsi.fina.rlig.glif + peh_yeh-farsi.rlig + peh_yeh-farsi.rlig.glif + peh_yehHamzaabove-ar.fina.rlig + peh_yehHamzaabove-ar_.fina.rlig.glif + peh_yehHamzaabove-ar.rlig + peh_yehHamzaabove-ar_.rlig.glif + peh_zain-ar.fina.rlig + peh_zain-ar.fina.rlig.glif + peh_zain-ar.fina.rlig.short + peh_zain-ar.fina.rlig.short.glif peheh-ar peheh-ar.glif peheh-ar.fina @@ -2096,16 +2106,16 @@ qafThreedotsabove-ar_.init.glif qafThreedotsabove-ar.medi qafThreedotsabove-ar_.medi.glif - qaf_alefMaksura-ar - qaf_alefMaksura-ar_.glif + qaf_alefMaksura-ar.rlig + qaf_alefMaksura-ar_.rlig.glif qaf_lam_yeh-ar qaf_lam_yeh-ar.glif - qaf_yeh-ar - qaf_yeh-ar.glif - qaf_yeh-farsi - qaf_yeh-farsi.glif - qaf_yehHamzaabove-ar - qaf_yehHamzaabove-ar_.glif + qaf_yeh-ar.rlig + qaf_yeh-ar.rlig.glif + qaf_yeh-farsi.rlig + qaf_yeh-farsi.rlig.glif + qaf_yehHamzaabove-ar.rlig + qaf_yehHamzaabove-ar_.rlig.glif question question.glif question-ar @@ -2272,54 +2282,54 @@ sadTwodotsbelow-ar_.init.glif sadTwodotsbelow-ar.medi sadTwodotsbelow-ar_.medi.glif - sad_alefMaksura-ar - sad_alefMaksura-ar_.glif - sad_alefMaksura-ar.fina - sad_alefMaksura-ar_.fina.glif - sad_jeh-ar - sad_jeh-ar.glif - sad_jeh-ar.fina - sad_jeh-ar.fina.glif - sad_jeh-ar.fina.short - sad_jeh-ar.fina.short.glif - sad_jeh-ar.short - sad_jeh-ar.short.glif - sad_reh-ar - sad_reh-ar.glif - sad_reh-ar.fina - sad_reh-ar.fina.glif - sad_reh-ar.fina.short - sad_reh-ar.fina.short.glif - sad_reh-ar.short - sad_reh-ar.short.glif - sad_rreh-ar - sad_rreh-ar.glif - sad_rreh-ar.fina - sad_rreh-ar.fina.glif - sad_rreh-ar.fina.short - sad_rreh-ar.fina.short.glif - sad_rreh-ar.short - sad_rreh-ar.short.glif - sad_yeh-ar - sad_yeh-ar.glif - sad_yeh-ar.fina - sad_yeh-ar.fina.glif - sad_yeh-farsi - sad_yeh-farsi.glif - sad_yeh-farsi.fina - sad_yeh-farsi.fina.glif - sad_yehHamzaabove-ar - sad_yehHamzaabove-ar_.glif - sad_yehHamzaabove-ar.fina - sad_yehHamzaabove-ar_.fina.glif - sad_zain-ar - sad_zain-ar.glif - sad_zain-ar.fina - sad_zain-ar.fina.glif - sad_zain-ar.fina.short - sad_zain-ar.fina.short.glif - sad_zain-ar.short - sad_zain-ar.short.glif + sad_alefMaksura-ar.fina.rlig + sad_alefMaksura-ar_.fina.rlig.glif + sad_alefMaksura-ar.rlig + sad_alefMaksura-ar_.rlig.glif + sad_jeh-ar.fina.rlig + sad_jeh-ar.fina.rlig.glif + sad_jeh-ar.fina.rlig.short + sad_jeh-ar.fina.rlig.short.glif + sad_jeh-ar.rlig + sad_jeh-ar.rlig.glif + sad_jeh-ar.rlig.short + sad_jeh-ar.rlig.short.glif + sad_reh-ar.fina.rlig + sad_reh-ar.fina.rlig.glif + sad_reh-ar.fina.rlig.short + sad_reh-ar.fina.rlig.short.glif + sad_reh-ar.rlig + sad_reh-ar.rlig.glif + sad_reh-ar.rlig.short + sad_reh-ar.rlig.short.glif + sad_rreh-ar.fina.rlig + sad_rreh-ar.fina.rlig.glif + sad_rreh-ar.fina.rlig.short + sad_rreh-ar.fina.rlig.short.glif + sad_rreh-ar.rlig + sad_rreh-ar.rlig.glif + sad_rreh-ar.rlig.short + sad_rreh-ar.rlig.short.glif + sad_yeh-ar.fina.rlig + sad_yeh-ar.fina.rlig.glif + sad_yeh-ar.rlig + sad_yeh-ar.rlig.glif + sad_yeh-farsi.fina.rlig + sad_yeh-farsi.fina.rlig.glif + sad_yeh-farsi.rlig + sad_yeh-farsi.rlig.glif + sad_yehHamzaabove-ar.fina.rlig + sad_yehHamzaabove-ar_.fina.rlig.glif + sad_yehHamzaabove-ar.rlig + sad_yehHamzaabove-ar_.rlig.glif + sad_zain-ar.fina.rlig + sad_zain-ar.fina.rlig.glif + sad_zain-ar.fina.rlig.short + sad_zain-ar.fina.rlig.short.glif + sad_zain-ar.rlig + sad_zain-ar.rlig.glif + sad_zain-ar.rlig.short + sad_zain-ar.rlig.short.glif sadabove-ar sadabove-ar.glif sajdah-ar @@ -2396,54 +2406,54 @@ seenVinvertedabove-ar_.init.glif seenVinvertedabove-ar.medi seenVinvertedabove-ar_.medi.glif - seen_alefMaksura-ar - seen_alefMaksura-ar_.glif - seen_alefMaksura-ar.fina - seen_alefMaksura-ar_.fina.glif - seen_jeh-ar - seen_jeh-ar.glif - seen_jeh-ar.fina - seen_jeh-ar.fina.glif - seen_jeh-ar.fina.short - seen_jeh-ar.fina.short.glif - seen_jeh-ar.short - seen_jeh-ar.short.glif - seen_reh-ar - seen_reh-ar.glif - seen_reh-ar.fina - seen_reh-ar.fina.glif - seen_reh-ar.fina.short - seen_reh-ar.fina.short.glif - seen_reh-ar.short - seen_reh-ar.short.glif - seen_rreh-ar - seen_rreh-ar.glif - seen_rreh-ar.fina - seen_rreh-ar.fina.glif - seen_rreh-ar.fina.short - seen_rreh-ar.fina.short.glif - seen_rreh-ar.short - seen_rreh-ar.short.glif - seen_yeh-ar - seen_yeh-ar.glif - seen_yeh-ar.fina - seen_yeh-ar.fina.glif - seen_yeh-farsi - seen_yeh-farsi.glif - seen_yeh-farsi.fina - seen_yeh-farsi.fina.glif - seen_yehHamzaabove-ar - seen_yehHamzaabove-ar_.glif - seen_yehHamzaabove-ar.fina - seen_yehHamzaabove-ar_.fina.glif - seen_zain-ar - seen_zain-ar.glif - seen_zain-ar.fina - seen_zain-ar.fina.glif - seen_zain-ar.fina.short - seen_zain-ar.fina.short.glif - seen_zain-ar.short - seen_zain-ar.short.glif + seen_alefMaksura-ar.fina.rlig + seen_alefMaksura-ar_.fina.rlig.glif + seen_alefMaksura-ar.rlig + seen_alefMaksura-ar_.rlig.glif + seen_jeh-ar.fina.rlig + seen_jeh-ar.fina.rlig.glif + seen_jeh-ar.fina.rlig.short + seen_jeh-ar.fina.rlig.short.glif + seen_jeh-ar.rlig + seen_jeh-ar.rlig.glif + seen_jeh-ar.rlig.short + seen_jeh-ar.rlig.short.glif + seen_reh-ar.fina.rlig + seen_reh-ar.fina.rlig.glif + seen_reh-ar.fina.rlig.short + seen_reh-ar.fina.rlig.short.glif + seen_reh-ar.rlig + seen_reh-ar.rlig.glif + seen_reh-ar.rlig.short + seen_reh-ar.rlig.short.glif + seen_rreh-ar.fina.rlig + seen_rreh-ar.fina.rlig.glif + seen_rreh-ar.fina.rlig.short + seen_rreh-ar.fina.rlig.short.glif + seen_rreh-ar.rlig + seen_rreh-ar.rlig.glif + seen_rreh-ar.rlig.short + seen_rreh-ar.rlig.short.glif + seen_yeh-ar.fina.rlig + seen_yeh-ar.fina.rlig.glif + seen_yeh-ar.rlig + seen_yeh-ar.rlig.glif + seen_yeh-farsi.fina.rlig + seen_yeh-farsi.fina.rlig.glif + seen_yeh-farsi.rlig + seen_yeh-farsi.rlig.glif + seen_yehHamzaabove-ar.fina.rlig + seen_yehHamzaabove-ar_.fina.rlig.glif + seen_yehHamzaabove-ar.rlig + seen_yehHamzaabove-ar_.rlig.glif + seen_zain-ar.fina.rlig + seen_zain-ar.fina.rlig.glif + seen_zain-ar.fina.rlig.short + seen_zain-ar.fina.rlig.short.glif + seen_zain-ar.rlig + seen_zain-ar.rlig.glif + seen_zain-ar.rlig.short + seen_zain-ar.rlig.short.glif seenabove-ar seenabove-ar.glif seenbelow-ar @@ -2518,54 +2528,54 @@ sheenThreedotsbelow-ar_.init.glif sheenThreedotsbelow-ar.medi sheenThreedotsbelow-ar_.medi.glif - sheen_alefMaksura-ar - sheen_alefMaksura-ar_.glif - sheen_alefMaksura-ar.fina - sheen_alefMaksura-ar_.fina.glif - sheen_jeh-ar - sheen_jeh-ar.glif - sheen_jeh-ar.fina - sheen_jeh-ar.fina.glif - sheen_jeh-ar.fina.short - sheen_jeh-ar.fina.short.glif - sheen_jeh-ar.short - sheen_jeh-ar.short.glif - sheen_reh-ar - sheen_reh-ar.glif - sheen_reh-ar.fina - sheen_reh-ar.fina.glif - sheen_reh-ar.fina.short - sheen_reh-ar.fina.short.glif - sheen_reh-ar.short - sheen_reh-ar.short.glif - sheen_rreh-ar - sheen_rreh-ar.glif - sheen_rreh-ar.fina - sheen_rreh-ar.fina.glif - sheen_rreh-ar.fina.short - sheen_rreh-ar.fina.short.glif - sheen_rreh-ar.short - sheen_rreh-ar.short.glif - sheen_yeh-ar - sheen_yeh-ar.glif - sheen_yeh-ar.fina - sheen_yeh-ar.fina.glif - sheen_yeh-farsi - sheen_yeh-farsi.glif - sheen_yeh-farsi.fina - sheen_yeh-farsi.fina.glif - sheen_yehHamzaabove-ar - sheen_yehHamzaabove-ar_.glif - sheen_yehHamzaabove-ar.fina - sheen_yehHamzaabove-ar_.fina.glif - sheen_zain-ar - sheen_zain-ar.glif - sheen_zain-ar.fina - sheen_zain-ar.fina.glif - sheen_zain-ar.fina.short - sheen_zain-ar.fina.short.glif - sheen_zain-ar.short - sheen_zain-ar.short.glif + sheen_alefMaksura-ar.fina.rlig + sheen_alefMaksura-ar_.fina.rlig.glif + sheen_alefMaksura-ar.rlig + sheen_alefMaksura-ar_.rlig.glif + sheen_jeh-ar.fina.rlig + sheen_jeh-ar.fina.rlig.glif + sheen_jeh-ar.fina.rlig.short + sheen_jeh-ar.fina.rlig.short.glif + sheen_jeh-ar.rlig + sheen_jeh-ar.rlig.glif + sheen_jeh-ar.rlig.short + sheen_jeh-ar.rlig.short.glif + sheen_reh-ar.fina.rlig + sheen_reh-ar.fina.rlig.glif + sheen_reh-ar.fina.rlig.short + sheen_reh-ar.fina.rlig.short.glif + sheen_reh-ar.rlig + sheen_reh-ar.rlig.glif + sheen_reh-ar.rlig.short + sheen_reh-ar.rlig.short.glif + sheen_rreh-ar.fina.rlig + sheen_rreh-ar.fina.rlig.glif + sheen_rreh-ar.fina.rlig.short + sheen_rreh-ar.fina.rlig.short.glif + sheen_rreh-ar.rlig + sheen_rreh-ar.rlig.glif + sheen_rreh-ar.rlig.short + sheen_rreh-ar.rlig.short.glif + sheen_yeh-ar.fina.rlig + sheen_yeh-ar.fina.rlig.glif + sheen_yeh-ar.rlig + sheen_yeh-ar.rlig.glif + sheen_yeh-farsi.fina.rlig + sheen_yeh-farsi.fina.rlig.glif + sheen_yeh-farsi.rlig + sheen_yeh-farsi.rlig.glif + sheen_yehHamzaabove-ar.fina.rlig + sheen_yehHamzaabove-ar_.fina.rlig.glif + sheen_yehHamzaabove-ar.rlig + sheen_yehHamzaabove-ar_.rlig.glif + sheen_zain-ar.fina.rlig + sheen_zain-ar.fina.rlig.glif + sheen_zain-ar.fina.rlig.short + sheen_zain-ar.fina.rlig.short.glif + sheen_zain-ar.rlig + sheen_zain-ar.rlig.glif + sheen_zain-ar.rlig.short + sheen_zain-ar.rlig.short.glif sheqel sheqel.glif sindhiampersand-ar @@ -2710,40 +2720,40 @@ tehThreedotsupbelow-ar_.init.glif tehThreedotsupbelow-ar.medi tehThreedotsupbelow-ar_.medi.glif - teh_alefMaksura-ar - teh_alefMaksura-ar_.glif - teh_alefMaksura-ar.fina - teh_alefMaksura-ar_.fina.glif - teh_jeh-ar.fina - teh_jeh-ar.fina.glif - teh_jeh-ar.fina.short - teh_jeh-ar.fina.short.glif - teh_noon-ar.fina - teh_noon-ar.fina.glif - teh_reh-ar.fina - teh_reh-ar.fina.glif - teh_reh-ar.fina.short - teh_reh-ar.fina.short.glif - teh_rreh-ar.fina - teh_rreh-ar.fina.glif - teh_rreh-ar.fina.short - teh_rreh-ar.fina.short.glif - teh_yeh-ar - teh_yeh-ar.glif - teh_yeh-ar.fina - teh_yeh-ar.fina.glif - teh_yeh-farsi - teh_yeh-farsi.glif - teh_yeh-farsi.fina - teh_yeh-farsi.fina.glif - teh_yehHamzaabove-ar - teh_yehHamzaabove-ar_.glif - teh_yehHamzaabove-ar.fina - teh_yehHamzaabove-ar_.fina.glif - teh_zain-ar.fina - teh_zain-ar.fina.glif - teh_zain-ar.fina.short - teh_zain-ar.fina.short.glif + teh_alefMaksura-ar.fina.rlig + teh_alefMaksura-ar_.fina.rlig.glif + teh_alefMaksura-ar.rlig + teh_alefMaksura-ar_.rlig.glif + teh_jeh-ar.fina.rlig + teh_jeh-ar.fina.rlig.glif + teh_jeh-ar.fina.rlig.short + teh_jeh-ar.fina.rlig.short.glif + teh_noon-ar.fina.rlig + teh_noon-ar.fina.rlig.glif + teh_reh-ar.fina.rlig + teh_reh-ar.fina.rlig.glif + teh_reh-ar.fina.rlig.short + teh_reh-ar.fina.rlig.short.glif + teh_rreh-ar.fina.rlig + teh_rreh-ar.fina.rlig.glif + teh_rreh-ar.fina.rlig.short + teh_rreh-ar.fina.rlig.short.glif + teh_yeh-ar.fina.rlig + teh_yeh-ar.fina.rlig.glif + teh_yeh-ar.rlig + teh_yeh-ar.rlig.glif + teh_yeh-farsi.fina.rlig + teh_yeh-farsi.fina.rlig.glif + teh_yeh-farsi.rlig + teh_yeh-farsi.rlig.glif + teh_yehHamzaabove-ar.fina.rlig + teh_yehHamzaabove-ar_.fina.rlig.glif + teh_yehHamzaabove-ar.rlig + teh_yehHamzaabove-ar_.rlig.glif + teh_zain-ar.fina.rlig + teh_zain-ar.fina.rlig.glif + teh_zain-ar.fina.rlig.short + teh_zain-ar.fina.rlig.short.glif teheh-ar teheh-ar.glif teheh-ar.fina @@ -2774,40 +2784,40 @@ theh-ar.isol.glif theh-ar.medi theh-ar.medi.glif - theh_alefMaksura-ar - theh_alefMaksura-ar_.glif - theh_alefMaksura-ar.fina - theh_alefMaksura-ar_.fina.glif - theh_jeh-ar.fina - theh_jeh-ar.fina.glif - theh_jeh-ar.fina.short - theh_jeh-ar.fina.short.glif - theh_noon-ar.fina - theh_noon-ar.fina.glif - theh_reh-ar.fina - theh_reh-ar.fina.glif - theh_reh-ar.fina.short - theh_reh-ar.fina.short.glif - theh_rreh-ar.fina - theh_rreh-ar.fina.glif - theh_rreh-ar.fina.short - theh_rreh-ar.fina.short.glif - theh_yeh-ar - theh_yeh-ar.glif - theh_yeh-ar.fina - theh_yeh-ar.fina.glif - theh_yeh-farsi - theh_yeh-farsi.glif - theh_yeh-farsi.fina - theh_yeh-farsi.fina.glif - theh_yehHamzaabove-ar - theh_yehHamzaabove-ar_.glif - theh_yehHamzaabove-ar.fina - theh_yehHamzaabove-ar_.fina.glif - theh_zain-ar.fina - theh_zain-ar.fina.glif - theh_zain-ar.fina.short - theh_zain-ar.fina.short.glif + theh_alefMaksura-ar.fina.rlig + theh_alefMaksura-ar_.fina.rlig.glif + theh_alefMaksura-ar.rlig + theh_alefMaksura-ar_.rlig.glif + theh_jeh-ar.fina.rlig + theh_jeh-ar.fina.rlig.glif + theh_jeh-ar.fina.rlig.short + theh_jeh-ar.fina.rlig.short.glif + theh_noon-ar.fina.rlig + theh_noon-ar.fina.rlig.glif + theh_reh-ar.fina.rlig + theh_reh-ar.fina.rlig.glif + theh_reh-ar.fina.rlig.short + theh_reh-ar.fina.rlig.short.glif + theh_rreh-ar.fina.rlig + theh_rreh-ar.fina.rlig.glif + theh_rreh-ar.fina.rlig.short + theh_rreh-ar.fina.rlig.short.glif + theh_yeh-ar.fina.rlig + theh_yeh-ar.fina.rlig.glif + theh_yeh-ar.rlig + theh_yeh-ar.rlig.glif + theh_yeh-farsi.fina.rlig + theh_yeh-farsi.fina.rlig.glif + theh_yeh-farsi.rlig + theh_yeh-farsi.rlig.glif + theh_yehHamzaabove-ar.fina.rlig + theh_yehHamzaabove-ar_.fina.rlig.glif + theh_yehHamzaabove-ar.rlig + theh_yehHamzaabove-ar_.rlig.glif + theh_zain-ar.fina.rlig + theh_zain-ar.fina.rlig.glif + theh_zain-ar.fina.rlig.short + theh_zain-ar.fina.rlig.short.glif thorn thorn.glif thousandseparator-ar @@ -2878,40 +2888,32 @@ tteh-ar.init.glif tteh-ar.medi tteh-ar.medi.glif - tteh_alefMaksura-ar - tteh_alefMaksura-ar_.glif - tteh_alefMaksura-ar.fina - tteh_alefMaksura-ar_.fina.glif - tteh_jeh-ar.fina - tteh_jeh-ar.fina.glif - tteh_jeh-ar.fina.short - tteh_jeh-ar.fina.short.glif - tteh_noon-ar.fina - tteh_noon-ar.fina.glif - tteh_reh-ar.fina - tteh_reh-ar.fina.glif - tteh_reh-ar.fina.short - tteh_reh-ar.fina.short.glif - tteh_rreh-ar.fina - tteh_rreh-ar.fina.glif - tteh_rreh-ar.fina.short - tteh_rreh-ar.fina.short.glif - tteh_yeh-ar - tteh_yeh-ar.glif - tteh_yeh-ar.fina - tteh_yeh-ar.fina.glif - tteh_yeh-farsi - tteh_yeh-farsi.glif - tteh_yeh-farsi.fina - tteh_yeh-farsi.fina.glif - tteh_yehHamzaabove-ar - tteh_yehHamzaabove-ar_.glif - tteh_yehHamzaabove-ar.fina - tteh_yehHamzaabove-ar_.fina.glif - tteh_zain-ar.fina - tteh_zain-ar.fina.glif - tteh_zain-ar.fina.short - tteh_zain-ar.fina.short.glif + tteh_alefMaksura-ar.fina.rlig + tteh_alefMaksura-ar_.fina.rlig.glif + tteh_alefMaksura-ar.rlig + tteh_alefMaksura-ar_.rlig.glif + tteh_jeh-ar.fina.rlig + tteh_jeh-ar.fina.rlig.glif + tteh_noon-ar.fina.rlig + tteh_noon-ar.fina.rlig.glif + tteh_reh-ar.fina.rlig + tteh_reh-ar.fina.rlig.glif + tteh_rreh-ar.fina.rlig + tteh_rreh-ar.fina.rlig.glif + tteh_yeh-ar.fina.rlig + tteh_yeh-ar.fina.rlig.glif + tteh_yeh-ar.rlig + tteh_yeh-ar.rlig.glif + tteh_yeh-farsi.fina.rlig + tteh_yeh-farsi.fina.rlig.glif + tteh_yeh-farsi.rlig + tteh_yeh-farsi.rlig.glif + tteh_yehHamzaabove-ar.fina.rlig + tteh_yehHamzaabove-ar_.fina.rlig.glif + tteh_yehHamzaabove-ar.rlig + tteh_yehHamzaabove-ar_.rlig.glif + tteh_zain-ar.fina.rlig + tteh_zain-ar.fina.rlig.glif tteheh-ar tteheh-ar.glif tteheh-ar.fina @@ -3018,14 +3020,14 @@ veh-ar.init.glif veh-ar.medi veh-ar.medi.glif - veh_alefMaksura-ar - veh_alefMaksura-ar_.glif - veh_yeh-ar - veh_yeh-ar.glif - veh_yeh-farsi - veh_yeh-farsi.glif - veh_yehHamzaabove-ar - veh_yehHamzaabove-ar_.glif + veh_alefMaksura-ar.rlig + veh_alefMaksura-ar_.rlig.glif + veh_yeh-ar.rlig + veh_yeh-ar.rlig.glif + veh_yeh-farsi.rlig + veh_yeh-farsi.rlig.glif + veh_yehHamzaabove-ar.rlig + veh_yehHamzaabove-ar_.rlig.glif verseComma-ar verseComma-ar_.glif vinvertedabove-ar @@ -3126,40 +3128,40 @@ yehHamzaabove-ar_.isol.glif yehHamzaabove-ar.medi yehHamzaabove-ar_.medi.glif - yehHamzaabove_alefMaksura-ar - yehHamzaabove__alefMaksura-ar_.glif - yehHamzaabove_alefMaksura-ar.fina - yehHamzaabove__alefMaksura-ar_.fina.glif - yehHamzaabove_jeh-ar.fina - yehHamzaabove__jeh-ar.fina.glif - yehHamzaabove_jeh-ar.fina.short - yehHamzaabove__jeh-ar.fina.short.glif - yehHamzaabove_noon-ar.fina - yehHamzaabove__noon-ar.fina.glif - yehHamzaabove_reh-ar.fina - yehHamzaabove__reh-ar.fina.glif - yehHamzaabove_reh-ar.fina.short - yehHamzaabove__reh-ar.fina.short.glif - yehHamzaabove_rreh-ar.fina - yehHamzaabove__rreh-ar.fina.glif - yehHamzaabove_rreh-ar.fina.short - yehHamzaabove__rreh-ar.fina.short.glif - yehHamzaabove_yeh-ar - yehHamzaabove__yeh-ar.glif - yehHamzaabove_yeh-ar.fina - yehHamzaabove__yeh-ar.fina.glif - yehHamzaabove_yeh-farsi - yehHamzaabove__yeh-farsi.glif - yehHamzaabove_yeh-farsi.fina - yehHamzaabove__yeh-farsi.fina.glif - yehHamzaabove_yehHamzaabove-ar - yehHamzaabove__yehHamzaabove-ar_.glif - yehHamzaabove_yehHamzaabove-ar.fina - yehHamzaabove__yehHamzaabove-ar_.fina.glif - yehHamzaabove_zain-ar.fina - yehHamzaabove__zain-ar.fina.glif - yehHamzaabove_zain-ar.fina.short - yehHamzaabove__zain-ar.fina.short.glif + yehHamzaabove_alefMaksura-ar.fina.rlig + yehHamzaabove__alefMaksura-ar_.fina.rlig.glif + yehHamzaabove_alefMaksura-ar.rlig + yehHamzaabove__alefMaksura-ar_.rlig.glif + yehHamzaabove_jeh-ar.fina.rlig + yehHamzaabove__jeh-ar.fina.rlig.glif + yehHamzaabove_jeh-ar.fina.rlig.short + yehHamzaabove__jeh-ar.fina.rlig.short.glif + yehHamzaabove_noon-ar.fina.rlig + yehHamzaabove__noon-ar.fina.rlig.glif + yehHamzaabove_reh-ar.fina.rlig + yehHamzaabove__reh-ar.fina.rlig.glif + yehHamzaabove_reh-ar.fina.rlig.short + yehHamzaabove__reh-ar.fina.rlig.short.glif + yehHamzaabove_rreh-ar.fina.rlig + yehHamzaabove__rreh-ar.fina.rlig.glif + yehHamzaabove_rreh-ar.fina.rlig.short + yehHamzaabove__rreh-ar.fina.rlig.short.glif + yehHamzaabove_yeh-ar.fina.rlig + yehHamzaabove__yeh-ar.fina.rlig.glif + yehHamzaabove_yeh-ar.rlig + yehHamzaabove__yeh-ar.rlig.glif + yehHamzaabove_yeh-farsi.fina.rlig + yehHamzaabove__yeh-farsi.fina.rlig.glif + yehHamzaabove_yeh-farsi.rlig + yehHamzaabove__yeh-farsi.rlig.glif + yehHamzaabove_yehHamzaabove-ar.fina.rlig + yehHamzaabove__yehHamzaabove-ar_.fina.rlig.glif + yehHamzaabove_yehHamzaabove-ar.rlig + yehHamzaabove__yehHamzaabove-ar_.rlig.glif + yehHamzaabove_zain-ar.fina.rlig + yehHamzaabove__zain-ar.fina.rlig.glif + yehHamzaabove_zain-ar.fina.rlig.short + yehHamzaabove__zain-ar.fina.rlig.short.glif yehKashmiri-ar yehKashmiri-ar_.glif yehKashmiri-ar.fina @@ -3242,58 +3244,58 @@ yehVinverted-farsi_.init.glif yehVinverted-farsi.medi yehVinverted-farsi_.medi.glif - yeh_alefMaksura-ar - yeh_alefMaksura-ar_.glif - yeh_alefMaksura-ar.fina - yeh_alefMaksura-ar_.fina.glif - yeh_jeh-ar.fina - yeh_jeh-ar.fina.glif - yeh_jeh-ar.fina.short - yeh_jeh-ar.fina.short.glif - yeh_jeh-farsi.fina - yeh_jeh-farsi.fina.glif - yeh_jeh-farsi.fina.short - yeh_jeh-farsi.fina.short.glif - yeh_noon-ar.fina - yeh_noon-ar.fina.glif - yeh_noon-farsi.fina - yeh_noon-farsi.fina.glif - yeh_reh-ar.fina - yeh_reh-ar.fina.glif - yeh_reh-ar.fina.short - yeh_reh-ar.fina.short.glif - yeh_reh-farsi.fina - yeh_reh-farsi.fina.glif - yeh_reh-farsi.fina.short - yeh_reh-farsi.fina.short.glif - yeh_rreh-ar.fina - yeh_rreh-ar.fina.glif - yeh_rreh-ar.fina.short - yeh_rreh-ar.fina.short.glif - yeh_rreh-farsi.fina - yeh_rreh-farsi.fina.glif - yeh_rreh-farsi.fina.short - yeh_rreh-farsi.fina.short.glif - yeh_yeh-ar - yeh_yeh-ar.glif - yeh_yeh-ar.fina - yeh_yeh-ar.fina.glif - yeh_yeh-farsi - yeh_yeh-farsi.glif - yeh_yeh-farsi.fina - yeh_yeh-farsi.fina.glif - yeh_yehHamzaabove-ar - yeh_yehHamzaabove-ar_.glif - yeh_yehHamzaabove-ar.fina - yeh_yehHamzaabove-ar_.fina.glif - yeh_zain-ar.fina - yeh_zain-ar.fina.glif - yeh_zain-ar.fina.short - yeh_zain-ar.fina.short.glif - yeh_zain-farsi.fina - yeh_zain-farsi.fina.glif - yeh_zain-farsi.fina.short - yeh_zain-farsi.fina.short.glif + yeh_alefMaksura-ar.fina.rlig + yeh_alefMaksura-ar_.fina.rlig.glif + yeh_alefMaksura-ar.rlig + yeh_alefMaksura-ar_.rlig.glif + yeh_jeh-ar.fina.rlig + yeh_jeh-ar.fina.rlig.glif + yeh_jeh-ar.fina.rlig.short + yeh_jeh-ar.fina.rlig.short.glif + yeh_jeh-farsi.fina.rlig + yeh_jeh-farsi.fina.rlig.glif + yeh_jeh-farsi.fina.rlig.short + yeh_jeh-farsi.fina.rlig.short.glif + yeh_noon-ar.fina.rlig + yeh_noon-ar.fina.rlig.glif + yeh_noon-farsi.fina.rlig + yeh_noon-farsi.fina.rlig.glif + yeh_reh-ar.fina.rlig + yeh_reh-ar.fina.rlig.glif + yeh_reh-ar.fina.rlig.short + yeh_reh-ar.fina.rlig.short.glif + yeh_reh-farsi.fina.rlig + yeh_reh-farsi.fina.rlig.glif + yeh_reh-farsi.fina.rlig.short + yeh_reh-farsi.fina.rlig.short.glif + yeh_rreh-ar.fina.rlig + yeh_rreh-ar.fina.rlig.glif + yeh_rreh-ar.fina.rlig.short + yeh_rreh-ar.fina.rlig.short.glif + yeh_rreh-farsi.fina.rlig + yeh_rreh-farsi.fina.rlig.glif + yeh_rreh-farsi.fina.rlig.short + yeh_rreh-farsi.fina.rlig.short.glif + yeh_yeh-ar.fina.rlig + yeh_yeh-ar.fina.rlig.glif + yeh_yeh-ar.rlig + yeh_yeh-ar.rlig.glif + yeh_yeh-farsi.fina.rlig + yeh_yeh-farsi.fina.rlig.glif + yeh_yeh-farsi.rlig + yeh_yeh-farsi.rlig.glif + yeh_yehHamzaabove-ar.fina.rlig + yeh_yehHamzaabove-ar_.fina.rlig.glif + yeh_yehHamzaabove-ar.rlig + yeh_yehHamzaabove-ar_.rlig.glif + yeh_zain-ar.fina.rlig + yeh_zain-ar.fina.rlig.glif + yeh_zain-ar.fina.rlig.short + yeh_zain-ar.fina.rlig.short.glif + yeh_zain-farsi.fina.rlig + yeh_zain-farsi.fina.rlig.glif + yeh_zain-farsi.fina.rlig.short + yeh_zain-farsi.fina.rlig.short.glif yehabove-ar yehabove-ar.glif yehbarree-ar diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/crossmark.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/crossmark.glif index 92029c464c..2e07a0f198 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/crossmark.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/crossmark.glif @@ -18,12 +18,4 @@ - - - com.type-invaders.name.final - uni274C - com.type-invaders.name.production - crossmark - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/cuberoot-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/cuberoot-ar.glif index 3e1724df80..8172f4216d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/cuberoot-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/cuberoot-ar.glif @@ -5,13 +5,12 @@ + + + - com.type-invaders.name.final - uni0606 - com.type-invaders.name.production - cuberoot-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/d.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/d.glif index 4212eb43a2..f30a2c1cc6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/d.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/d.glif @@ -41,10 +41,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.fina.glif index 3c72583cee..683a37e7da 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.fina.glif @@ -9,15 +9,17 @@ - + + + + + + + - com.type-invaders.name.final - uniFEBE - com.type-invaders.name.production - dad-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.glif index 8f54fa2900..f2a11f1ff7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.glif @@ -9,15 +9,17 @@ - + + + + + + + - com.type-invaders.name.final - uni0636 - com.type-invaders.name.production - dad-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.init.glif index a30089c002..fc0994cbd2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.init.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEBF - com.type-invaders.name.production - dad-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.isol.glif index 100519a9a3..870b91c68d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFEBD - com.type-invaders.name.production - dad-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.medi.glif index 6fa649451d..c9e9cc7780 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad-ar.medi.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEC0 - com.type-invaders.name.production - dad-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dadDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dadDotbelow-ar_.fina.glif index b5d1f90eda..6c4082b5a4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dadDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dadDotbelow-ar_.fina.glif @@ -3,21 +3,23 @@ - + + + + + + + - + - + - com.type-invaders.name.final - uni06FB.fina - com.type-invaders.name.production - dadDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dadDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dadDotbelow-ar_.glif index 07280efd6c..7c6edf3fe0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dadDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dadDotbelow-ar_.glif @@ -4,21 +4,23 @@ - + + + + + + + - + - + - com.type-invaders.name.final - uni06FB - com.type-invaders.name.production - dadDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dadDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dadDotbelow-ar_.init.glif index fda9280d69..00dc47982b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dadDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dadDotbelow-ar_.init.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni06FB.init - com.type-invaders.name.production - dadDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dadDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dadDotbelow-ar_.medi.glif index 478ab5af82..35f7d99e78 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dadDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dadDotbelow-ar_.medi.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni06FB.medi - com.type-invaders.name.production - dadDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_alefMaksura-ar_.fina.glif deleted file mode 100644 index fc4c2cf9c4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD23 - com.type-invaders.name.production - dad_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..c8a6657df8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_alefMaksura-ar_.glif deleted file mode 100644 index 1b67a44df3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD07 - com.type-invaders.name.production - dad_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..b2c6f09ef7 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.fina.glif deleted file mode 100644 index b6503c82ca..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360698.fina - com.type-invaders.name.production - dad_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..2d04d28e1a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.fina.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..2bec245401 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.fina.short.glif deleted file mode 100644 index b716f590dc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360698.fina.short - com.type-invaders.name.production - dad_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.glif deleted file mode 100644 index aa2ab16cf5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360698 - com.type-invaders.name.production - dad_jeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.rlig.glif new file mode 100644 index 0000000000..65026d3164 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.rlig.short.glif new file mode 100644 index 0000000000..b9add3f0e3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.short.glif deleted file mode 100644 index 26793db6c0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_jeh-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360698.short - com.type-invaders.name.production - dad_jeh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.fina.glif deleted file mode 100644 index 7cbfb47c01..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2C - com.type-invaders.name.production - dad_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..b2a391f695 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.fina.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..4882c497a9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.fina.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.fina.short.glif deleted file mode 100644 index 99215e9b0e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2C.short - com.type-invaders.name.production - dad_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.glif deleted file mode 100644 index bf17acc493..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD10 - com.type-invaders.name.production - dad_reh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.rlig.glif new file mode 100644 index 0000000000..3c6bee20a0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.rlig.short.glif new file mode 100644 index 0000000000..c131110a74 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.short.glif deleted file mode 100644 index a199f3b150..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_reh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD10.short - com.type-invaders.name.production - dad_reh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.fina.glif deleted file mode 100644 index 6d662d5fb2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360691.fina - com.type-invaders.name.production - dad_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..b6ff1d4dc2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.fina.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..5ad4996dab --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.fina.short.glif deleted file mode 100644 index 9ab764dd2b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360691.fina.short - com.type-invaders.name.production - dad_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.glif deleted file mode 100644 index 2a474f7781..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360691 - com.type-invaders.name.production - dad_rreh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.rlig.glif new file mode 100644 index 0000000000..4e3b575b4d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.rlig.short.glif new file mode 100644 index 0000000000..54d4551efe --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.short.glif deleted file mode 100644 index 9f8b95bf9d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_rreh-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360691.short - com.type-invaders.name.production - dad_rreh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-ar.fina.glif deleted file mode 100644 index bd0d12ed68..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD24 - com.type-invaders.name.production - dad_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..512088e101 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-ar.glif deleted file mode 100644 index ee9fe60fdb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD08 - com.type-invaders.name.production - dad_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-ar.rlig.glif new file mode 100644 index 0000000000..6401beacbf --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-farsi.fina.glif deleted file mode 100644 index 3fbaa13bb4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - dad_yehfarsi.fina - com.type-invaders.name.production - dad_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..6018e73f54 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-farsi.glif deleted file mode 100644 index 3b963ac05f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - dad_yehfarsi - com.type-invaders.name.production - dad_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..39f80f467f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index bf02b08a18..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360626.fina - com.type-invaders.name.production - dad_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..0b87550b60 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yehHamzaabove-ar_.glif deleted file mode 100644 index fc6ff65d88..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360626 - com.type-invaders.name.production - dad_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..80dd712d19 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.fina.glif deleted file mode 100644 index 4115017333..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360632.fina - com.type-invaders.name.production - dad_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..7a7a7db266 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.fina.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..8d2f917bb9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.fina.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.fina.short.glif deleted file mode 100644 index e2815ecded..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360632.fina.short - com.type-invaders.name.production - dad_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.glif deleted file mode 100644 index ed33ee45cf..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360632 - com.type-invaders.name.production - dad_zain-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.rlig.glif new file mode 100644 index 0000000000..894f18765a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.rlig.short.glif new file mode 100644 index 0000000000..585743be8f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.short.glif deleted file mode 100644 index 90407fa6dc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dad_zain-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360632.short - com.type-invaders.name.production - dad_zain-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dahal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dahal-ar.fina.glif index a64066446c..c00fec2a27 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dahal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dahal-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB85 - com.type-invaders.name.production - dahal-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dahal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dahal-ar.glif index d6fad63969..4f6d04afe9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dahal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dahal-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni068C - com.type-invaders.name.production - dahal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dal-ar.fina.glif index 3963809bc9..2bfe8c343c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dal-ar.fina.glif @@ -45,12 +45,4 @@ - - - com.type-invaders.name.final - uniFEAA - com.type-invaders.name.production - dal-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dal-ar.glif index 4839ffffd8..6edaf35527 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dal-ar.glif @@ -38,12 +38,4 @@ - - - com.type-invaders.name.final - uni062F - com.type-invaders.name.production - dal-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dal-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dal-ar.isol.glif index 3616b18cc5..8b811bea5b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dal-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dal-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEA9 - com.type-invaders.name.production - dal-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalDotbelow-ar_.fina.glif index 568dee7c8d..e30f562b92 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalDotbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni068A.fina - com.type-invaders.name.production - dalDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalDotbelow-ar_.glif index 0d88a1a54e..4b2784a307 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalDotbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni068A - com.type-invaders.name.production - dalDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalDotbelowTah-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalDotbelowTah-ar__.fina.glif index b650707295..80ff0f1761 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalDotbelowTah-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalDotbelowTah-ar__.fina.glif @@ -3,24 +3,20 @@ - + - + - + - com.type-invaders.name.final - uni068B.fina - com.type-invaders.name.production - dalDotbelowTah-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalDotbelowTah-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalDotbelowTah-ar__.glif index ed09694131..cc868a3790 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalDotbelowTah-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalDotbelowTah-ar__.glif @@ -4,24 +4,20 @@ - + - + - + - com.type-invaders.name.final - uni068B - com.type-invaders.name.production - dalDotbelowTah-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalFourdots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalFourdots-ar_.fina.glif index 4868c13e91..ca455c8c9e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalFourdots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalFourdots-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0690.fina - com.type-invaders.name.production - dalFourdots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalFourdots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalFourdots-ar_.glif index 4e6c377e80..7ac2273f84 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalFourdots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalFourdots-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0690 - com.type-invaders.name.production - dalFourdots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalRing-ar_.fina.glif index 88dda441be..b5c91b910f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalRing-ar_.fina.glif @@ -59,13 +59,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0689.fina - com.type-invaders.name.production - dalRing-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalRing-ar_.glif index d0be095a35..926a1ad74a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalRing-ar_.glif @@ -53,13 +53,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0689 - com.type-invaders.name.production - dalRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalThreedotsdown-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalThreedotsdown-ar_.fina.glif index f187d5b6b2..ac57d742ab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalThreedotsdown-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalThreedotsdown-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni068F.fina - com.type-invaders.name.production - dalThreedotsdown-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalThreedotsdown-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalThreedotsdown-ar_.glif index c7f951e158..78b17a2682 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalThreedotsdown-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalThreedotsdown-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni068F - com.type-invaders.name.production - dalThreedotsdown-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.fina.glif index 7fd1cf5f17..8007b04bf3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.fina.glif @@ -3,24 +3,20 @@ - + - + - + - com.type-invaders.name.final - uni0759.fina - com.type-invaders.name.production - dalTwodotsverticalbelowTah-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.glif index 458fd9c545..6441bd2025 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.glif @@ -4,24 +4,20 @@ - + - + - + - com.type-invaders.name.final - uni0759 - com.type-invaders.name.production - dalTwodotsverticalbelowTah-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalVinvertedabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalVinvertedabove-ar_.fina.glif index 6e3dc5a69e..cee580214e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalVinvertedabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalVinvertedabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni06EE.fina - com.type-invaders.name.production - dalVinvertedabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalVinvertedabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalVinvertedabove-ar_.glif index 0f6d69eede..4960a9506e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalVinvertedabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalVinvertedabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni06EE - com.type-invaders.name.production - dalVinvertedabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalVinvertedbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalVinvertedbelow-ar_.fina.glif index 9d272cdb4a..c7cc6f5b02 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalVinvertedbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalVinvertedbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni075A.fina - com.type-invaders.name.production - dalVinvertedbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalVinvertedbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalVinvertedbelow-ar_.glif index 53c2c04913..2d1113152e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalVinvertedbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dalVinvertedbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni075A - com.type-invaders.name.production - dalVinvertedbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/damma-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/damma-ar.glif index 2addb839f6..7b732f2fcf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/damma-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/damma-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni064F - com.type-invaders.name.production - damma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/damma-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/damma-ar.isol.glif index d98268d15e..19b4b8e3d1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/damma-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/damma-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE78 - com.type-invaders.name.production - damma-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/damma-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/damma-ar.medi.glif index 17bef8bd35..92d6c7e73a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/damma-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/damma-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFE79 - com.type-invaders.name.production - damma-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammaCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammaCurly-ar_.glif index 1e4f10d5dd..91e03d7492 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammaCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammaCurly-ar_.glif @@ -42,18 +42,10 @@ - + - + - - - com.type-invaders.name.final - uni08E5 - com.type-invaders.name.production - dammaCurly-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammaDot-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammaDot-ar_.glif index db9cb596e3..b1390cc6a0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammaDot-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammaDot-ar_.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni08FE - com.type-invaders.name.production - dammaDot-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammahigh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammahigh-ar.glif index 06ffc6f7f5..ff3709a873 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammahigh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammahigh-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - dammahighar - com.type-invaders.name.production - dammahigh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammainverted-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammainverted-ar.glif index 1ab6c524da..3d5975426b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammainverted-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammainverted-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni0657 - com.type-invaders.name.production - dammainverted-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammareversed-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammareversed-ar.glif index fd8f402908..494891d7f1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammareversed-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammareversed-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni065D - com.type-invaders.name.production - dammareversed-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammasmall-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammasmall-ar.glif index 674c9337f9..4860a53d4d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammasmall-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammasmall-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni0619 - com.type-invaders.name.production - dammasmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammatan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammatan-ar.glif index 37b9c0ea19..f3377f3b58 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammatan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammatan-ar.glif @@ -57,18 +57,10 @@ - + - + - - - com.type-invaders.name.final - uni064C - com.type-invaders.name.production - dammatan-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammatan-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammatan-ar.isol.glif index ae94dfa4b2..66783814ba 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammatan-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammatan-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE72 - com.type-invaders.name.production - dammatan-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammatanCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammatanCurly-ar_.glif index aae6d64f23..3e62cc7d41 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammatanCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dammatanCurly-ar_.glif @@ -80,18 +80,10 @@ - + - + - - - com.type-invaders.name.final - uni08E8 - com.type-invaders.name.production - dammatanCurly-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dateseparator-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dateseparator-ar.glif index a28b35dc17..34a3be433d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dateseparator-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dateseparator-ar.glif @@ -14,12 +14,4 @@ - - - com.type-invaders.name.final - uni060D - com.type-invaders.name.production - dateseparator-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ddahal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ddahal-ar.fina.glif index c646c4278a..e4ed71f0a9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ddahal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ddahal-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB83 - com.type-invaders.name.production - ddahal-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ddahal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ddahal-ar.glif index da226c15d7..64824dddc9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ddahal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ddahal-ar.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni068D - com.type-invaders.name.production - ddahal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ddal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ddal-ar.fina.glif index 244a0cf3ef..0fa340ccff 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ddal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ddal-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB89 - com.type-invaders.name.production - ddal-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ddal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ddal-ar.glif index c3e5866f17..72377aed6e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ddal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ddal-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0688 - com.type-invaders.name.production - ddal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/decimalseparator-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/decimalseparator-ar.glif index de2e13718d..a6a9360e02 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/decimalseparator-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/decimalseparator-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni066B - com.type-invaders.name.production - decimalseparator-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dieresis.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dieresis.case.glif index 40bd255d22..b930ecf245 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dieresis.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dieresis.case.glif @@ -35,7 +35,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dieresis.glif index 256797eb21..2f0ea9135b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dieresis.glif @@ -36,7 +36,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dieresiscomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dieresiscomb.glif index ef7ce1f5d3..1cd53f859f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dieresiscomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dieresiscomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0308 - com.type-invaders.name.production - dieresiscomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/divisionslash.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/divisionslash.glif index 829ff4c48e..637deb0fa3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/divisionslash.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/divisionslash.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni2215 - com.type-invaders.name.production - divisionslash com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dong.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dong.glif index 1967eb5f05..38efd0cc92 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dong.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dong.glif @@ -55,12 +55,4 @@ - - - com.type-invaders.name.final - uni20AB - com.type-invaders.name.production - dong - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotStopabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotStopabove-ar_.glif index e2a9337110..4d1444d440 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotStopabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotStopabove-ar_.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06EC - com.type-invaders.name.production - dotStopabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotabove-ar.glif index 0f905ce8bd..61bcf7bbe6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotabove-ar.glif @@ -20,18 +20,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB2 - com.type-invaders.name.production - dotabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotaccent.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotaccent.case.glif index 2c5af7ae38..4712bb554a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotaccent.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotaccent.case.glif @@ -19,7 +19,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotaccent.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotaccent.glif index 3fc1e9cd49..da2e216fbe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotaccent.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotaccent.glif @@ -20,7 +20,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotaccentcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotaccentcomb.glif index 13097fac8e..4dc39332e5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotaccentcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotaccentcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0307 - com.type-invaders.name.production - dotaccentcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotbelow-ar.glif index c75375dca7..3a38f0fc7b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotbelow-ar.glif @@ -20,18 +20,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB3 - com.type-invaders.name.production - dotbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotcenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotcenter-ar.glif index 6d02945177..0f777d7854 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotcenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotcenter-ar.glif @@ -19,15 +19,7 @@ - + - - - com.type-invaders.name.final - dotcenterar - com.type-invaders.name.production - dotcenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotlessi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotlessi.glif index 22327bbd5a..dae77ca664 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotlessi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotlessi.glif @@ -10,7 +10,13 @@ - + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotlessj.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotlessj.glif index b7d3a724ac..433f5f64ed 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotlessj.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotlessj.glif @@ -15,15 +15,7 @@ - + - - - com.type-invaders.name.final - uni0237 - com.type-invaders.name.production - dotlessj - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dottedCircle_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dottedCircle_.glif index e4dd155bb5..defa89b407 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dottedCircle_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dottedCircle_.glif @@ -196,18 +196,10 @@ - + - + - - - com.type-invaders.name.final - uni25CC - com.type-invaders.name.production - dottedCircle - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotvowelbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotvowelbelow-ar.glif index f03b743bf7..f656f0cdee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotvowelbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dotvowelbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni065C - com.type-invaders.name.production - dotvowelbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/doublerightarrowheadDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/doublerightarrowheadDotabove-ar_.glif index d02dd5edd0..d194e4d3ee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/doublerightarrowheadDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/doublerightarrowheadDotabove-ar_.glif @@ -40,18 +40,10 @@ - + - + - - - com.type-invaders.name.final - uni08FC - com.type-invaders.name.production - doublerightarrowheadDotabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/doublerightarrowheadabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/doublerightarrowheadabove-ar.glif index b553913d14..4f7be9f75f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/doublerightarrowheadabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/doublerightarrowheadabove-ar.glif @@ -24,18 +24,10 @@ - + - + - - - com.type-invaders.name.final - uni08FB - com.type-invaders.name.production - doublerightarrowheadabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dul-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dul-ar.fina.glif index ca999c67a1..d8960d0712 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dul-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dul-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB87 - com.type-invaders.name.production - dul-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dul-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dul-ar.glif index cbe3f95159..52e946b384 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dul-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dul-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni068E - com.type-invaders.name.production - dul-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dyeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dyeh-ar.fina.glif index 7bf9e5057c..c174947ebf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dyeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dyeh-ar.fina.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB73 - com.type-invaders.name.production - dyeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dyeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dyeh-ar.glif index e4874f4a42..56a1446573 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dyeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dyeh-ar.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0684 - com.type-invaders.name.production - dyeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dyeh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dyeh-ar.init.glif index a1b8d7b9e6..5bc0c84e82 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dyeh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dyeh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB74 - com.type-invaders.name.production - dyeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dyeh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dyeh-ar.medi.glif index 80f68dca2d..094c6ad430 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dyeh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/dyeh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB75 - com.type-invaders.name.production - dyeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e-ar.fina.glif index d4f31b8e36..22f2397072 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uniFBE5 - com.type-invaders.name.production - e-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e-ar.glif index b3e6e11a21..1c8931ae45 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e-ar.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uni06D0 - com.type-invaders.name.production - e-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e-ar.init.glif index 2a3bc434ff..17798761e2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e-ar.init.glif @@ -3,10 +3,10 @@ - + - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFBE6 - com.type-invaders.name.production - e-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e-ar.medi.glif index 5c10618c19..1ecfbfc77a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e-ar.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFBE7 - com.type-invaders.name.production - e-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e.glif index cf212775b3..8d6e0d2bac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/e.glif @@ -39,13 +39,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eacute.glif index 5c8ad0aef6..a466cf8e72 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eacute.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ecircumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ecircumflex.glif index 5b0e2359bb..9e1e8cc587 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ecircumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ecircumflex.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/edieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/edieresis.glif index 6a77f00fd5..9bd879f8f4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/edieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/edieresis.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/egrave.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/egrave.glif index d462c6b6c4..cee72c230e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/egrave.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/egrave.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eight-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eight-ar.glif index acd3d0dd78..4a1061b1fa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eight-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eight-ar.glif @@ -14,12 +14,4 @@ - - - com.type-invaders.name.final - uni0668 - com.type-invaders.name.production - eight-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eight-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eight-persian.glif index 5d7a2e2c10..2cedb37e85 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eight-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eight-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F8 - com.type-invaders.name.production - eight-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eightinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eightinferior.glif index a6c05bdf74..06ccea0e3a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eightinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eightinferior.glif @@ -64,12 +64,4 @@ - - - com.type-invaders.name.final - uni2088 - com.type-invaders.name.production - eightinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eightsuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eightsuperior.glif index 1e58225bef..30399cc6dd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eightsuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eightsuperior.glif @@ -64,12 +64,4 @@ - - - com.type-invaders.name.final - uni2078 - com.type-invaders.name.production - eightsuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/endofayah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/endofayah-ar.glif index df5ad82398..345f71bd45 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/endofayah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/endofayah-ar.glif @@ -66,12 +66,4 @@ - - - com.type-invaders.name.final - uni06DD - com.type-invaders.name.production - endofayah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/estimated.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/estimated.glif index f7a20dee4a..2dde53cefe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/estimated.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/estimated.glif @@ -38,12 +38,4 @@ - - - com.type-invaders.name.final - uni212E - com.type-invaders.name.production - estimated - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eth.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eth.glif index 543b5ded7f..25e6678fab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eth.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/eth.glif @@ -53,5 +53,8 @@ + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/f.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/f.glif index 6ceaa0e9dd..35ae3d9cdc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/f.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/f.glif @@ -23,7 +23,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fatha-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fatha-ar.glif index 6cf567902d..53151fd377 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fatha-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fatha-ar.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni064E - com.type-invaders.name.production - fatha-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fatha-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fatha-ar.isol.glif index 3c39c2b423..86c4fffa5b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fatha-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fatha-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE76 - com.type-invaders.name.production - fatha-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fatha-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fatha-ar.medi.glif index d45a2d2664..3ac6de6cce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fatha-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fatha-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFE77 - com.type-invaders.name.production - fatha-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathaCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathaCurly-ar_.glif index 15e441aeb4..313da5e0ac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathaCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathaCurly-ar_.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni08E4 - com.type-invaders.name.production - fathaCurly-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathaDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathaDotabove-ar_.glif index d44231b9e3..17e0b7f4d0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathaDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathaDotabove-ar_.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni08F5 - com.type-invaders.name.production - fathaDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathaHorizont-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathaHorizont-ar_.glif index a9fb5cbf97..84ea4841f9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathaHorizont-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathaHorizont-ar_.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni0659 - com.type-invaders.name.production - fathaHorizont-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathaRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathaRing-ar_.glif index a6f68a49ce..cb75de529a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathaRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathaRing-ar_.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uni08F4 - com.type-invaders.name.production - fathaRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathasmall-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathasmall-ar.glif index 704d85af73..cf91847862 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathasmall-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathasmall-ar.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni0618 - com.type-invaders.name.production - fathasmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatan-ar.glif index 5b99b487d0..7617a76664 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatan-ar.glif @@ -16,18 +16,10 @@ - + - + - - - com.type-invaders.name.final - uni064B - com.type-invaders.name.production - fathatan-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatan-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatan-ar.isol.glif index bd1ea85e1a..208c0f9ba6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatan-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatan-ar.isol.glif @@ -8,10 +8,6 @@ - com.type-invaders.name.final - uniFE70 - com.type-invaders.name.production - fathatan-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatan-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatan-ar.medi.glif index 6185def2de..44409d5b95 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatan-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatan-ar.medi.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uniFE71 - com.type-invaders.name.production - fathatan-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatanCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatanCurly-ar_.glif index a1eedfa45b..eb19cf6a17 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatanCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatanCurly-ar_.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni08E7 - com.type-invaders.name.production - fathatanCurly-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatwodots-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatwodots-ar.glif index b4d9474693..d90f95a65f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatwodots-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fathatwodots-ar.glif @@ -42,18 +42,10 @@ - + - + - - - com.type-invaders.name.final - uni065E - com.type-invaders.name.production - fathatwodots-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fcclogo.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fcclogo.glif index e1159c0d15..6229ffb60c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fcclogo.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fcclogo.glif @@ -69,12 +69,4 @@ - - - com.type-invaders.name.final - uniEFCC - com.type-invaders.name.production - fcclogo - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.fina.glif index 54b97a1f10..e167dc303d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED2 - com.type-invaders.name.production - feh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.glif index 7389fec9ec..2f43ebf41c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni0641 - com.type-invaders.name.production - feh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.init.glif index 146deb245e..dede72fd6d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED3 - com.type-invaders.name.production - feh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.isol.glif index 7acce97f50..d23db031a5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFED1 - com.type-invaders.name.production - feh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.medi.glif index 673a12402f..534e2de43e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED4 - com.type-invaders.name.production - feh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelow-ar_.fina.glif index 2f7f69d5f5..dbf252b037 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelow-ar_.fina.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni06A3.fina - com.type-invaders.name.production - fehDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelow-ar_.glif index facc861554..667160bb88 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelow-ar_.glif @@ -4,21 +4,17 @@ - + - + - + - com.type-invaders.name.final - uni06A3 - com.type-invaders.name.production - fehDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelow-ar_.init.glif index 4ec11cb509..a758a2833a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelow-ar_.init.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni06A3.init - com.type-invaders.name.production - fehDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelow-ar_.medi.glif index e9512495e9..9f75f085b4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelow-ar_.medi.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06A3.medi - com.type-invaders.name.production - fehDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelowThreedotsabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelowThreedotsabove-ar__.fina.glif index d3d836c15d..9b9d0ea364 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelowThreedotsabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelowThreedotsabove-ar__.fina.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni08A4.fina - com.type-invaders.name.production - fehDotbelowThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelowThreedotsabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelowThreedotsabove-ar__.glif index 4b5b0aa762..776bf8fbfb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelowThreedotsabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelowThreedotsabove-ar__.glif @@ -7,18 +7,17 @@ - + - + + + + - com.type-invaders.name.final - uni08A4 - com.type-invaders.name.production - fehDotbelowThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelowThreedotsabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelowThreedotsabove-ar__.init.glif index 33f74986e4..971ca88278 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelowThreedotsabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelowThreedotsabove-ar__.init.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni08A4.init - com.type-invaders.name.production - fehDotbelowThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelowThreedotsabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelowThreedotsabove-ar__.medi.glif index 566d42e906..d97effc718 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelowThreedotsabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotbelowThreedotsabove-ar__.medi.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni08A4.medi - com.type-invaders.name.production - fehDotbelowThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless-ar_.fina.glif index d20a7b30ce..12c2f810db 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless-ar_.fina.glif @@ -64,12 +64,4 @@ - - - com.type-invaders.name.final - uni06A1.fina - com.type-invaders.name.production - fehDotless-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless-ar_.glif index 3dd5bfd720..0bf8099a39 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless-ar_.glif @@ -61,12 +61,4 @@ - - - com.type-invaders.name.final - uni06A1 - com.type-invaders.name.production - fehDotless-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless-ar_.init.glif index c654f40812..095399ec8e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless-ar_.init.glif @@ -50,12 +50,4 @@ - - - com.type-invaders.name.final - uni06A1.init - com.type-invaders.name.production - fehDotless-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless-ar_.medi.glif index 58b18cbc21..f7fcc1aefe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless-ar_.medi.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uni06A1.medi - com.type-invaders.name.production - fehDotless-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless__alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless__alefMaksura-ar_.glif deleted file mode 100644 index 4d551fbfae..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless__alefMaksura-ar_.glif +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - fehDotless_alefMaksuraar - com.type-invaders.name.production - fehDotless_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless__alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless__alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..d2efe22b14 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehDotless__alefMaksura-ar_.rlig.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsbelow-ar_.fina.glif index 2a28ffafc7..9c5781567a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06A5.fina - com.type-invaders.name.production - fehThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsbelow-ar_.glif index ff73e08183..f44dfa400e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni06A5 - com.type-invaders.name.production - fehThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsbelow-ar_.init.glif index 403bafa4fb..96cc6f2af4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06A5.init - com.type-invaders.name.production - fehThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsbelow-ar_.medi.glif index 80b592078d..adebdbb05c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06A5.medi - com.type-invaders.name.production - fehThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsupbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsupbelow-ar_.fina.glif index d9a60d2a18..17c92ba9a0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsupbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsupbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0761.fina - com.type-invaders.name.production - fehThreedotsupbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsupbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsupbelow-ar_.glif index 11125e1d7e..ce57a7b16e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsupbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsupbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni0761 - com.type-invaders.name.production - fehThreedotsupbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsupbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsupbelow-ar_.init.glif index 8905d0cc6d..48c1825e6b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsupbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsupbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0761.init - com.type-invaders.name.production - fehThreedotsupbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsupbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsupbelow-ar_.medi.glif index b80cd6af6d..f42abd9eb9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsupbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehThreedotsupbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0761.medi - com.type-invaders.name.production - fehThreedotsupbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehTwodotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehTwodotsbelow-ar_.fina.glif index 958fdb1acd..4a15e32b08 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehTwodotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehTwodotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0760.fina - com.type-invaders.name.production - fehTwodotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehTwodotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehTwodotsbelow-ar_.glif index 21aa366c22..746ff9a35b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehTwodotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehTwodotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni0760 - com.type-invaders.name.production - fehTwodotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehTwodotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehTwodotsbelow-ar_.init.glif index ae5cf97c27..e3d65607e5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehTwodotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehTwodotsbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0760.init - com.type-invaders.name.production - fehTwodotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehTwodotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehTwodotsbelow-ar_.medi.glif index 033eeea1fd..76e70f2b3a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehTwodotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fehTwodotsbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0760.medi - com.type-invaders.name.production - fehTwodotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_alefMaksura-ar_.glif deleted file mode 100644 index 754b0b0800..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC31 - com.type-invaders.name.production - feh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..fc698c2d58 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yeh-ar.glif deleted file mode 100644 index c68f8bc336..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC32 - com.type-invaders.name.production - feh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..c5a83cdf47 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yeh-farsi.glif deleted file mode 100644 index 0284391ff8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - feh_yehfarsi - com.type-invaders.name.production - feh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..2bbd2803c0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yehHamzaabove-ar_.glif deleted file mode 100644 index a9193e94fd..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06410626 - com.type-invaders.name.production - feh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..be938cec00 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/feh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/five-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/five-ar.glif index 1f1604c4d5..00e61925f7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/five-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/five-ar.glif @@ -33,12 +33,4 @@ - - - com.type-invaders.name.final - uni0665 - com.type-invaders.name.production - five-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/five-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/five-persian.glif index 532a637ae3..6a7aa5a69c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/five-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/five-persian.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uni06F5 - com.type-invaders.name.production - five-persian - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fiveinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fiveinferior.glif index 189aafbad3..33177ef467 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fiveinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fiveinferior.glif @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - uni2085 - com.type-invaders.name.production - fiveinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fivesuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fivesuperior.glif index 25487fbfa3..3f2e4f48ce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fivesuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fivesuperior.glif @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - uni2075 - com.type-invaders.name.production - fivesuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fl.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fl.glif index a41ef655d3..64b18daec6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fl.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fl.glif @@ -5,15 +5,6 @@ - - - - - - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/footnotemarker-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/footnotemarker-ar.glif index 61acf2805a..f8bdd5e8eb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/footnotemarker-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/footnotemarker-ar.glif @@ -31,12 +31,4 @@ - - - com.type-invaders.name.final - uni0602 - com.type-invaders.name.production - footnotemarker-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/four-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/four-ar.glif index 5bcdb8fc8e..3bc57d6bdf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/four-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/four-ar.glif @@ -44,12 +44,4 @@ - - - com.type-invaders.name.final - uni0664 - com.type-invaders.name.production - four-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/four-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/four-persian.glif index b2af4ce938..97ad34f423 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/four-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/four-persian.glif @@ -35,12 +35,4 @@ - - - com.type-invaders.name.final - uni06F4 - com.type-invaders.name.production - four-persian - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/four-persian.urdu.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/four-persian.urdu.glif index 773a679314..6245430fbe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/four-persian.urdu.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/four-persian.urdu.glif @@ -40,12 +40,4 @@ - - - com.type-invaders.name.final - uni06F4.urdu - com.type-invaders.name.production - four-persian.urdu - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourabove-ar.glif index fb3d79fbef..4f8e18c95f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourabove-ar.glif @@ -43,18 +43,10 @@ - + - + - - - com.type-invaders.name.final - fourabovear - com.type-invaders.name.production - fourabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourdotsabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourdotsabove-ar.glif index 59406b991a..f938354c09 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourdotsabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourdotsabove-ar.glif @@ -68,18 +68,10 @@ - + - + - - - com.type-invaders.name.final - uniFBBA - com.type-invaders.name.production - fourdotsabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourdotsbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourdotsbelow-ar.glif index e50e0fc1ca..07cc9c1f9d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourdotsbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourdotsbelow-ar.glif @@ -68,18 +68,10 @@ - + - + - - - com.type-invaders.name.final - uniFBBB - com.type-invaders.name.production - fourdotsbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourdotscenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourdotscenter-ar.glif index ff55bc4629..54c22ced30 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourdotscenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourdotscenter-ar.glif @@ -67,15 +67,7 @@ - + - - - com.type-invaders.name.final - fourdotscenterar - com.type-invaders.name.production - fourdotscenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourinferior.glif index 9e67ad18b7..6d06352f83 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourinferior.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2084 - com.type-invaders.name.production - fourinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/foursuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/foursuperior.glif index f248774572..0aefcc44a7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/foursuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/foursuperior.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2074 - com.type-invaders.name.production - foursuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourthroot-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourthroot-ar.glif index 2075873872..233f70c1d0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourthroot-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fourthroot-ar.glif @@ -5,13 +5,12 @@ + + + - com.type-invaders.name.final - uni0607 - com.type-invaders.name.production - fourthroot-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/foururduabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/foururduabove-ar.glif index 59575b2d6b..804379480d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/foururduabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/foururduabove-ar.glif @@ -39,18 +39,10 @@ - + - + - - - com.type-invaders.name.final - foururduabovear - com.type-invaders.name.production - foururduabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/foururdubelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/foururdubelow-ar.glif index f152b87de7..78f6d20376 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/foururdubelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/foururdubelow-ar.glif @@ -39,18 +39,10 @@ - + - + - - - com.type-invaders.name.final - foururdubelowar - com.type-invaders.name.production - foururdubelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/foururducenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/foururducenter-ar.glif index 6e8a1a0492..a525bb65dd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/foururducenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/foururducenter-ar.glif @@ -39,15 +39,7 @@ - + - - - com.type-invaders.name.final - foururducenterar - com.type-invaders.name.production - foururducenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fullstop-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fullstop-ar.glif index 48def1ce32..e3c7c33f5b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fullstop-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/fullstop-ar.glif @@ -16,12 +16,4 @@ - - - com.type-invaders.name.final - uni06D4 - com.type-invaders.name.production - fullstop-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/g.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/g.alt01.glif index 31d3296d75..b162da6db0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/g.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/g.alt01.glif @@ -52,7 +52,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/g.alt02.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/g.alt02.glif index f8bfdec945..ce00ab1c34 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/g.alt02.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/g.alt02.glif @@ -85,7 +85,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/g.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/g.glif index 6240ed0fc9..f5bac5a36a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/g.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/g.glif @@ -91,7 +91,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf-ar.fina.glif index 32ee3c4aaa..8269c39385 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf-ar.fina.glif @@ -8,6 +8,9 @@ + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uniFB93 - com.type-invaders.name.production - gaf-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf-ar.glif index c20f42d9bb..c2e1d7f448 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf-ar.glif @@ -8,6 +8,9 @@ + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uni06AF - com.type-invaders.name.production - gaf-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf-ar.init.glif index c80fc989dc..5ef582eec3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf-ar.init.glif @@ -3,11 +3,14 @@ - + + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uniFB94 - com.type-invaders.name.production - gaf-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf-ar.medi.glif index 66224452f4..82515d4421 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf-ar.medi.glif @@ -3,11 +3,14 @@ - + + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uniFB95 - com.type-invaders.name.production - gaf-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafRing-ar_.fina.glif index 9975dfbcf4..b21ee0a98f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafRing-ar_.fina.glif @@ -5,18 +5,20 @@ - + - + + + + + + + - com.type-invaders.name.final - uni06B0.fina - com.type-invaders.name.production - gafRing-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafRing-ar_.glif index dbf19a5f61..9a49b1431f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafRing-ar_.glif @@ -6,18 +6,20 @@ - + - + + + + + + + - com.type-invaders.name.final - uni06B0 - com.type-invaders.name.production - gafRing-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafRing-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafRing-ar_.init.glif index 878254a383..c96cf0ddd4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafRing-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafRing-ar_.init.glif @@ -2,21 +2,23 @@ - + + + + + + + - + - + - com.type-invaders.name.final - uni06B0.init - com.type-invaders.name.production - gafRing-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafRing-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafRing-ar_.medi.glif index 87998e1924..dde2c8d95c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafRing-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafRing-ar_.medi.glif @@ -2,21 +2,23 @@ - + + + + + + + - + - + - com.type-invaders.name.final - uni06B0.medi - com.type-invaders.name.production - gafRing-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafThreedots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafThreedots-ar_.fina.glif index 552933e143..c3c7f1b5f5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafThreedots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafThreedots-ar_.fina.glif @@ -3,24 +3,23 @@ - + + + + - + - com.type-invaders.name.final - uni06B4.fina - com.type-invaders.name.production - gafThreedots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafThreedots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafThreedots-ar_.glif index d0aceb7ff4..88579abe57 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafThreedots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafThreedots-ar_.glif @@ -4,24 +4,23 @@ - + + + + - + - com.type-invaders.name.final - uni06B4 - com.type-invaders.name.production - gafThreedots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafThreedots-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafThreedots-ar_.init.glif index f9dac47ecf..90112422d2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafThreedots-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafThreedots-ar_.init.glif @@ -2,25 +2,24 @@ - - + + + + + - + - com.type-invaders.name.final - uni06B4.init - com.type-invaders.name.production - gafThreedots-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafThreedots-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafThreedots-ar_.medi.glif index 33add99460..8b7e2bce85 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafThreedots-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafThreedots-ar_.medi.glif @@ -2,25 +2,24 @@ - - + + + + + - + - com.type-invaders.name.final - uni06B4.medi - com.type-invaders.name.production - gafThreedots-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafTwodotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafTwodotsbelow-ar_.fina.glif index 260c4e686f..4e933d372b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafTwodotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafTwodotsbelow-ar_.fina.glif @@ -3,10 +3,13 @@ - + + + + - + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uni06B2.fina - com.type-invaders.name.production - gafTwodotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafTwodotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafTwodotsbelow-ar_.glif index 2afd08dd57..3044f172a3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafTwodotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafTwodotsbelow-ar_.glif @@ -4,10 +4,13 @@ - + + + + - + @@ -18,10 +21,6 @@ - com.type-invaders.name.final - uni06B2 - com.type-invaders.name.production - gafTwodotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafTwodotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafTwodotsbelow-ar_.init.glif index c356ab5dd3..3d2d2716d4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafTwodotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafTwodotsbelow-ar_.init.glif @@ -2,11 +2,14 @@ - + - + + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uni06B2.init - com.type-invaders.name.production - gafTwodotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafTwodotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafTwodotsbelow-ar_.medi.glif index 2283f06bf4..0e6e91f70f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafTwodotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gafTwodotsbelow-ar_.medi.glif @@ -2,11 +2,14 @@ - + - + + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uni06B2.medi - com.type-invaders.name.production - gafTwodotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_alefMaksura-ar_.fina.glif deleted file mode 100644 index 7ffb30f54b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF0649.fina - com.type-invaders.name.production - gaf_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..4560524be2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_alefMaksura-ar_.glif deleted file mode 100644 index 9cd3ccff67..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_alefMaksura-ar_.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF0649 - com.type-invaders.name.production - gaf_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..98fcaa8ba3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_alefMaksura-ar_.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-ar.fina.glif deleted file mode 100644 index 73b9521f9c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-ar.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF064A.fina - com.type-invaders.name.production - gaf_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..e6dab91c97 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-ar.glif deleted file mode 100644 index 8318eae25b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-ar.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF064A - com.type-invaders.name.production - gaf_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-ar.rlig.glif new file mode 100644 index 0000000000..ba0fdc9e56 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-farsi.fina.glif deleted file mode 100644 index 72464c38f6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-farsi.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - gaf_yehfarsi.fina - com.type-invaders.name.production - gaf_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..6cc166791b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-farsi.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-farsi.glif deleted file mode 100644 index 9b5297258f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-farsi.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - gaf_yehfarsi - com.type-invaders.name.production - gaf_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..ad6d892033 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yeh-farsi.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 5d2b05b105..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF0626.fina - com.type-invaders.name.production - gaf_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..f4dda37484 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yehHamzaabove-ar_.glif deleted file mode 100644 index 87b2d0b721..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF0626 - com.type-invaders.name.production - gaf_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..83e54ebca5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gaf_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.fina.glif index 6315fa1884..f4ab7b0be1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFECE - com.type-invaders.name.production - ghain-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.glif index 441dfc618a..3dffd83e6d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni063A - com.type-invaders.name.production - ghain-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.init.glif index 0fb506e207..c7866424b8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFECF - com.type-invaders.name.production - ghain-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.isol.glif index 45d11973b5..64e7a4ab78 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFECD - com.type-invaders.name.production - ghain-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.medi.glif index 3514876a51..99e67663b1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED0 - com.type-invaders.name.production - ghain-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.short.glif index 3eb20c52de..6e83b44f12 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghain-ar.short.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni063A.short - com.type-invaders.name.production - ghain-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghainDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghainDotbelow-ar_.fina.glif index 59d55b6125..8881296b6e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghainDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghainDotbelow-ar_.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni06FC.fina - com.type-invaders.name.production - ghainDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghainDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghainDotbelow-ar_.glif index 61aa0abbb5..48dae71dc2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghainDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghainDotbelow-ar_.glif @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni06FC - com.type-invaders.name.production - ghainDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghainDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghainDotbelow-ar_.init.glif index d202012e70..c5f79a5c0d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghainDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghainDotbelow-ar_.init.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06FC.init - com.type-invaders.name.production - ghainDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghainDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghainDotbelow-ar_.medi.glif index 47551037e8..f9eadece53 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghainDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ghainDotbelow-ar_.medi.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06FC.medi - com.type-invaders.name.production - ghainDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/grave.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/grave.case.glif index 8d878f6f84..70a4099629 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/grave.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/grave.case.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/grave.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/grave.glif index f9ff400bf4..fd400a78c4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/grave.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/grave.glif @@ -10,7 +10,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gravecomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gravecomb.glif index f5d584b3a4..0ee93e65e2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gravecomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gravecomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0300 - com.type-invaders.name.production - gravecomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/guarani.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/guarani.glif index d9e1912fd7..67e27d612a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/guarani.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/guarani.glif @@ -51,12 +51,4 @@ - - - com.type-invaders.name.final - uni20B2 - com.type-invaders.name.production - guarani - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gueh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gueh-ar.fina.glif index bdefea34af..cf9db2fb2c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gueh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gueh-ar.fina.glif @@ -4,10 +4,13 @@ - + + + + - + @@ -18,10 +21,6 @@ - com.type-invaders.name.final - uniFB97 - com.type-invaders.name.production - gueh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gueh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gueh-ar.glif index 598aa8e0f7..7647df7e29 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gueh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gueh-ar.glif @@ -4,10 +4,13 @@ - + + + + - + @@ -18,10 +21,6 @@ - com.type-invaders.name.final - uni06B3 - com.type-invaders.name.production - gueh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gueh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gueh-ar.init.glif index b2f627e251..886cd2da7a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gueh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gueh-ar.init.glif @@ -3,11 +3,14 @@ - - + + + + + - + @@ -18,10 +21,6 @@ - com.type-invaders.name.final - uniFB98 - com.type-invaders.name.production - gueh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gueh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gueh-ar.medi.glif index 1b15ed2c59..7c51a1cdbb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gueh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/gueh-ar.medi.glif @@ -3,11 +3,14 @@ - - + + + + + - + @@ -18,10 +21,6 @@ - com.type-invaders.name.final - uniFB99 - com.type-invaders.name.production - gueh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/h.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/h.glif index 9235106149..8b577e11ed 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/h.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/h.glif @@ -27,10 +27,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.fina.glif index 6628f440bf..e5340b732a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.fina.glif @@ -59,12 +59,4 @@ - - - com.type-invaders.name.final - uniFEA2 - com.type-invaders.name.production - hah-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.glif index 0adb516278..2e7162a791 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.glif @@ -47,12 +47,4 @@ - - - com.type-invaders.name.final - uni062D - com.type-invaders.name.production - hah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.init.glif index 8144e21215..1933f29b98 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.init.glif @@ -43,12 +43,4 @@ - - - com.type-invaders.name.final - uniFEA3 - com.type-invaders.name.production - hah-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.isol.glif index 4bdc699eb6..e65bf63be2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEA1 - com.type-invaders.name.production - hah-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.medi.glif index 75509ce64e..0f4d23d7e7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.medi.glif @@ -52,12 +52,4 @@ - - - com.type-invaders.name.final - uniFEA4 - com.type-invaders.name.production - hah-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.short.glif index 8fffd4ab30..47c3689870 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hah-ar.short.glif @@ -46,12 +46,4 @@ - - - com.type-invaders.name.final - uni062D.short - com.type-invaders.name.production - hah-ar.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahFourbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahFourbelow-ar_.fina.glif index b10fc91562..1d5b33a53f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahFourbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahFourbelow-ar_.fina.glif @@ -84,13 +84,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni077C.fina - com.type-invaders.name.production - hahFourbelow-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahFourbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahFourbelow-ar_.glif index fca5b85f45..66587c075d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahFourbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahFourbelow-ar_.glif @@ -73,13 +73,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni077C - com.type-invaders.name.production - hahFourbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahFourbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahFourbelow-ar_.init.glif index 17389e80c3..12108fdc20 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahFourbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahFourbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni077C.init - com.type-invaders.name.production - hahFourbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahFourbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahFourbelow-ar_.medi.glif index 850ef225c7..bbdde7f7d0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahFourbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahFourbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni077C.medi - com.type-invaders.name.production - hahFourbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahHamzaabove-ar_.fina.glif index c58c6345d9..c0b9a2f9ad 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahHamzaabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0681.fina - com.type-invaders.name.production - hahHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahHamzaabove-ar_.glif index 82ff211970..f77144d201 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahHamzaabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0681 - com.type-invaders.name.production - hahHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahHamzaabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahHamzaabove-ar_.init.glif index aca4bcf2dd..156340dc9c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahHamzaabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahHamzaabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0681.init - com.type-invaders.name.production - hahHamzaabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahHamzaabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahHamzaabove-ar_.medi.glif index bd7cde5298..528c43a5a8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahHamzaabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahHamzaabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0681.medi - com.type-invaders.name.production - hahHamzaabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.fina.glif index cd1a7c14c8..d57aeaac00 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.fina.glif @@ -3,8 +3,8 @@ - + @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni076F.fina - com.type-invaders.name.production - hahTahTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.glif index 7c6a232b85..33cfbb9d9d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.glif @@ -4,8 +4,8 @@ - + @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni076F - com.type-invaders.name.production - hahTahTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.init.glif index b8f8a303f7..5f4c3c76b8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.init.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uni076F.init - com.type-invaders.name.production - hahTahTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.medi.glif index f57b8adbce..5726f6afd5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.medi.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uni076F.medi - com.type-invaders.name.production - hahTahTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahabove-ar_.fina.glif index c670d5cf8d..2a3591fbe3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0772.fina - com.type-invaders.name.production - hahTahabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahabove-ar_.glif index 07f3b51e75..b43a73d156 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0772 - com.type-invaders.name.production - hahTahabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahabove-ar_.init.glif index f7a2abb6f2..4bc104dc0c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0772.init - com.type-invaders.name.production - hahTahabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahabove-ar_.medi.glif index 09ec35d265..dbefb3f67e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0772.medi - com.type-invaders.name.production - hahTahabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahbelow-ar_.fina.glif index 0a959ca689..ccef615aaf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahbelow-ar_.fina.glif @@ -81,13 +81,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni076E.fina - com.type-invaders.name.production - hahTahbelow-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahbelow-ar_.glif index 8795e95777..76b408cc99 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahbelow-ar_.glif @@ -70,13 +70,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni076E - com.type-invaders.name.production - hahTahbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahbelow-ar_.init.glif index 1d9bc12bbf..8b9ed94519 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni076E.init - com.type-invaders.name.production - hahTahbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahbelow-ar_.medi.glif index 0ec4249ab6..ab9010f24a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTahbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni076E.medi - com.type-invaders.name.production - hahTahbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsabove-ar_.fina.glif index 9167bdae54..e8f51dbbbc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0685.fina - com.type-invaders.name.production - hahThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsabove-ar_.glif index 7a770eabb1..9ce20c9a82 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0685 - com.type-invaders.name.production - hahThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsabove-ar_.init.glif index 15b8ce01c4..acea6c3ea8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0685.init - com.type-invaders.name.production - hahThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsabove-ar_.medi.glif index 0f19373de5..c0a5d2dd65 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0685.medi - com.type-invaders.name.production - hahThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsupbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsupbelow-ar_.fina.glif index b919b01bb1..1d4726d6a7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsupbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsupbelow-ar_.fina.glif @@ -96,13 +96,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0758.fina - com.type-invaders.name.production - hahThreedotsupbelow-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsupbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsupbelow-ar_.glif index f9ce159255..a414402a3f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsupbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsupbelow-ar_.glif @@ -85,13 +85,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0758 - com.type-invaders.name.production - hahThreedotsupbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsupbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsupbelow-ar_.init.glif index 12db31a49b..1bffa99f4c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsupbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsupbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0758.init - com.type-invaders.name.production - hahThreedotsupbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsupbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsupbelow-ar_.medi.glif index bd89363b25..34a9d426df 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsupbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahThreedotsupbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0758.medi - com.type-invaders.name.production - hahThreedotsupbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotshorizontalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotshorizontalabove-ar_.fina.glif index b25c88fbab..c8af8321a0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotshorizontalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotshorizontalabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0757.fina - com.type-invaders.name.production - hahTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotshorizontalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotshorizontalabove-ar_.glif index 67637d686b..f921afa810 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotshorizontalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotshorizontalabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0757 - com.type-invaders.name.production - hahTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotshorizontalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotshorizontalabove-ar_.init.glif index b1191e4273..59d73a89ea 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotshorizontalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotshorizontalabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0757.init - com.type-invaders.name.production - hahTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotshorizontalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotshorizontalabove-ar_.medi.glif index 94e2000533..8c20f66c43 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotshorizontalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotshorizontalabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0757.medi - com.type-invaders.name.production - hahTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotsverticalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotsverticalabove-ar_.fina.glif index 9bb8848293..2c6c7224b3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotsverticalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotsverticalabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0682.fina - com.type-invaders.name.production - hahTwodotsverticalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotsverticalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotsverticalabove-ar_.glif index bf62427767..fccbc89a47 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotsverticalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotsverticalabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0682 - com.type-invaders.name.production - hahTwodotsverticalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotsverticalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotsverticalabove-ar_.init.glif index 27e280eb76..8f6b37f0c0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotsverticalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotsverticalabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0682.init - com.type-invaders.name.production - hahTwodotsverticalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotsverticalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotsverticalabove-ar_.medi.glif index 33949b13a0..875e96d5e9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotsverticalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahTwodotsverticalabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0682.medi - com.type-invaders.name.production - hahTwodotsverticalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahabove-ar.glif index 01ef755420..ec53abd3ec 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hahabove-ar.glif @@ -30,18 +30,10 @@ - + - + - - - com.type-invaders.name.final - uni06E1 - com.type-invaders.name.production - hahabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamza-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamza-ar.glif index 5d38546bf4..fa14e1252b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamza-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamza-ar.glif @@ -37,12 +37,4 @@ - - - com.type-invaders.name.final - uni0621 - com.type-invaders.name.production - hamza-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamza-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamza-ar.isol.glif index 0958e6d19d..366263d066 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamza-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamza-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFE80 - com.type-invaders.name.production - hamza-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaabove-ar.glif index 6337b908e7..302ddd72db 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaabove-ar.glif @@ -31,18 +31,10 @@ - + - + - - - com.type-invaders.name.final - uni0654 - com.type-invaders.name.production - hamzaabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveDamma-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveDamma-ar_.glif index 85d0ff6cb4..388bec97c6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveDamma-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveDamma-ar_.glif @@ -2,15 +2,11 @@ - + - com.type-invaders.name.final - uni0654064F - com.type-invaders.name.production - hamzaaboveDamma-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveDammatan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveDammatan-ar_.glif index 3ef3aa57fa..3b627b08e8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveDammatan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveDammatan-ar_.glif @@ -2,15 +2,11 @@ - + - com.type-invaders.name.final - uni0654064C - com.type-invaders.name.production - hamzaaboveDammatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveFatha-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveFatha-ar_.glif index 0afa1b7f86..203524ade8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveFatha-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveFatha-ar_.glif @@ -2,15 +2,11 @@ - + - com.type-invaders.name.final - uni0654064E - com.type-invaders.name.production - hamzaaboveFatha-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveFathatan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveFathatan-ar_.glif index 79f2b3a7bf..b63ca48ab3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveFathatan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveFathatan-ar_.glif @@ -2,16 +2,12 @@ - + - com.type-invaders.name.final - uni0654064B - com.type-invaders.name.production - hamzaaboveFathatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveSukun-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveSukun-ar_.glif index 4a107a8a58..d0317a113e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveSukun-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzaaboveSukun-ar_.glif @@ -2,15 +2,11 @@ - + - com.type-invaders.name.final - uni06540652 - com.type-invaders.name.production - hamzaaboveSukun-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzabelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzabelow-ar.glif index 6291210665..8e4a2f1716 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzabelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzabelow-ar.glif @@ -31,18 +31,10 @@ - + - + - - - com.type-invaders.name.final - uni0655 - com.type-invaders.name.production - hamzabelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzabelowKasra-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzabelowKasra-ar_.glif index 80e96aef4d..38106fb62b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzabelowKasra-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzabelowKasra-ar_.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06550650 - com.type-invaders.name.production - hamzabelowKasra-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzabelowKasratan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzabelowKasratan-ar_.glif index 326e509c52..f63f7935c8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzabelowKasratan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzabelowKasratan-ar_.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni0655064D - com.type-invaders.name.production - hamzabelowKasratan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzacenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzacenter-ar.glif index be81621b4e..9e7c793a2a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzacenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzacenter-ar.glif @@ -4,15 +4,11 @@ - + - com.type-invaders.name.final - hamzacenterar - com.type-invaders.name.production - hamzacenter-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzahigh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzahigh-ar.glif index ae520841d6..4bb8360913 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzahigh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hamzahigh-ar.glif @@ -30,18 +30,10 @@ - + - + - - - com.type-invaders.name.final - hamzahighar - com.type-invaders.name.production - hamzahigh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.fina.glif index cc631e1a28..386c2850c3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.fina.glif @@ -49,12 +49,4 @@ - - - com.type-invaders.name.final - uniFEEA - com.type-invaders.name.production - heh-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.glif index 7cc516bdb9..3eb604ef91 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.glif @@ -45,12 +45,4 @@ - - - com.type-invaders.name.final - uni0647 - com.type-invaders.name.production - heh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.init.glif index 24faee2795..48417440ef 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.init.glif @@ -67,12 +67,4 @@ - - - com.type-invaders.name.final - uniFEEB - com.type-invaders.name.production - heh-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.isol.glif index 3cd9080089..e5b43b9a42 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFEE9 - com.type-invaders.name.production - heh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.medi.glif index 62e490afe1..0e45f1b653 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/heh-ar.medi.glif @@ -47,12 +47,4 @@ - - - com.type-invaders.name.final - uniFEEC - com.type-invaders.name.production - heh-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehAlefabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehAlefabove-ar_.init.glif index f1ab2ae685..6fbe1623dd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehAlefabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehAlefabove-ar_.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFCD9 - com.type-invaders.name.production - hehAlefabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehDoachashmee-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehDoachashmee-ar_.fina.glif index eaf66bb086..df17cf05d4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehDoachashmee-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehDoachashmee-ar_.fina.glif @@ -64,12 +64,4 @@ - - - com.type-invaders.name.final - uniFBAB - com.type-invaders.name.production - hehDoachashmee-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehDoachashmee-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehDoachashmee-ar_.glif index e4be541943..d827dd7e49 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehDoachashmee-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehDoachashmee-ar_.glif @@ -66,12 +66,4 @@ - - - com.type-invaders.name.final - uni06BE - com.type-invaders.name.production - hehDoachashmee-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehDoachashmee-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehDoachashmee-ar_.init.glif index 60ce3ae981..00ba2bb0d7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehDoachashmee-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehDoachashmee-ar_.init.glif @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uniFBAC - com.type-invaders.name.production - hehDoachashmee-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehDoachashmee-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehDoachashmee-ar_.medi.glif index da1f858ca2..3bcc712dc4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehDoachashmee-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehDoachashmee-ar_.medi.glif @@ -65,12 +65,4 @@ - - - com.type-invaders.name.final - uniFBAD - com.type-invaders.name.production - hehDoachashmee-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehHamzaabove-ar_.fina.glif index 0fee0ecc25..2b128f0211 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehHamzaabove-ar_.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFBA5 - com.type-invaders.name.production - hehHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehHamzaabove-ar_.glif index 3a33a50cfa..97adb837dc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehHamzaabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06C0 - com.type-invaders.name.production - hehHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehVinvertedabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehVinvertedabove-ar_.fina.glif index ed1af8fca4..5bcacafc21 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehVinvertedabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehVinvertedabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06FF.fina - com.type-invaders.name.production - hehVinvertedabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehVinvertedabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehVinvertedabove-ar_.glif index 4942cb79c6..4e697b74fb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehVinvertedabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehVinvertedabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06FF - com.type-invaders.name.production - hehVinvertedabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehVinvertedabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehVinvertedabove-ar_.init.glif index 7597b9d2f0..5890d7b116 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehVinvertedabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehVinvertedabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06FF.init - com.type-invaders.name.production - hehVinvertedabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehVinvertedabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehVinvertedabove-ar_.medi.glif index 6220afa165..627033fbfb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehVinvertedabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehVinvertedabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06FF.medi - com.type-invaders.name.production - hehVinvertedabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoal-ar.fina.glif index 8396c96655..cfcf315ae8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoal-ar.fina.glif @@ -38,12 +38,4 @@ - - - com.type-invaders.name.final - uniFBA7 - com.type-invaders.name.production - hehgoal-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoal-ar.glif index 2fcd235bcd..18acb917fc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoal-ar.glif @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06C1 - com.type-invaders.name.production - hehgoal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoal-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoal-ar.init.glif index 57384e301f..b1eb6d4a55 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoal-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoal-ar.init.glif @@ -62,12 +62,4 @@ - - - com.type-invaders.name.final - uniFBA8 - com.type-invaders.name.production - hehgoal-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoal-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoal-ar.medi.glif index b1720e30c4..760cfdb179 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoal-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoal-ar.medi.glif @@ -60,13 +60,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uniFBA9 - com.type-invaders.name.production - hehgoal-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoalHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoalHamzaabove-ar_.fina.glif index acd3f91360..0dedcd5c58 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoalHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoalHamzaabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06C2.fina - com.type-invaders.name.production - hehgoalHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoalHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoalHamzaabove-ar_.glif index f3be82ae3e..fb5c6b7cc9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoalHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoalHamzaabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06C2 - com.type-invaders.name.production - hehgoalHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoalHamzaabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoalHamzaabove-ar_.init.glif index 296a18004e..ec85eb856b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoalHamzaabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoalHamzaabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06C2.init - com.type-invaders.name.production - hehgoalHamzaabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoalHamzaabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoalHamzaabove-ar_.medi.glif index 34798b6480..c1f12888b7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoalHamzaabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hehgoalHamzaabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06C2.medi - com.type-invaders.name.production - hehgoalHamzaabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamza-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamza-ar.glif index 53178fb8ee..f1bf1e5c7f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamza-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamza-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni0674 - com.type-invaders.name.production - highhamza-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaAlef-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaAlef-ar_.fina.glif index d579d385d1..839e7fc91a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaAlef-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaAlef-ar_.fina.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uni0675.fina - com.type-invaders.name.production - highhamzaAlef-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaAlef-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaAlef-ar_.glif index b7c743d65b..f3a261f6a4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaAlef-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaAlef-ar_.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0675 - com.type-invaders.name.production - highhamzaAlef-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaWaw-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaWaw-ar_.fina.glif index 4e2b6b2060..a192ed1003 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaWaw-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaWaw-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -25,10 +22,6 @@ - com.type-invaders.name.final - uni0676.fina - com.type-invaders.name.production - highhamzaWaw-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaWaw-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaWaw-ar_.glif index 70ea262838..aba7382cce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaWaw-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaWaw-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -26,10 +23,6 @@ - com.type-invaders.name.final - uni0676 - com.type-invaders.name.production - highhamzaWaw-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaYeh-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaYeh-ar_.fina.glif index e8ef0abe84..b7887bd0cb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaYeh-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaYeh-ar_.fina.glif @@ -13,19 +13,12 @@ - - - - com.type-invaders.name.final - uni0678.fina - com.type-invaders.name.production - highhamzaYeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaYeh-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaYeh-ar_.glif index 8269cfdc39..9aa0b631c7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaYeh-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaYeh-ar_.glif @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uni0678 - com.type-invaders.name.production - highhamzaYeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaYeh-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaYeh-ar_.init.glif index 569b1b62d2..d7ddd977ee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaYeh-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaYeh-ar_.init.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0678.init - com.type-invaders.name.production - highhamzaYeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaYeh-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaYeh-ar_.medi.glif index 60725d1f7e..fdc19911dd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaYeh-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highhamzaYeh-ar_.medi.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0678.medi - com.type-invaders.name.production - highhamzaYeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highwaw-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highwaw-ar.glif index 4d8e785769..2c92600b1d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highwaw-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/highwaw-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni08F3 - com.type-invaders.name.production - highwaw-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/horizontalbar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/horizontalbar.glif index 9c13049072..1ca1628520 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/horizontalbar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/horizontalbar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni2015 - com.type-invaders.name.production - horizontalbar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hryvnia.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hryvnia.glif index 232f8ec4a7..dff6eff937 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hryvnia.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hryvnia.glif @@ -58,12 +58,4 @@ - - - com.type-invaders.name.final - uni20B4 - com.type-invaders.name.production - hryvnia - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hungarumlaut.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hungarumlaut.glif index de88538f30..a7d173ecd2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hungarumlaut.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hungarumlaut.glif @@ -16,7 +16,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hungarumlautcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hungarumlautcomb.glif index 923349e8c1..10ccf4b11e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hungarumlautcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hungarumlautcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni030B - com.type-invaders.name.production - hungarumlautcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hyphentwo.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hyphentwo.glif index ec5a3a5c86..1baccbdd73 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hyphentwo.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/hyphentwo.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni2010 - com.type-invaders.name.production - hyphentwo com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/i.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/i.glif index 0d91e1d6b6..7e360e41c7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/i.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/i.glif @@ -26,10 +26,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/iacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/iacute.glif index 9de90be804..753986c9da 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/iacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/iacute.glif @@ -5,6 +5,12 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/icircumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/icircumflex.glif index 798e902f43..54ef36bf1f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/icircumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/icircumflex.glif @@ -5,6 +5,12 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/idieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/idieresis.glif index df0ac69b9a..13b79619bf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/idieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/idieresis.glif @@ -5,6 +5,12 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/igrave.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/igrave.glif index 15fab0d33f..55a1aa9025 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/igrave.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/igrave.glif @@ -5,6 +5,12 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ij.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ij.glif index b5a343edd5..0bc987d6ed 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ij.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ij.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jallajalalouhou-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jallajalalouhou-ar.glif index eba8780722..dbc6c62a64 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jallajalalouhou-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jallajalalouhou-ar.glif @@ -264,12 +264,4 @@ - - - com.type-invaders.name.final - uniFDFB - com.type-invaders.name.production - jallajalalouhou-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.fina.glif index ddb915492a..dbe1366568 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.fina.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFE9E - com.type-invaders.name.production - jeem-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.glif index e2da2bdfc5..aa75fdf3a2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni062C - com.type-invaders.name.production - jeem-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.init.glif index eab649eb56..b876bc9456 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFE9F - com.type-invaders.name.production - jeem-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.isol.glif index 550ceb3e29..bd43866f63 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFE9D - com.type-invaders.name.production - jeem-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.medi.glif index 70e3706f16..1a663d3868 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFEA0 - com.type-invaders.name.production - jeem-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.short.glif index f346c73c21..1ea0193ae7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeem-ar.short.glif @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni062C.short - com.type-invaders.name.production - jeem-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemTwodotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemTwodotsabove-ar_.fina.glif index fdc9f2dff0..77b16cdfbc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemTwodotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemTwodotsabove-ar_.fina.glif @@ -3,8 +3,8 @@ - + @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni08A2.fina - com.type-invaders.name.production - jeemTwodotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemTwodotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemTwodotsabove-ar_.glif index a8e2765da0..0454cbccf3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemTwodotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemTwodotsabove-ar_.glif @@ -4,8 +4,8 @@ - + @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni08A2 - com.type-invaders.name.production - jeemTwodotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemTwodotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemTwodotsabove-ar_.init.glif index fb45900e44..1c20db2b58 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemTwodotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemTwodotsabove-ar_.init.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni08A2.init - com.type-invaders.name.production - jeemTwodotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemTwodotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemTwodotsabove-ar_.medi.glif index 30ca231f23..74565ae39e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemTwodotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemTwodotsabove-ar_.medi.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni08A2.medi - com.type-invaders.name.production - jeemTwodotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemabove-ar.glif index db1af02068..c43308d337 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeemabove-ar.glif @@ -54,18 +54,10 @@ - + - + - - - com.type-invaders.name.final - uni06DA - com.type-invaders.name.production - jeemabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeh-ar.fina.glif index fff4e1b9ad..00ce7e7de5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeh-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB8B - com.type-invaders.name.production - jeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeh-ar.fina.short.glif index ffd49460d7..6c141165d4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeh-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeh-ar.fina.short.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uniFB8B.short - com.type-invaders.name.production - jeh-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeh-ar.glif index 4af8d07b28..8fb810a327 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeh-ar.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0698 - com.type-invaders.name.production - jeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeh-ar.short.glif index 65793fb0d1..56f3fec829 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeh-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/jeh-ar.short.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni0698.short - com.type-invaders.name.production - jeh-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/k.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/k.glif index edb3cb7fc0..c2b9039f64 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/k.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/k.glif @@ -20,7 +20,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.fina.glif index f4764e75ba..e8202ee5b2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.fina.glif @@ -69,12 +69,4 @@ - - - com.type-invaders.name.final - uniFEDA - com.type-invaders.name.production - kaf-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.fina.ss01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.fina.ss01.glif index ff51a0e799..bb95130a13 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.fina.ss01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.fina.ss01.glif @@ -31,13 +31,11 @@ + + + + + + - - - com.type-invaders.name.final - uniFEDA.ss01 - com.type-invaders.name.production - kaf-ar.fina.ss01 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.glif index 9fefaa0fab..67f7197313 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.glif @@ -48,12 +48,4 @@ - - - com.type-invaders.name.final - uni0643 - com.type-invaders.name.production - kaf-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.init.glif index 791b3146fe..8c2c839f5d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.init.glif @@ -41,12 +41,4 @@ - - - com.type-invaders.name.final - uniFEDB - com.type-invaders.name.production - kaf-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.init.ss01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.init.ss01.glif index 9ae6c2f0d0..fb2cb0cb24 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.init.ss01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.init.ss01.glif @@ -24,13 +24,11 @@ + + + + + + - - - com.type-invaders.name.final - uniFEDB.ss01 - com.type-invaders.name.production - kaf-ar.init.ss01 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.isol.glif index 15e6a7342e..3b8b9e62da 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFED9 - com.type-invaders.name.production - kaf-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.medi.glif index 61b78c45b9..d0efd46a64 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.medi.glif @@ -51,12 +51,4 @@ - - - com.type-invaders.name.final - uniFEDC - com.type-invaders.name.production - kaf-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.medi.ss01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.medi.ss01.glif index b8b229d2e4..48cca04821 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.medi.ss01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf-ar.medi.ss01.glif @@ -32,13 +32,11 @@ + + + + + + - - - com.type-invaders.name.final - uniFEDC.ss01 - com.type-invaders.name.production - kaf-ar.medi.ss01 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafDotabove-ar_.fina.glif index 142cd5a902..722664cf78 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafDotabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06AC.fina - com.type-invaders.name.production - kafDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafDotabove-ar_.glif index bdc11e12a3..c2c1e73dee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafDotabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06AC - com.type-invaders.name.production - kafDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafDotabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafDotabove-ar_.init.glif index 4570238184..380d2e841b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafDotabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafDotabove-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni06AC.init - com.type-invaders.name.production - kafDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafDotabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafDotabove-ar_.medi.glif index 544b9eaa6e..1b73e96e85 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafDotabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafDotabove-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni06AC.medi - com.type-invaders.name.production - kafDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafRing-ar_.fina.glif index 6766638ce3..968663faf0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafRing-ar_.fina.glif @@ -75,13 +75,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06AB.fina - com.type-invaders.name.production - kafRing-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafRing-ar_.glif index f2f74fae2b..71ce7f491e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafRing-ar_.glif @@ -65,13 +65,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06AB - com.type-invaders.name.production - kafRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafRing-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafRing-ar_.init.glif index 9534dec2b7..fb8849c29c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafRing-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafRing-ar_.init.glif @@ -54,13 +54,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06AB.init - com.type-invaders.name.production - kafRing-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafRing-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafRing-ar_.medi.glif index 599c60664f..c9d7e52578 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafRing-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafRing-ar_.medi.glif @@ -64,13 +64,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06AB.medi - com.type-invaders.name.production - kafRing-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafThreedotsbelow-ar_.fina.glif index 992c5eb9b4..2f3a99bc7e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafThreedotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06AE.fina - com.type-invaders.name.production - kafThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafThreedotsbelow-ar_.glif index 14905437b1..2dc220539f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafThreedotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni06AE - com.type-invaders.name.production - kafThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafThreedotsbelow-ar_.init.glif index 499fe2d31e..07128d74f4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafThreedotsbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni06AE.init - com.type-invaders.name.production - kafThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafThreedotsbelow-ar_.medi.glif index 1f4affb1f1..3f3cfda4ec 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafThreedotsbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni06AE.medi - com.type-invaders.name.production - kafThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafTwodotshorizontalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafTwodotshorizontalabove-ar_.fina.glif index 661a1723df..3f0e7b1d1b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafTwodotshorizontalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafTwodotshorizontalabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni077F.fina - com.type-invaders.name.production - kafTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafTwodotshorizontalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafTwodotshorizontalabove-ar_.glif index 887b91c361..6062c7de3b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafTwodotshorizontalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafTwodotshorizontalabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni077F - com.type-invaders.name.production - kafTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafTwodotshorizontalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafTwodotshorizontalabove-ar_.init.glif index 62b9412faa..1bc6a54046 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafTwodotshorizontalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafTwodotshorizontalabove-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni077F.init - com.type-invaders.name.production - kafTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafTwodotshorizontalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafTwodotshorizontalabove-ar_.medi.glif index 0e81a84e4b..4ccd5d14b1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafTwodotshorizontalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafTwodotshorizontalabove-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni077F.medi - com.type-invaders.name.production - kafTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_alefMaksura-ar_.fina.glif deleted file mode 100644 index d07745554c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC83 - com.type-invaders.name.production - kaf_alefMaksura-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..d8abeb3f82 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_alefMaksura-ar_.glif deleted file mode 100644 index c860de9fca..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_alefMaksura-ar_.glif +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC3D - com.type-invaders.name.production - kaf_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..8c38e2f105 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_alefMaksura-ar_.rlig.glif @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-ar.fina.glif deleted file mode 100644 index 39a4542fd1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-ar.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC84 - com.type-invaders.name.production - kaf_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..1121608a91 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-ar.glif deleted file mode 100644 index 9f1073a977..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-ar.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC3E - com.type-invaders.name.production - kaf_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-ar.rlig.glif new file mode 100644 index 0000000000..c4c176573d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-farsi.fina.glif deleted file mode 100644 index 14315d7193..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-farsi.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni05DB.initFBFD.init.fina - com.type-invaders.name.production - kaf_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..61c88ce17d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-farsi.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-farsi.glif deleted file mode 100644 index 6e3b3fff13..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-farsi.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni05DB.initFBFD.init - com.type-invaders.name.production - kaf_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..ba964c01fd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yeh-farsi.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 9508cf67aa..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06430626.fina - com.type-invaders.name.production - kaf_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..8dd735ac4c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yehHamzaabove-ar_.glif deleted file mode 100644 index ff527f1e52..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06430626 - com.type-invaders.name.production - kaf_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..b9da2caee6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kaf_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafswash-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafswash-ar.glif index b461153dd2..e77ae71d7f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafswash-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kafswash-ar.glif @@ -24,13 +24,11 @@ + + + + + + - - - com.type-invaders.name.final - uni06AA - com.type-invaders.name.production - kafswash-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kashida-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kashida-ar.glif index b3079ac5a3..e5d3d2a085 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kashida-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kashida-ar.glif @@ -18,12 +18,4 @@ - - - com.type-invaders.name.final - uni0640 - com.type-invaders.name.production - kashida-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kashida-ar.long.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kashida-ar.long.glif index a3cdd0ec92..5d0e459645 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kashida-ar.long.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kashida-ar.long.glif @@ -17,12 +17,4 @@ - - - com.type-invaders.name.final - uni0640.long - com.type-invaders.name.production - kashida-ar.long - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kashidaFina-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kashidaFina-ar_.glif index c94bcaa414..067e46ea9b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kashidaFina-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kashidaFina-ar_.glif @@ -16,12 +16,4 @@ - - - com.type-invaders.name.final - uniFE73 - com.type-invaders.name.production - kashidaFina-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kashidaFina2-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kashidaFina2-ar_.glif index 137b949025..33e0c63f8b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kashidaFina2-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kashidaFina2-ar_.glif @@ -15,12 +15,4 @@ - - - com.type-invaders.name.final - kashidaFina2ar - com.type-invaders.name.production - kashidaFina2-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasra-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasra-ar.glif index 94019b6c06..c941c9ed73 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasra-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasra-ar.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni0650 - com.type-invaders.name.production - kasra-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasra-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasra-ar.isol.glif index 79ba46ba58..74074d3c94 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasra-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasra-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE7A - com.type-invaders.name.production - kasra-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasra-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasra-ar.medi.glif index e46c819a25..a2e9b58e9e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasra-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasra-ar.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFE7B - com.type-invaders.name.production - kasra-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasraCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasraCurly-ar_.glif index 696e0e954f..d60c8cdfca 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasraCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasraCurly-ar_.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni08E6 - com.type-invaders.name.production - kasraCurly-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasraDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasraDotbelow-ar_.glif index 787f2ae5c9..bbc47aa912 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasraDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasraDotbelow-ar_.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni08F6 - com.type-invaders.name.production - kasraDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasrasmall-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasrasmall-ar.glif index 4c306e24ae..bde377e484 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasrasmall-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasrasmall-ar.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni061A - com.type-invaders.name.production - kasrasmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasratan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasratan-ar.glif index d4f2edf1a7..36bee94417 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasratan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasratan-ar.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni064D - com.type-invaders.name.production - kasratan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasratan-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasratan-ar.isol.glif index 50a938ed66..fd316d4789 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasratan-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasratan-ar.isol.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uniFE74 - com.type-invaders.name.production - kasratan-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasratanCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasratanCurly-ar_.glif index 13f664bcd9..6587fd23b1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasratanCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kasratanCurly-ar_.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni08E9 - com.type-invaders.name.production - kasratanCurly-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh-ar.fina.glif index 0b5960821c..e9b59b099d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh-ar.fina.glif @@ -62,12 +62,4 @@ - - - com.type-invaders.name.final - uniFB8F - com.type-invaders.name.production - keheh-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh-ar.glif index 16ffe46bc0..a73eb4036d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh-ar.glif @@ -51,12 +51,4 @@ - - - com.type-invaders.name.final - uni06A9 - com.type-invaders.name.production - keheh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh-ar.init.glif index 72d4ba7d02..4c74adccc8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh-ar.init.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uniFB90 - com.type-invaders.name.production - keheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh-ar.medi.glif index abe85d099f..1dc53eb953 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh-ar.medi.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uniFB91 - com.type-invaders.name.production - keheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehDotabove-ar_.fina.glif index 0e9331e1b9..1bdd9edddb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehDotabove-ar_.fina.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0762.fina - com.type-invaders.name.production - kehehDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehDotabove-ar_.glif index 53d3418ba0..6637fffe0b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehDotabove-ar_.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0762 - com.type-invaders.name.production - kehehDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehDotabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehDotabove-ar_.init.glif index d93a3081be..ffbcef96a0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehDotabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehDotabove-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0762.init - com.type-invaders.name.production - kehehDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehDotabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehDotabove-ar_.medi.glif index c7238d600e..149fe7db76 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehDotabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehDotabove-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0762.medi - com.type-invaders.name.production - kehehDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsabove-ar_.fina.glif index b53e23bf80..1f1cdb8bae 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsabove-ar_.fina.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0763.fina - com.type-invaders.name.production - kehehThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsabove-ar_.glif index fe81a01364..fb5018ef75 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsabove-ar_.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0763 - com.type-invaders.name.production - kehehThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsabove-ar_.init.glif index b5671f568b..1d13481fb4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsabove-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0763.init - com.type-invaders.name.production - kehehThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsabove-ar_.medi.glif index 13959a5efc..d6dbd8d808 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsabove-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0763.medi - com.type-invaders.name.production - kehehThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsbelow-ar_.fina.glif index 0ac8cc502d..40fe737d61 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni063C.fina - com.type-invaders.name.production - kehehThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsbelow-ar_.glif index 6869cf62e7..f046f8f20c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uni063C - com.type-invaders.name.production - kehehThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsbelow-ar_.init.glif index 9e73accc6b..17ee5a23d9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni063C.init - com.type-invaders.name.production - kehehThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsbelow-ar_.medi.glif index 4231c0e0cd..a9a28bdcc1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni063C.medi - com.type-invaders.name.production - kehehThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsupbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsupbelow-ar_.fina.glif index 49c7194f11..d79bb59a56 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsupbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsupbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0764.fina - com.type-invaders.name.production - kehehThreedotsupbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsupbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsupbelow-ar_.glif index 80d6607766..5e06b2c8f9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsupbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsupbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uni0764 - com.type-invaders.name.production - kehehThreedotsupbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsupbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsupbelow-ar_.init.glif index 151df7dabf..3465089317 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsupbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsupbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0764.init - com.type-invaders.name.production - kehehThreedotsupbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsupbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsupbelow-ar_.medi.glif index e3123d3176..e969cc2cda 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsupbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehThreedotsupbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0764.medi - com.type-invaders.name.production - kehehThreedotsupbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehTwodotshorizontalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehTwodotshorizontalabove-ar_.fina.glif index fb2d07f845..e1d9bf0830 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehTwodotshorizontalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehTwodotshorizontalabove-ar_.fina.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni063B.fina - com.type-invaders.name.production - kehehTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehTwodotshorizontalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehTwodotshorizontalabove-ar_.glif index 550462d4fa..3746cfea24 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehTwodotshorizontalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehTwodotshorizontalabove-ar_.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063B - com.type-invaders.name.production - kehehTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehTwodotshorizontalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehTwodotshorizontalabove-ar_.init.glif index 9ce249ac33..29694441f0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehTwodotshorizontalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehTwodotshorizontalabove-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni063B.init - com.type-invaders.name.production - kehehTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehTwodotshorizontalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehTwodotshorizontalabove-ar_.medi.glif index fc483d6647..cc701f38f0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehTwodotshorizontalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kehehTwodotshorizontalabove-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni063B.medi - com.type-invaders.name.production - kehehTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-ar.fina.glif deleted file mode 100644 index 8cb2af6502..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-ar.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06A9064A.fina - com.type-invaders.name.production - keheh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..55d9ac9dab --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-ar.glif deleted file mode 100644 index bbdf1e7d65..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-ar.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06A9064A - com.type-invaders.name.production - keheh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..1481486c20 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-ar.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-farsi.fina.glif deleted file mode 100644 index fee3e13a59..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-farsi.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - keheh_yehfarsi.fina - com.type-invaders.name.production - keheh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..b3d63d5ade --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-farsi.glif deleted file mode 100644 index 018d92a30f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-farsi.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - keheh_yehfarsi - com.type-invaders.name.production - keheh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..42d21c30aa --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/keheh_yeh-farsi.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.fina.glif index a81a5ec4e6..b586c2391e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFEA6 - com.type-invaders.name.production - khah-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.glif index 59145606ff..676393d388 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni062E - com.type-invaders.name.production - khah-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.init.glif index 5c2925b13c..5fd09654c3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFEA7 - com.type-invaders.name.production - khah-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.isol.glif index b8eaac32c3..488804bc14 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFEA5 - com.type-invaders.name.production - khah-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.medi.glif index df269dc952..2b910647a9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFEA8 - com.type-invaders.name.production - khah-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.short.glif index 7b5a35a8b9..a4c00a5c96 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/khah-ar.short.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni062E.short - com.type-invaders.name.production - khah-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kip.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kip.glif index c25fbce904..9134bd2239 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kip.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kip.glif @@ -26,12 +26,4 @@ - - - com.type-invaders.name.final - uni20AD - com.type-invaders.name.production - kip - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kirghizoe-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kirghizoe-ar.fina.glif index 754cd48f5e..2bf17599e2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kirghizoe-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kirghizoe-ar.fina.glif @@ -47,9 +47,6 @@ - - - @@ -66,12 +63,4 @@ - - - com.type-invaders.name.final - uniFBE1 - com.type-invaders.name.production - kirghizoe-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kirghizoe-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kirghizoe-ar.glif index 64a5a1a94d..fc2a1df41a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kirghizoe-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kirghizoe-ar.glif @@ -49,9 +49,6 @@ - - - @@ -68,12 +65,4 @@ - - - com.type-invaders.name.final - uni06C5 - com.type-invaders.name.production - kirghizoe-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kirghizyu-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kirghizyu-ar.fina.glif index cb92f2a820..c6e8d566ab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kirghizyu-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kirghizyu-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFBE3 - com.type-invaders.name.production - kirghizyu-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kirghizyu-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kirghizyu-ar.glif index 96d2883223..417d16c9a5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kirghizyu-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/kirghizyu-ar.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06C9 - com.type-invaders.name.production - kirghizyu-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/l.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/l.glif index fd867c2383..70206998c6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/l.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/l.glif @@ -15,13 +15,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.fina.glif index c8582ca923..0be23f8288 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.fina.glif @@ -32,9 +32,6 @@ - - - @@ -42,12 +39,4 @@ - - - com.type-invaders.name.final - uniFEDE - com.type-invaders.name.production - lam-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.glif index cb4bc4f3c6..7ec3b9c888 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.glif @@ -28,9 +28,6 @@ - - - @@ -38,12 +35,4 @@ - - - com.type-invaders.name.final - uni0644 - com.type-invaders.name.production - lam-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.init.glif index 8973d10255..48bd6f27cf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.init.glif @@ -18,9 +18,6 @@ - - - @@ -28,12 +25,4 @@ - - - com.type-invaders.name.final - uniFEDF - com.type-invaders.name.production - lam-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.isol.glif index 2bee50b55e..003477f89b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEDD - com.type-invaders.name.production - lam-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.medi.glif index 2f5b94defd..70cfac0ef0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam-ar.medi.glif @@ -27,9 +27,6 @@ - - - @@ -37,12 +34,4 @@ - - - com.type-invaders.name.final - uniFEE0 - com.type-invaders.name.production - lam-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamAlefabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamAlefabove-ar_.glif index 3b9e9b0e42..a2d8e72241 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamAlefabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamAlefabove-ar_.glif @@ -33,18 +33,10 @@ - + - + - - - com.type-invaders.name.final - uni06D9 - com.type-invaders.name.production - lamAlefabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar-ar_.fina.glif index 48e2065797..96c6f2dc60 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar-ar_.fina.glif @@ -39,13 +39,11 @@ + + + + + + - - - com.type-invaders.name.final - uni076A.fina - com.type-invaders.name.production - lamBar-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar-ar_.glif index 62b53568eb..0eed82f478 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar-ar_.glif @@ -36,13 +36,11 @@ + + + + + + - - - com.type-invaders.name.final - uni076A - com.type-invaders.name.production - lamBar-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar-ar_.init.glif index 8539c0afa8..bdfb81e113 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar-ar_.init.glif @@ -25,13 +25,11 @@ + + + + + + - - - com.type-invaders.name.final - uni076A.init - com.type-invaders.name.production - lamBar-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar-ar_.medi.glif index b4a9d624e5..da842a155e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar-ar_.medi.glif @@ -34,13 +34,11 @@ + + + + + + - - - com.type-invaders.name.final - uni076A.medi - com.type-invaders.name.production - lamBar-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar__alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar__alef-ar.fina.glif deleted file mode 100644 index bb197f7f73..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar__alef-ar.fina.glif +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni076A0627.fina - com.type-invaders.name.production - lamBar_alef-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar__alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar__alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..7dd7195fef --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar__alef-ar.fina.rlig.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar__alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar__alef-ar.glif deleted file mode 100644 index 075b72d7ee..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar__alef-ar.glif +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni076A0627 - com.type-invaders.name.production - lamBar_alef-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar__alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar__alef-ar.rlig.glif new file mode 100644 index 0000000000..0bd03cbd70 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamBar__alef-ar.rlig.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove-ar_.fina.glif index b304af8cc2..c71d1e689e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove-ar_.fina.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B6.fina - com.type-invaders.name.production - lamDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove-ar_.glif index a6f198c4c3..b010e849e0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove-ar_.glif @@ -5,22 +5,15 @@ - - - - + - com.type-invaders.name.final - uni06B6 - com.type-invaders.name.production - lamDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove-ar_.init.glif index 9b707dcd41..ad4363e9ab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove-ar_.init.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B6.init - com.type-invaders.name.production - lamDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove-ar_.medi.glif index d4a5c6fb5e..4cde7cd02e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove-ar_.medi.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B6.medi - com.type-invaders.name.production - lamDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove__alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove__alef-ar.fina.glif deleted file mode 100644 index d5a12828c5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove__alef-ar.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B60627.fina - com.type-invaders.name.production - lamDotabove_alef-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove__alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove__alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..6661b5d5bb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove__alef-ar.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove__alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove__alef-ar.glif deleted file mode 100644 index 3604d48ae9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove__alef-ar.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B60627 - com.type-invaders.name.production - lamDotabove_alef-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove__alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove__alef-ar.rlig.glif new file mode 100644 index 0000000000..2cb7610215 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDotabove__alef-ar.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDoublebar-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDoublebar-ar_.fina.glif index c42d1e71bc..67c8277d93 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDoublebar-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDoublebar-ar_.fina.glif @@ -47,13 +47,11 @@ + + + + + + - - - com.type-invaders.name.final - uni08A6.fina - com.type-invaders.name.production - lamDoublebar-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDoublebar-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDoublebar-ar_.glif index 950d71f87c..437824330e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDoublebar-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDoublebar-ar_.glif @@ -44,13 +44,11 @@ + + + + + + - - - com.type-invaders.name.final - uni08A6 - com.type-invaders.name.production - lamDoublebar-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDoublebar-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDoublebar-ar_.init.glif index a01471e3c5..6b67ccdb1c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDoublebar-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDoublebar-ar_.init.glif @@ -33,13 +33,11 @@ + + + + + + - - - com.type-invaders.name.final - uni08A6.init - com.type-invaders.name.production - lamDoublebar-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDoublebar-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDoublebar-ar_.medi.glif index 569ab769e1..71dedf8551 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDoublebar-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamDoublebar-ar_.medi.glif @@ -42,13 +42,11 @@ + + + + + + - - - com.type-invaders.name.final - uni08A6.medi - com.type-invaders.name.production - lamDoublebar-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove-ar_.fina.glif index 7bce066f39..ff979e3139 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove-ar_.fina.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B7.fina - com.type-invaders.name.production - lamThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove-ar_.glif index 5dd5534708..995990014e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove-ar_.glif @@ -5,22 +5,15 @@ - - - - + - com.type-invaders.name.final - uni06B7 - com.type-invaders.name.production - lamThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove-ar_.init.glif index 70f35e31c1..7b53d05582 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove-ar_.init.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B7.init - com.type-invaders.name.production - lamThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove-ar_.medi.glif index 22cf2045d8..a7115f5ba0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove-ar_.medi.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B7.medi - com.type-invaders.name.production - lamThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove__alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove__alef-ar.fina.glif deleted file mode 100644 index ae3c3199c1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove__alef-ar.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B70627.fina - com.type-invaders.name.production - lamThreedotsabove_alef-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove__alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove__alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..8430d0c2bf --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove__alef-ar.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove__alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove__alef-ar.glif deleted file mode 100644 index 0c5c304144..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove__alef-ar.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B70627 - com.type-invaders.name.production - lamThreedotsabove_alef-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove__alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove__alef-ar.rlig.glif new file mode 100644 index 0000000000..2d8e559475 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsabove__alef-ar.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow-ar_.fina.glif index 04b28d3be5..a9977819d7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow-ar_.fina.glif @@ -5,10 +5,7 @@ - - - - + @@ -16,10 +13,6 @@ - com.type-invaders.name.final - uni06B8.fina - com.type-invaders.name.production - lamThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow-ar_.glif index a362142510..c6259358d7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow-ar_.glif @@ -6,10 +6,7 @@ - - - - + @@ -17,10 +14,6 @@ - com.type-invaders.name.final - uni06B8 - com.type-invaders.name.production - lamThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow-ar_.init.glif index cd608f7515..7a44003040 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow-ar_.init.glif @@ -5,10 +5,7 @@ - - - - + @@ -16,10 +13,6 @@ - com.type-invaders.name.final - uni06B8.init - com.type-invaders.name.production - lamThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow-ar_.medi.glif index 11c3752301..3a85a9488a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow-ar_.medi.glif @@ -5,10 +5,7 @@ - - - - + @@ -16,10 +13,6 @@ - com.type-invaders.name.final - uni06B8.medi - com.type-invaders.name.production - lamThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.glif deleted file mode 100644 index c4cfefe48a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B80627.fina - com.type-invaders.name.production - lamThreedotsbelow_alef-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..aca6dff382 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow__alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow__alef-ar.glif deleted file mode 100644 index 6833e07cb0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow__alef-ar.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B80627 - com.type-invaders.name.production - lamThreedotsbelow_alef-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow__alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow__alef-ar.rlig.glif new file mode 100644 index 0000000000..48bda2fd5f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamThreedotsbelow__alef-ar.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove-ar_.fina.glif index e55e88aac4..ab795a1bc3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove-ar_.fina.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B5.fina - com.type-invaders.name.production - lamVabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove-ar_.glif index c11af9d7bd..469a1da033 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove-ar_.glif @@ -5,22 +5,15 @@ - - - - + - com.type-invaders.name.final - uni06B5 - com.type-invaders.name.production - lamVabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove-ar_.init.glif index 197d42b572..24b0eab730 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove-ar_.init.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B5.init - com.type-invaders.name.production - lamVabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove-ar_.medi.glif index efe8274284..cd33a45106 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove-ar_.medi.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B5.medi - com.type-invaders.name.production - lamVabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove__alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove__alef-ar.fina.glif deleted file mode 100644 index 178970bfb3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove__alef-ar.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B50627.fina - com.type-invaders.name.production - lamVabove_alef-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove__alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove__alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..7cb8accb79 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove__alef-ar.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove__alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove__alef-ar.glif deleted file mode 100644 index 2b693ea3ae..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove__alef-ar.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B50627 - com.type-invaders.name.production - lamVabove_alef-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove__alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove__alef-ar.rlig.glif new file mode 100644 index 0000000000..1a40c538c0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lamVabove__alef-ar.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alef-ar.fina.glif deleted file mode 100644 index 6ec3720b63..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alef-ar.fina.glif +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEFC - com.type-invaders.name.production - lam_alef-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..9605159539 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alef-ar.fina.rlig.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alef-ar.glif deleted file mode 100644 index c0a649cc40..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alef-ar.glif +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEFB - com.type-invaders.name.production - lam_alef-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alef-ar.rlig.glif new file mode 100644 index 0000000000..b0ba3bfbf0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alef-ar.rlig.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzaabove-ar_.fina.glif deleted file mode 100644 index eabd1ac6af..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF8 - com.type-invaders.name.production - lam_alefHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..157b73af01 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzaabove-ar_.glif deleted file mode 100644 index 8ac832a7fc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzaabove-ar_.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF7 - com.type-invaders.name.production - lam_alefHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..68ad2dc0cb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzabelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzabelow-ar_.fina.glif deleted file mode 100644 index 4f645b2e55..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzabelow-ar_.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEFA - com.type-invaders.name.production - lam_alefHamzabelow-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzabelow-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzabelow-ar_.fina.rlig.glif new file mode 100644 index 0000000000..e38f386e56 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzabelow-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzabelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzabelow-ar_.glif deleted file mode 100644 index 07c889c766..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzabelow-ar_.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF9 - com.type-invaders.name.production - lam_alefHamzabelow-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzabelow-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzabelow-ar_.rlig.glif new file mode 100644 index 0000000000..8223748d03 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefHamzabelow-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMadda-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMadda-ar_.fina.glif deleted file mode 100644 index da2bc7471c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMadda-ar_.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF6 - com.type-invaders.name.production - lam_alefMadda-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMadda-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMadda-ar_.fina.rlig.glif new file mode 100644 index 0000000000..90855589dd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMadda-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMadda-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMadda-ar_.glif deleted file mode 100644 index 0540a66fc5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMadda-ar_.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF5 - com.type-invaders.name.production - lam_alefMadda-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMadda-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMadda-ar_.rlig.glif new file mode 100644 index 0000000000..9d9009fe94 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMadda-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMaksura-ar_.glif deleted file mode 100644 index 79894c24d7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMaksura-ar_.glif +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC43 - com.type-invaders.name.production - lam_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..1587e33f7a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefMaksura-ar_.rlig.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWasla-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWasla-ar_.fina.glif deleted file mode 100644 index 68b30876d2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWasla-ar_.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440671.fina - com.type-invaders.name.production - lam_alefWasla-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWasla-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWasla-ar_.fina.rlig.glif new file mode 100644 index 0000000000..00c6116a6d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWasla-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWasla-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWasla-ar_.glif deleted file mode 100644 index 6d2d64bdd5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWasla-ar_.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440671 - com.type-invaders.name.production - lam_alefWasla-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWasla-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWasla-ar_.rlig.glif new file mode 100644 index 0000000000..30c122a22b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWasla-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.glif deleted file mode 100644 index c13d9ec774..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440672.fina - com.type-invaders.name.production - lam_alefWavyhamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..6a427ea94b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzaabove-ar_.glif deleted file mode 100644 index 88fc2bbbfe..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzaabove-ar_.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440672 - com.type-invaders.name.production - lam_alefWavyhamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..c198406501 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzaabove-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.glif deleted file mode 100644 index a637ec3a72..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440673.fina - com.type-invaders.name.production - lam_alefWavyhamzabelow-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.rlig.glif new file mode 100644 index 0000000000..dcc5ba39c2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzabelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzabelow-ar_.glif deleted file mode 100644 index 0e3128edbf..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzabelow-ar_.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440673 - com.type-invaders.name.production - lam_alefWavyhamzabelow-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzabelow-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzabelow-ar_.rlig.glif new file mode 100644 index 0000000000..2d84f19b7f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_alefWavyhamzabelow-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_meem-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_meem-ar.glif index 06b70f1b4f..100775822d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_meem-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_meem-ar.glif @@ -1,6 +1,6 @@ - + @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - uniFC42 - com.type-invaders.name.production - lam_meem-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_meem-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_meem-ar.init.glif index 4743994772..24e46037a3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_meem-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_meem-ar.init.glif @@ -1,6 +1,6 @@ - + @@ -34,12 +34,4 @@ - - - com.type-invaders.name.final - uniFCCC - com.type-invaders.name.production - lam_meem-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yeh-ar.glif deleted file mode 100644 index 9df81cdb96..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC44 - com.type-invaders.name.production - lam_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yeh-ar.rlig.glif new file mode 100644 index 0000000000..9f3b3352b4 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yeh-farsi.glif deleted file mode 100644 index 13c95db702..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yeh-farsi.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - lam_yehfarsi - com.type-invaders.name.production - lam_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..0090c7fe03 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yeh-farsi.rlig.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yehHamzaabove-ar_.glif deleted file mode 100644 index a022364b40..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440626 - com.type-invaders.name.production - lam_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..7a440db9f4 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lam_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ldot.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ldot.glif index 4b9aabd3ae..0c06a0bec8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ldot.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ldot.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/leftarrowheadabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/leftarrowheadabove-ar.glif index 601088e3a1..560b01c6ca 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/leftarrowheadabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/leftarrowheadabove-ar.glif @@ -14,18 +14,10 @@ - + - + - - - com.type-invaders.name.final - uni08F7 - com.type-invaders.name.production - leftarrowheadabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/leftarrowheadbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/leftarrowheadbelow-ar.glif index cabc3cdf7f..084f7b6234 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/leftarrowheadbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/leftarrowheadbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni08F9 - com.type-invaders.name.production - leftarrowheadbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lira.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lira.glif index f1c80cc2cb..3527f26014 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lira.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/lira.glif @@ -52,12 +52,4 @@ - - - com.type-invaders.name.final - uni20A4 - com.type-invaders.name.production - lira - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/liraturkish.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/liraturkish.glif index d2fdb57ce7..3406c1c65c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/liraturkish.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/liraturkish.glif @@ -34,12 +34,4 @@ - - - com.type-invaders.name.final - uni20BA - com.type-invaders.name.production - liraturkish - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/litre.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/litre.glif index 3472918743..a5e51b506a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/litre.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/litre.glif @@ -49,12 +49,4 @@ - - - com.type-invaders.name.final - uni2113 - com.type-invaders.name.production - litre - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/m.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/m.glif index a1614ef80d..a9a57564a8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/m.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/m.glif @@ -43,10 +43,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/macron.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/macron.case.glif index ededcb93ab..9a57056201 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/macron.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/macron.case.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/macron.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/macron.glif index 0ce5bfb900..c03ed8de8c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/macron.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/macron.glif @@ -10,7 +10,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/macroncomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/macroncomb.glif index 70d6230ec6..89eb3f5c5e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/macroncomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/macroncomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0304 - com.type-invaders.name.production - macroncomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/madda-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/madda-ar.glif index f08e58d6d2..f3bfe9b8b2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/madda-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/madda-ar.glif @@ -27,18 +27,10 @@ - + - + - - - com.type-invaders.name.final - uni0653 - com.type-invaders.name.production - madda-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/maddalong-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/maddalong-ar.glif index 9820863e4d..ac4dba00bf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/maddalong-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/maddalong-ar.glif @@ -27,18 +27,10 @@ - + - + - - - com.type-invaders.name.final - uni06E4 - com.type-invaders.name.production - maddalong-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.fina.glif index 2dc6f6e376..bba1b1ae51 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.fina.glif @@ -55,12 +55,4 @@ - - - com.type-invaders.name.final - uniFEE2 - com.type-invaders.name.production - meem-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.glif index 976ad66cff..5a247b3056 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.glif @@ -37,12 +37,4 @@ - - - com.type-invaders.name.final - uni0645 - com.type-invaders.name.production - meem-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.init.glif index 9bac5da767..c238fbbde6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.init.glif @@ -41,12 +41,4 @@ - - - com.type-invaders.name.final - uniFEE3 - com.type-invaders.name.production - meem-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.isol.glif index e0c81d4eee..e35f1033cd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFEE1 - com.type-invaders.name.production - meem-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.medi.glif index e89df3b14d..e39e3252bb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meem-ar.medi.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uniFEE4 - com.type-invaders.name.production - meem-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotabove-ar_.fina.glif index b76560b6a4..f3537ee2a9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0765.fina - com.type-invaders.name.production - meemDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotabove-ar_.glif index 9b631a4662..8527fc49b1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni0765 - com.type-invaders.name.production - meemDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotabove-ar_.init.glif index bca051ab5f..c669c80250 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0765.init - com.type-invaders.name.production - meemDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotabove-ar_.medi.glif index e70633408b..6d24c49dd0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0765.medi - com.type-invaders.name.production - meemDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotbelow-ar_.fina.glif index c84068794e..6395ff0055 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0766.fina - com.type-invaders.name.production - meemDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotbelow-ar_.glif index cb0946a772..3a7b850cc0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni0766 - com.type-invaders.name.production - meemDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotbelow-ar_.init.glif index 6eee9419c5..d1136414e4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0766.init - com.type-invaders.name.production - meemDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotbelow-ar_.medi.glif index 8ff48719f5..49a14c094d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemDotbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0766.medi - com.type-invaders.name.production - meemDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemStopabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemStopabove-ar_.glif index b2063db0e2..05aa438fc8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemStopabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemStopabove-ar_.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06E2 - com.type-invaders.name.production - meemStopabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemThreedotsabove-ar_.fina.glif index bdb890d18a..855e41d50e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemThreedotsabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni08A7.fina - com.type-invaders.name.production - meemThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemThreedotsabove-ar_.glif index 810d2e4f2c..07600209bf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemThreedotsabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni08A7 - com.type-invaders.name.production - meemThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemThreedotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemThreedotsabove-ar_.init.glif index 7ddd357489..c1d3643c69 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemThreedotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemThreedotsabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni08A7.init - com.type-invaders.name.production - meemThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemThreedotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemThreedotsabove-ar_.medi.glif index 773e96336b..44c7dbdcf2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemThreedotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemThreedotsabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni08A7.medi - com.type-invaders.name.production - meemThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemabove-ar.glif index 566d317716..4c3a185ae7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meemabove-ar.glif @@ -35,18 +35,10 @@ - + - + - - - com.type-invaders.name.final - uni06D8 - com.type-invaders.name.production - meemabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meembelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meembelow-ar.glif index 3ecd609d48..affb84f442 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meembelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/meembelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06ED - com.type-invaders.name.production - meembelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/misraComma-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/misraComma-ar_.glif index e0912f8094..f4f4c23002 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/misraComma-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/misraComma-ar_.glif @@ -75,12 +75,4 @@ - - - com.type-invaders.name.final - uni060F - com.type-invaders.name.production - misraComma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/mohammad-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/mohammad-ar.glif index dfdf05095a..a2ffd3df64 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/mohammad-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/mohammad-ar.glif @@ -1,83 +1,75 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - - - com.type-invaders.name.final - uniFDF4 - com.type-invaders.name.production - mohammad-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/n.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/n.glif index d40ed8fdad..46084186be 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/n.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/n.glif @@ -27,10 +27,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/naira.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/naira.glif index dae7631fde..5095ba97aa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/naira.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/naira.glif @@ -46,12 +46,4 @@ - - - com.type-invaders.name.final - uni20A6 - com.type-invaders.name.production - naira - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nbspace.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nbspace.glif index c827e61501..35b00c6dfb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nbspace.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nbspace.glif @@ -4,12 +4,4 @@ - - - com.type-invaders.name.final - uni00A0 - com.type-invaders.name.production - nbspace - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ng-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ng-ar.fina.glif index c57c856b90..66b6233b31 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ng-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ng-ar.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFBD4 - com.type-invaders.name.production - ng-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ng-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ng-ar.glif index 35f96e62da..17c70e14fd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ng-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ng-ar.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06AD - com.type-invaders.name.production - ng-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ng-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ng-ar.init.glif index 10d69d7025..a1094f623f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ng-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ng-ar.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFBD5 - com.type-invaders.name.production - ng-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ng-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ng-ar.medi.glif index 24e223305c..4189271dda 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ng-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ng-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFBD6 - com.type-invaders.name.production - ng-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ngoeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ngoeh-ar.fina.glif index 6bc364b501..6e4549e3a7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ngoeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ngoeh-ar.fina.glif @@ -4,24 +4,23 @@ - + + + + - + - com.type-invaders.name.final - uniFB9B - com.type-invaders.name.production - ngoeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ngoeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ngoeh-ar.glif index 0fc440905f..95dff1ec9a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ngoeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ngoeh-ar.glif @@ -4,24 +4,23 @@ - + + + + - + - com.type-invaders.name.final - uni06B1 - com.type-invaders.name.production - ngoeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ngoeh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ngoeh-ar.init.glif index c0ddc47d16..db3c360bf5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ngoeh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ngoeh-ar.init.glif @@ -3,25 +3,24 @@ - - + + + + + - + - com.type-invaders.name.final - uniFB9C - com.type-invaders.name.production - ngoeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ngoeh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ngoeh-ar.medi.glif index fa7afa29e5..0ff0c02d25 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ngoeh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ngoeh-ar.medi.glif @@ -3,25 +3,24 @@ - - + + + + + - + - com.type-invaders.name.final - uniFB9D - com.type-invaders.name.production - ngoeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nine-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nine-ar.glif index 6364c3144f..8b37559861 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nine-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nine-ar.glif @@ -37,12 +37,4 @@ - - - com.type-invaders.name.final - uni0669 - com.type-invaders.name.production - nine-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nine-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nine-persian.glif index 3884b5d7b2..32ac467590 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nine-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nine-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F9 - com.type-invaders.name.production - nine-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nineinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nineinferior.glif index 470311c600..307ab84d9c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nineinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nineinferior.glif @@ -42,12 +42,4 @@ - - - com.type-invaders.name.final - uni2089 - com.type-invaders.name.production - nineinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ninesuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ninesuperior.glif index e34829e8e4..02cdca8207 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ninesuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ninesuperior.glif @@ -42,12 +42,4 @@ - - - com.type-invaders.name.final - uni2079 - com.type-invaders.name.production - ninesuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.fina.glif index 046c3e38b9..8fbf773dc8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.fina.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEE6 - com.type-invaders.name.production - noon-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.glif index b82f310998..9dc484a3bf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni0646 - com.type-invaders.name.production - noon-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.init.glif index c1377105c9..de2262514c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFEE7 - com.type-invaders.name.production - noon-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.isol.glif index b6df6e935a..bc538c9a07 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFEE5 - com.type-invaders.name.production - noon-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.medi.glif index b79b7a4bab..2128706fbc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFEE8 - com.type-invaders.name.production - noon-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonDotbelow-ar_.fina.glif index 3da01f29aa..3bd357f964 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonDotbelow-ar_.fina.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni06B9.fina - com.type-invaders.name.production - noonDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonDotbelow-ar_.glif index 0c124fb69e..684b7c74eb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonDotbelow-ar_.glif @@ -4,21 +4,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni06B9 - com.type-invaders.name.production - noonDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonDotbelow-ar_.init.glif index 41e05d6908..ac95aef666 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonDotbelow-ar_.init.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni06B9.init - com.type-invaders.name.production - noonDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonDotbelow-ar_.medi.glif index 36534c0653..39655ce319 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonDotbelow-ar_.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni06B9.medi - com.type-invaders.name.production - noonDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonRing-ar_.fina.glif index 8a9bba6e46..da390d021e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonRing-ar_.fina.glif @@ -79,13 +79,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni06BC.fina - com.type-invaders.name.production - noonRing-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonRing-ar_.glif index 351d0c79b7..59f73f76ad 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonRing-ar_.glif @@ -76,13 +76,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni06BC - com.type-invaders.name.production - noonRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonRing-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonRing-ar_.init.glif index 680b0fa295..0b3c0ad7e3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonRing-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonRing-ar_.init.glif @@ -66,13 +66,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06BC.init - com.type-invaders.name.production - noonRing-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonRing-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonRing-ar_.medi.glif index 7bed776705..3a08825ba7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonRing-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonRing-ar_.medi.glif @@ -68,13 +68,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06BC.medi - com.type-invaders.name.production - noonRing-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTahabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTahabove-ar_.fina.glif index d9b36a05d7..5dcfec0d34 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTahabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTahabove-ar_.fina.glif @@ -3,21 +3,20 @@ - + - + + + + - com.type-invaders.name.final - uni0768.fina - com.type-invaders.name.production - noonTahabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTahabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTahabove-ar_.glif index 90c8e0c6c1..c9f1955c84 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTahabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTahabove-ar_.glif @@ -4,21 +4,20 @@ - + - + + + + - com.type-invaders.name.final - uni0768 - com.type-invaders.name.production - noonTahabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTahabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTahabove-ar_.init.glif index ff2d54b92c..43c0a1f856 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTahabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTahabove-ar_.init.glif @@ -2,9 +2,9 @@ + - @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0768.init - com.type-invaders.name.production - noonTahabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTahabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTahabove-ar_.medi.glif index b6faba6254..16bdc124f4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTahabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTahabove-ar_.medi.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0768.medi - com.type-invaders.name.production - noonTahabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonThreedotsabove-ar_.fina.glif index 93249ae3d3..97550273c6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonThreedotsabove-ar_.fina.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni06BD.fina - com.type-invaders.name.production - noonThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonThreedotsabove-ar_.glif index 7d7b6e4ed5..34dca3cdee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonThreedotsabove-ar_.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni06BD - com.type-invaders.name.production - noonThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTwodotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTwodotsbelow-ar_.fina.glif index 0d2bef9a8d..aadc2963f5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTwodotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTwodotsbelow-ar_.fina.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni0767.fina - com.type-invaders.name.production - noonTwodotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTwodotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTwodotsbelow-ar_.glif index e466312157..e8b00251bf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTwodotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTwodotsbelow-ar_.glif @@ -4,21 +4,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni0767 - com.type-invaders.name.production - noonTwodotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTwodotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTwodotsbelow-ar_.init.glif index 374035e3c3..d8178d0ab7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTwodotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTwodotsbelow-ar_.init.glif @@ -2,11 +2,11 @@ + - - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0767.init - com.type-invaders.name.production - noonTwodotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTwodotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTwodotsbelow-ar_.medi.glif index 027ac7edd6..cfe51bb420 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTwodotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonTwodotsbelow-ar_.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0767.medi - com.type-invaders.name.production - noonTwodotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonVabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonVabove-ar_.fina.glif index 71314deaed..d3444d9505 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonVabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonVabove-ar_.fina.glif @@ -3,21 +3,20 @@ - + - + + + + - com.type-invaders.name.final - uni0769.fina - com.type-invaders.name.production - noonVabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonVabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonVabove-ar_.glif index 4baf65c1ff..f5778115e3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonVabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonVabove-ar_.glif @@ -4,21 +4,20 @@ - + - + + + + - com.type-invaders.name.final - uni0769 - com.type-invaders.name.production - noonVabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonVabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonVabove-ar_.init.glif index dfd20be1e2..6be050e551 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonVabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonVabove-ar_.init.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0769.init - com.type-invaders.name.production - noonVabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonVabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonVabove-ar_.medi.glif index 3189075f7d..6121f4dc60 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonVabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonVabove-ar_.medi.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0769.medi - com.type-invaders.name.production - noonVabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_alefMaksura-ar_.fina.glif deleted file mode 100644 index 0b23c7b5b0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8E - com.type-invaders.name.production - noon_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..095244e423 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_alefMaksura-ar_.glif deleted file mode 100644 index 10000582ec..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC4F - com.type-invaders.name.production - noon_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..179008b6bb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_jeh-ar.fina.glif deleted file mode 100644 index aaf15bbcfc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460698.fina - com.type-invaders.name.production - noon_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..6ed84a66b8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..ab64f59575 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_jeh-ar.fina.short.glif deleted file mode 100644 index 579575e516..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460698.fina.short - com.type-invaders.name.production - noon_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_noon-ar.fina.glif deleted file mode 100644 index 149c94cf86..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8D - com.type-invaders.name.production - noon_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..95b7a994cf --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_reh-ar.fina.glif deleted file mode 100644 index 4b034d30f6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8A - com.type-invaders.name.production - noon_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..ecb412bab1 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..3c86b96a17 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_reh-ar.fina.short.glif deleted file mode 100644 index d8b564a5ee..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8A.short - com.type-invaders.name.production - noon_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_rreh-ar.fina.glif deleted file mode 100644 index 43118274fb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460691.fina - com.type-invaders.name.production - noon_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..71de3e47d3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..d53df1b1cd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_rreh-ar.fina.short.glif deleted file mode 100644 index 87b0a659d9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460691.fina.short - com.type-invaders.name.production - noon_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-ar.fina.glif deleted file mode 100644 index 2c8a2ed4f1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8F - com.type-invaders.name.production - noon_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..7ed0d29243 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-ar.glif deleted file mode 100644 index 536a0ef713..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC50 - com.type-invaders.name.production - noon_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-ar.rlig.glif new file mode 100644 index 0000000000..b602befbdc --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-farsi.fina.glif deleted file mode 100644 index 31ab0ca89a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - noon_yehfarsi.fina - com.type-invaders.name.production - noon_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..d10051057c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-farsi.glif deleted file mode 100644 index dd3ef6ae3c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - noon_yehfarsi - com.type-invaders.name.production - noon_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..26fd82dd19 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 2476b6bbe7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460626.fina - com.type-invaders.name.production - noon_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..eddc9b7638 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yehHamzaabove-ar_.glif deleted file mode 100644 index 7ea9228f70..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460626 - com.type-invaders.name.production - noon_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..7c90f09125 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_zain-ar.fina.glif deleted file mode 100644 index 5956e03d78..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8B - com.type-invaders.name.production - noon_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..aacc5bd885 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..3342916281 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_zain-ar.fina.short.glif deleted file mode 100644 index cc475742da..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noon_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8B.short - com.type-invaders.name.production - noon_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonabove-ar.glif index e47b6a5fda..8ddb3bf3ce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonabove-ar.glif @@ -51,18 +51,10 @@ - + - + - - - com.type-invaders.name.final - uni06E8 - com.type-invaders.name.production - noonabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonghunna-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonghunna-ar.fina.glif index ff2e53bfe2..97b5557767 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonghunna-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonghunna-ar.fina.glif @@ -41,16 +41,11 @@ + + + - - - com.type-invaders.name.final - uniFB9F - com.type-invaders.name.production - noonghunna-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonghunna-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonghunna-ar.glif index b834624260..07e76e1108 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonghunna-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonghunna-ar.glif @@ -37,16 +37,11 @@ + + + - - - com.type-invaders.name.final - uni06BA - com.type-invaders.name.production - noonghunna-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonghunnaabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonghunnaabove-ar.glif index c244b25667..cd8cef5b53 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonghunnaabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/noonghunnaabove-ar.glif @@ -35,18 +35,10 @@ - + - + - - - com.type-invaders.name.final - uni0658 - com.type-invaders.name.production - noonghunnaabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ntilde.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ntilde.glif index bf36286ba6..61ee38c199 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ntilde.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ntilde.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/number-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/number-ar.glif index 842370e5a7..f2c9465f1e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/number-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/number-ar.glif @@ -30,12 +30,4 @@ - - - com.type-invaders.name.final - uni0600 - com.type-invaders.name.production - number-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/numerosign.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/numerosign.glif index 77b02496c5..c611532090 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/numerosign.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/numerosign.glif @@ -56,12 +56,4 @@ - - - com.type-invaders.name.final - uni2116 - com.type-invaders.name.production - numerosign - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nyeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nyeh-ar.fina.glif index 7d48057494..71fbcfed16 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nyeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nyeh-ar.fina.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB77 - com.type-invaders.name.production - nyeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nyeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nyeh-ar.glif index 5f848390cc..ef4c563ed8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nyeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nyeh-ar.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0683 - com.type-invaders.name.production - nyeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nyeh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nyeh-ar.init.glif index 1439a3e4d8..273c9fc806 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nyeh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nyeh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB78 - com.type-invaders.name.production - nyeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nyeh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nyeh-ar.medi.glif index 377c53ccba..8619bf8819 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nyeh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/nyeh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB79 - com.type-invaders.name.production - nyeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/o.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/o.glif index 9d478120ee..dfec845eac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/o.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/o.glif @@ -34,10 +34,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oacute.glif index 98998e714b..ae89c2199f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oacute.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ocircumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ocircumflex.glif index b907f807e6..d8831016d5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ocircumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ocircumflex.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/odieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/odieresis.glif index 11af9d41cd..5b2d8623eb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/odieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/odieresis.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oe-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oe-ar.fina.glif index 6831df2664..187cd7a496 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oe-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oe-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFBDA - com.type-invaders.name.production - oe-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oe-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oe-ar.glif index 0f10cb03c9..7e4dec0b66 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oe-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oe-ar.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06C6 - com.type-invaders.name.production - oe-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oe.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oe.glif index ddc49bafe5..c79fd7cf2b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oe.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oe.glif @@ -68,5 +68,11 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ogonek.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ogonek.glif index e9501816ae..8a5f405063 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ogonek.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ogonek.glif @@ -28,7 +28,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ogonekcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ogonekcomb.glif index 8dda894b3b..83cdb0955a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ogonekcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ogonekcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0328 - com.type-invaders.name.production - ogonekcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ograve.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ograve.glif index 76d9a42e70..207548f61f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ograve.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ograve.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/one-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/one-ar.glif index 8324dc6a6a..07ccfc8b68 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/one-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/one-ar.glif @@ -10,12 +10,4 @@ - - - com.type-invaders.name.final - uni0661 - com.type-invaders.name.production - one-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/one-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/one-persian.glif index 3cef36842c..0232006170 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/one-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/one-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F1 - com.type-invaders.name.production - one-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oneinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oneinferior.glif index b9e496c9d4..ba834a05f5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oneinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oneinferior.glif @@ -18,12 +18,4 @@ - - - com.type-invaders.name.final - uni2081 - com.type-invaders.name.production - oneinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/opendammatan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/opendammatan-ar.glif index 90cc5ce17d..3433a7a3b0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/opendammatan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/opendammatan-ar.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni08F1 - com.type-invaders.name.production - opendammatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/openfathatan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/openfathatan-ar.glif index b8ea3078ba..d5fd0f107a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/openfathatan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/openfathatan-ar.glif @@ -8,10 +8,6 @@ - com.type-invaders.name.final - uni08F0 - com.type-invaders.name.production - openfathatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/openkasratan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/openkasratan-ar.glif index 79245031a9..a9a3a2edca 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/openkasratan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/openkasratan-ar.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni08F2 - com.type-invaders.name.production - openkasratan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oslash.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oslash.glif index a0e517ce52..56316d7d8e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oslash.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/oslash.glif @@ -50,7 +50,10 @@ - + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/otilde.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/otilde.glif index 7f7b2d8bc3..68356f4863 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/otilde.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/otilde.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/p.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/p.glif index 856145a875..d3def6ed04 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/p.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/p.glif @@ -41,7 +41,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/pagenumber-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/pagenumber-ar.glif index 3327267838..f670ae5549 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/pagenumber-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/pagenumber-ar.glif @@ -51,12 +51,4 @@ - - - com.type-invaders.name.final - uni0603 - com.type-invaders.name.production - pagenumber-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/parenleft-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/parenleft-ar.glif index 294091fef9..8d37c2d770 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/parenleft-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/parenleft-ar.glif @@ -48,12 +48,4 @@ - - - com.type-invaders.name.final - uniFD3E - com.type-invaders.name.production - parenleft-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/parenright-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/parenright-ar.glif index 603a558904..dbf52c2c8e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/parenright-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/parenright-ar.glif @@ -48,12 +48,4 @@ - - - com.type-invaders.name.final - uniFD3F - com.type-invaders.name.production - parenright-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh-ar.fina.glif index df2ed85ce0..2cec3c440b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB57 - com.type-invaders.name.production - peh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh-ar.glif index 84ee0a73cf..92fd71f1e1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh-ar.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni067E - com.type-invaders.name.production - peh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh-ar.init.glif index f7a83c1855..4b513550ea 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh-ar.init.glif @@ -3,10 +3,10 @@ - + - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB58 - com.type-invaders.name.production - peh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh-ar.medi.glif index 53f38f131e..8de9b9ba27 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB59 - com.type-invaders.name.production - peh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_alefMaksura-ar_.fina.glif deleted file mode 100644 index a1f758592f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0649.fina - com.type-invaders.name.production - peh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..f54c8f28ed --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_alefMaksura-ar_.glif deleted file mode 100644 index 22040010f3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_alefMaksura-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0649 - com.type-invaders.name.production - peh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..d81d48ba5f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_jeh-ar.fina.glif deleted file mode 100644 index 77788b931d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0698.fina - com.type-invaders.name.production - peh_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..bd1428f4e5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..4689e9dca8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_jeh-ar.fina.short.glif deleted file mode 100644 index 8c85550b95..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0698.fina.short - com.type-invaders.name.production - peh_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_noon-ar.fina.glif deleted file mode 100644 index f5a85c7b91..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_noon-ar.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0646.fina - com.type-invaders.name.production - peh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..a4e1d2787e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_noon-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_reh-ar.fina.glif deleted file mode 100644 index ecd7d9f0bd..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_reh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0631.fina - com.type-invaders.name.production - peh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..f6bb2be9c4 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_reh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..5185bcf7c1 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_reh-ar.fina.short.glif deleted file mode 100644 index b052ce22cf..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0631.fina.short - com.type-invaders.name.production - peh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_rreh-ar.fina.glif deleted file mode 100644 index 7845957d11..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0691.fina - com.type-invaders.name.production - peh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..ecd27c83ac --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..c3a271b2e5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_rreh-ar.fina.short.glif deleted file mode 100644 index f0c57138e9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0691.fina.short - com.type-invaders.name.production - peh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-ar.fina.glif deleted file mode 100644 index d53c53a11c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E064A.fina - com.type-invaders.name.production - peh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..97b5d1d267 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-ar.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-ar.glif deleted file mode 100644 index 96ce1df0e3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E064A - com.type-invaders.name.production - peh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..7e9fd135c0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-farsi.fina.glif deleted file mode 100644 index ff50366d58..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - peh_yehfarsi.fina - com.type-invaders.name.production - peh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..b8ab06bef1 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-farsi.glif deleted file mode 100644 index 4e71c96482..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - peh_yehfarsi - com.type-invaders.name.production - peh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..2935825690 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index d82d122cef..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0626.fina - com.type-invaders.name.production - peh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..0b5675ebab --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yehHamzaabove-ar_.glif deleted file mode 100644 index a4c9abe06b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0626 - com.type-invaders.name.production - peh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..cb799658ed --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_zain-ar.fina.glif deleted file mode 100644 index 5fe14d1de4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_zain-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0632.fina - com.type-invaders.name.production - peh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..b347c3bfea --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_zain-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..03806e919e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_zain-ar.fina.short.glif deleted file mode 100644 index 90e4e3b6d4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0632.fina.short - com.type-invaders.name.production - peh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peheh-ar.fina.glif index 45ab11cb4c..bd9f440ef3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peheh-ar.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB6F - com.type-invaders.name.production - peheh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peheh-ar.glif index 9d52ad915a..866ba7cc0f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peheh-ar.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06A6 - com.type-invaders.name.production - peheh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peheh-ar.init.glif index 50e2fe1b90..fec41901b5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peheh-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB70 - com.type-invaders.name.production - peheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peheh-ar.medi.glif index a8c000d8a2..17d1332ba2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peheh-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB71 - com.type-invaders.name.production - peheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/percent-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/percent-ar.glif index e6c81bbd87..60531690ab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/percent-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/percent-ar.glif @@ -42,12 +42,4 @@ - - - com.type-invaders.name.final - uni066A - com.type-invaders.name.production - percent-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/pertenthousand-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/pertenthousand-ar.glif index 6cbf765338..a6f7c6d5bd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/pertenthousand-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/pertenthousand-ar.glif @@ -74,12 +74,4 @@ - - - com.type-invaders.name.final - uni060A - com.type-invaders.name.production - pertenthousand-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/perthousand-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/perthousand-ar.glif index 6f90b804c9..2c2c828fdf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/perthousand-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/perthousand-ar.glif @@ -58,12 +58,4 @@ - - - com.type-invaders.name.final - uni0609 - com.type-invaders.name.production - perthousand-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peso.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peso.glif index 5525e90b37..6df5f5b204 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peso.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/peso.glif @@ -59,12 +59,4 @@ - - - com.type-invaders.name.final - uni20B1 - com.type-invaders.name.production - peso - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/q.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/q.glif index 4d78f515ab..b16cdb8a3f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/q.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/q.glif @@ -41,7 +41,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.fina.glif index a5898d5b38..c367a5ad94 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED6 - com.type-invaders.name.production - qaf-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.glif index b45513b4e1..c15ee632aa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni0642 - com.type-invaders.name.production - qaf-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.init.glif index eca0dde4bc..bf2cfda4cd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED7 - com.type-invaders.name.production - qaf-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.isol.glif index e94d477cb8..71c78277cc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFED5 - com.type-invaders.name.production - qaf-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.medi.glif index 8d248ec168..ed8336a2f6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED8 - com.type-invaders.name.production - qaf-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotabove-ar_.fina.glif index 99d48d95c7..9428bf130c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A7.fina - com.type-invaders.name.production - qafDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotabove-ar_.glif index d06954b8ec..add9b9cfdf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06A7 - com.type-invaders.name.production - qafDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotbelow-ar_.fina.glif index 68c35e72ce..1efcd90bbb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotbelow-ar_.fina.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni08A5.fina - com.type-invaders.name.production - qafDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotbelow-ar_.glif index 13e4738fcc..5031f47d3c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotbelow-ar_.glif @@ -4,21 +4,17 @@ - + - + - + - com.type-invaders.name.final - uni08A5 - com.type-invaders.name.production - qafDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotbelow-ar_.init.glif index 6b00f4f73a..95f0411840 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotbelow-ar_.init.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni08A5.init - com.type-invaders.name.production - qafDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotbelow-ar_.medi.glif index 8dc86fc492..2a68ebd251 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotbelow-ar_.medi.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni08A5.medi - com.type-invaders.name.production - qafDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotless-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotless-ar_.fina.glif index 210cb96259..22d143c9fe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotless-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotless-ar_.fina.glif @@ -57,12 +57,4 @@ - - - com.type-invaders.name.final - uni066F.fina - com.type-invaders.name.production - qafDotless-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotless-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotless-ar_.glif index b4459cdae4..38e16092e1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotless-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafDotless-ar_.glif @@ -61,12 +61,4 @@ - - - com.type-invaders.name.final - uni066F - com.type-invaders.name.production - qafDotless-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafLamAlefMaksuraabove-ar___.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafLamAlefMaksuraabove-ar___.glif index 5264fdbef1..834775f0a6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafLamAlefMaksuraabove-ar___.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafLamAlefMaksuraabove-ar___.glif @@ -104,18 +104,10 @@ - + - + - - - com.type-invaders.name.final - uni06D7 - com.type-invaders.name.production - qafLamAlefMaksuraabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafThreedotsabove-ar_.fina.glif index b7a63f2150..d7d5613457 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafThreedotsabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A8.fina - com.type-invaders.name.production - qafThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafThreedotsabove-ar_.glif index 621a32a36f..af755bf518 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafThreedotsabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06A8 - com.type-invaders.name.production - qafThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafThreedotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafThreedotsabove-ar_.init.glif index 2618f98806..ba08fc890a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafThreedotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafThreedotsabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A8.init - com.type-invaders.name.production - qafThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafThreedotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafThreedotsabove-ar_.medi.glif index f99d4b9e08..2c6995ef05 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafThreedotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qafThreedotsabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A8.medi - com.type-invaders.name.production - qafThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_alefMaksura-ar_.glif deleted file mode 100644 index aaa2127977..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC35 - com.type-invaders.name.production - qaf_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..62ecbdbdbd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_lam_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_lam_yeh-ar.glif index 0c95cd0cf5..818b7fdc61 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_lam_yeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_lam_yeh-ar.glif @@ -106,13 +106,23 @@ + + + + + + + + + + + + + + + + + + - - - com.type-invaders.name.final - uniFDF1 - com.type-invaders.name.production - qaf_lam_yeh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yeh-ar.glif deleted file mode 100644 index 758c77201b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC36 - com.type-invaders.name.production - qaf_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yeh-ar.rlig.glif new file mode 100644 index 0000000000..6bce0131e3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yeh-farsi.glif deleted file mode 100644 index a7f371808e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - qaf_yehfarsi - com.type-invaders.name.production - qaf_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..52a14a092a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yehHamzaabove-ar_.glif deleted file mode 100644 index f049484c57..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06420626 - com.type-invaders.name.production - qaf_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..2e83a08f78 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/qaf_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/question-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/question-ar.glif index 1e538c8c4d..f61d4a5bfd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/question-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/question-ar.glif @@ -44,12 +44,4 @@ - - - com.type-invaders.name.final - uni061F - com.type-invaders.name.production - question-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/r.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/r.glif index 6f75be47a4..747ed62aaa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/r.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/r.glif @@ -21,10 +21,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ray-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ray-ar.glif index 79fc066c62..74ccbcfa5f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ray-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ray-ar.glif @@ -63,12 +63,4 @@ - - - com.type-invaders.name.final - uni0608 - com.type-invaders.name.production - ray-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.fina.glif index 1fc5119996..ec9619ead6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.fina.glif @@ -27,9 +27,6 @@ - - - @@ -40,12 +37,4 @@ - - - com.type-invaders.name.final - uniFEAE - com.type-invaders.name.production - reh-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.fina.short.glif index 0b4fb8bed7..11b5240024 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.fina.short.glif @@ -25,24 +25,13 @@ - + - + - - - - + - - - com.type-invaders.name.final - uniFEAE.short - com.type-invaders.name.production - reh-ar.fina.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.glif index 0186b4df4d..18dc9516e3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.glif @@ -23,9 +23,6 @@ - - - @@ -36,12 +33,4 @@ - - - com.type-invaders.name.final - uni0631 - com.type-invaders.name.production - reh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.isol.glif index 58a4a06b9f..f952a102c1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.isol.glif @@ -4,25 +4,9 @@ - - - - - - - - - - - - - com.type-invaders.name.final - uniFEAD - com.type-invaders.name.production - reh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.short.glif index 411d9f673e..08f6108d77 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/reh-ar.short.glif @@ -22,9 +22,6 @@ - - - @@ -35,12 +32,4 @@ - - - com.type-invaders.name.final - uni0631.short - com.type-invaders.name.production - reh-ar.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehAlefabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehAlefabove-ar_.glif index b4fc9f0461..8d61636590 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehAlefabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehAlefabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uniFC5C - com.type-invaders.name.production - rehAlefabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDadabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDadabove-ar_.glif index 0190302ce2..c3d7b3eb57 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDadabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDadabove-ar_.glif @@ -83,18 +83,10 @@ - + - + - - - com.type-invaders.name.final - uni0613 - com.type-invaders.name.production - rehDadabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDotbelow-ar_.fina.glif index 6915876537..a8a5988e7c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDotbelow-ar_.fina.glif @@ -2,13 +2,10 @@ - + - - - - + @@ -19,10 +16,6 @@ - com.type-invaders.name.final - uni0694.fina - com.type-invaders.name.production - rehDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDotbelow-ar_.glif index e93f47bb30..f6248b5fb4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDotbelow-ar_.glif @@ -3,13 +3,10 @@ - + - - - - + @@ -20,10 +17,6 @@ - com.type-invaders.name.final - uni0694 - com.type-invaders.name.production - rehDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDotbelowdotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDotbelowdotabove-ar_.fina.glif index 876d0fc117..0c78d054e3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDotbelowdotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDotbelowdotabove-ar_.fina.glif @@ -2,28 +2,21 @@ + - - - - - + - + - com.type-invaders.name.final - uni0696.fina - com.type-invaders.name.production - rehDotbelowdotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDotbelowdotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDotbelowdotabove-ar_.glif index 4991740249..939869b914 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDotbelowdotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehDotbelowdotabove-ar_.glif @@ -3,28 +3,21 @@ + - - - - - + - + - com.type-invaders.name.final - uni0696 - com.type-invaders.name.production - rehDotbelowdotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehFourdots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehFourdots-ar_.fina.glif index fbfeb6d3cb..ce899007c3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehFourdots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehFourdots-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni0699.fina - com.type-invaders.name.production - rehFourdots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehFourdots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehFourdots-ar_.glif index 5835e94912..77d21751dd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehFourdots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehFourdots-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0699 - com.type-invaders.name.production - rehFourdots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehHahabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehHahabove-ar_.glif index 755c03a7f8..c3ef6f8719 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehHahabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehHahabove-ar_.glif @@ -46,18 +46,10 @@ - + - + - - - com.type-invaders.name.final - uni0612 - com.type-invaders.name.production - rehHahabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehHamzaabove-ar_.fina.glif index e69f2426a1..b35bb4808b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehHamzaabove-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni076C.fina - com.type-invaders.name.production - rehHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehHamzaabove-ar_.glif index 8bccf82d63..80007b8a3a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehHamzaabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni076C - com.type-invaders.name.production - rehHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehLoop-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehLoop-ar_.fina.glif index e037cab19f..f9a8bfb944 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehLoop-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehLoop-ar_.fina.glif @@ -55,12 +55,4 @@ - - - com.type-invaders.name.final - uni08AA.fina - com.type-invaders.name.production - rehLoop-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehLoop-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehLoop-ar_.glif index aea0e603e2..2b6ba8d61a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehLoop-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehLoop-ar_.glif @@ -52,12 +52,4 @@ - - - com.type-invaders.name.final - uni08AA - com.type-invaders.name.production - rehLoop-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehRing-ar_.fina.glif index d235e95d47..d9bc71470d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehRing-ar_.fina.glif @@ -53,13 +53,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0693.fina - com.type-invaders.name.production - rehRing-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehRing-ar_.glif index 4b4017fdcb..5338a16933 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehRing-ar_.glif @@ -50,13 +50,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0693 - com.type-invaders.name.production - rehRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehStroke-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehStroke-ar_.fina.glif index eaf655064b..d57cc1b876 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehStroke-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehStroke-ar_.fina.glif @@ -32,9 +32,6 @@ - - - @@ -45,12 +42,4 @@ - - - com.type-invaders.name.final - uni075B.fina - com.type-invaders.name.production - rehStroke-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehStroke-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehStroke-ar_.glif index 78133db271..c9e39bcd62 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehStroke-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehStroke-ar_.glif @@ -29,9 +29,6 @@ - - - @@ -42,12 +39,4 @@ - - - com.type-invaders.name.final - uni075B - com.type-invaders.name.production - rehStroke-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodots-ar_.fina.glif index 4b1cb1c763..22f70409f3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodots-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni0697.fina - com.type-invaders.name.production - rehTwodots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodots-ar_.glif index 53a00b6165..8db97f2310 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodots-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0697 - com.type-invaders.name.production - rehTwodots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.fina.glif index f5fa9ebcbb..fb82513f9d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.fina.glif @@ -2,12 +2,9 @@ + - - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0771.fina - com.type-invaders.name.production - rehTwodotshorizontalaboveTahabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.glif index 4885be2cf0..66402c9e82 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.glif @@ -3,12 +3,9 @@ + - - - - @@ -16,15 +13,11 @@ - + - com.type-invaders.name.final - uni0771 - com.type-invaders.name.production - rehTwodotshorizontalaboveTahabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodotsverticalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodotsverticalabove-ar_.fina.glif index 92416b279f..db77b9647e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodotsverticalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodotsverticalabove-ar_.fina.glif @@ -2,11 +2,8 @@ - - - - + @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni076B.fina - com.type-invaders.name.production - rehTwodotsverticalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodotsverticalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodotsverticalabove-ar_.glif index 8f422bc9d5..c685782b44 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodotsverticalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehTwodotsverticalabove-ar_.glif @@ -3,11 +3,8 @@ - - - - + @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni076B - com.type-invaders.name.production - rehTwodotsverticalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehVbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehVbelow-ar_.fina.glif index d52c36b873..a3911ecdec 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehVbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehVbelow-ar_.fina.glif @@ -2,13 +2,10 @@ - + - - - - + @@ -19,10 +16,6 @@ - com.type-invaders.name.final - uni0695.fina - com.type-invaders.name.production - rehVbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehVbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehVbelow-ar_.glif index 52c66f1450..3deedc61f3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehVbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehVbelow-ar_.glif @@ -3,13 +3,10 @@ - + - - - - + @@ -20,10 +17,6 @@ - com.type-invaders.name.final - uni0695 - com.type-invaders.name.production - rehVbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehVinvertedabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehVinvertedabove-ar_.fina.glif index 5f61e6c1b0..ddb04015bb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehVinvertedabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehVinvertedabove-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni06EF.fina - com.type-invaders.name.production - rehVinvertedabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehVinvertedabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehVinvertedabove-ar_.glif index 90135e87a3..bcc55e5035 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehVinvertedabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehVinvertedabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni06EF - com.type-invaders.name.production - rehVinvertedabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehv-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehv-ar.fina.glif index c20779daf8..5eb2f48bed 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehv-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehv-ar.fina.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni0692.fina - com.type-invaders.name.production - rehv-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehv-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehv-ar.glif index f8e8e71efe..8589e5742c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehv-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rehv-ar.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0692 - com.type-invaders.name.production - rehv-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rhombusStopabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rhombusStopabove-ar_.glif index 0ebf6391f5..f25dd34a7f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rhombusStopabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rhombusStopabove-ar_.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06EB - com.type-invaders.name.production - rhombusStopabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rhombusStopbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rhombusStopbelow-ar_.glif index c145a2d61d..6914a6289f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rhombusStopbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rhombusStopbelow-ar_.glif @@ -16,18 +16,10 @@ - + - + - - - com.type-invaders.name.final - uni06EA - com.type-invaders.name.production - rhombusStopbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rial.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rial.glif index bb65c62192..2e5af99344 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rial.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rial.glif @@ -108,12 +108,4 @@ - - - com.type-invaders.name.final - uniFDFC - com.type-invaders.name.production - rial - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rightarrowheadDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rightarrowheadDotabove-ar_.glif index 5275c0cafc..89c999da56 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rightarrowheadDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rightarrowheadDotabove-ar_.glif @@ -30,18 +30,10 @@ - + - + - - - com.type-invaders.name.final - uni08FD - com.type-invaders.name.production - rightarrowheadDotabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rightarrowheadabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rightarrowheadabove-ar.glif index 2936102efa..62a1e4f90b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rightarrowheadabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rightarrowheadabove-ar.glif @@ -14,18 +14,10 @@ - + - + - - - com.type-invaders.name.final - uni08F8 - com.type-invaders.name.production - rightarrowheadabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rightarrowheadbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rightarrowheadbelow-ar.glif index 7d3472c641..b8e6e37ae9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rightarrowheadbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rightarrowheadbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni08FA - com.type-invaders.name.production - rightarrowheadbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ring-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ring-ar.glif index 3843b64054..285b519ced 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ring-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ring-ar.glif @@ -32,15 +32,7 @@ - + - - - com.type-invaders.name.final - uniFBBF - com.type-invaders.name.production - ring-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ring.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ring.case.glif index 2b90c1087f..e56c46d171 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ring.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ring.case.glif @@ -33,7 +33,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ring.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ring.glif index 8ce4ae8921..045c9665cc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ring.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ring.glif @@ -34,7 +34,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ringcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ringcomb.glif index 40cd2a35d0..813b13ca5c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ringcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ringcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni030A - com.type-invaders.name.production - ringcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rnoon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rnoon-ar.fina.glif index 3a3b0bb957..c67bbaf526 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rnoon-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rnoon-ar.fina.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFBA1 - com.type-invaders.name.production - rnoon-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rnoon-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rnoon-ar.glif index 92b8bd8561..09488e276e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rnoon-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rnoon-ar.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni06BB - com.type-invaders.name.production - rnoon-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rreh-ar.fina.glif index 7df0a1ab29..407fff3c82 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rreh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rreh-ar.fina.glif @@ -3,11 +3,8 @@ - - - - + @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB8D - com.type-invaders.name.production - rreh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rreh-ar.fina.short.glif index a14ca1366d..e4fef5b572 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rreh-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rreh-ar.fina.short.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uniFB8D.short - com.type-invaders.name.production - rreh-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rreh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rreh-ar.glif index 04a6a6ced1..38fdb7325d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rreh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rreh-ar.glif @@ -3,11 +3,8 @@ - - - - + @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0691 - com.type-invaders.name.production - rreh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rreh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rreh-ar.short.glif index 481a781fcf..08bbdc8dac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rreh-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rreh-ar.short.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni0691.short - com.type-invaders.name.production - rreh-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ruble.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ruble.glif index 5b6a4e8447..2ef87258f6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ruble.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ruble.glif @@ -41,12 +41,4 @@ - - - com.type-invaders.name.final - uni20BD - com.type-invaders.name.production - ruble - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rupee.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rupee.glif index cfce161771..a0b0f24d3a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rupee.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rupee.glif @@ -70,12 +70,4 @@ - - - com.type-invaders.name.final - uni20A8 - com.type-invaders.name.production - rupee - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rupeeindian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rupeeindian.glif index a2178a468d..42ee698192 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rupeeindian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/rupeeindian.glif @@ -36,12 +36,4 @@ - - - com.type-invaders.name.final - uni20B9 - com.type-invaders.name.production - rupeeindian - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/s.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/s.glif index 7f3436ef3b..48e12c0b50 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/s.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/s.glif @@ -46,10 +46,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.fina.glif index f7ec89fed0..f2b22612db 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.fina.glif @@ -76,16 +76,14 @@ + + + + + + - - - com.type-invaders.name.final - uniFEBA - com.type-invaders.name.production - sad-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.glif index 25ba60176a..186615f872 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.glif @@ -64,16 +64,14 @@ + + + + + + - - - com.type-invaders.name.final - uni0635 - com.type-invaders.name.production - sad-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.init.glif index ac5f6f7151..d916f54c42 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.init.glif @@ -56,13 +56,8 @@ + + + - - - com.type-invaders.name.final - uniFEBB - com.type-invaders.name.production - sad-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.isol.glif index 7a062c3eb7..47b667b163 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFEB9 - com.type-invaders.name.production - sad-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.medi.glif index b0f60961d8..3095f030ff 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad-ar.medi.glif @@ -68,13 +68,8 @@ + + + - - - com.type-invaders.name.final - uniFEBC - com.type-invaders.name.production - sad-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadLamAlefMaksuraabove-ar___.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadLamAlefMaksuraabove-ar___.glif index 7ca1067773..0b30a127ec 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadLamAlefMaksuraabove-ar___.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadLamAlefMaksuraabove-ar___.glif @@ -81,18 +81,10 @@ - + - + - - - com.type-invaders.name.final - uni06D6 - com.type-invaders.name.production - sadLamAlefMaksuraabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadThreedots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadThreedots-ar_.fina.glif index 7f1593a125..60db04b515 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadThreedots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadThreedots-ar_.fina.glif @@ -8,15 +8,17 @@ - + + + + + + + - com.type-invaders.name.final - uni069E.fina - com.type-invaders.name.production - sadThreedots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadThreedots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadThreedots-ar_.glif index cad3a2423a..bd9b33c90c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadThreedots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadThreedots-ar_.glif @@ -9,15 +9,17 @@ - + + + + + + + - com.type-invaders.name.final - uni069E - com.type-invaders.name.production - sadThreedots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadThreedots-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadThreedots-ar_.init.glif index 76b10bd8eb..67255cdc8a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadThreedots-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadThreedots-ar_.init.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni069E.init - com.type-invaders.name.production - sadThreedots-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadThreedots-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadThreedots-ar_.medi.glif index 0d9c93a1ec..5f27e9937f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadThreedots-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadThreedots-ar_.medi.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni069E.medi - com.type-invaders.name.production - sadThreedots-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadTwodotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadTwodotsbelow-ar_.fina.glif index 9d99e41ce2..0c13b43e7f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadTwodotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadTwodotsbelow-ar_.fina.glif @@ -5,18 +5,20 @@ - + + + + + + + - com.type-invaders.name.final - uni069D.fina - com.type-invaders.name.production - sadTwodotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadTwodotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadTwodotsbelow-ar_.glif index ccc0898efb..08e25ef164 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadTwodotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadTwodotsbelow-ar_.glif @@ -6,18 +6,20 @@ - + + + + + + + - com.type-invaders.name.final - uni069D - com.type-invaders.name.production - sadTwodotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadTwodotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadTwodotsbelow-ar_.init.glif index 795fde2e53..cc014a67f5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadTwodotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadTwodotsbelow-ar_.init.glif @@ -5,18 +5,17 @@ - + + + + - com.type-invaders.name.final - uni069D.init - com.type-invaders.name.production - sadTwodotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadTwodotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadTwodotsbelow-ar_.medi.glif index 5da303a414..254c3f8da8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadTwodotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadTwodotsbelow-ar_.medi.glif @@ -5,18 +5,17 @@ - + + + + - com.type-invaders.name.final - uni069D.medi - com.type-invaders.name.production - sadTwodotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_alefMaksura-ar_.fina.glif deleted file mode 100644 index 6a6a67dec2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD21 - com.type-invaders.name.production - sad_alefMaksura-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..d17c4c5d0e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_alefMaksura-ar_.glif deleted file mode 100644 index b7265605cc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_alefMaksura-ar_.glif +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD05 - com.type-invaders.name.production - sad_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..ce8d00a9da --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_alefMaksura-ar_.rlig.glif @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.fina.glif deleted file mode 100644 index 1b7429ee83..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350698.fina - com.type-invaders.name.production - sad_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..fb9bce0072 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.fina.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..61548bbb4b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.fina.short.glif deleted file mode 100644 index 378594808b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350698.fina.short - com.type-invaders.name.production - sad_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.glif deleted file mode 100644 index d79721be49..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350698 - com.type-invaders.name.production - sad_jeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.rlig.glif new file mode 100644 index 0000000000..9054b4877b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.rlig.short.glif new file mode 100644 index 0000000000..28ab5a8a15 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.short.glif deleted file mode 100644 index 5f7611b3be..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_jeh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350698.short - com.type-invaders.name.production - sad_jeh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.fina.glif deleted file mode 100644 index ba20e5e459..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.fina.glif +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2B - com.type-invaders.name.production - sad_reh-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..fdfef0ee59 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.fina.rlig.glif @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..f6f71df861 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.fina.rlig.short.glif @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.fina.short.glif deleted file mode 100644 index 87d5fd2de3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.fina.short.glif +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2B.short - com.type-invaders.name.production - sad_reh-ar.fina.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.glif deleted file mode 100644 index e9722edf81..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.glif +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0F - com.type-invaders.name.production - sad_reh-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.rlig.glif new file mode 100644 index 0000000000..1194bd54bb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.rlig.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.rlig.short.glif new file mode 100644 index 0000000000..a36c692d5c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.rlig.short.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.short.glif deleted file mode 100644 index 38da8837cb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_reh-ar.short.glif +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0F.short - com.type-invaders.name.production - sad_reh-ar.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.fina.glif deleted file mode 100644 index 39edfcadab..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350691.fina - com.type-invaders.name.production - sad_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..2dd3a486cb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.fina.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..6e31693f20 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.fina.short.glif deleted file mode 100644 index 8a11fa5103..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350691.fina.short - com.type-invaders.name.production - sad_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.glif deleted file mode 100644 index 46fceb74cb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350691 - com.type-invaders.name.production - sad_rreh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.rlig.glif new file mode 100644 index 0000000000..497030bfb3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.rlig.short.glif new file mode 100644 index 0000000000..866ab3fe79 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.short.glif deleted file mode 100644 index 9810a1c4df..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_rreh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350691.short - com.type-invaders.name.production - sad_rreh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-ar.fina.glif deleted file mode 100644 index 4b9595d6c2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD22 - com.type-invaders.name.production - sad_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..3c995fca6a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-ar.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-ar.glif deleted file mode 100644 index 1eed1e51eb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD06 - com.type-invaders.name.production - sad_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-ar.rlig.glif new file mode 100644 index 0000000000..b1b8b6e979 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-farsi.fina.glif deleted file mode 100644 index fd6b168304..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-farsi.fina.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - sad_yehfarsi.fina - com.type-invaders.name.production - sad_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..aa0c1b7aef --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-farsi.fina.rlig.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-farsi.glif deleted file mode 100644 index 50846b372b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-farsi.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - sad_yehfarsi - com.type-invaders.name.production - sad_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..d8f6f0a0e6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yeh-farsi.rlig.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 74bcd1dbbb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350626.fina - com.type-invaders.name.production - sad_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..cfcc6a747e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yehHamzaabove-ar_.glif deleted file mode 100644 index 07c9b61707..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350626 - com.type-invaders.name.production - sad_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..e5f9e3e3d4 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.fina.glif deleted file mode 100644 index bd46f63eb2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350632.fina - com.type-invaders.name.production - sad_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..746949130a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.fina.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..65c44c153a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.fina.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.fina.short.glif deleted file mode 100644 index 62cb2aaf8b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350632.fina.short - com.type-invaders.name.production - sad_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.glif deleted file mode 100644 index 2960be4f5f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350632 - com.type-invaders.name.production - sad_zain-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.rlig.glif new file mode 100644 index 0000000000..8859f26826 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.rlig.short.glif new file mode 100644 index 0000000000..012196a683 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.short.glif deleted file mode 100644 index d9e1d78934..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sad_zain-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350632.short - com.type-invaders.name.production - sad_zain-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadabove-ar.glif index f12574a856..902ae99689 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sadabove-ar.glif @@ -47,18 +47,10 @@ - + - + - - - com.type-invaders.name.final - uni0610 - com.type-invaders.name.production - sadabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sajdah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sajdah-ar.glif index 9d53b57637..839fbc589e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sajdah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sajdah-ar.glif @@ -115,12 +115,4 @@ - - - com.type-invaders.name.final - uni06E9 - com.type-invaders.name.production - sajdah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/samvat-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/samvat-ar.glif index 1762c23b3e..c320260c19 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/samvat-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/samvat-ar.glif @@ -77,12 +77,4 @@ - - - com.type-invaders.name.final - uni0604 - com.type-invaders.name.production - samvat-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/scaron.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/scaron.glif index a936827f47..631c50d7d7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/scaron.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/scaron.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.fina.glif index b81a447dab..b195ff8385 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.fina.glif @@ -80,12 +80,4 @@ - - - com.type-invaders.name.final - uniFEB2 - com.type-invaders.name.production - seen-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.glif index 57c9c0ad8a..9a5ffe44db 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.glif @@ -76,12 +76,4 @@ - - - com.type-invaders.name.final - uni0633 - com.type-invaders.name.production - seen-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.init.glif index 36f8a50de0..2760add3fe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.init.glif @@ -63,12 +63,4 @@ - - - com.type-invaders.name.final - uniFEB3 - com.type-invaders.name.production - seen-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.isol.glif index b8720d1483..6cba43d96d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEB1 - com.type-invaders.name.production - seen-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.medi.glif index ce085e9dee..2cca44e3a9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen-ar.medi.glif @@ -67,12 +67,4 @@ - - - com.type-invaders.name.final - uniFEB4 - com.type-invaders.name.production - seen-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenDotbelowDotabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenDotbelowDotabove-ar__.fina.glif index eb8b45a24d..6411c0e4a6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenDotbelowDotabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenDotbelowDotabove-ar__.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni069A.fina - com.type-invaders.name.production - seenDotbelowDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenDotbelowDotabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenDotbelowDotabove-ar__.glif index ac42feb49c..e238a25f33 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenDotbelowDotabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenDotbelowDotabove-ar__.glif @@ -4,8 +4,8 @@ - + @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni069A - com.type-invaders.name.production - seenDotbelowDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenDotbelowDotabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenDotbelowDotabove-ar__.init.glif index 164c436a45..d0fdbb484f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenDotbelowDotabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenDotbelowDotabove-ar__.init.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni069A.init - com.type-invaders.name.production - seenDotbelowDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenDotbelowDotabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenDotbelowDotabove-ar__.medi.glif index 37b8211952..f4513c0197 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenDotbelowDotabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenDotbelowDotabove-ar__.medi.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni069A.medi - com.type-invaders.name.production - seenDotbelowDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourabove-ar_.fina.glif index 96830450ef..8124607dd0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni077D.fina - com.type-invaders.name.production - seenFourabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourabove-ar_.glif index 64e5e8f681..a5b44013a0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni077D - com.type-invaders.name.production - seenFourabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourabove-ar_.init.glif index be0f6ff9ff..e62b241fe2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni077D.init - com.type-invaders.name.production - seenFourabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourabove-ar_.medi.glif index 6c05ea343b..918f46564f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni077D.medi - com.type-invaders.name.production - seenFourabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourdotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourdotsabove-ar_.fina.glif index 1cc4a5ccaf..5b75d14699 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourdotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourdotsabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni075C.fina - com.type-invaders.name.production - seenFourdotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourdotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourdotsabove-ar_.glif index f4538c27e7..f627f0f4a9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourdotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourdotsabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni075C - com.type-invaders.name.production - seenFourdotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourdotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourdotsabove-ar_.init.glif index d2e986e00a..fe0a1c84d7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourdotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourdotsabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075C.init - com.type-invaders.name.production - seenFourdotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourdotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourdotsabove-ar_.medi.glif index 2e39a3f57a..799ed9723f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourdotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenFourdotsabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075C.medi - com.type-invaders.name.production - seenFourdotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.fina.glif index d47debbfee..56c5a757ee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.fina.glif @@ -3,8 +3,8 @@ - + @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0770.fina - com.type-invaders.name.production - seenTahTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.glif index 8600ec5259..8c2681bd4d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.glif @@ -4,8 +4,8 @@ - + @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni0770 - com.type-invaders.name.production - seenTahTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.init.glif index a8cd50859f..2388e650e3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.init.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uni0770.init - com.type-invaders.name.production - seenTahTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.medi.glif index a338cf3652..e0ee6307e2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.medi.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uni0770.medi - com.type-invaders.name.production - seenTahTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenThreedotsbelow-ar_.fina.glif index a628e53dcd..40f9d612ef 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenThreedotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni069B.fina - com.type-invaders.name.production - seenThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenThreedotsbelow-ar_.glif index 4740281900..eb6256a1d6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenThreedotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni069B - com.type-invaders.name.production - seenThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenThreedotsbelow-ar_.init.glif index 0576ec9497..02ba418662 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenThreedotsbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni069B.init - com.type-invaders.name.production - seenThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenThreedotsbelow-ar_.medi.glif index d2cc116fbc..c9e08d86a3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenThreedotsbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni069B.medi - com.type-invaders.name.production - seenThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTwodotshorizontalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTwodotshorizontalabove-ar_.fina.glif index 5fefbf261a..0bcd1bca11 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTwodotshorizontalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTwodotshorizontalabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni076D.fina - com.type-invaders.name.production - seenTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTwodotshorizontalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTwodotshorizontalabove-ar_.glif index 0845457f2d..cf1096e775 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTwodotshorizontalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTwodotshorizontalabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni076D - com.type-invaders.name.production - seenTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTwodotshorizontalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTwodotshorizontalabove-ar_.init.glif index 27d7523d87..0b5030c1e3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTwodotshorizontalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTwodotshorizontalabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni076D.init - com.type-invaders.name.production - seenTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTwodotshorizontalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTwodotshorizontalabove-ar_.medi.glif index 442de6f7b4..94c3bfed1d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTwodotshorizontalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenTwodotshorizontalabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni076D.medi - com.type-invaders.name.production - seenTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenVinvertedabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenVinvertedabove-ar_.fina.glif index 4fb1dae31c..8803ed8890 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenVinvertedabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenVinvertedabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni077E.fina - com.type-invaders.name.production - seenVinvertedabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenVinvertedabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenVinvertedabove-ar_.glif index fa2123b497..b9d24f9a1d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenVinvertedabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenVinvertedabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni077E - com.type-invaders.name.production - seenVinvertedabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenVinvertedabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenVinvertedabove-ar_.init.glif index 6a6db3691b..b885acbbd3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenVinvertedabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenVinvertedabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni077E.init - com.type-invaders.name.production - seenVinvertedabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenVinvertedabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenVinvertedabove-ar_.medi.glif index 2ea782ee8e..74b282b037 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenVinvertedabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenVinvertedabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni077E.medi - com.type-invaders.name.production - seenVinvertedabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_alefMaksura-ar_.fina.glif deleted file mode 100644 index 2d9e81c8c6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD17 - com.type-invaders.name.production - seen_alefMaksura-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..f1e4df1c18 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_alefMaksura-ar_.glif deleted file mode 100644 index a412ec8aeb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_alefMaksura-ar_.glif +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFCFB - com.type-invaders.name.production - seen_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..e7563e300b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_alefMaksura-ar_.rlig.glif @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.fina.glif deleted file mode 100644 index 2bcc9ecad4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330698.fina - com.type-invaders.name.production - seen_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..dcb7d84c36 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..1e282cdd52 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.fina.short.glif deleted file mode 100644 index 8c1ac54d3e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330698.fina.short - com.type-invaders.name.production - seen_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.glif deleted file mode 100644 index 598326ef92..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330698 - com.type-invaders.name.production - seen_jeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.rlig.glif new file mode 100644 index 0000000000..f3788fcfd3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.rlig.short.glif new file mode 100644 index 0000000000..e6d082e05c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.short.glif deleted file mode 100644 index 15cc4500a9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_jeh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330698.short - com.type-invaders.name.production - seen_jeh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.fina.glif deleted file mode 100644 index 941022a736..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.fina.glif +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2A - com.type-invaders.name.production - seen_reh-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..6016d53e9a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.fina.rlig.glif @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..1124bc47ec --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.fina.rlig.short.glif @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.fina.short.glif deleted file mode 100644 index 4893306f50..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.fina.short.glif +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2A.short - com.type-invaders.name.production - seen_reh-ar.fina.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.glif deleted file mode 100644 index 17efa0314c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.glif +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0E - com.type-invaders.name.production - seen_reh-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.rlig.glif new file mode 100644 index 0000000000..7f2292590b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.rlig.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.rlig.short.glif new file mode 100644 index 0000000000..40f5567ac3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.rlig.short.glif @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.short.glif deleted file mode 100644 index ed90a58f12..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_reh-ar.short.glif +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0E.short - com.type-invaders.name.production - seen_reh-ar.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.fina.glif deleted file mode 100644 index 28ea44bff4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330691.fina - com.type-invaders.name.production - seen_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..05f7ef6ef0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..6caa42dd59 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.fina.short.glif deleted file mode 100644 index b0affa7e90..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330691.fina.short - com.type-invaders.name.production - seen_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.glif deleted file mode 100644 index 307c69122a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330691 - com.type-invaders.name.production - seen_rreh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.rlig.glif new file mode 100644 index 0000000000..d699e8dd18 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.rlig.short.glif new file mode 100644 index 0000000000..4fde90520b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.short.glif deleted file mode 100644 index 586485b1a6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_rreh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330691.short - com.type-invaders.name.production - seen_rreh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-ar.fina.glif deleted file mode 100644 index a47e29d8c5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD18 - com.type-invaders.name.production - seen_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..7f3b9ce545 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-ar.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-ar.glif deleted file mode 100644 index d3464f9fa3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFCFC - com.type-invaders.name.production - seen_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-ar.rlig.glif new file mode 100644 index 0000000000..d527125361 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-farsi.fina.glif deleted file mode 100644 index 6aa01cd126..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-farsi.fina.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - seen_yehfarsi.fina - com.type-invaders.name.production - seen_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..f806a36630 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-farsi.fina.rlig.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-farsi.glif deleted file mode 100644 index 8b0d6cb963..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-farsi.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - seen_yehfarsi - com.type-invaders.name.production - seen_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..4016df3970 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yeh-farsi.rlig.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 7bb19ab072..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330626.fina - com.type-invaders.name.production - seen_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..0718ed3099 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yehHamzaabove-ar_.glif deleted file mode 100644 index 08352d9ea2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330626 - com.type-invaders.name.production - seen_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..253522d193 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.fina.glif deleted file mode 100644 index 62e9d5c358..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330632.fina - com.type-invaders.name.production - seen_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..acbe84fe79 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..1ed50fb921 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.fina.short.glif deleted file mode 100644 index 7234830c5c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330632.fina.short - com.type-invaders.name.production - seen_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.glif deleted file mode 100644 index e26b818f4c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330632 - com.type-invaders.name.production - seen_zain-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.rlig.glif new file mode 100644 index 0000000000..39949fae1f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.rlig.short.glif new file mode 100644 index 0000000000..455a8e3ffd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.short.glif deleted file mode 100644 index d7a8556f07..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seen_zain-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330632.short - com.type-invaders.name.production - seen_zain-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenabove-ar.glif index 0000c6b1b0..f641f41b34 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenabove-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06DC - com.type-invaders.name.production - seenabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenbelow-ar.glif index e27850e537..4f72097a26 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seenbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06E3 - com.type-invaders.name.production - seenbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/semicolon-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/semicolon-ar.glif index e7338666af..0eb9357d17 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/semicolon-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/semicolon-ar.glif @@ -8,10 +8,6 @@ - com.type-invaders.name.final - uni061B - com.type-invaders.name.production - semicolon-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seven-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seven-ar.glif index b88c31490d..e50aa3fb50 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seven-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seven-ar.glif @@ -14,12 +14,4 @@ - - - com.type-invaders.name.final - uni0667 - com.type-invaders.name.production - seven-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seven-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seven-persian.glif index ffc5908187..0f8be4ddf8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seven-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seven-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F7 - com.type-invaders.name.production - seven-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seven-persian.urdu.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seven-persian.urdu.glif index 01c0bf98a2..5fc24a8bc1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seven-persian.urdu.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seven-persian.urdu.glif @@ -12,12 +12,4 @@ - - - com.type-invaders.name.final - uni06F7.urdu - com.type-invaders.name.production - seven-persian.urdu - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seveninferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seveninferior.glif index 54135145f6..cee6f6d40b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seveninferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/seveninferior.glif @@ -15,12 +15,4 @@ - - - com.type-invaders.name.final - uni2087 - com.type-invaders.name.production - seveninferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sevensuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sevensuperior.glif index 58f4986de0..40a3ca4e39 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sevensuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sevensuperior.glif @@ -15,12 +15,4 @@ - - - com.type-invaders.name.final - uni2077 - com.type-invaders.name.production - sevensuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda-ar.glif index 4978b96420..bd08b60a1e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda-ar.glif @@ -44,18 +44,10 @@ - + - + - - - com.type-invaders.name.final - uni0651 - com.type-invaders.name.production - shadda-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda-ar.isol.glif index 717e2d9a6b..e23f7e22e6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE7C - com.type-invaders.name.production - shadda-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda-ar.medi.glif index 29b45809b4..6bebed029d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda-ar.medi.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uniFE7D - com.type-invaders.name.production - shadda-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaAlefabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaAlefabove-ar_.glif index 83d45a2214..13d6303ff6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaAlefabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaAlefabove-ar_.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06510670 - com.type-invaders.name.production - shaddaAlefabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaDamma-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaDamma-ar_.glif index 042e6d7685..ded5be0c87 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaDamma-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaDamma-ar_.glif @@ -76,12 +76,4 @@ - - - com.type-invaders.name.final - uni0651064F - com.type-invaders.name.production - shaddaDamma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaDammatan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaDammatan-ar_.glif index 3fbf3dc457..94bcfd9000 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaDammatan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaDammatan-ar_.glif @@ -2,15 +2,11 @@ - + - com.type-invaders.name.final - uni0651064C - com.type-invaders.name.production - shaddaDammatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaFatha-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaFatha-ar_.glif index 2b497b4060..8ff82b55ec 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaFatha-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaFatha-ar_.glif @@ -49,12 +49,4 @@ - - - com.type-invaders.name.final - uni0651064E - com.type-invaders.name.production - shaddaFatha-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaFathatan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaFathatan-ar_.glif index 702f0d5641..5dfde95d3e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaFathatan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaFathatan-ar_.glif @@ -8,10 +8,6 @@ - com.type-invaders.name.final - uni0651064B.1 - com.type-invaders.name.production - shaddaFathatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaKasra-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaKasra-ar_.glif index e5af608d7f..016a392e9c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaKasra-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaKasra-ar_.glif @@ -49,12 +49,4 @@ - - - com.type-invaders.name.final - uni06510650 - com.type-invaders.name.production - shaddaKasra-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaKasratan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaKasratan-ar_.glif index 3094ed3c10..f00dba478f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaKasratan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shaddaKasratan-ar_.glif @@ -2,16 +2,12 @@ + - - com.type-invaders.name.final - uni0651064D - com.type-invaders.name.production - shaddaKasratan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda_damma-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda_damma-ar.medi.glif index 43e67aa620..aacd13f82c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda_damma-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda_damma-ar.medi.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uniFCF3 - com.type-invaders.name.production - shadda_damma-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda_fatha-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda_fatha-ar.medi.glif index 2168b9c4d7..c57258b365 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda_fatha-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda_fatha-ar.medi.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uniFCF2 - com.type-invaders.name.production - shadda_fatha-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda_kasra-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda_kasra-ar.medi.glif index d578e8558a..7110967a35 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda_kasra-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/shadda_kasra-ar.medi.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uniFCF4 - com.type-invaders.name.production - shadda_kasra-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.fina.glif index 83b137b9da..215a120c6a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFEB6 - com.type-invaders.name.production - sheen-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.glif index 2986900faf..c26a937a27 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0634 - com.type-invaders.name.production - sheen-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.init.glif index a9ff424dfa..6a4b6027c8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFEB7 - com.type-invaders.name.production - sheen-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.isol.glif index f0375a2020..053e768ca0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFEB5 - com.type-invaders.name.production - sheen-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.medi.glif index 5f0244d7f6..d83852275a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFEB8 - com.type-invaders.name.production - sheen-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenDotbelow-ar_.fina.glif index a08cf8ac75..67085efd68 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenDotbelow-ar_.fina.glif @@ -3,24 +3,20 @@ - + - + - + - com.type-invaders.name.final - uni06FA.fina - com.type-invaders.name.production - sheenDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenDotbelow-ar_.glif index b631e555f2..e555404e87 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenDotbelow-ar_.glif @@ -4,24 +4,20 @@ - + - + - + - com.type-invaders.name.final - uni06FA - com.type-invaders.name.production - sheenDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenDotbelow-ar_.init.glif index b6f7156d74..a6206ebf6e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenDotbelow-ar_.init.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06FA.init - com.type-invaders.name.production - sheenDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenDotbelow-ar_.medi.glif index d0d6a70f7c..9b4166c131 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenDotbelow-ar_.medi.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06FA.medi - com.type-invaders.name.production - sheenDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenThreedotsbelow-ar_.fina.glif index 873e558635..0e2ffad97a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenThreedotsbelow-ar_.fina.glif @@ -3,24 +3,20 @@ - + - + - + - com.type-invaders.name.final - uni069C.fina - com.type-invaders.name.production - sheenThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenThreedotsbelow-ar_.glif index cf4766172f..3ec7dbf9f4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenThreedotsbelow-ar_.glif @@ -4,24 +4,20 @@ - + - + - + - com.type-invaders.name.final - uni069C - com.type-invaders.name.production - sheenThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenThreedotsbelow-ar_.init.glif index 9eabcc754f..f754f982bb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenThreedotsbelow-ar_.init.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni069C.init - com.type-invaders.name.production - sheenThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenThreedotsbelow-ar_.medi.glif index 6df8b1659a..aa3b271f72 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheenThreedotsbelow-ar_.medi.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni069C.medi - com.type-invaders.name.production - sheenThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_alefMaksura-ar_.fina.glif deleted file mode 100644 index 5e38917e18..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD19 - com.type-invaders.name.production - sheen_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..183449bf09 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_alefMaksura-ar_.glif deleted file mode 100644 index 0e8867a253..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFCFD - com.type-invaders.name.production - sheen_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..b965cc15b5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.fina.glif deleted file mode 100644 index 6561b31679..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340698.fina - com.type-invaders.name.production - sheen_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..d531cafea8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..da64b41baa --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.fina.short.glif deleted file mode 100644 index da4075ae75..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340698.fina.short - com.type-invaders.name.production - sheen_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.glif deleted file mode 100644 index a62a958006..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340698 - com.type-invaders.name.production - sheen_jeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.rlig.glif new file mode 100644 index 0000000000..4212964cbc --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.rlig.short.glif new file mode 100644 index 0000000000..1d054b57ff --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.short.glif deleted file mode 100644 index 3597770383..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_jeh-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340698.short - com.type-invaders.name.production - sheen_jeh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.fina.glif deleted file mode 100644 index 2dfcea409e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD29 - com.type-invaders.name.production - sheen_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..e017ffe2b5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..fb022772fe --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.fina.short.glif deleted file mode 100644 index abb63ce9fd..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD29.short - com.type-invaders.name.production - sheen_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.glif deleted file mode 100644 index 5444278031..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0D - com.type-invaders.name.production - sheen_reh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.rlig.glif new file mode 100644 index 0000000000..c20e21adb6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.rlig.short.glif new file mode 100644 index 0000000000..e78ebd5796 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.short.glif deleted file mode 100644 index fe6425c705..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_reh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0D.short - com.type-invaders.name.production - sheen_reh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.fina.glif deleted file mode 100644 index 163614d47a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340691.fina - com.type-invaders.name.production - sheen_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..b5d9351958 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..99b466e993 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.fina.short.glif deleted file mode 100644 index 43aef7f01c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340691.fina.short - com.type-invaders.name.production - sheen_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.glif deleted file mode 100644 index 2093498d5e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340691 - com.type-invaders.name.production - sheen_rreh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.rlig.glif new file mode 100644 index 0000000000..283f348ef6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.rlig.short.glif new file mode 100644 index 0000000000..2ca6287c6d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.short.glif deleted file mode 100644 index f4f375386d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_rreh-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340691.short - com.type-invaders.name.production - sheen_rreh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-ar.fina.glif deleted file mode 100644 index eedb1a4f47..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD1A - com.type-invaders.name.production - sheen_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..d6f53e63dd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-ar.glif deleted file mode 100644 index d093d40a0a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFCFE - com.type-invaders.name.production - sheen_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-ar.rlig.glif new file mode 100644 index 0000000000..58e7b02c4f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-farsi.fina.glif deleted file mode 100644 index a41df488cd..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - sheen_yehfarsi.fina - com.type-invaders.name.production - sheen_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..8f654c4c62 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-farsi.glif deleted file mode 100644 index 9697cc35b5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - sheen_yehfarsi - com.type-invaders.name.production - sheen_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..efb52dddd5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index f7cdcd8c58..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340626.fina - com.type-invaders.name.production - sheen_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..811eb14668 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yehHamzaabove-ar_.glif deleted file mode 100644 index f9c271a142..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340626 - com.type-invaders.name.production - sheen_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..62a25462bd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.fina.glif deleted file mode 100644 index 109c180bc8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340632.fina - com.type-invaders.name.production - sheen_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..070915dfc9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..cec00f0a05 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.fina.short.glif deleted file mode 100644 index 1473a3ce32..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340632.fina.short - com.type-invaders.name.production - sheen_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.glif deleted file mode 100644 index 224b9a17e8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340632 - com.type-invaders.name.production - sheen_zain-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.rlig.glif new file mode 100644 index 0000000000..4d9435e456 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.rlig.short.glif new file mode 100644 index 0000000000..ce9888701c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.short.glif deleted file mode 100644 index a6459fe1f4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheen_zain-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340632.short - com.type-invaders.name.production - sheen_zain-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheqel.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheqel.glif index 3a6e79e162..49d459e5a3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheqel.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sheqel.glif @@ -26,8 +26,8 @@ - - + + @@ -36,12 +36,4 @@ - - - com.type-invaders.name.final - uni20AA - com.type-invaders.name.production - sheqel - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sindhiampersand-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sindhiampersand-ar.glif index c143b75f44..5b5df2cf93 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sindhiampersand-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sindhiampersand-ar.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni06FD - com.type-invaders.name.production - sindhiampersand-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sindhipostpositionmen-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sindhipostpositionmen-ar.glif index 51451e66be..b8ca1b39f3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sindhipostpositionmen-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sindhipostpositionmen-ar.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni06FE - com.type-invaders.name.production - sindhipostpositionmen-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/six-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/six-ar.glif index 373a4303bc..ec3ee215c2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/six-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/six-ar.glif @@ -15,12 +15,4 @@ - - - com.type-invaders.name.final - uni0666 - com.type-invaders.name.production - six-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/six-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/six-persian.glif index 8f6bd16dd0..8b3f60822d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/six-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/six-persian.glif @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - uni06F6 - com.type-invaders.name.production - six-persian - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sixinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sixinferior.glif index b910f694a8..a5dc42e04c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sixinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sixinferior.glif @@ -42,12 +42,4 @@ - - - com.type-invaders.name.final - uni2086 - com.type-invaders.name.production - sixinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sixsuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sixsuperior.glif index fb70906e07..d60b6f0a76 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sixsuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sixsuperior.glif @@ -42,12 +42,4 @@ - - - com.type-invaders.name.final - uni2076 - com.type-invaders.name.production - sixsuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/softhyphen.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/softhyphen.glif index ddd61bcacb..88ecf1599e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/softhyphen.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/softhyphen.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni00AD - com.type-invaders.name.production - softhyphen com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukun-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukun-ar.glif index eee4953ad6..38606782e4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukun-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukun-ar.glif @@ -34,18 +34,10 @@ - + - + - - - com.type-invaders.name.final - uni0652 - com.type-invaders.name.production - sukun-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukun-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukun-ar.isol.glif index dc1f6b66b1..4b197a6850 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukun-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukun-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE7E - com.type-invaders.name.production - sukun-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukun-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukun-ar.medi.glif index b640b845f3..e55ee6b52f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukun-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukun-ar.medi.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uniFE7F - com.type-invaders.name.production - sukun-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukunoval-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukunoval-ar.glif index 614eac0c60..c6b62f4e99 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukunoval-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukunoval-ar.glif @@ -32,18 +32,10 @@ - + - + - - - com.type-invaders.name.final - uni06E0 - com.type-invaders.name.production - sukunoval-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukunround-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukunround-ar.glif index 1e25634877..cd44253323 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukunround-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/sukunround-ar.glif @@ -32,18 +32,10 @@ - + - + - - - com.type-invaders.name.final - uni06DF - com.type-invaders.name.production - sukunround-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/t.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/t.glif index 894aa44317..29af7baae7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/t.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/t.glif @@ -26,10 +26,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.fina.glif index 8cd2680b87..a02e273b11 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.fina.glif @@ -56,13 +56,8 @@ + + + - - - com.type-invaders.name.final - uniFEC2 - com.type-invaders.name.production - tah-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.glif index f83d44dbd9..9b21afe3fc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.glif @@ -44,13 +44,8 @@ + + + - - - com.type-invaders.name.final - uni0637 - com.type-invaders.name.production - tah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.init.glif index ce587e1bda..a802182e0c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.init.glif @@ -45,13 +45,8 @@ + + + - - - com.type-invaders.name.final - uniFEC3 - com.type-invaders.name.production - tah-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.isol.glif index 37d7868c26..474d755169 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFEC1 - com.type-invaders.name.production - tah-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.medi.glif index dbe2e2ee65..98b32f0ea8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tah-ar.medi.glif @@ -57,13 +57,8 @@ + + + - - - com.type-invaders.name.final - uniFEC4 - com.type-invaders.name.production - tah-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahThreedots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahThreedots-ar_.fina.glif index f3ce43721e..617cacff61 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahThreedots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahThreedots-ar_.fina.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni069F.fina - com.type-invaders.name.production - tahThreedots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahThreedots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahThreedots-ar_.glif index 04c2f498f9..aba28ec6ff 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahThreedots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahThreedots-ar_.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni069F - com.type-invaders.name.production - tahThreedots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahThreedots-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahThreedots-ar_.init.glif index 9f5ae03c31..65dca20294 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahThreedots-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahThreedots-ar_.init.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni069F.init - com.type-invaders.name.production - tahThreedots-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahThreedots-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahThreedots-ar_.medi.glif index 22339af8ae..735584bb8e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahThreedots-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahThreedots-ar_.medi.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni069F.medi - com.type-invaders.name.production - tahThreedots-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahTwodotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahTwodotsabove-ar_.fina.glif index cefb741645..8e6054548f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahTwodotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahTwodotsabove-ar_.fina.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni08A3.fina - com.type-invaders.name.production - tahTwodotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahTwodotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahTwodotsabove-ar_.glif index cbfbbcd754..654e0e0b89 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahTwodotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahTwodotsabove-ar_.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni08A3 - com.type-invaders.name.production - tahTwodotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahTwodotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahTwodotsabove-ar_.init.glif index b574e1c357..8e6b12ed7a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahTwodotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahTwodotsabove-ar_.init.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni08A3.init - com.type-invaders.name.production - tahTwodotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahTwodotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahTwodotsabove-ar_.medi.glif index e4a90f0d3d..2af3e8b53c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahTwodotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahTwodotsabove-ar_.medi.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni08A3.medi - com.type-invaders.name.production - tahTwodotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahabove-ar.glif index c4d5bec9a6..640f3ec5d8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahabove-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni0615 - com.type-invaders.name.production - tahabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahbelow-ar.glif index a37344417f..838139ba78 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahbelow-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uniFBC1 - com.type-invaders.name.production - tahbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahcenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahcenter-ar.glif index 771d7aeeba..ee97223d99 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahcenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tahcenter-ar.glif @@ -36,15 +36,7 @@ - + - - - com.type-invaders.name.final - uni0615.alt - com.type-invaders.name.production - tahcenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/takhallusabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/takhallusabove-ar.glif index 694aa5ac26..565cf965d9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/takhallusabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/takhallusabove-ar.glif @@ -40,18 +40,10 @@ - + - + - - - com.type-invaders.name.final - uni0614 - com.type-invaders.name.production - takhallusabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.fina.glif index 70dee73132..79e14c666a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.fina.glif @@ -97,13 +97,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uniFB7B - com.type-invaders.name.production - tcheh-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.glif index 77d30f722d..1966067f03 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.glif @@ -85,13 +85,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0686 - com.type-invaders.name.production - tcheh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.init.glif index e4c0a7fc11..a65174a928 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB7C - com.type-invaders.name.production - tcheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.medi.glif index 45f5bd822e..d5e7efa1b8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB7D - com.type-invaders.name.production - tcheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.short.glif index 5a532b35ef..97cf95b7bf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheh-ar.short.glif @@ -84,13 +84,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0686.short - com.type-invaders.name.production - tcheh-ar.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tchehDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tchehDotabove-ar_.fina.glif index aa6a30ad2a..7ef77ca051 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tchehDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tchehDotabove-ar_.fina.glif @@ -112,13 +112,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni06BF.fina - com.type-invaders.name.production - tchehDotabove-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tchehDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tchehDotabove-ar_.glif index 365ea094d2..9f8dd64c1d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tchehDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tchehDotabove-ar_.glif @@ -101,13 +101,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni06BF - com.type-invaders.name.production - tchehDotabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tchehDotabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tchehDotabove-ar_.init.glif index 03fa046f52..ca1fae8ae1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tchehDotabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tchehDotabove-ar_.init.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06BF.init - com.type-invaders.name.production - tchehDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tchehDotabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tchehDotabove-ar_.medi.glif index 53b60a6bdb..f9149919e8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tchehDotabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tchehDotabove-ar_.medi.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06BF.medi - com.type-invaders.name.production - tchehDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheheh-ar.fina.glif index 00061b54c6..68bed0bab3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheheh-ar.fina.glif @@ -113,13 +113,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uniFB7F - com.type-invaders.name.production - tcheheh-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheheh-ar.glif index cb36bcd704..2f05ef8ad6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheheh-ar.glif @@ -101,13 +101,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0687 - com.type-invaders.name.production - tcheheh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheheh-ar.init.glif index 1cca6705ae..ac3d49f11d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheheh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB80 - com.type-invaders.name.production - tcheheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheheh-ar.medi.glif index 81b50f3123..9650ce2148 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tcheheh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB81 - com.type-invaders.name.production - tcheheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.fina.glif index 8dee4ac880..d8e43ac69d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFE96 - com.type-invaders.name.production - teh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.glif index 4f17492458..92e42b6348 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni062A - com.type-invaders.name.production - teh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.init.glif index 8ab091f9d4..801d370fdd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE97 - com.type-invaders.name.production - teh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.isol.glif index 11580cd32d..14356c8db4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFE95 - com.type-invaders.name.production - teh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.medi.glif index e1f1e2e23d..0af0c47732 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE98 - com.type-invaders.name.production - teh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbuta-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbuta-ar_.fina.glif index 1b595de077..ca5fb313ad 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbuta-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbuta-ar_.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFE94 - com.type-invaders.name.production - tehMarbuta-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbuta-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbuta-ar_.glif index 3b482635d0..0944d86ea6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbuta-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbuta-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni0629 - com.type-invaders.name.production - tehMarbuta-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbuta-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbuta-ar_.isol.glif index e13bbebd7f..b61fc47ac8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbuta-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbuta-ar_.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFE93 - com.type-invaders.name.production - tehMarbuta-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbutagoal-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbutagoal-ar_.fina.glif index fc6ea3eb42..35bafec5bc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbutagoal-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbutagoal-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06C3.fina - com.type-invaders.name.production - tehMarbutagoal-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbutagoal-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbutagoal-ar_.glif index fbf6059398..68ad1636cd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbutagoal-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehMarbutagoal-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06C3 - com.type-invaders.name.production - tehMarbutagoal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehRing-ar_.fina.glif index c8b8a95021..e77e0ee997 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehRing-ar_.fina.glif @@ -95,13 +95,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni067C.fina - com.type-invaders.name.production - tehRing-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehRing-ar_.glif index ea172db76a..d90b07ca0d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehRing-ar_.glif @@ -92,13 +92,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni067C - com.type-invaders.name.production - tehRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehRing-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehRing-ar_.init.glif index dc2cde56d3..29e4a41893 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehRing-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehRing-ar_.init.glif @@ -82,13 +82,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni067C.init - com.type-invaders.name.production - tehRing-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehRing-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehRing-ar_.medi.glif index cd7e1666c8..5a37ede133 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehRing-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehRing-ar_.medi.glif @@ -84,13 +84,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni067C.medi - com.type-invaders.name.production - tehRing-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsdown-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsdown-ar_.fina.glif index bbe11a3c55..d11ab55bba 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsdown-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsdown-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni067D.fina - com.type-invaders.name.production - tehThreedotsdown-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsdown-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsdown-ar_.glif index 0fcb8ae10c..c75b39dd95 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsdown-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsdown-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni067D - com.type-invaders.name.production - tehThreedotsdown-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsdown-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsdown-ar_.init.glif index b2626ae9cc..0517824028 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsdown-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsdown-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni067D.init - com.type-invaders.name.production - tehThreedotsdown-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsdown-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsdown-ar_.medi.glif index 6203130ed9..049474987d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsdown-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsdown-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni067D.medi - com.type-invaders.name.production - tehThreedotsdown-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsupbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsupbelow-ar_.fina.glif index 45d945558c..0eeefdb3af 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsupbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsupbelow-ar_.fina.glif @@ -6,21 +6,17 @@ - + - + - com.type-invaders.name.final - uni0753.fina - com.type-invaders.name.production - tehThreedotsupbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsupbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsupbelow-ar_.glif index e3331cba4f..cd1c15bd36 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsupbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsupbelow-ar_.glif @@ -7,21 +7,17 @@ - + - + - com.type-invaders.name.final - uni0753 - com.type-invaders.name.production - tehThreedotsupbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsupbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsupbelow-ar_.init.glif index 24228d63f6..760bb3a7b4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsupbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsupbelow-ar_.init.glif @@ -2,11 +2,11 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0753.init - com.type-invaders.name.production - tehThreedotsupbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsupbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsupbelow-ar_.medi.glif index af7a34f7c2..e624717bb2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsupbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tehThreedotsupbelow-ar_.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0753.medi - com.type-invaders.name.production - tehThreedotsupbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_alefMaksura-ar_.fina.glif deleted file mode 100644 index a829c3e498..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC74 - com.type-invaders.name.production - teh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..0e34600872 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_alefMaksura-ar_.glif deleted file mode 100644 index 6f4bc8b23d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC0F - com.type-invaders.name.production - teh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..2e68773d10 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_jeh-ar.fina.glif deleted file mode 100644 index 68cbfd543d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_jeh-ar.fina.glif +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0698.fina - com.type-invaders.name.production - teh_jeh-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..d4f7f10282 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_jeh-ar.fina.rlig.glif @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..68a8f665fd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_jeh-ar.fina.short.glif deleted file mode 100644 index 2e120983e8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0698.fina.short - com.type-invaders.name.production - teh_jeh-ar.fina.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_noon-ar.fina.glif deleted file mode 100644 index 7340c7d4ff..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC73 - com.type-invaders.name.production - teh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..3950abb580 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_reh-ar.fina.glif deleted file mode 100644 index efbad541b1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC70 - com.type-invaders.name.production - teh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..6442f92475 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..f2b9b5b3f8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_reh-ar.fina.short.glif deleted file mode 100644 index 2a4641107e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC70.short - com.type-invaders.name.production - teh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_rreh-ar.fina.glif deleted file mode 100644 index 0c6ac31677..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0691.fina - com.type-invaders.name.production - teh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..b8a4d2dac0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..56c07fc786 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_rreh-ar.fina.short.glif deleted file mode 100644 index 633046ef75..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0691.fina.short - com.type-invaders.name.production - teh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-ar.fina.glif deleted file mode 100644 index 5fdcbb496a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC75 - com.type-invaders.name.production - teh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..e34929fc2c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-ar.glif deleted file mode 100644 index 6dffb6e75a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC10 - com.type-invaders.name.production - teh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..477e60638e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-farsi.fina.glif deleted file mode 100644 index b8226e6eeb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - teh_yehfarsi.fina - com.type-invaders.name.production - teh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..de4c69a0c5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-farsi.glif deleted file mode 100644 index cb979708b9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - teh_yehfarsi - com.type-invaders.name.production - teh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..4c160fefd5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 6fba7ad8f3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0626.fina - com.type-invaders.name.production - teh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..d9b79abc9c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yehHamzaabove-ar_.glif deleted file mode 100644 index 913c536bb2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0626 - com.type-invaders.name.production - teh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..4345d5110c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_zain-ar.fina.glif deleted file mode 100644 index a503323133..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC71 - com.type-invaders.name.production - teh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..072a13230d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..0424165e58 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_zain-ar.fina.short.glif deleted file mode 100644 index 99c4d79b3c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC71.short - com.type-invaders.name.production - teh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teheh-ar.fina.glif index f97d42c010..8c44e59731 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teheh-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB63 - com.type-invaders.name.production - teheh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teheh-ar.glif index 7d5cb008d5..0e9d1b2cca 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teheh-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni067F - com.type-invaders.name.production - teheh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teheh-ar.init.glif index ebe9e696dd..b288053624 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teheh-ar.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB64 - com.type-invaders.name.production - teheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teheh-ar.medi.glif index e22e603b1a..1f1713104a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/teheh-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB65 - com.type-invaders.name.production - teheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tenge.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tenge.glif index 28f09cf403..f4ab678147 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tenge.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tenge.glif @@ -20,12 +20,4 @@ - - - com.type-invaders.name.final - uni20B8 - com.type-invaders.name.production - tenge - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thal-ar.fina.glif index e5f7c7b25b..8007b66c99 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thal-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFEAC - com.type-invaders.name.production - thal-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thal-ar.glif index a6f60dda74..e3e6a60a9d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thal-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0630 - com.type-invaders.name.production - thal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thal-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thal-ar.isol.glif index 11360b2c26..06a224f965 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thal-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thal-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFEAB - com.type-invaders.name.production - thal-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thalAlefabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thalAlefabove-ar_.fina.glif index bf98c70c9f..4fdc2ccb3b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thalAlefabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thalAlefabove-ar_.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFC5B.fina - com.type-invaders.name.production - thalAlefabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thalAlefabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thalAlefabove-ar_.glif index 276402e4d7..9519699264 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thalAlefabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thalAlefabove-ar_.glif @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uniFC5B - com.type-invaders.name.production - thalAlefabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.fina.glif index fc5999eb8f..e82c88bfd6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFE9A - com.type-invaders.name.production - theh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.glif index 57b0bb85d4..3da8d6a1bd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni062B - com.type-invaders.name.production - theh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.init.glif index 5a90a43939..730c7b40bd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE9B - com.type-invaders.name.production - theh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.isol.glif index 0d8ffb7bb2..d02d3e41e3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFE99 - com.type-invaders.name.production - theh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.medi.glif index ca2f1e55f5..e6b1334bdc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE9C - com.type-invaders.name.production - theh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_alefMaksura-ar_.fina.glif deleted file mode 100644 index 6d10959897..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC7A - com.type-invaders.name.production - theh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..bd40da0fbb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_alefMaksura-ar_.glif deleted file mode 100644 index bf228ca4b4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC13 - com.type-invaders.name.production - theh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..0aab861e66 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_jeh-ar.fina.glif deleted file mode 100644 index 750d830039..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_jeh-ar.fina.glif +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0698.fina - com.type-invaders.name.production - theh_jeh-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..727da01b9b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_jeh-ar.fina.rlig.glif @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..d5f01bc02f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_jeh-ar.fina.short.glif deleted file mode 100644 index fd8ba4eabd..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0698.fina.short - com.type-invaders.name.production - theh_jeh-ar.fina.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_noon-ar.fina.glif deleted file mode 100644 index f1a392cf61..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC79 - com.type-invaders.name.production - theh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..e1738e2a84 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_reh-ar.fina.glif deleted file mode 100644 index 879a7ae152..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC76 - com.type-invaders.name.production - theh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..b3f90da045 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..88e34fc6a2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_reh-ar.fina.short.glif deleted file mode 100644 index a3486dedab..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC76.short - com.type-invaders.name.production - theh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_rreh-ar.fina.glif deleted file mode 100644 index 22bae48de6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0691.fina - com.type-invaders.name.production - theh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..9809489acd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..512844e2e3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_rreh-ar.fina.short.glif deleted file mode 100644 index 260b217e94..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0691.fina.short - com.type-invaders.name.production - theh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-ar.fina.glif deleted file mode 100644 index bb74a720d8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC7B - com.type-invaders.name.production - theh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..5cf700f7bd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-ar.glif deleted file mode 100644 index 2cd9145e75..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC14 - com.type-invaders.name.production - theh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..34c2b60b10 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-farsi.fina.glif deleted file mode 100644 index cbe3e4eee8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - theh_yehfarsi.fina - com.type-invaders.name.production - theh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..04a80394be --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-farsi.glif deleted file mode 100644 index 07548787b8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - theh_yehfarsi - com.type-invaders.name.production - theh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..a73accbfd5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 03e6c81b9d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0626.fina - com.type-invaders.name.production - theh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..305b709481 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yehHamzaabove-ar_.glif deleted file mode 100644 index bfb5d3fb63..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0626 - com.type-invaders.name.production - theh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..408e3b2d5d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_zain-ar.fina.glif deleted file mode 100644 index 1bb5c7d255..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC77 - com.type-invaders.name.production - theh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..b2b072f7f5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..9135006df5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_zain-ar.fina.short.glif deleted file mode 100644 index ac8afcf92e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/theh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC77.short - com.type-invaders.name.production - theh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thousandseparator-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thousandseparator-ar.glif index 8403e72895..ec5131dbbb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thousandseparator-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/thousandseparator-ar.glif @@ -10,12 +10,4 @@ - - - com.type-invaders.name.final - uni066C - com.type-invaders.name.production - thousandseparator-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/three-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/three-ar.glif index 9d5c50ac98..e3c2ba2973 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/three-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/three-ar.glif @@ -43,12 +43,4 @@ - - - com.type-invaders.name.final - uni0663 - com.type-invaders.name.production - three-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/three-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/three-persian.glif index ad79368a75..4ca01e0738 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/three-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/three-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F3 - com.type-invaders.name.production - three-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threeabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threeabove-ar.glif index d2645b0b21..c4377a0c89 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threeabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threeabove-ar.glif @@ -40,18 +40,10 @@ - + - + - - - com.type-invaders.name.final - threeabovear - com.type-invaders.name.production - threeabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedots-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedots-ar.glif index eabde3add9..b94fd6a3ac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedots-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedots-ar.glif @@ -4,15 +4,11 @@ - + - com.type-invaders.name.final - uni061E - com.type-invaders.name.production - threedots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsabove-ar.glif index 962a014d8f..3450cb4762 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsabove-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06DB - com.type-invaders.name.production - threedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsdownabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsdownabove-ar.glif index 91aecdfd13..4efc6e39f1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsdownabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsdownabove-ar.glif @@ -52,18 +52,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB8 - com.type-invaders.name.production - threedotsdownabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsdownbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsdownbelow-ar.glif index d89af357f6..fe6073ab76 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsdownbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsdownbelow-ar.glif @@ -52,18 +52,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB9 - com.type-invaders.name.production - threedotsdownbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsdowncenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsdowncenter-ar.glif index f112b1bc4c..b37cf8bf9a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsdowncenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsdowncenter-ar.glif @@ -51,15 +51,7 @@ - + - - - com.type-invaders.name.final - threedotsdowncenterar - com.type-invaders.name.production - threedotsdowncenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotshorizontalbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotshorizontalbelow-ar.glif index 1d0e7e296d..287cb46190 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotshorizontalbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotshorizontalbelow-ar.glif @@ -51,18 +51,10 @@ - + - + - - - com.type-invaders.name.final - threedotshoridownar - com.type-invaders.name.production - threedotshorizontalbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsupabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsupabove-ar.glif index 32eee993c4..8a16a55e9e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsupabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsupabove-ar.glif @@ -52,18 +52,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB6 - com.type-invaders.name.production - threedotsupabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsupbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsupbelow-ar.glif index 39897b7a3e..a32354855f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsupbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsupbelow-ar.glif @@ -52,18 +52,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB7 - com.type-invaders.name.production - threedotsupbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsupcenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsupcenter-ar.glif index 1429c14764..48861da67d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsupcenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threedotsupcenter-ar.glif @@ -51,15 +51,7 @@ - + - - - com.type-invaders.name.final - threedotsupcenterar - com.type-invaders.name.production - threedotsupcenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threeinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threeinferior.glif index e2397e2736..6597abed80 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threeinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/threeinferior.glif @@ -50,12 +50,4 @@ - - - com.type-invaders.name.final - uni2083 - com.type-invaders.name.production - threeinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tilde.alt01.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tilde.alt01.case.glif index 673d6537b9..97f1e38959 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tilde.alt01.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tilde.alt01.case.glif @@ -31,7 +31,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tilde.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tilde.alt01.glif index 7270ab0e8f..4f1ff2fd44 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tilde.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tilde.alt01.glif @@ -31,7 +31,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tilde.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tilde.case.glif index 795df64f09..d6d720ccaa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tilde.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tilde.case.glif @@ -31,7 +31,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tilde.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tilde.glif index 2bb2335cd9..3b9e988ad7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tilde.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tilde.glif @@ -32,7 +32,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tildecomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tildecomb.glif index 40c7357c2e..ce22315975 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tildecomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tildecomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0303 - com.type-invaders.name.production - tildecomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/toneloopabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/toneloopabove-ar.glif index 9575820b0d..08bf0402a6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/toneloopabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/toneloopabove-ar.glif @@ -46,18 +46,10 @@ - + - + - - - com.type-invaders.name.final - uni08EC - com.type-invaders.name.production - toneloopabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/toneloopbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/toneloopbelow-ar.glif index afc2b62f89..3a82abfb7d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/toneloopbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/toneloopbelow-ar.glif @@ -46,18 +46,10 @@ - + - + - - - com.type-invaders.name.final - uni08EF - com.type-invaders.name.production - toneloopbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/toneonedotabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/toneonedotabove-ar.glif index de13c00649..3d78f563a7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/toneonedotabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/toneonedotabove-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni08EA - com.type-invaders.name.production - toneonedotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/toneonedotbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/toneonedotbelow-ar.glif index 6af247657f..3f7b0ea46e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/toneonedotbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/toneonedotbelow-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni08ED - com.type-invaders.name.production - toneonedotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tonetwodotsabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tonetwodotsabove-ar.glif index 0db0cecec2..04f7aee9d5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tonetwodotsabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tonetwodotsabove-ar.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni08EB - com.type-invaders.name.production - tonetwodotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tonetwodotsbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tonetwodotsbelow-ar.glif index ebe9ab92cf..0b7d1be880 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tonetwodotsbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tonetwodotsbelow-ar.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni08EE - com.type-invaders.name.production - tonetwodotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh-ar.fina.glif index 3153b79539..c8a0537d38 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB67 - com.type-invaders.name.production - tteh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh-ar.glif index 2d6e26b85c..5bf2240c1f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0679 - com.type-invaders.name.production - tteh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh-ar.init.glif index 9ab8520200..e9a8c244f2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh-ar.init.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB68 - com.type-invaders.name.production - tteh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh-ar.medi.glif index c01074d439..78c8265148 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB69 - com.type-invaders.name.production - tteh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_alefMaksura-ar_.fina.glif deleted file mode 100644 index 2ceebfdda8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790649.fina - com.type-invaders.name.production - tteh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..25246c001c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_alefMaksura-ar_.glif deleted file mode 100644 index 3d41771c94..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_alefMaksura-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790649 - com.type-invaders.name.production - tteh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..86c4c17e6b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_jeh-ar.fina.glif deleted file mode 100644 index 5a1e183e99..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_jeh-ar.fina.glif +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790698.fina - com.type-invaders.name.production - tteh_jeh-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..cd0b8e9bd9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_jeh-ar.fina.rlig.glif @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_jeh-ar.fina.short.glif deleted file mode 100644 index b87fbb4052..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790698.fina.short - com.type-invaders.name.production - tteh_jeh-ar.fina.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_noon-ar.fina.glif deleted file mode 100644 index 3c79438aee..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_noon-ar.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790646.fina - com.type-invaders.name.production - tteh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..4a1549e351 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_noon-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_reh-ar.fina.glif deleted file mode 100644 index bad5ce1051..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_reh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790631.fina - com.type-invaders.name.production - tteh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..0a04ed5c29 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_reh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_reh-ar.fina.short.glif deleted file mode 100644 index 4feffe7ebd..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790631.fina.short - com.type-invaders.name.production - tteh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_rreh-ar.fina.glif deleted file mode 100644 index 56b03f1f5e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790691.fina - com.type-invaders.name.production - tteh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..84be94558e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_rreh-ar.fina.short.glif deleted file mode 100644 index cf6d927123..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790691.fina.short - com.type-invaders.name.production - tteh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-ar.fina.glif deleted file mode 100644 index c431173e67..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni0679064A.fina - com.type-invaders.name.production - tteh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..d8a3a52645 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-ar.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-ar.glif deleted file mode 100644 index 1f474a38e7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni0679064A - com.type-invaders.name.production - tteh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..17ea733d1c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-farsi.fina.glif deleted file mode 100644 index d43d36aeee..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - tteh_yehfarsi.fina - com.type-invaders.name.production - tteh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..e242fa00bc --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-farsi.glif deleted file mode 100644 index 151b6fdda7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - tteh_yehfarsi - com.type-invaders.name.production - tteh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..91c6e61ed7 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 1ef9fb7c1d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790626.fina - com.type-invaders.name.production - tteh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..628253bc26 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yehHamzaabove-ar_.glif deleted file mode 100644 index fbddc3adfb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790626 - com.type-invaders.name.production - tteh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..63345fe660 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_zain-ar.fina.glif deleted file mode 100644 index e4c3722bf6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_zain-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790632.fina - com.type-invaders.name.production - tteh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..d67d8869f3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_zain-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_zain-ar.fina.short.glif deleted file mode 100644 index adf9e2658f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790632.fina.short - com.type-invaders.name.production - tteh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteheh-ar.fina.glif index 0104b2133a..9e0c1c74b0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteheh-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB5F - com.type-invaders.name.production - tteheh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteheh-ar.glif index 70c2668525..ac3c67eea6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteheh-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni067A - com.type-invaders.name.production - tteheh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteheh-ar.init.glif index 1c14a9ab51..c1df4e80d3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteheh-ar.init.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB60 - com.type-invaders.name.production - tteheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteheh-ar.medi.glif index 564509bc3a..d23623739f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tteheh-ar.medi.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB61 - com.type-invaders.name.production - tteheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tugrik.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tugrik.glif index 1cc33548d4..9324d5b647 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tugrik.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/tugrik.glif @@ -30,12 +30,4 @@ - - - com.type-invaders.name.final - uni20AE - com.type-invaders.name.production - tugrik - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/two-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/two-ar.glif index 0566475874..5674ddec3e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/two-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/two-ar.glif @@ -26,12 +26,4 @@ - - - com.type-invaders.name.final - uni0662 - com.type-invaders.name.production - two-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/two-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/two-persian.glif index c9e7427183..504305b101 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/two-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/two-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F2 - com.type-invaders.name.production - two-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twoabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twoabove-ar.glif index f639526781..e57ec83182 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twoabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twoabove-ar.glif @@ -25,18 +25,10 @@ - + - + - - - com.type-invaders.name.final - twoabovear - com.type-invaders.name.production - twoabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotshorizontalabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotshorizontalabove-ar.glif index 0f3c047f23..723709e3b9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotshorizontalabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotshorizontalabove-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB4 - com.type-invaders.name.production - twodotshorizontalabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotshorizontalbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotshorizontalbelow-ar.glif index d4b4521ea7..c4a9d34cb1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotshorizontalbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotshorizontalbelow-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB5 - com.type-invaders.name.production - twodotshorizontalbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotshorizontalcenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotshorizontalcenter-ar.glif index c1b9b03eda..56b9de842a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotshorizontalcenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotshorizontalcenter-ar.glif @@ -35,15 +35,7 @@ - + - - - com.type-invaders.name.final - twodotshorizontalcenterar - com.type-invaders.name.production - twodotshorizontalcenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotsverticalabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotsverticalabove-ar.glif index 3f62e867ca..8abe09c623 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotsverticalabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotsverticalabove-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - uniFBBD - com.type-invaders.name.production - twodotsverticalabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotsverticalbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotsverticalbelow-ar.glif index f5e786a860..090eeb1145 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotsverticalbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotsverticalbelow-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - uniFBBE - com.type-invaders.name.production - twodotsverticalbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotsverticalcenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotsverticalcenter-ar.glif index 1ec5ce2016..84f8aa39e6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotsverticalcenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twodotsverticalcenter-ar.glif @@ -35,15 +35,7 @@ - + - - - com.type-invaders.name.final - twodotsverticalcenterar - com.type-invaders.name.production - twodotsverticalcenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twoinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twoinferior.glif index 2776ecdfe3..7895c42c2c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twoinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/twoinferior.glif @@ -32,12 +32,4 @@ - - - com.type-invaders.name.final - uni2082 - com.type-invaders.name.production - twoinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/u-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/u-ar.fina.glif index b9e72eb8ee..f8d9339b7f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/u-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/u-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFBD8 - com.type-invaders.name.production - u-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/u-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/u-ar.glif index a41f7b329a..c465e7136f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/u-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/u-ar.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06C7 - com.type-invaders.name.production - u-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/u.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/u.glif index f1fe1ea48f..b8ad3b75e7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/u.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/u.glif @@ -27,13 +27,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uHamzaabove-ar_.fina.glif index 378d5ae249..8c14fdfc6c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uHamzaabove-ar_.fina.glif @@ -2,12 +2,9 @@ + - - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni0677.fina - com.type-invaders.name.production - uHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uHamzaabove-ar_.glif index 955e881975..a852a7e175 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uHamzaabove-ar_.glif @@ -3,12 +3,9 @@ + - - - - @@ -22,15 +19,11 @@ - + - com.type-invaders.name.final - uni0677 - com.type-invaders.name.production - uHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uacute.glif index 72dd75c08d..79f7b3ff12 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uacute.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ucircumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ucircumflex.glif index 1715f94918..36f169e827 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ucircumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ucircumflex.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/udieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/udieresis.glif index cb64934907..d4d48e0555 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/udieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/udieresis.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ugrave.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ugrave.glif index d16a7f0280..e9392a8e76 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ugrave.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ugrave.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215A_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215A_.glif index 4a32f546c2..93193cc5cd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215A_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215A_.glif @@ -1,6 +1,7 @@ + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215B_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215B_.glif index 90a58c0c34..56f98fc830 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215B_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215B_.glif @@ -1,6 +1,7 @@ + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215C_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215C_.glif index d04ff6a917..fab4c34c58 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215C_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215C_.glif @@ -1,6 +1,7 @@ + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215D_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215D_.glif index 98523b8633..221bb3386c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215D_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215D_.glif @@ -1,6 +1,7 @@ + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215E_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215E_.glif index 175706b11a..d740ec7f64 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215E_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uni215E_.glif @@ -1,6 +1,7 @@ + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uniFBBC____.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uniFBBC____.glif index 661c12dd52..85d596206f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uniFBBC____.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uniFBBC____.glif @@ -1,6 +1,7 @@ + @@ -15,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uniFBC0___.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uniFBC0___.glif index 1a2be9ea26..a5c2461b47 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uniFBC0___.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/uniFBC0___.glif @@ -1,13 +1,14 @@ + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/v.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/v.glif index 3662ccc259..567385a4f8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/v.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/v.glif @@ -16,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/vabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/vabove-ar.glif index 63de813520..361511b0dc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/vabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/vabove-ar.glif @@ -14,18 +14,10 @@ - + - + - - - com.type-invaders.name.final - uni065A - com.type-invaders.name.production - vabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/vbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/vbelow-ar.glif index 174aef9b5b..b9c8a8c687 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/vbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/vbelow-ar.glif @@ -13,18 +13,10 @@ - + - + - - - com.type-invaders.name.final - vbelowar - com.type-invaders.name.production - vbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ve-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ve-ar.fina.glif index 603bb699cb..5aa28ced27 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ve-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ve-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFBDF - com.type-invaders.name.production - ve-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ve-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ve-ar.glif index 1c95354f65..9fe8c9745a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ve-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ve-ar.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06CB - com.type-invaders.name.production - ve-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh-ar.fina.glif index d962185a5f..d969159e5a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh-ar.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB6B - com.type-invaders.name.production - veh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh-ar.glif index c15183b0c7..eb12f491f4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh-ar.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06A4 - com.type-invaders.name.production - veh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh-ar.init.glif index 39393f9fdd..f21fb574c3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB6C - com.type-invaders.name.production - veh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh-ar.medi.glif index 55bc904243..6296a7483c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB6D - com.type-invaders.name.production - veh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_alefMaksura-ar_.glif deleted file mode 100644 index 2a7ead6d78..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_alefMaksura-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06A40649 - com.type-invaders.name.production - veh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..11a84acc28 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yeh-ar.glif deleted file mode 100644 index 3dea44c0a0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06A4064A - com.type-invaders.name.production - veh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..4f8daabe17 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yeh-farsi.glif deleted file mode 100644 index 7d76a567dd..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - veh_yehfarsi - com.type-invaders.name.production - veh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..e8239b4cc0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yehHamzaabove-ar_.glif deleted file mode 100644 index 06fed5c1cc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06A40626 - com.type-invaders.name.production - veh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..0b00d7a77a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/veh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/verseComma-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/verseComma-ar_.glif index f1aaf00a7f..6a1432af25 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/verseComma-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/verseComma-ar_.glif @@ -41,12 +41,4 @@ - - - com.type-invaders.name.final - uni060E - com.type-invaders.name.production - verseComma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/vinvertedabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/vinvertedabove-ar.glif index 77cd73c9cd..cb8855e125 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/vinvertedabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/vinvertedabove-ar.glif @@ -14,18 +14,10 @@ - + - + - - - com.type-invaders.name.final - uni065B - com.type-invaders.name.production - vinvertedabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/vinvertedbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/vinvertedbelow-ar.glif index c0b8694c36..7af868407d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/vinvertedbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/vinvertedbelow-ar.glif @@ -13,18 +13,10 @@ - + - + - - - com.type-invaders.name.final - vinvertedbelowar - com.type-invaders.name.production - vinvertedbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/w.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/w.glif index 4a4c213764..fde0e23ec0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/w.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/w.glif @@ -28,10 +28,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wasla-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wasla-ar.glif index 4e8da91bbc..54b4481e50 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wasla-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wasla-ar.glif @@ -40,18 +40,10 @@ - + - + - - - com.type-invaders.name.final - waslaar - com.type-invaders.name.production - wasla-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wavyhamza_above-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wavyhamza_above-ar.glif index dd5d1dda5b..e1ee6926c3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wavyhamza_above-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wavyhamza_above-ar.glif @@ -35,18 +35,10 @@ - + - + - - - com.type-invaders.name.final - wavyhamza_abovear - com.type-invaders.name.production - wavyhamza_above-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wavyhamzabelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wavyhamzabelow-ar.glif index 4cd90672b5..c19e0755f9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wavyhamzabelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wavyhamzabelow-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - uni065F - com.type-invaders.name.production - wavyhamzabelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/waw-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/waw-ar.fina.glif index 2a95aa9520..177e06f369 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/waw-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/waw-ar.fina.glif @@ -41,9 +41,6 @@ - - - @@ -60,12 +57,4 @@ - - - com.type-invaders.name.final - uniFEEE - com.type-invaders.name.production - waw-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/waw-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/waw-ar.glif index 247577868c..919af65dcf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/waw-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/waw-ar.glif @@ -43,9 +43,6 @@ - - - @@ -62,12 +59,4 @@ - - - com.type-invaders.name.final - uni0648 - com.type-invaders.name.production - waw-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/waw-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/waw-ar.isol.glif index a0c16ba1ba..45a2c7b5d2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/waw-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/waw-ar.isol.glif @@ -4,31 +4,9 @@ - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEED - com.type-invaders.name.production - waw-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawDotabove-ar_.fina.glif index 4e0a0b7951..fe8d1ee733 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawDotabove-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -20,15 +17,11 @@ - + - com.type-invaders.name.final - uni06CF.fina - com.type-invaders.name.production - wawDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawDotabove-ar_.glif index 91b2c8261f..833351794d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawDotabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06CF - com.type-invaders.name.production - wawDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawDotcenter-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawDotcenter-ar_.fina.glif index d757adc1d5..97bff580df 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawDotcenter-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawDotcenter-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -25,10 +22,6 @@ - com.type-invaders.name.final - uni08AB.fina - com.type-invaders.name.production - wawDotcenter-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawDotcenter-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawDotcenter-ar_.glif index 86a2a2e5d6..bbadd9d06a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawDotcenter-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawDotcenter-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -26,10 +23,6 @@ - com.type-invaders.name.final - uni08AB - com.type-invaders.name.production - wawDotcenter-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawHamzaabove-ar_.fina.glif index e08d9fc556..784b757987 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawHamzaabove-ar_.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFE86 - com.type-invaders.name.production - wawHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawHamzaabove-ar_.glif index 80f7bab141..7d6249371d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawHamzaabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni0624 - com.type-invaders.name.production - wawHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawHamzaabove-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawHamzaabove-ar_.isol.glif index 316bdc4251..cd0078039a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawHamzaabove-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawHamzaabove-ar_.isol.glif @@ -5,28 +5,9 @@ - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFE85 - com.type-invaders.name.production - wawHamzaabove-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawSmall-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawSmall-ar_.glif index a2fe9a1cff..38f6e2a66c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawSmall-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawSmall-ar_.glif @@ -43,12 +43,4 @@ - - - com.type-invaders.name.final - uni06E5 - com.type-invaders.name.production - wawSmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawThreeAbove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawThreeAbove-ar__.fina.glif index cdcb3f9d6d..a50053e64d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawThreeAbove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawThreeAbove-ar__.fina.glif @@ -4,9 +4,6 @@ - - - @@ -19,13 +16,12 @@ + + + - com.type-invaders.name.final - uni0779.fina - com.type-invaders.name.production - wawThreeAbove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawThreeAbove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawThreeAbove-ar__.glif index f8a3bb0d9c..63b19724a0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawThreeAbove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawThreeAbove-ar__.glif @@ -5,9 +5,6 @@ - - - @@ -20,13 +17,12 @@ + + + - com.type-invaders.name.final - uni0779 - com.type-invaders.name.production - wawThreeAbove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawTwoabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawTwoabove-ar_.fina.glif index 538e2230dd..8164266a17 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawTwoabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawTwoabove-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -19,13 +16,12 @@ + + + - com.type-invaders.name.final - uni0778.fina - com.type-invaders.name.production - wawTwoabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawTwoabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawTwoabove-ar_.glif index 1aa1bd551b..7482f5e674 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawTwoabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawTwoabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -20,13 +17,12 @@ + + + - com.type-invaders.name.final - uni0778 - com.type-invaders.name.production - wawTwoabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawTwodots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawTwodots-ar_.fina.glif index fda3b5b7ff..d17c7ea3a9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawTwodots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawTwodots-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -20,15 +17,11 @@ - + - com.type-invaders.name.final - uni06CA.fina - com.type-invaders.name.production - wawTwodots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawTwodots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawTwodots-ar_.glif index 3f2ec02c15..bdd3234e8c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawTwodots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawTwodots-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06CA - com.type-invaders.name.production - wawTwodots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawring-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawring-ar.fina.glif index 1dc02f0491..a0e985c5bb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawring-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawring-ar.fina.glif @@ -68,13 +68,20 @@ + + + + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06C4.fina - com.type-invaders.name.production - wawring-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawring-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawring-ar.glif index a16a37d943..2880a3629c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawring-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/wawring-ar.glif @@ -71,13 +71,20 @@ + + + + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06C4 - com.type-invaders.name.production - wawring-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/won.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/won.glif index 97e7c41813..02420aebf4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/won.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/won.glif @@ -62,12 +62,4 @@ - - - com.type-invaders.name.final - uni20A9 - com.type-invaders.name.production - won - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/x.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/x.glif index 07ccc742bb..75e1c4124f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/x.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/x.glif @@ -20,10 +20,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/y.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/y.glif index 54412d5111..f02a6e28d2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/y.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/y.glif @@ -22,10 +22,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yacute.glif index a4c137c652..d445babebe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yacute.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ydieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ydieresis.glif index 7b56e2e744..ed972512ab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ydieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/ydieresis.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/year-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/year-ar.glif index 7be556adde..c3a77f73ef 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/year-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/year-ar.glif @@ -60,12 +60,4 @@ - - - com.type-invaders.name.final - uni0601 - com.type-invaders.name.production - year-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.fina.glif index 97b18e6837..f6ca4d91ed 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uniFEF2 - com.type-invaders.name.production - yeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.glif index 2e2d20613a..0da359ea64 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uni064A - com.type-invaders.name.production - yeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.init.glif index fd1cef7815..2f172c49bf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.init.glif @@ -3,10 +3,10 @@ - + - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFEF3 - com.type-invaders.name.production - yeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.isol.glif index 80a0105bbc..c89222d016 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.isol.glif @@ -5,25 +5,9 @@ - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF1 - com.type-invaders.name.production - yeh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.medi.glif index 1d0fd7a4cd..ea5ad914af 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFEF4 - com.type-invaders.name.production - yeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-farsi.fina.glif index 8f15a5dde4..2b2fe21f31 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-farsi.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-farsi.fina.glif @@ -13,19 +13,12 @@ - - - - com.type-invaders.name.final - uniFBFD - com.type-invaders.name.production - yeh-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-farsi.glif index 9406d96b48..67ce9416cf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-farsi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-farsi.glif @@ -13,19 +13,12 @@ - - - - com.type-invaders.name.final - uni06CC - com.type-invaders.name.production - yeh-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-farsi.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-farsi.init.glif index 720e8ee9a2..021304c5da 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-farsi.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-farsi.init.glif @@ -3,10 +3,10 @@ - + - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFBFE - com.type-invaders.name.production - yeh-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-farsi.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-farsi.medi.glif index 591e30a51c..684220e72c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-farsi.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh-farsi.medi.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFBFF - com.type-invaders.name.production - yeh-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehFourbelow-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehFourbelow-farsi_.fina.glif index 53dd50a36f..680a4da381 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehFourbelow-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehFourbelow-farsi_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,19 +13,12 @@ - - - - com.type-invaders.name.final - uni0777.fina - com.type-invaders.name.production - yehFourbelow-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehFourbelow-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehFourbelow-farsi_.glif index 2ea7cdc029..c1fc0d8d6f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehFourbelow-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehFourbelow-farsi_.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uni0777 - com.type-invaders.name.production - yehFourbelow-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehFourbelow-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehFourbelow-farsi_.init.glif index f69800e222..4d93d68a15 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehFourbelow-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehFourbelow-farsi_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0777.init - com.type-invaders.name.production - yehFourbelow-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehFourbelow-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehFourbelow-farsi_.medi.glif index 7d53f2f073..bbb9d4ba66 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehFourbelow-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehFourbelow-farsi_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0777.medi - com.type-invaders.name.production - yehFourbelow-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.fina.glif index bf7e926544..c0fad669c2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.fina.glif @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uniFE8A - com.type-invaders.name.production - yehHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.glif index 1e503fd0b2..3dce1ef9ab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.glif @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni0626 - com.type-invaders.name.production - yehHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.init.glif index 1498ce038c..a5d7bb0f22 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE8B - com.type-invaders.name.production - yehHamzaabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.isol.glif index c59325bb43..6beb984204 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.isol.glif @@ -5,25 +5,9 @@ - - - - - - - - - - - - - com.type-invaders.name.final - uniFE89 - com.type-invaders.name.production - yehHamzaabove-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.medi.glif index 321698a6cc..961c0a29c4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove-ar_.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE8C - com.type-invaders.name.production - yehHamzaabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.glif deleted file mode 100644 index 5bcca737ef..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC68 - com.type-invaders.name.production - yehHamzaabove_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..665714f499 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.glif deleted file mode 100644 index 6b595eccd8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC03 - com.type-invaders.name.production - yehHamzaabove_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..bef84cf237 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__jeh-ar.fina.glif deleted file mode 100644 index c659e56ce1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260698.fina - com.type-invaders.name.production - yehHamzaabove_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..bf653eb3b6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..f1e7ae523a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__jeh-ar.fina.short.glif deleted file mode 100644 index 2e32ba8e1b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260698.fina.short - com.type-invaders.name.production - yehHamzaabove_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__noon-ar.fina.glif deleted file mode 100644 index 60569959a6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC67 - com.type-invaders.name.production - yehHamzaabove_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..e43be481c3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__reh-ar.fina.glif deleted file mode 100644 index f74c17ca9c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC64 - com.type-invaders.name.production - yehHamzaabove_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..9bb3d5b924 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..57b5289b5c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__reh-ar.fina.short.glif deleted file mode 100644 index 031d2db6ff..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC64.short - com.type-invaders.name.production - yehHamzaabove_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__rreh-ar.fina.glif deleted file mode 100644 index 5b5dd324b2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260691.fina - com.type-invaders.name.production - yehHamzaabove_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..b43431e109 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..893a9b108f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__rreh-ar.fina.short.glif deleted file mode 100644 index 0280699daa..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260691.fina.short - com.type-invaders.name.production - yehHamzaabove_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-ar.fina.glif deleted file mode 100644 index 611ffa7a7d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC69 - com.type-invaders.name.production - yehHamzaabove_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..c7cb5a91b7 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-ar.glif deleted file mode 100644 index 94160547c1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC04 - com.type-invaders.name.production - yehHamzaabove_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-ar.rlig.glif new file mode 100644 index 0000000000..20750539bb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.glif deleted file mode 100644 index 07d4e7980d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yehHamzaabove_yehfarsi.fina - com.type-invaders.name.production - yehHamzaabove_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..8e0ab92b55 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-farsi.glif deleted file mode 100644 index e5737e4c3e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yehHamzaabove_yehfarsi - com.type-invaders.name.production - yehHamzaabove_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-farsi.rlig.glif new file mode 100644 index 0000000000..9815d27134 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.glif deleted file mode 100644 index ea7ba91169..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260626.fina - com.type-invaders.name.production - yehHamzaabove_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..72c84cdc5c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.glif deleted file mode 100644 index 79a6a03110..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260626 - com.type-invaders.name.production - yehHamzaabove_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..8a950e71f2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__zain-ar.fina.glif deleted file mode 100644 index bad0132ae3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC65 - com.type-invaders.name.production - yehHamzaabove_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..f04fc6e4b8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..41bcb1df95 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__zain-ar.fina.short.glif deleted file mode 100644 index 803dbb1ef8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehHamzaabove__zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC65.short - com.type-invaders.name.production - yehHamzaabove_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehKashmiri-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehKashmiri-ar_.fina.glif index 3534e96537..e1a077768a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehKashmiri-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehKashmiri-ar_.fina.glif @@ -58,13 +58,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0620.fina - com.type-invaders.name.production - yehKashmiri-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehKashmiri-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehKashmiri-ar_.glif index c8f62e5dfb..48ac16f57c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehKashmiri-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehKashmiri-ar_.glif @@ -75,13 +75,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0620 - com.type-invaders.name.production - yehKashmiri-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehKashmiri-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehKashmiri-ar_.init.glif index ce0b79d246..7b868ce6f3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehKashmiri-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehKashmiri-ar_.init.glif @@ -49,13 +49,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0620.init - com.type-invaders.name.production - yehKashmiri-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehKashmiri-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehKashmiri-ar_.medi.glif index aa8e358bf8..25ee3ef783 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehKashmiri-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehKashmiri-ar_.medi.glif @@ -52,13 +52,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0620.medi - com.type-invaders.name.production - yehKashmiri-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehRohingya_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehRohingya_.glif index 184ed1c6ce..37024adef3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehRohingya_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehRohingya_.glif @@ -85,18 +85,10 @@ - + - - - com.type-invaders.name.final - uni08AC - com.type-invaders.name.production - yehRohingya - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTail-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTail-ar_.fina.glif index 3be4311e42..ad5a9ebf36 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTail-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTail-ar_.fina.glif @@ -35,9 +35,6 @@ - - - @@ -51,12 +48,4 @@ - - - com.type-invaders.name.final - uni06CD.fina - com.type-invaders.name.production - yehTail-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTail-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTail-ar_.glif index 3e6d3bbb24..3ee828671b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTail-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTail-ar_.glif @@ -52,9 +52,6 @@ - - - @@ -68,12 +65,4 @@ - - - com.type-invaders.name.final - uni06CD - com.type-invaders.name.production - yehTail-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreeabove-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreeabove-farsi_.fina.glif index 2fb4bc71ca..9eeadae0f1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreeabove-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreeabove-farsi_.fina.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0776.fina - com.type-invaders.name.production - yehThreeabove-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreeabove-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreeabove-farsi_.glif index 104f5c4df4..42728e9000 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreeabove-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreeabove-farsi_.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0776 - com.type-invaders.name.production - yehThreeabove-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreeabove-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreeabove-farsi_.init.glif index 2182224109..90a1cdb1e7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreeabove-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreeabove-farsi_.init.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni0776.init - com.type-invaders.name.production - yehThreeabove-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreeabove-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreeabove-farsi_.medi.glif index e26ad15e9a..fa2b33f591 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreeabove-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreeabove-farsi_.medi.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni0776.medi - com.type-invaders.name.production - yehThreeabove-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsabove-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsabove-farsi_.fina.glif index 5a2aae4b15..1c041c9178 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsabove-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsabove-farsi_.fina.glif @@ -2,8 +2,8 @@ - + @@ -14,18 +14,11 @@ - - - - + - com.type-invaders.name.final - uni063F.fina - com.type-invaders.name.production - yehThreedotsabove-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsabove-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsabove-farsi_.glif index 1a5b38c09b..2fa244ba92 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsabove-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsabove-farsi_.glif @@ -3,8 +3,8 @@ - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni063F - com.type-invaders.name.production - yehThreedotsabove-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsabove-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsabove-farsi_.init.glif index 5fbbdb4b28..55429049f4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsabove-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsabove-farsi_.init.glif @@ -2,11 +2,11 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063F.init - com.type-invaders.name.production - yehThreedotsabove-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsabove-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsabove-farsi_.medi.glif index 015d81ec38..ee18624cef 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsabove-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsabove-farsi_.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063F.medi - com.type-invaders.name.production - yehThreedotsabove-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsbelow-ar_.fina.glif index b987070715..63c89ecfcc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,19 +13,12 @@ - - - - com.type-invaders.name.final - uni06D1.fina - com.type-invaders.name.production - yehThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsbelow-ar_.glif index 51cc840f85..737fcd1bfa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehThreedotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uni06D1 - com.type-invaders.name.production - yehThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwoabove-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwoabove-farsi_.fina.glif index 7f9b7836e3..ac2ff4895e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwoabove-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwoabove-farsi_.fina.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0775.fina - com.type-invaders.name.production - yehTwoabove-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwoabove-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwoabove-farsi_.glif index 79472a5dbe..fe5bd26d7d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwoabove-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwoabove-farsi_.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0775 - com.type-invaders.name.production - yehTwoabove-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwoabove-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwoabove-farsi_.init.glif index 12f0601295..f2bc8ce71f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwoabove-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwoabove-farsi_.init.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni0775.init - com.type-invaders.name.production - yehTwoabove-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwoabove-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwoabove-farsi_.medi.glif index 0fe2d08945..fc766554fd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwoabove-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwoabove-farsi_.medi.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni0775.medi - com.type-invaders.name.production - yehTwoabove-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsabove-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsabove-farsi_.fina.glif index dbb77d459c..50eafc868a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsabove-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsabove-farsi_.fina.glif @@ -2,8 +2,8 @@ - + @@ -14,18 +14,11 @@ - - - - + - com.type-invaders.name.final - uni063E.fina - com.type-invaders.name.production - yehTwodotsabove-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsabove-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsabove-farsi_.glif index d80e7229de..8a2599f84c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsabove-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsabove-farsi_.glif @@ -3,8 +3,8 @@ - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni063E - com.type-invaders.name.production - yehTwodotsabove-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsabove-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsabove-farsi_.init.glif index dd69df14b1..1c7f4fcab5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsabove-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsabove-farsi_.init.glif @@ -2,11 +2,11 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063E.init - com.type-invaders.name.production - yehTwodotsabove-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsabove-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsabove-farsi_.medi.glif index ee083b2c15..479933f883 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsabove-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsabove-farsi_.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063E.medi - com.type-invaders.name.production - yehTwodotsabove-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowDotabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowDotabove-ar__.fina.glif index 17e47f07d4..8d07190186 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowDotabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowDotabove-ar__.fina.glif @@ -3,10 +3,10 @@ - + - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni08A9.fina - com.type-invaders.name.production - yehTwodotsbelowDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowDotabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowDotabove-ar__.glif index deb585e1a9..dd3eabdb31 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowDotabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowDotabove-ar__.glif @@ -4,10 +4,10 @@ - + - + @@ -16,18 +16,11 @@ - - - - + - com.type-invaders.name.final - uni08A9 - com.type-invaders.name.production - yehTwodotsbelowDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowDotabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowDotabove-ar__.init.glif index e4967ea751..11e040a98d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowDotabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowDotabove-ar__.init.glif @@ -2,11 +2,11 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni08A9.init - com.type-invaders.name.production - yehTwodotsbelowDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowDotabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowDotabove-ar__.medi.glif index 7f5b20a6a4..bcd2dac939 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowDotabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowDotabove-ar__.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni08A9.medi - com.type-invaders.name.production - yehTwodotsbelowDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.fina.glif index 9519a2e5d5..f3bd2230cc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.fina.glif @@ -3,10 +3,10 @@ - + - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni08A8.fina - com.type-invaders.name.production - yehTwodotsbelowHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.glif index 23ca54e975..e6adab19bf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.glif @@ -4,10 +4,10 @@ - + - + @@ -16,18 +16,11 @@ - - - - + - com.type-invaders.name.final - uni08A8 - com.type-invaders.name.production - yehTwodotsbelowHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.init.glif index 7fc33c76d8..935696163b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.init.glif @@ -2,11 +2,11 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni08A8.init - com.type-invaders.name.production - yehTwodotsbelowHamzaabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.medi.glif index 682278ff57..b615072b24 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni08A8.medi - com.type-invaders.name.production - yehTwodotsbelowHamzaabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVabove-ar_.fina.glif index ebcbb9a0c2..5e8bd5f226 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVabove-ar_.fina.glif @@ -2,8 +2,8 @@ - + @@ -14,18 +14,11 @@ - - - - + - com.type-invaders.name.final - uni06CE.fina - com.type-invaders.name.production - yehVabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVabove-ar_.glif index ae621f0676..2e47261992 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVabove-ar_.glif @@ -3,8 +3,8 @@ - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni06CE - com.type-invaders.name.production - yehVabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVabove-ar_.init.glif index 400018a416..95c93cc03d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVabove-ar_.init.glif @@ -2,11 +2,11 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni06CE.init - com.type-invaders.name.production - yehVabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVabove-ar_.medi.glif index 125e4e9048..9f8d7eaab5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVabove-ar_.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni06CE.medi - com.type-invaders.name.production - yehVabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVinverted-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVinverted-farsi_.fina.glif index 772b381dd1..99cdde82ad 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVinverted-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVinverted-farsi_.fina.glif @@ -2,8 +2,8 @@ - + @@ -14,18 +14,11 @@ - - - - + - com.type-invaders.name.final - uni063D.fina - com.type-invaders.name.production - yehVinverted-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVinverted-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVinverted-farsi_.glif index 950a3ecc15..2c634dca19 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVinverted-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVinverted-farsi_.glif @@ -3,8 +3,8 @@ - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni063D - com.type-invaders.name.production - yehVinverted-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVinverted-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVinverted-farsi_.init.glif index f92f9b7206..b83316dc38 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVinverted-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVinverted-farsi_.init.glif @@ -2,11 +2,11 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063D.init - com.type-invaders.name.production - yehVinverted-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVinverted-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVinverted-farsi_.medi.glif index d940cdd349..477d1296a0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVinverted-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehVinverted-farsi_.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063D.medi - com.type-invaders.name.production - yehVinverted-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_alefMaksura-ar_.fina.glif deleted file mode 100644 index e8b66d3e67..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC95 - com.type-invaders.name.production - yeh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..db8a7d3fd8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_alefMaksura-ar_.glif deleted file mode 100644 index c5278521c9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC59 - com.type-invaders.name.production - yeh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..ec1a01c683 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-ar.fina.glif deleted file mode 100644 index c8f727646e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0698.fina - com.type-invaders.name.production - yeh_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..35b14d449e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..e48a78cf78 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-ar.fina.short.glif deleted file mode 100644 index 50a01f90d6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0698.fina.short - com.type-invaders.name.production - yeh_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-farsi.fina.glif deleted file mode 100644 index 993a0f8305..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-farsi.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_jehfarsi.fina - com.type-invaders.name.production - yeh_jeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..4cf4ac8d9c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-farsi.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-farsi.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-farsi.fina.rlig.short.glif new file mode 100644 index 0000000000..c6a9514937 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-farsi.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-farsi.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-farsi.fina.short.glif deleted file mode 100644 index d260377235..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_jeh-farsi.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_jehfarsi.fina.short - com.type-invaders.name.production - yeh_jeh-farsi.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_noon-ar.fina.glif deleted file mode 100644 index 1e64eb06d4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC94 - com.type-invaders.name.production - yeh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..7d93e74db1 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_noon-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_noon-farsi.fina.glif deleted file mode 100644 index cd519fdc7d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_noon-farsi.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_noonfarsi.fina - com.type-invaders.name.production - yeh_noon-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_noon-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_noon-farsi.fina.rlig.glif new file mode 100644 index 0000000000..bfad98462b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_noon-farsi.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-ar.fina.glif deleted file mode 100644 index 11ab54e097..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC91 - com.type-invaders.name.production - yeh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..96e95e64f6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..2bdbbc1507 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-ar.fina.short.glif deleted file mode 100644 index 37fa2712dc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC91.short - com.type-invaders.name.production - yeh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-farsi.fina.glif deleted file mode 100644 index 29b9690f09..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_rehfarsi.fina - com.type-invaders.name.production - yeh_reh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..629eb40bc9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-farsi.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-farsi.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-farsi.fina.rlig.short.glif new file mode 100644 index 0000000000..380d993c4d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-farsi.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-farsi.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-farsi.fina.short.glif deleted file mode 100644 index fc3ad229e0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_reh-farsi.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_rehfarsi.fina.short - com.type-invaders.name.production - yeh_reh-farsi.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-ar.fina.glif deleted file mode 100644 index f055a90793..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0691.fina - com.type-invaders.name.production - yeh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..d6e4173e2b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..497777332b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-ar.fina.short.glif deleted file mode 100644 index 58a66861fd..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0691.fina.short - com.type-invaders.name.production - yeh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-farsi.fina.glif deleted file mode 100644 index e7c5bb5a56..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-farsi.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_rrehfarsi.fina - com.type-invaders.name.production - yeh_rreh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..c1a642d6aa --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-farsi.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-farsi.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-farsi.fina.rlig.short.glif new file mode 100644 index 0000000000..8b5cb4e706 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-farsi.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-farsi.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-farsi.fina.short.glif deleted file mode 100644 index acf64ea621..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_rreh-farsi.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_rrehfarsi.fina.short - com.type-invaders.name.production - yeh_rreh-farsi.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-ar.fina.glif deleted file mode 100644 index d7860bac36..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC96 - com.type-invaders.name.production - yeh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..e66c562264 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-ar.glif deleted file mode 100644 index cb2421b909..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC5A - com.type-invaders.name.production - yeh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..1636f1a5b6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-farsi.fina.glif deleted file mode 100644 index 879bda48c9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06CC06CC.fina - com.type-invaders.name.production - yeh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..f779d71936 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-farsi.glif deleted file mode 100644 index c9a8f9bb10..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06CC06CC - com.type-invaders.name.production - yeh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..b746ad18e2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 7a146a9158..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0626.fina - com.type-invaders.name.production - yeh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..b1f11a8530 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yehHamzaabove-ar_.glif deleted file mode 100644 index 5168e45f7d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0626 - com.type-invaders.name.production - yeh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..3575d6bfd8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-ar.fina.glif deleted file mode 100644 index 73dc372f8d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC92 - com.type-invaders.name.production - yeh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..540c3f0ae9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..790c5674d8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-ar.fina.short.glif deleted file mode 100644 index 9b103d6144..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC92.short - com.type-invaders.name.production - yeh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-farsi.fina.glif deleted file mode 100644 index f4200da4aa..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-farsi.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_zainfarsi.fina - com.type-invaders.name.production - yeh_zain-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-farsi.fina.rlig.glif new file mode 100644 index 0000000000..e202d61d29 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-farsi.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-farsi.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-farsi.fina.rlig.short.glif new file mode 100644 index 0000000000..f8aa5ae4e8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-farsi.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-farsi.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-farsi.fina.short.glif deleted file mode 100644 index 1f298a6900..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yeh_zain-farsi.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_zainfarsi.fina.short - com.type-invaders.name.production - yeh_zain-farsi.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehabove-ar.glif index 8229b5a384..f79571c163 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehabove-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06E7 - com.type-invaders.name.production - yehabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.glif index 06fabdb5c8..861da7d960 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.glif @@ -30,12 +30,4 @@ - - - com.type-invaders.name.final - uniFBAF - com.type-invaders.name.production - yehbarree-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.short.glif index 598e7c3185..3a03e7b7da 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.short.glif @@ -29,12 +29,4 @@ - - - com.type-invaders.name.final - uniFBAF.short - com.type-invaders.name.production - yehbarree-ar.fina.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.short2.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.short2.glif index cd960c0f3f..219abcea8e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.short2.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.short2.glif @@ -29,12 +29,4 @@ - - - com.type-invaders.name.final - uniFBAF.short2 - com.type-invaders.name.production - yehbarree-ar.fina.short2 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.short3.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.short3.glif index e4b53fbce5..fb7702d06c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.short3.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.short3.glif @@ -29,12 +29,4 @@ - - - com.type-invaders.name.final - uniFBAF.short3 - com.type-invaders.name.production - yehbarree-ar.fina.short3 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.short4.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.short4.glif index ab8219e0d4..b04265e73a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.short4.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.fina.short4.glif @@ -29,12 +29,4 @@ - - - com.type-invaders.name.final - uniFBAF.short4 - com.type-invaders.name.production - yehbarree-ar.fina.short4 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.glif index 0ce5ff257d..31ca909606 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarree-ar.glif @@ -35,12 +35,4 @@ - - - com.type-invaders.name.final - uni06D2 - com.type-invaders.name.production - yehbarree-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.glif index ece2fca34b..88121564f6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFBB1 - com.type-invaders.name.production - yehbarreeHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short.glif index adc0e232b0..9cea83a608 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uniFBB1.short - com.type-invaders.name.production - yehbarreeHamzaabove-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short2.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short2.glif index 84a437448f..252ec5dedb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short2.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short2.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uniFBB1.short2 - com.type-invaders.name.production - yehbarreeHamzaabove-ar.fina.short2 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short3.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short3.glif index 536abfc183..62793286cf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short3.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short3.glif @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uniFBB1.short3 - com.type-invaders.name.production - yehbarreeHamzaabove-ar.fina.short3 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short4.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short4.glif index 81e27bede3..986b10693a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short4.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short4.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uniFBB1.short4 - com.type-invaders.name.production - yehbarreeHamzaabove-ar.fina.short4 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.glif index e8567b7486..7a5014e3eb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeHamzaabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06D3 - com.type-invaders.name.production - yehbarreeHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.glif index e44238ff96..8a3750356b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077B.fina - com.type-invaders.name.production - yehbarreeThreeabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short.glif index c6e64907e7..5dfb8b9023 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077B.fina.short - com.type-invaders.name.production - yehbarreeThreeabove-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short2.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short2.glif index c9c2bdeb40..554ba2c4a3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short2.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short2.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077B.fina.short2 - com.type-invaders.name.production - yehbarreeThreeabove-ar.fina.short2 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short3.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short3.glif index 8ea88be1ab..ca3bb2bf5a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short3.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short3.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077B.fina.short3 - com.type-invaders.name.production - yehbarreeThreeabove-ar.fina.short3 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short4.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short4.glif index f1806007d1..674991c144 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short4.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short4.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077B.fina.short4 - com.type-invaders.name.production - yehbarreeThreeabove-ar.fina.short4 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.glif index 02cd1b0f12..ca4c0c175b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uni077B - com.type-invaders.name.production - yehbarreeThreeabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.init.glif index 2c148d4726..ae69367b47 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.init.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni077B.init - com.type-invaders.name.production - yehbarreeThreeabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.medi.glif index 87ba959cc3..795917f875 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeThreeabove-ar_.medi.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni077B.medi - com.type-invaders.name.production - yehbarreeThreeabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.glif index 294bd0c0ad..133d27f4f6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077A.fina - com.type-invaders.name.production - yehbarreeTwoabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short.glif index c31b8c6dfe..44303a106f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077A.fina.short - com.type-invaders.name.production - yehbarreeTwoabove-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short2.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short2.glif index 452917601f..d640b64bc3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short2.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short2.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077A.fina.short2 - com.type-invaders.name.production - yehbarreeTwoabove-ar.fina.short2 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short3.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short3.glif index c1bdd9ae99..9a19ac211f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short3.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short3.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077A.fina.short3 - com.type-invaders.name.production - yehbarreeTwoabove-ar.fina.short3 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short4.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short4.glif index fa75253dd0..9e5bf7e1d2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short4.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short4.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077A.fina.short4 - com.type-invaders.name.production - yehbarreeTwoabove-ar.fina.short4 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.glif index 6ec6fa3b05..24fd1d3834 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uni077A - com.type-invaders.name.production - yehbarreeTwoabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.init.glif index 8b0b3841eb..d6231dd51e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.init.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni077A.init - com.type-invaders.name.production - yehbarreeTwoabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.medi.glif index a810cd70d2..578856a7a4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbarreeTwoabove-ar_.medi.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni077A.medi - com.type-invaders.name.production - yehbarreeTwoabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbelow-ar.glif index 779d239e4a..dc73a4b5a1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yehbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06E6 - com.type-invaders.name.production - yehbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yu-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yu-ar.fina.glif index d50437d477..c951fa3e70 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yu-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yu-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFBDC - com.type-invaders.name.production - yu-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yu-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yu-ar.glif index 961b21bd44..cc47b1b173 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yu-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/yu-ar.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06C8 - com.type-invaders.name.production - yu-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/z.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/z.glif index dee89fd80c..425286dece 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/z.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/z.glif @@ -16,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.fina.glif index 6ed3e6e42e..e51e2d8174 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.fina.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEC6 - com.type-invaders.name.production - zah-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.glif index d5766e20c0..d294d78cf4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni0638 - com.type-invaders.name.production - zah-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.init.glif index d252bbe2c3..982387e21a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.init.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEC7 - com.type-invaders.name.production - zah-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.isol.glif index 1031471c79..d328f24dbd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFEC5 - com.type-invaders.name.production - zah-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.medi.glif index 0b4b3cfb46..ff8759b291 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zah-ar.medi.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEC8 - com.type-invaders.name.production - zah-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.fina.glif index 91965cc8a8..c321a29235 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uniFEB0 - com.type-invaders.name.production - zain-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.fina.short.glif index 4861b48421..afb8d15b4c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.fina.short.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uniFEB0.short - com.type-invaders.name.production - zain-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.glif index 102140511a..f008c97fef 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0632 - com.type-invaders.name.production - zain-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.isol.glif index 35e810c22c..ceb8dd1cb5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.isol.glif @@ -5,22 +5,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEAF - com.type-invaders.name.production - zain-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.short.glif index d132d386e7..d4fabf8035 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zain-ar.short.glif @@ -38,9 +38,6 @@ - - - @@ -51,12 +48,4 @@ - - - com.type-invaders.name.final - uni0632.short - com.type-invaders.name.production - zain-ar.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zainabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zainabove-ar.glif index b818f9c625..12fd439f8e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zainabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zainabove-ar.glif @@ -40,18 +40,10 @@ - + - + - - - com.type-invaders.name.final - uni0617 - com.type-invaders.name.production - zainabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zcaron.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zcaron.glif index d2cddb402f..9420d3df43 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zcaron.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zcaron.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zero-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zero-ar.glif index bd4f80ea4e..02b29c69ae 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zero-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zero-ar.glif @@ -20,12 +20,4 @@ - - - com.type-invaders.name.final - uni0660 - com.type-invaders.name.production - zero-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zero-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zero-persian.glif index f4cbcae31c..d890381c99 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zero-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zero-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F0 - com.type-invaders.name.production - zero-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zeroinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zeroinferior.glif index 752abd1d5c..8fd01929de 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zeroinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zeroinferior.glif @@ -34,12 +34,4 @@ - - - com.type-invaders.name.final - uni2080 - com.type-invaders.name.production - zeroinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zerosuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zerosuperior.glif index b0cebfb277..55f497aa03 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zerosuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/glyphs/zerosuperior.glif @@ -34,12 +34,4 @@ - - - com.type-invaders.name.final - uni2070 - com.type-invaders.name.production - zerosuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/groups.plist b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/groups.plist new file mode 100644 index 0000000000..39730859d9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/groups.plist @@ -0,0 +1,906 @@ + + + + + @MMK_L_arab_ain + + ain-ar + ghain-ar + ain-ar.short + ghain-ar.short + + @MMK_L_arab_alef + + alef-ar + alefHamzabelow-ar + alefWavyhamzabelow-ar + highhamzaAlef-ar + alef-ar.fina + alefHamzabelow-ar.fina + alefWavyhamzabelow-ar.fina + alef-ar.short + alefFathatan-ar + alef-ar.fina.short + alefFathatan-ar.fina + highhamzaAlef-ar.fina + + @MMK_L_arab_alefHamzaabove + + alefHamzaabove-ar + alefHamzaabove-ar.fina + + @MMK_L_arab_alefMadda + + alefWavyhamzaabove-ar + alefMadda-ar + alefWasla-ar + alefWavyhamzaabove-ar.fina + alefMadda-ar.fina + alefWasla-ar.fina + + @MMK_L_arab_alefMaksura + + alefMaksura-ar + yeh-ar + yehHamzaabove-ar + + @MMK_L_arab_hah + + hah-ar + jeem-ar + khah-ar + hah-ar.short + jeem-ar.short + khah-ar.short + + @MMK_L_arab_kaf_init + + gaf-ar + + @MMK_L_arab_lam_alef_rlig + + lam_alef-ar.rlig + lam_alefHamzaabove-ar.rlig + lam_alefHamzabelow-ar.rlig + lam_alefWavyhamzabelow-ar.rlig + + @MMK_L_arab_reh + + reh-ar + zain-ar + reh-ar.short + reh-ar.fina + zain-ar.fina + reh-ar.fina.short + zain-ar.fina.short + zain-ar.short + seen_reh-ar.rlig + seen_zain-ar.rlig + seen_rreh-ar.rlig + seen_jeh-ar.rlig + sheen_reh-ar.rlig + sheen_zain-ar.rlig + sheen_rreh-ar.rlig + sheen_jeh-ar.rlig + seen_reh-ar.fina.rlig + seen_zain-ar.fina.rlig + seen_rreh-ar.fina.rlig + seen_jeh-ar.fina.rlig + sheen_reh-ar.fina.rlig + sheen_zain-ar.fina.rlig + sheen_rreh-ar.fina.rlig + sheen_jeh-ar.fina.rlig + seen_reh-ar.fina.rlig.short + seen_zain-ar.fina.rlig.short + seen_rreh-ar.fina.rlig.short + seen_jeh-ar.fina.rlig.short + sheen_reh-ar.fina.rlig.short + sheen_zain-ar.fina.rlig.short + sheen_rreh-ar.fina.rlig.short + sheen_jeh-ar.fina.rlig.short + seen_reh-ar.rlig.short + seen_zain-ar.rlig.short + seen_rreh-ar.rlig.short + seen_jeh-ar.rlig.short + sheen_reh-ar.rlig.short + sheen_zain-ar.rlig.short + sheen_rreh-ar.rlig.short + sheen_jeh-ar.rlig.short + sad_reh-ar.rlig + sad_zain-ar.rlig + sad_rreh-ar.rlig + sad_jeh-ar.rlig + dad_reh-ar.rlig + dad_zain-ar.rlig + dad_rreh-ar.rlig + dad_jeh-ar.rlig + sad_reh-ar.fina.rlig + sad_zain-ar.fina.rlig + sad_rreh-ar.fina.rlig + sad_jeh-ar.fina.rlig + dad_reh-ar.fina.rlig + dad_zain-ar.fina.rlig + dad_rreh-ar.fina.rlig + dad_jeh-ar.fina.rlig + sad_reh-ar.fina.rlig.short + sad_zain-ar.fina.rlig.short + sad_rreh-ar.fina.rlig.short + sad_jeh-ar.fina.rlig.short + dad_reh-ar.fina.rlig.short + dad_zain-ar.fina.rlig.short + dad_rreh-ar.fina.rlig.short + dad_jeh-ar.fina.rlig.short + sad_reh-ar.rlig.short + sad_zain-ar.rlig.short + sad_rreh-ar.rlig.short + sad_jeh-ar.rlig.short + dad_reh-ar.rlig.short + dad_zain-ar.rlig.short + dad_rreh-ar.rlig.short + dad_jeh-ar.rlig.short + alefMaksura_reh-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig.short + alefMaksura_jeh-ar.fina.rlig + alefMaksura_jeh-ar.fina.rlig.short + beh_reh-ar.fina.rlig + beh_zain-ar.fina.rlig + beh_rreh-ar.fina.rlig + beh_jeh-ar.fina.rlig + peh_reh-ar.fina.rlig + peh_zain-ar.fina.rlig + peh_rreh-ar.fina.rlig + peh_jeh-ar.fina.rlig + teh_reh-ar.fina.rlig + teh_zain-ar.fina.rlig + teh_rreh-ar.fina.rlig + teh_jeh-ar.fina.rlig + theh_reh-ar.fina.rlig + theh_zain-ar.fina.rlig + theh_rreh-ar.fina.rlig + theh_jeh-ar.fina.rlig + tteh_reh-ar.fina.rlig + tteh_zain-ar.fina.rlig + tteh_rreh-ar.fina.rlig + tteh_jeh-ar.fina.rlig + noon_reh-ar.fina.rlig + noon_zain-ar.fina.rlig + noon_rreh-ar.fina.rlig + noon_jeh-ar.fina.rlig + yeh_reh-ar.fina.rlig + yeh_zain-ar.fina.rlig + yeh_rreh-ar.fina.rlig + yeh_jeh-ar.fina.rlig + yehHamzaabove_reh-ar.fina.rlig + yehHamzaabove_zain-ar.fina.rlig + yehHamzaabove_rreh-ar.fina.rlig + yehHamzaabove_jeh-ar.fina.rlig + yeh_zain-farsi.fina.rlig + yeh_reh-farsi.fina.rlig + yeh_jeh-farsi.fina.rlig + yeh_rreh-farsi.fina.rlig + alefMaksura_reh-ar.fina.rlig.short + beh_reh-ar.fina.rlig.short + beh_zain-ar.fina.rlig.short + beh_rreh-ar.fina.rlig.short + beh_jeh-ar.fina.rlig.short + peh_reh-ar.fina.rlig.short + peh_zain-ar.fina.rlig.short + peh_rreh-ar.fina.rlig.short + peh_jeh-ar.fina.rlig.short + teh_reh-ar.fina.rlig.short + teh_zain-ar.fina.rlig.short + teh_rreh-ar.fina.rlig.short + teh_jeh-ar.fina.rlig.short + theh_reh-ar.fina.rlig.short + theh_zain-ar.fina.rlig.short + theh_rreh-ar.fina.rlig.short + theh_jeh-ar.fina.rlig.short + noon_reh-ar.fina.rlig.short + noon_zain-ar.fina.rlig.short + noon_rreh-ar.fina.rlig.short + noon_jeh-ar.fina.rlig.short + yeh_reh-ar.fina.rlig.short + yeh_zain-ar.fina.rlig.short + yeh_rreh-ar.fina.rlig.short + yeh_jeh-ar.fina.rlig.short + yehHamzaabove_reh-ar.fina.rlig.short + yehHamzaabove_zain-ar.fina.rlig.short + yehHamzaabove_rreh-ar.fina.rlig.short + yehHamzaabove_jeh-ar.fina.rlig.short + yeh_jeh-farsi.fina.rlig.short + yeh_reh-farsi.fina.rlig.short + yeh_rreh-farsi.fina.rlig.short + yeh_zain-farsi.fina.rlig.short + + @MMK_L_arab_tah_init + + tah-ar.medi + tah-ar.init + + @MMK_L_arab_three + + three-ar + + @MMK_L_arab_waw + + waw-ar + wawHamzaabove-ar + waw-ar.fina + wawHamzaabove-ar.fina + + @MMK_L_grek_uc_Alpha + + Delta + + @MMK_L_grek_uc_Omega + + Omega + + @MMK_L_inp_colon + + colon + semicolon + + @MMK_L_inp_foot + + quotesingle + quotedbl + asterisk + + @MMK_L_inp_fraction + + fraction + divisionslash + + @MMK_L_inp_guill + + guilsinglleft + guillemotleft + + @MMK_L_inp_guilr + + guilsinglright + guillemotright + + @MMK_L_inp_hyph + + hyphen + softhyphen + endash + emdash + + @MMK_L_inp_parenth + + bracketleft + braceleft + + @MMK_L_inp_period + + period + ellipsis + comma + quotesinglbase + quotedblbase + + @MMK_L_inp_quotel + + quoteleft + quotedblleft + + @MMK_L_inp_quoter + + quoteright + quotedblright + + @MMK_L_latn_lc_a + + a + aacute + acircumflex + adieresis + agrave + aring + atilde + + @MMK_L_latn_lc_b + + b + p + thorn + + @MMK_L_latn_lc_c + + c + ccedilla + + @MMK_L_latn_lc_e + + e + ae + eacute + ecircumflex + edieresis + egrave + oe + + @MMK_L_latn_lc_f + + f + + @MMK_L_latn_lc_g + + g + g.alt02 + + @MMK_L_latn_lc_i + + i + fi + iacute + icircumflex + idieresis + igrave + + @MMK_L_latn_lc_j + + g.alt01 + j + q + dotlessi + ij + dotlessj + jacute + jcircumflex + + @MMK_L_latn_lc_k + + k + + @MMK_L_latn_lc_l + + l + fl + lslash + + @MMK_L_latn_lc_n + + h + m + n + ntilde + + @MMK_L_latn_lc_o + + o + eth + oacute + ocircumflex + odieresis + ograve + oslash + otilde + + @MMK_L_latn_lc_r + + r + + @MMK_L_latn_lc_s + + s + scaron + + @MMK_L_latn_lc_t + + t + + @MMK_L_latn_lc_u + + a.alt01 + u + aacute.alt01 + acircumflex.alt01 + adieresis.alt01 + agrave.alt01 + aring.alt01 + atilde.alt01 + uacute + ucircumflex + udieresis + ugrave + + @MMK_L_latn_lc_w + + w + + @MMK_L_latn_lc_y + + y + yacute + ydieresis + + @MMK_L_latn_lc_z + + z + zcaron + + @MMK_L_latn_uc_a + + A + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + + @MMK_L_latn_uc_c + + C + Ccedilla + + @MMK_L_latn_uc_d + + D + Dcroat + Eth + + @MMK_L_latn_uc_e + + E + AE + Eacute + Ecircumflex + Edieresis + Egrave + OE + + @MMK_L_latn_uc_g + + G + + @MMK_L_latn_uc_i + + I + Iacute + Icircumflex + Idieresis + Igrave + + @MMK_L_latn_uc_j + + J + + @MMK_L_latn_uc_k + + K + + @MMK_L_latn_uc_l + + L + Lslash + + @MMK_L_latn_uc_o + + O + Q + Oacute + Ocircumflex + Odieresis + Ograve + Oslash + Otilde + + @MMK_L_latn_uc_r + + R + + @MMK_L_latn_uc_s + + S + Scaron + + @MMK_L_latn_uc_t + + T + + @MMK_L_latn_uc_u + + U + IJ + Uacute + Ucircumflex + Udieresis + Ugrave + + @MMK_L_latn_uc_w + + W + + @MMK_L_latn_uc_y + + Y + Yacute + Ydieresis + + @MMK_L_latn_uc_z + + Z + Zcaron + + @MMK_R_arab_ain + + ain-ar + ghain-ar + ain-ar.short + ghain-ar.short + + @MMK_R_arab_alefMaksura + + alefMaksura-ar + yeh-ar + yehHamzaabove-ar + + @MMK_R_arab_alefMaksura_fina + + alefMaksura-ar.fina + yeh-ar.fina + yehHamzaabove-ar.fina + + @MMK_R_arab_beh_init + + beeh-ar.init + behThreedotsupabove-ar.init + e-ar.init + tehRing-ar.init + + @MMK_R_arab_dotlessbeh_init + + behDotless-ar.init + behDotless-ar + + @MMK_R_arab_dotlessfeh_init + + fehDotless-ar + fehDotless-ar.init + + @MMK_R_arab_hah + + hah-ar + jeem-ar + khah-ar + hah-ar.short + jeem-ar.short + khah-ar.short + + @MMK_R_arab_hah_init + + hah-ar.init + jeem-ar.init + khah-ar.init + + @MMK_R_arab_kaf_alefMaksura + + kaf_alefMaksura-ar.rlig + kaf_yeh-ar.rlig + kaf_yehHamzaabove-ar.rlig + keheh_yeh-ar.rlig + gaf_alefMaksura-ar.rlig + gaf_yeh-ar.rlig + gaf_yehHamzaabove-ar.rlig + + @MMK_R_arab_kaf_init + + kaf-ar.init + keheh-ar.init + gaf-ar.init + keheh-ar + + @MMK_R_arab_lam_alef_rlig + + lam_alef-ar.rlig + lam_alefHamzaabove-ar.rlig + lam_alefHamzabelow-ar.rlig + lam_alefWavyhamzaabove-ar.rlig + lam_alefWavyhamzabelow-ar.rlig + lam_alefMadda-ar.rlig + lam_alefWasla-ar.rlig + + @MMK_R_arab_noonghunna + + lam-ar.fina + noonghunna-ar + + @MMK_R_arab_reh + + reh-ar + zain-ar + reh-ar.short + zain-ar.short + + @MMK_R_arab_teh_init + + teh-ar.init + theh-ar.init + teheh-ar.init + + @MMK_R_arab_three + + three-ar + + @MMK_R_arab_yeh_init + + peh-ar.init + beheh-ar.init + behThreedotsupbelow-ar.init + tehThreedotsupbelow-ar.init + behVinvertedbelow-ar.init + behVbelow-ar.init + yeh-ar.init + yeh-farsi.init + + @MMK_R_grek_lc_kappa + + mu + + @MMK_R_grek_uc_Alpha + + Delta + + @MMK_R_grek_uc_Omega + + Omega + + @MMK_R_inp_colon + + colon + semicolon + + @MMK_R_inp_foot + + quotesingle + quotedbl + asterisk + + @MMK_R_inp_fraction + + fraction + divisionslash + + @MMK_R_inp_guill + + guilsinglleft + guillemotleft + + @MMK_R_inp_guilr + + guilsinglright + guillemotright + + @MMK_R_inp_hyph + + hyphen + softhyphen + endash + emdash + + @MMK_R_inp_parenth + + bracketright + braceright + + @MMK_R_inp_period + + period + ellipsis + comma + quotesinglbase + quotedblbase + + @MMK_R_inp_quotel + + quoteleft + quotedblleft + + @MMK_R_inp_quoter + + quoteright + quotedblright + + @MMK_R_latn_lc_a + + a + aacute + acircumflex + adieresis + agrave + aring + atilde + ae + + @MMK_R_latn_lc_c + + c + e + o + ccedilla + eacute + ecircumflex + edieresis + egrave + oacute + ocircumflex + odieresis + ograve + oslash + otilde + oe + + @MMK_R_latn_lc_d + + a.alt01 + d + g.alt01 + q + aacute.alt01 + acircumflex.alt01 + adieresis.alt01 + agrave.alt01 + aring.alt01 + atilde.alt01 + eth + + @MMK_R_latn_lc_f + + f + fi + fl + germandbls + + @MMK_R_latn_lc_g + + g + g.alt02 + + @MMK_R_latn_lc_h + + b + h + k + + @MMK_R_latn_lc_i + + i + iacute + icircumflex + idieresis + igrave + ij + + @MMK_R_latn_lc_j + + j + dotlessj + jacute + jcircumflex + + @MMK_R_latn_lc_l + + l + ldot + lslash + germandbls.alt01 + + @MMK_R_latn_lc_n + + m + n + r + dotlessi + ntilde + + @MMK_R_latn_lc_s + + s + scaron + + @MMK_R_latn_lc_t + + t + + @MMK_R_latn_lc_u + + u + uacute + ucircumflex + udieresis + ugrave + + @MMK_R_latn_lc_w + + w + + @MMK_R_latn_lc_y + + y + yacute + ydieresis + + @MMK_R_latn_lc_z + + z + zcaron + + @MMK_R_latn_uc_a + + A + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + AE + + @MMK_R_latn_uc_i + + I + Iacute + Icircumflex + Idieresis + Igrave + + @MMK_R_latn_uc_j + + J + + @MMK_R_latn_uc_o + + C + G + O + Q + Ccedilla + Oacute + Ocircumflex + Odieresis + Ograve + Oslash + Otilde + OE + + @MMK_R_latn_uc_s + + S + Scaron + + @MMK_R_latn_uc_t + + T + + @MMK_R_latn_uc_u + + U + IJ + Uacute + Ucircumflex + Udieresis + Ugrave + + @MMK_R_latn_uc_w + + W + + @MMK_R_latn_uc_y + + Y + Yacute + Ydieresis + + @MMK_R_latn_uc_z + + Z + Zcaron + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/kerning.plist b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/kerning.plist new file mode 100644 index 0000000000..8c215f429b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/kerning.plist @@ -0,0 +1,5369 @@ + + + + + @MMK_L_arab_alef + + @MMK_L_arab_kaf_init + 120 + alefWasla-ar + 80 + highhamzaAlef-ar + 220 + + @MMK_L_arab_alefHamzaabove + + @MMK_L_arab_kaf_init + 130 + + @MMK_L_arab_alefMadda + + @MMK_L_arab_kaf_init + 170 + alefMadda-ar + 0 + + @MMK_L_arab_lam_alef_rlig + + @MMK_L_arab_kaf_init + 110 + + @MMK_L_arab_reh + + @MMK_L_arab_alefMaksura + 40 + @MMK_L_arab_reh + 40 + beh-ar.init + 40 + behThreedotshorizontalbelow-ar.init + 190 + beh_yeh-ar.rlig + 50 + qaf-ar + 30 + waw-ar + 40 + + @MMK_L_arab_waw + + yeh-ar.init + 40 + + @MMK_L_grek_uc_Alpha + + @MMK_R_grek_uc_Alpha + 10 + @MMK_R_inp_foot + -50 + @MMK_R_inp_hyph + -15 + @MMK_R_inp_period + 20 + @MMK_R_inp_quotel + -70 + @MMK_R_inp_quoter + -65 + ampersand + -10 + at + -20 + eightinferior + 5 + eightsuperior + -55 + fiveinferior + 10 + fivesuperior + -70 + fourinferior + 10 + foursuperior + -70 + ninesuperior + -60 + oneinferior + 10 + onesuperior + -80 + pi + -16 + question + -50 + registered + -70 + sevensuperior + -70 + sixinferior + 5 + sixsuperior + -70 + threeinferior + 10 + threesuperior + -50 + trademark + -75 + twoinferior + 10 + twosuperior + -60 + underscore + 15 + zeroinferior + 10 + zerosuperior + -60 + + @MMK_L_inp_colon + + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_y + -50 + V + -30 + X + -15 + + @MMK_L_inp_foot + + @MMK_L_inp_period + -90 + @MMK_R_grek_uc_Alpha + -50 + @MMK_R_inp_period + -90 + @MMK_R_latn_lc_c + -20 + @MMK_R_latn_lc_d + -20 + @MMK_R_latn_lc_w + 20 + @MMK_R_latn_lc_y + 20 + @MMK_R_latn_lc_z + 5 + @MMK_R_latn_uc_a + -50 + @MMK_R_latn_uc_j + -40 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_t + 15 + @MMK_R_latn_uc_w + 15 + @MMK_R_latn_uc_y + 5 + V + 10 + pi + 10 + questiondown + -90 + v + 25 + + @MMK_L_inp_fraction + + fiveinferior + 5 + fourinferior + -15 + nineinferior + 5 + oneinferior + 15 + seveninferior + 20 + sixinferior + -35 + threeinferior + 10 + twoinferior + 5 + + @MMK_L_inp_guill + + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_y + -50 + V + -20 + + @MMK_L_inp_guilr + + @MMK_R_latn_lc_c + 15 + @MMK_R_latn_lc_d + 15 + @MMK_R_latn_uc_o + 20 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_y + -50 + V + -25 + X + -20 + x + -10 + + @MMK_L_inp_hyph + + @MMK_R_grek_uc_Alpha + -15 + @MMK_R_latn_lc_c + 10 + @MMK_R_latn_lc_d + 10 + @MMK_R_latn_lc_s + 5 + @MMK_R_latn_lc_w + -4 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_lc_z + -15 + @MMK_R_latn_uc_a + -15 + @MMK_R_latn_uc_i + -30 + @MMK_R_latn_uc_j + -25 + @MMK_R_latn_uc_o + 15 + @MMK_R_latn_uc_s + -20 + @MMK_R_latn_uc_t + -45 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -50 + @MMK_R_latn_uc_z + -30 + V + -25 + X + -30 + v + -5 + x + -35 + + @MMK_L_inp_parenth + + @MMK_R_latn_lc_j + 10 + + @MMK_L_inp_period + + @MMK_L_inp_foot + -90 + @MMK_L_inp_quotel + -80 + @MMK_L_inp_quoter + -80 + @MMK_R_grek_uc_Alpha + 20 + @MMK_R_inp_foot + -90 + @MMK_R_inp_quotel + -80 + @MMK_R_inp_quoter + -80 + @MMK_R_latn_lc_a + 5 + @MMK_R_latn_lc_c + -15 + @MMK_R_latn_lc_d + -15 + @MMK_R_latn_lc_f + -15 + @MMK_R_latn_lc_t + -24 + @MMK_R_latn_lc_u + -8 + @MMK_R_latn_lc_w + -40 + @MMK_R_latn_lc_y + -45 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + 20 + @MMK_R_latn_uc_o + -40 + @MMK_R_latn_uc_t + -70 + @MMK_R_latn_uc_u + -35 + @MMK_R_latn_uc_w + -40 + @MMK_R_latn_uc_y + -70 + @MMK_R_latn_uc_z + 30 + V + -60 + X + 10 + eightsuperior + -50 + fivesuperior + -50 + fourinferior + 10 + foursuperior + -50 + nineinferior + -10 + ninesuperior + -50 + oneinferior + -10 + onesuperior + -50 + pi + -24 + question + -80 + seveninferior + -30 + sevensuperior + -40 + sixsuperior + -50 + threesuperior + -60 + twosuperior + -50 + v + -48 + zerosuperior + -50 + + @MMK_L_inp_quotel + + @MMK_L_inp_period + -80 + @MMK_R_grek_lc_kappa + -20 + @MMK_R_grek_uc_Alpha + -70 + @MMK_R_inp_period + -80 + @MMK_R_latn_lc_a + -40 + @MMK_R_latn_lc_c + -45 + @MMK_R_latn_lc_d + -45 + @MMK_R_latn_lc_f + 10 + @MMK_R_latn_lc_g + -20 + @MMK_R_latn_lc_n + -20 + @MMK_R_latn_lc_s + -20 + @MMK_R_latn_lc_t + 14 + @MMK_R_latn_lc_w + 5 + @MMK_R_latn_lc_y + 10 + @MMK_R_latn_uc_a + -70 + @MMK_R_latn_uc_j + -10 + @MMK_R_latn_uc_o + -35 + @MMK_R_latn_uc_s + -20 + @MMK_R_latn_uc_t + 10 + @MMK_R_latn_uc_z + -5 + AE + -120 + X + -15 + questiondown + -90 + v + 10 + x + -15 + + @MMK_L_inp_quoter + + @MMK_L_inp_colon + -20 + @MMK_L_inp_hyph + -80 + @MMK_L_inp_period + -80 + @MMK_R_grek_lc_kappa + -40 + @MMK_R_grek_uc_Alpha + -80 + @MMK_R_inp_colon + -20 + @MMK_R_inp_hyph + -80 + @MMK_R_inp_period + -80 + @MMK_R_latn_lc_a + -70 + @MMK_R_latn_lc_c + -80 + @MMK_R_latn_lc_d + -80 + @MMK_R_latn_lc_g + -65 + @MMK_R_latn_lc_n + -40 + @MMK_R_latn_lc_s + -70 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_u + -35 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -25 + @MMK_R_latn_lc_z + -40 + @MMK_R_latn_uc_a + -80 + @MMK_R_latn_uc_j + -80 + @MMK_R_latn_uc_o + -40 + @MMK_R_latn_uc_s + -35 + @MMK_R_latn_uc_t + 10 + @MMK_R_latn_uc_w + 5 + @MMK_R_latn_uc_y + 5 + @MMK_R_latn_uc_z + -5 + AE + -130 + V + 5 + X + -15 + icircumflex + 30 + idieresis + 30 + p + -40 + pi + -25 + questiondown + -150 + v + -15 + x + -35 + + @MMK_L_latn_lc_a + + @MMK_R_inp_foot + -15 + @MMK_R_inp_hyph + -5 + @MMK_R_inp_period + 10 + @MMK_R_inp_quotel + -35 + @MMK_R_latn_lc_t + -6 + @MMK_R_latn_lc_w + -6 + @MMK_R_latn_lc_y + -9 + @MMK_R_latn_uc_a + 8 + @MMK_R_latn_uc_t + -70 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -45 + @MMK_R_latn_uc_z + 6 + V + -30 + eightinferior + 5 + eightsuperior + -15 + fivesuperior + -15 + fourinferior + 10 + foursuperior + -10 + nineinferior + -5 + ninesuperior + -40 + onesuperior + -30 + seveninferior + -5 + sevensuperior + -40 + sixsuperior + -20 + slash + 20 + threeinferior + 20 + threesuperior + -5 + trademark + -10 + twoinferior + 10 + twosuperior + -20 + underscore + 10 + v + -10 + zeroinferior + 10 + zerosuperior + -20 + + @MMK_L_latn_lc_b + + @MMK_R_inp_foot + -20 + @MMK_R_inp_guill + 15 + @MMK_R_inp_hyph + 10 + @MMK_R_inp_period + -15 + @MMK_R_inp_quotel + -45 + @MMK_R_inp_quoter + -35 + @MMK_R_latn_lc_f + -6 + @MMK_R_latn_lc_t + -6 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_lc_z + -8 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_t + -65 + @MMK_R_latn_uc_w + -25 + @MMK_R_latn_uc_y + -60 + @MMK_R_latn_uc_z + -5 + V + -35 + X + -20 + eightsuperior + -5 + fivesuperior + -10 + foursuperior + -5 + ninesuperior + -30 + oneinferior + -10 + onesuperior + -10 + registered + -5 + seveninferior + 5 + sevensuperior + -30 + sixsuperior + -10 + trademark + -25 + underscore + -50 + v + -8 + x + -16 + zeroinferior + 5 + zerosuperior + -10 + + @MMK_L_latn_lc_c + + @MMK_R_inp_guill + 5 + @MMK_R_inp_quotel + -15 + @MMK_R_inp_quoter + 2 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -5 + @MMK_R_latn_uc_a + 8 + @MMK_R_latn_uc_j + 5 + @MMK_R_latn_uc_t + -46 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -52 + @MMK_R_latn_uc_z + 6 + V + -27 + fiveinferior + 5 + fivesuperior + 10 + fourinferior + 10 + foursuperior + 10 + nineinferior + -5 + sevensuperior + -5 + sixsuperior + 5 + slash + -5 + threeinferior + 10 + threesuperior + 5 + underscore + -40 + zeroinferior + 10 + + @MMK_L_latn_lc_e + + @MMK_R_inp_foot + -20 + @MMK_R_inp_guill + 15 + @MMK_R_inp_hyph + 10 + @MMK_R_inp_period + -15 + @MMK_R_inp_quotel + -36 + @MMK_R_inp_quoter + -35 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -7 + @MMK_R_latn_lc_z + -5 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + -65 + @MMK_R_latn_uc_w + -20 + @MMK_R_latn_uc_y + -60 + @MMK_R_latn_uc_z + -5 + V + -35 + X + -20 + eightsuperior + -5 + fivesuperior + -5 + ninesuperior + -20 + oneinferior + 5 + onesuperior + -10 + registered + -5 + seveninferior + 15 + sevensuperior + -30 + sixsuperior + -5 + threeinferior + 5 + trademark + -25 + underscore + -60 + v + -10 + x + -16 + zeroinferior + 5 + zerosuperior + -10 + + @MMK_L_latn_lc_f + + @MMK_R_inp_foot + 30 + @MMK_R_inp_parenth + 15 + @MMK_R_inp_period + -30 + @MMK_R_inp_quotel + 30 + @MMK_R_inp_quoter + 30 + @MMK_R_latn_lc_c + -4 + @MMK_R_latn_lc_d + -4 + @MMK_R_latn_lc_f + 4 + @MMK_R_latn_lc_g + -4 + @MMK_R_latn_lc_i + 13 + @MMK_R_latn_lc_y + 10 + @MMK_R_latn_uc_a + -6 + @MMK_R_latn_uc_j + -23 + @MMK_R_latn_uc_o + 15 + @MMK_R_latn_uc_t + 25 + @MMK_R_latn_uc_w + 25 + @MMK_R_latn_uc_y + 30 + @MMK_R_latn_uc_z + 2 + V + 35 + X + 14 + ampersand + -15 + eightinferior + -20 + eightsuperior + 30 + exclam + 20 + fiveinferior + -20 + fivesuperior + 20 + fourinferior + -40 + foursuperior + 35 + icircumflex + 60 + idieresis + 67 + igrave + 15 + jcircumflex + 60 + nineinferior + -30 + ninesuperior + 30 + oneinferior + -20 + onesuperior + 30 + parenright + 25 + question + 30 + registered + 30 + seveninferior + -10 + sevensuperior + 35 + sixinferior + -30 + sixsuperior + 30 + slash + -20 + threeinferior + -10 + threesuperior + 40 + trademark + 40 + twoinferior + -20 + twosuperior + 25 + underscore + -62 + v + 10 + zeroinferior + -10 + zerosuperior + 30 + + @MMK_L_latn_lc_g + + @MMK_R_inp_foot + 5 + @MMK_R_inp_parenth + 12 + @MMK_R_inp_period + 6 + @MMK_R_inp_quotel + 8 + @MMK_R_inp_quoter + 12 + @MMK_R_latn_lc_a + -2 + @MMK_R_latn_lc_c + -6 + @MMK_R_latn_lc_d + -6 + @MMK_R_latn_lc_g + 7 + @MMK_R_latn_lc_j + 28 + @MMK_R_latn_lc_u + -4 + @MMK_R_latn_lc_y + 5 + @MMK_R_latn_uc_a + 25 + @MMK_R_latn_uc_j + -9 + @MMK_R_latn_uc_t + -9 + @MMK_R_latn_uc_y + -8 + @MMK_R_latn_uc_z + 10 + V + -7 + X + 11 + ampersand + -5 + eightsuperior + 20 + fivesuperior + 20 + foursuperior + 15 + nineinferior + -5 + ninesuperior + 20 + onesuperior + 10 + parenright + 27 + registered + 10 + seveninferior + -10 + sevensuperior + 30 + sixsuperior + 20 + slash + 23 + threeinferior + 10 + threesuperior + 15 + trademark + 10 + twoinferior + 10 + twosuperior + 10 + underscore + 56 + zerosuperior + 15 + + @MMK_L_latn_lc_i + + @MMK_R_latn_uc_j + -10 + @MMK_R_latn_uc_y + -10 + eightsuperior + 30 + fivesuperior + 20 + foursuperior + 20 + ninesuperior + 20 + onesuperior + 20 + sevensuperior + 40 + sixsuperior + 20 + threesuperior + 20 + twosuperior + 20 + zerosuperior + 20 + + @MMK_L_latn_lc_j + + @MMK_R_inp_quotel + -15 + @MMK_R_inp_quoter + 10 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -30 + V + -25 + ninesuperior + 0 + onesuperior + 0 + sevensuperior + -10 + + @MMK_L_latn_lc_k + + @MMK_R_inp_guilr + -6 + @MMK_R_inp_hyph + -35 + @MMK_R_inp_quotel + -10 + @MMK_R_inp_quoter + 4 + @MMK_R_latn_lc_c + -27 + @MMK_R_latn_lc_d + -20 + @MMK_R_latn_lc_s + -10 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_u + -10 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_uc_a + 15 + @MMK_R_latn_uc_j + -5 + @MMK_R_latn_uc_o + -13 + @MMK_R_latn_uc_s + -7 + @MMK_R_latn_uc_t + -32 + @MMK_R_latn_uc_w + -7 + @MMK_R_latn_uc_y + -46 + @MMK_R_latn_uc_z + 16 + V + -18 + ampersand + -10 + at + -10 + eightsuperior + -10 + fiveinferior + 10 + fivesuperior + -10 + fourinferior + 5 + nineinferior + -5 + ninesuperior + -10 + oneinferior + 10 + onesuperior + -20 + registered + 5 + seveninferior + -10 + sevensuperior + -10 + sixsuperior + -10 + threeinferior + 10 + threesuperior + -10 + twoinferior + 15 + twosuperior + -10 + underscore + 20 + v + -12 + zeroinferior + 10 + + @MMK_L_latn_lc_l + + @MMK_R_inp_hyph + -10 + @MMK_R_inp_period + 10 + @MMK_R_inp_quotel + -30 + @MMK_R_inp_quoter + -30 + @MMK_R_latn_lc_l + -8 + @MMK_R_latn_lc_t + -5 + @MMK_R_latn_lc_w + -4 + @MMK_R_latn_lc_y + -6 + @MMK_R_latn_lc_z + 6 + @MMK_R_latn_uc_a + 24 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_t + -13 + @MMK_R_latn_uc_y + -15 + @MMK_R_latn_uc_z + 15 + V + -5 + X + 15 + eightinferior + 20 + eightsuperior + -15 + fiveinferior + 20 + fivesuperior + -20 + fourinferior + 30 + foursuperior + -20 + nineinferior + 10 + ninesuperior + -20 + oneinferior + 20 + onesuperior + -30 + seveninferior + 10 + sevensuperior + -10 + sixinferior + 20 + sixsuperior + -20 + threeinferior + 30 + threesuperior + -20 + twoinferior + 30 + twosuperior + -20 + underscore + 25 + v + -6 + zeroinferior + 20 + zerosuperior + -20 + + @MMK_L_latn_lc_n + + @MMK_R_inp_foot + -15 + @MMK_R_inp_quotel + -40 + @MMK_R_inp_quoter + -20 + @MMK_R_latn_lc_w + -6 + @MMK_R_latn_lc_y + -8 + @MMK_R_latn_uc_t + -55 + @MMK_R_latn_uc_w + -25 + @MMK_R_latn_uc_y + -55 + V + -35 + eightsuperior + -10 + fivesuperior + -15 + ninesuperior + -25 + onesuperior + -20 + registered + -15 + sevensuperior + -30 + sixsuperior + -10 + trademark + -25 + twosuperior + -5 + v + -8 + zerosuperior + -10 + + @MMK_L_latn_lc_o + + @MMK_R_inp_foot + -20 + @MMK_R_inp_guill + 15 + @MMK_R_inp_hyph + 10 + @MMK_R_inp_period + -15 + @MMK_R_inp_quotel + -45 + @MMK_R_inp_quoter + -35 + @MMK_R_latn_lc_f + -6 + @MMK_R_latn_lc_t + -6 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_lc_z + -8 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_t + -65 + @MMK_R_latn_uc_w + -25 + @MMK_R_latn_uc_y + -60 + @MMK_R_latn_uc_z + -5 + V + -35 + X + -20 + fivesuperior + -10 + foursuperior + -5 + ninesuperior + -20 + onesuperior + -10 + registered + -5 + seveninferior + 15 + sevensuperior + -30 + sixsuperior + -10 + threeinferior + 5 + trademark + -25 + underscore + -60 + v + -8 + x + -16 + zeroinferior + 5 + zerosuperior + -10 + + @MMK_L_latn_lc_r + + @MMK_R_inp_foot + 30 + @MMK_R_inp_period + -80 + @MMK_R_inp_quotel + 15 + @MMK_R_inp_quoter + 25 + @MMK_R_latn_lc_a + -14 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -4 + @MMK_R_latn_lc_f + 9 + @MMK_R_latn_lc_g + -14 + @MMK_R_latn_lc_t + 4 + @MMK_R_latn_lc_w + 5 + @MMK_R_latn_lc_y + 7 + @MMK_R_latn_uc_a + -40 + @MMK_R_latn_uc_j + -24 + @MMK_R_latn_uc_o + 10 + @MMK_R_latn_uc_s + 7 + @MMK_R_latn_uc_t + -10 + @MMK_R_latn_uc_y + -20 + @MMK_R_latn_uc_z + -11 + X + -20 + ampersand + -20 + eightinferior + -30 + eightsuperior + 30 + fiveinferior + -20 + fivesuperior + 40 + fourinferior + -50 + foursuperior + 40 + nineinferior + -30 + ninesuperior + 20 + oneinferior + -20 + onesuperior + 20 + registered + 23 + seveninferior + -10 + sevensuperior + 10 + sixinferior + -40 + sixsuperior + 40 + slash + -22 + threeinferior + -10 + threesuperior + 50 + trademark + 30 + twoinferior + -20 + twosuperior + 40 + underscore + -80 + v + 7 + zeroinferior + -20 + zerosuperior + 40 + + @MMK_L_latn_lc_s + + @MMK_R_inp_foot + -10 + @MMK_R_inp_period + -8 + @MMK_R_inp_quotel + -25 + @MMK_R_inp_quoter + -15 + @MMK_R_latn_lc_f + -3 + @MMK_R_latn_lc_s + -7 + @MMK_R_latn_lc_t + -8 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -9 + @MMK_R_latn_lc_z + -10 + @MMK_R_latn_uc_a + 2 + @MMK_R_latn_uc_j + -2 + @MMK_R_latn_uc_t + -65 + @MMK_R_latn_uc_y + -54 + V + -33 + X + -23 + eightsuperior + -5 + fivesuperior + -10 + fourinferior + 10 + nineinferior + 5 + ninesuperior + -10 + onesuperior + -20 + sevensuperior + -20 + sixinferior + 5 + sixsuperior + -10 + threeinferior + 5 + threesuperior + -10 + twosuperior + -10 + underscore + -50 + v + -12 + x + -17 + zeroinferior + 5 + zerosuperior + -5 + + @MMK_L_latn_lc_t + + @MMK_R_inp_guill + -10 + @MMK_R_inp_hyph + -10 + @MMK_R_inp_quotel + -5 + @MMK_R_inp_quoter + 5 + @MMK_R_latn_lc_c + -4 + @MMK_R_latn_lc_d + -4 + @MMK_R_latn_lc_t + -5 + @MMK_R_latn_uc_a + 6 + @MMK_R_latn_uc_t + -24 + @MMK_R_latn_uc_y + -20 + ampersand + -10 + eightinferior + 5 + eightsuperior + 20 + fourinferior + 10 + foursuperior + 30 + nineinferior + -10 + ninesuperior + 10 + registered + 15 + sixsuperior + 30 + threeinferior + 20 + threesuperior + 20 + trademark + 5 + underscore + 20 + zerosuperior + 50 + + @MMK_L_latn_lc_u + + @MMK_R_inp_quoter + 5 + @MMK_R_latn_uc_t + -45 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -50 + V + -25 + onesuperior + -10 + + @MMK_L_latn_lc_w + + @MMK_R_inp_foot + 20 + @MMK_R_inp_hyph + -4 + @MMK_R_inp_period + -40 + @MMK_R_inp_quotel + 5 + @MMK_R_inp_quoter + 20 + @MMK_R_latn_lc_a + -14 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_g + -17 + @MMK_R_latn_lc_s + -4 + @MMK_R_latn_uc_a + -20 + @MMK_R_latn_uc_j + -30 + @MMK_R_latn_uc_t + -35 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -40 + V + -10 + ampersand + -20 + at + -10 + eightinferior + -25 + eightsuperior + 10 + fiveinferior + -30 + fivesuperior + 10 + fourinferior + -40 + foursuperior + 20 + nineinferior + -25 + ninesuperior + 10 + oneinferior + -20 + registered + 20 + seveninferior + -10 + sixinferior + -30 + sixsuperior + 10 + threeinferior + -30 + threesuperior + 10 + trademark + 5 + twoinferior + -25 + underscore + -50 + zeroinferior + -20 + zerosuperior + 20 + + @MMK_L_latn_lc_y + + @MMK_R_inp_foot + 20 + @MMK_R_inp_hyph + -5 + @MMK_R_inp_period + -45 + @MMK_R_inp_quotel + 25 + @MMK_R_inp_quoter + 25 + @MMK_R_latn_lc_a + -14 + @MMK_R_latn_lc_c + -8 + @MMK_R_latn_lc_d + -8 + @MMK_R_latn_lc_f + 7 + @MMK_R_latn_lc_g + -21 + @MMK_R_latn_lc_s + -9 + @MMK_R_latn_lc_z + -4 + @MMK_R_latn_uc_a + -15 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_j + -30 + @MMK_R_latn_uc_t + -30 + @MMK_R_latn_uc_y + -35 + V + -10 + ampersand + -30 + at + -10 + eightinferior + -20 + eightsuperior + 20 + fiveinferior + -20 + fivesuperior + 10 + fourinferior + -50 + foursuperior + 30 + nineinferior + -30 + ninesuperior + 15 + oneinferior + -25 + onesuperior + 5 + registered + 30 + seveninferior + -5 + sevensuperior + 20 + sixinferior + -30 + sixsuperior + 20 + slash + -5 + threeinferior + -20 + threesuperior + 20 + trademark + 20 + twoinferior + -20 + underscore + -80 + zeroinferior + -30 + zerosuperior + 20 + + @MMK_L_latn_lc_z + + @MMK_R_inp_foot + 5 + @MMK_R_inp_hyph + -20 + @MMK_R_inp_period + 10 + @MMK_R_inp_quoter + 5 + @MMK_R_latn_lc_c + -12 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_uc_a + 10 + @MMK_R_latn_uc_t + -35 + @MMK_R_latn_uc_w + -5 + @MMK_R_latn_uc_y + -30 + V + -10 + X + 10 + ampersand + -10 + at + -10 + eightsuperior + 5 + fivesuperior + 10 + foursuperior + 10 + nineinferior + -10 + ninesuperior + -5 + registered + 25 + seveninferior + -10 + sevensuperior + -10 + sixsuperior + 5 + threeinferior + 10 + trademark + 10 + twoinferior + 10 + underscore + 5 + zerosuperior + 10 + + @MMK_L_latn_uc_a + + @MMK_R_inp_foot + -50 + @MMK_R_inp_hyph + -15 + @MMK_R_inp_period + 20 + @MMK_R_inp_quotel + -70 + @MMK_R_inp_quoter + -65 + @MMK_R_latn_lc_a + 3 + @MMK_R_latn_lc_t + -19 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -15 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + 10 + @MMK_R_latn_uc_j + -14 + @MMK_R_latn_uc_o + -30 + @MMK_R_latn_uc_t + -65 + @MMK_R_latn_uc_u + -24 + @MMK_R_latn_uc_w + -27 + @MMK_R_latn_uc_y + -70 + V + -54 + X + 5 + ampersand + -10 + at + -20 + eightinferior + 5 + eightsuperior + -55 + fiveinferior + 10 + fivesuperior + -70 + fourinferior + 10 + foursuperior + -70 + ninesuperior + -60 + oneinferior + 10 + onesuperior + -80 + question + -50 + registered + -70 + sevensuperior + -70 + sixinferior + 5 + sixsuperior + -70 + threeinferior + 10 + threesuperior + -50 + trademark + -75 + twoinferior + 10 + twosuperior + -60 + underscore + 15 + v + -30 + zeroinferior + 10 + zerosuperior + -60 + + @MMK_L_latn_uc_c + + @MMK_R_inp_hyph + -10 + @MMK_R_latn_uc_a + -8 + @MMK_R_latn_uc_o + -13 + @MMK_R_latn_uc_y + -10 + X + -20 + ampersand + -10 + at + -10 + eightinferior + 5 + fivesuperior + 5 + fourinferior + 5 + foursuperior + 5 + nineinferior + -5 + registered + 5 + sixinferior + 5 + slash + -20 + underscore + -44 + zerosuperior + 5 + + @MMK_L_latn_uc_d + + @MMK_R_inp_foot + -10 + @MMK_R_inp_guill + 20 + @MMK_R_inp_hyph + 15 + @MMK_R_inp_period + -40 + @MMK_R_inp_quotel + -30 + @MMK_R_inp_quoter + -25 + @MMK_R_latn_uc_a + -37 + @MMK_R_latn_uc_j + -30 + @MMK_R_latn_uc_t + -25 + @MMK_R_latn_uc_w + -23 + @MMK_R_latn_uc_y + -46 + @MMK_R_latn_uc_z + -25 + AE + -47 + V + -31 + X + -30 + eightinferior + -5 + fiveinferior + -10 + fourinferior + -15 + nineinferior + -5 + ninesuperior + -5 + sevensuperior + -20 + sixinferior + -5 + slash + -45 + threeinferior + -5 + trademark + -25 + twoinferior + -10 + + @MMK_L_latn_uc_e + + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_uc_j + -20 + ampersand + -15 + at + -10 + eightsuperior + -5 + fourinferior + 5 + foursuperior + -10 + onesuperior + -10 + seveninferior + -10 + sevensuperior + 15 + trademark + 10 + + @MMK_L_latn_uc_g + + @MMK_R_inp_foot + -10 + @MMK_R_inp_hyph + 10 + @MMK_R_inp_quotel + -30 + @MMK_R_inp_quoter + -20 + @MMK_R_latn_uc_j + -12 + @MMK_R_latn_uc_t + -38 + @MMK_R_latn_uc_w + -13 + @MMK_R_latn_uc_y + -44 + V + -30 + X + -10 + eightsuperior + -15 + fivesuperior + -15 + foursuperior + -15 + ninesuperior + -25 + onesuperior + -20 + registered + -15 + sevensuperior + -25 + sixsuperior + -20 + threesuperior + -10 + trademark + -30 + twosuperior + -20 + zerosuperior + -20 + + @MMK_L_latn_uc_i + + @MMK_R_inp_hyph + -30 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -5 + @MMK_R_latn_lc_s + -5 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_uc_t + -4 + at + -20 + fourinferior + 5 + foursuperior + -10 + icircumflex + 20 + idieresis + 20 + jcircumflex + 20 + nineinferior + -10 + seveninferior + -20 + sevensuperior + 15 + sixsuperior + -5 + threeinferior + 10 + threesuperior + 5 + twoinferior + 5 + v + -5 + zeroinferior + 5 + zerosuperior + 5 + + @MMK_L_latn_uc_j + + @MMK_R_inp_period + -25 + @MMK_R_latn_uc_a + -21 + @MMK_R_latn_uc_j + -12 + AE + -26 + X + -15 + fiveinferior + -5 + fourinferior + -10 + nineinferior + -5 + sixinferior + -10 + slash + -35 + underscore + -85 + + @MMK_L_latn_uc_k + + @MMK_R_inp_foot + -10 + @MMK_R_inp_guill + -30 + @MMK_R_inp_guilr + -20 + @MMK_R_inp_hyph + -45 + @MMK_R_inp_period + 10 + @MMK_R_inp_quotel + -30 + @MMK_R_inp_quoter + -20 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -25 + @MMK_R_latn_lc_d + -25 + @MMK_R_latn_lc_f + -20 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_l + -10 + @MMK_R_latn_lc_n + -10 + @MMK_R_latn_lc_t + -30 + @MMK_R_latn_lc_u + -20 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_j + -20 + @MMK_R_latn_uc_o + -40 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + -25 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -20 + V + -25 + ampersand + -30 + at + -40 + eightinferior + 5 + eightsuperior + -30 + fivesuperior + -30 + fourinferior + 10 + foursuperior + -50 + idieresis + 15 + nineinferior + -10 + ninesuperior + -25 + oneinferior + 10 + onesuperior + -30 + p + -10 + parenright + 10 + registered + -45 + seveninferior + -20 + sevensuperior + -10 + sixsuperior + -40 + threeinferior + 20 + threesuperior + -30 + twoinferior + 20 + twosuperior + -30 + v + -20 + x + -5 + zerosuperior + -30 + + @MMK_L_latn_uc_l + + @MMK_R_inp_foot + -90 + @MMK_R_inp_guill + -16 + @MMK_R_inp_hyph + -35 + @MMK_R_inp_period + 20 + @MMK_R_inp_quotel + -85 + @MMK_R_inp_quoter + -80 + @MMK_R_latn_lc_a + 4 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -9 + @MMK_R_latn_lc_t + -20 + @MMK_R_latn_lc_u + -5 + @MMK_R_latn_lc_w + -30 + @MMK_R_latn_lc_y + -35 + @MMK_R_latn_lc_z + 11 + @MMK_R_latn_uc_a + 17 + @MMK_R_latn_uc_o + -40 + @MMK_R_latn_uc_t + -74 + @MMK_R_latn_uc_u + -33 + @MMK_R_latn_uc_w + -41 + @MMK_R_latn_uc_y + -89 + V + -72 + ampersand + -5 + at + -10 + eightinferior + 15 + eightsuperior + -70 + fiveinferior + 15 + fivesuperior + -80 + fourinferior + 20 + foursuperior + -70 + ninesuperior + -80 + oneinferior + 10 + onesuperior + -70 + question + -60 + registered + -110 + sevensuperior + -80 + sixinferior + 10 + sixsuperior + -70 + slash + 10 + threeinferior + 20 + threesuperior + -70 + trademark + -90 + twoinferior + 15 + twosuperior + -80 + underscore + 20 + v + -50 + x + 10 + zeroinferior + 10 + zerosuperior + -70 + + @MMK_L_latn_uc_o + + @MMK_R_inp_foot + -10 + @MMK_R_inp_guill + 20 + @MMK_R_inp_hyph + 15 + @MMK_R_inp_period + -40 + @MMK_R_inp_quotel + -25 + @MMK_R_inp_quoter + -25 + @MMK_R_latn_uc_a + -30 + @MMK_R_latn_uc_j + -30 + @MMK_R_latn_uc_s + -4 + @MMK_R_latn_uc_t + -25 + @MMK_R_latn_uc_w + -23 + @MMK_R_latn_uc_y + -50 + @MMK_R_latn_uc_z + -18 + AE + -40 + V + -31 + X + -30 + ampersand + -5 + eightinferior + -5 + fourinferior + -10 + ninesuperior + -10 + onesuperior + -5 + registered + -5 + sevensuperior + -20 + sixinferior + -10 + slash + -45 + trademark + -25 + twoinferior + -5 + underscore + -100 + + @MMK_L_latn_uc_r + + @MMK_R_inp_hyph + -15 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -15 + @MMK_R_latn_lc_d + -15 + @MMK_R_latn_lc_g + -25 + @MMK_R_latn_lc_y + -4 + @MMK_R_latn_uc_j + -35 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_t + -24 + @MMK_R_latn_uc_u + -14 + @MMK_R_latn_uc_w + -14 + @MMK_R_latn_uc_y + -40 + V + -30 + ampersand + -25 + at + -20 + eightinferior + -10 + fivesuperior + -5 + nineinferior + -10 + ninesuperior + -5 + oneinferior + -10 + onesuperior + -20 + seveninferior + -10 + sevensuperior + -20 + sixinferior + -5 + slash + -20 + threesuperior + -10 + trademark + -20 + zeroinferior + -5 + + @MMK_L_latn_uc_s + + @MMK_R_inp_guill + 20 + @MMK_R_inp_hyph + 15 + @MMK_R_inp_quotel + -30 + @MMK_R_inp_quoter + -17 + @MMK_R_latn_lc_t + -5 + @MMK_R_latn_uc_s + -14 + @MMK_R_latn_uc_t + -23 + @MMK_R_latn_uc_w + -18 + @MMK_R_latn_uc_y + -40 + V + -18 + ampersand + -10 + at + -10 + eightsuperior + -10 + fivesuperior + -10 + foursuperior + -20 + ninesuperior + -10 + onesuperior + -20 + registered + -5 + sevensuperior + -10 + sixsuperior + -10 + slash + -35 + threesuperior + -15 + twosuperior + -10 + underscore + -60 + zeroinferior + 5 + zerosuperior + -10 + + @MMK_L_latn_uc_t + + @MMK_R_inp_colon + -40 + @MMK_R_inp_foot + 15 + @MMK_R_inp_guill + -40 + @MMK_R_inp_guilr + -40 + @MMK_R_inp_hyph + -45 + @MMK_R_inp_period + -70 + @MMK_R_inp_quotel + 10 + @MMK_R_inp_quoter + 10 + @MMK_R_latn_lc_a + -70 + @MMK_R_latn_lc_c + -65 + @MMK_R_latn_lc_d + -65 + @MMK_R_latn_lc_f + -15 + @MMK_R_latn_lc_g + -80 + @MMK_R_latn_lc_n + -45 + @MMK_R_latn_lc_s + -70 + @MMK_R_latn_lc_u + -45 + @MMK_R_latn_lc_w + -35 + @MMK_R_latn_lc_y + -30 + @MMK_R_latn_lc_z + -50 + @MMK_R_latn_uc_a + -65 + @MMK_R_latn_uc_i + -4 + @MMK_R_latn_uc_j + -55 + @MMK_R_latn_uc_o + -25 + @MMK_R_latn_uc_s + -12 + @MMK_R_latn_uc_t + 15 + @MMK_R_latn_uc_w + 3 + @MMK_R_latn_uc_y + 3 + AE + -75 + V + 3 + ampersand + -30 + at + -30 + eightinferior + -70 + eightsuperior + 10 + fiveinferior + -60 + fivesuperior + 20 + fourinferior + -70 + icircumflex + 40 + idieresis + 40 + jcircumflex + 40 + nineinferior + -70 + ninesuperior + 15 + oneinferior + -70 + onesuperior + 20 + p + -45 + parenright + 20 + seveninferior + -50 + sevensuperior + 30 + sixinferior + -70 + slash + -100 + threeinferior + -50 + threesuperior + 20 + trademark + 20 + twoinferior + -70 + twosuperior + 10 + underscore + -80 + v + -25 + x + -35 + zeroinferior + -60 + zerosuperior + 20 + + @MMK_L_latn_uc_u + + @MMK_R_inp_period + -35 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_uc_a + -25 + @MMK_R_latn_uc_j + -15 + AE + -23 + ampersand + -10 + slash + -40 + underscore + -70 + + @MMK_L_latn_uc_w + + @MMK_R_inp_foot + 15 + @MMK_R_inp_hyph + -10 + @MMK_R_inp_period + -40 + @MMK_R_latn_lc_a + -30 + @MMK_R_latn_lc_c + -25 + @MMK_R_latn_lc_d + -25 + @MMK_R_latn_lc_g + -20 + @MMK_R_latn_lc_j + -5 + @MMK_R_latn_lc_n + -10 + @MMK_R_latn_lc_s + -10 + @MMK_R_latn_lc_u + -5 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_z + -10 + @MMK_R_latn_uc_a + -28 + @MMK_R_latn_uc_j + -50 + @MMK_R_latn_uc_o + -23 + @MMK_R_latn_uc_t + 3 + @MMK_R_latn_uc_w + 2 + @MMK_R_latn_uc_z + -5 + AE + 0 + V + 3 + ampersand + -35 + at + -20 + eightinferior + -35 + eightsuperior + 5 + fiveinferior + -40 + fivesuperior + 10 + fourinferior + -50 + foursuperior + -10 + icircumflex + 40 + jcircumflex + 40 + nineinferior + -40 + ninesuperior + 5 + oneinferior + -40 + p + -5 + parenright + 10 + registered + 15 + seveninferior + -25 + sevensuperior + 20 + sixinferior + -40 + sixsuperior + 5 + slash + -50 + threeinferior + -35 + threesuperior + 10 + trademark + 30 + twoinferior + -40 + twosuperior + 10 + underscore + -50 + x + -10 + zeroinferior + -40 + zerosuperior + 10 + + @MMK_L_latn_uc_y + + @MMK_R_inp_colon + -50 + @MMK_R_inp_foot + 5 + @MMK_R_inp_guill + -50 + @MMK_R_inp_guilr + -50 + @MMK_R_inp_hyph + -50 + @MMK_R_inp_period + -70 + @MMK_R_latn_lc_a + -65 + @MMK_R_latn_lc_c + -60 + @MMK_R_latn_lc_d + -60 + @MMK_R_latn_lc_f + -25 + @MMK_R_latn_lc_g + -61 + @MMK_R_latn_lc_h + -10 + @MMK_R_latn_lc_i + -10 + @MMK_R_latn_lc_j + -30 + @MMK_R_latn_lc_n + -45 + @MMK_R_latn_lc_s + -60 + @MMK_R_latn_lc_t + -25 + @MMK_R_latn_lc_u + -40 + @MMK_R_latn_lc_w + -40 + @MMK_R_latn_lc_y + -35 + @MMK_R_latn_lc_z + -50 + @MMK_R_latn_uc_a + -70 + @MMK_R_latn_uc_j + -70 + @MMK_R_latn_uc_o + -50 + @MMK_R_latn_uc_s + -44 + @MMK_R_latn_uc_t + 3 + AE + -85 + ampersand + -55 + at + -40 + eightinferior + -70 + fiveinferior + -80 + fourinferior + -100 + foursuperior + -10 + icircumflex + 30 + idieresis + 30 + jcircumflex + 35 + nineinferior + -70 + oneinferior + -80 + p + -50 + parenright + 20 + seveninferior + -60 + sevensuperior + 10 + sixinferior + -80 + sixsuperior + -10 + slash + -90 + threeinferior + -80 + threesuperior + 10 + trademark + 30 + twoinferior + -80 + underscore + -90 + v + -35 + x + -40 + zeroinferior + -70 + + @MMK_L_latn_uc_z + + @MMK_R_inp_foot + 5 + @MMK_R_inp_guill + -20 + @MMK_R_inp_guilr + -10 + @MMK_R_inp_hyph + -40 + @MMK_R_inp_period + 30 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -5 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_u + -5 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_uc_j + -7 + @MMK_R_latn_uc_o + -18 + @MMK_R_latn_uc_w + -5 + @MMK_R_latn_uc_y + -10 + V + -8 + ampersand + -10 + at + -15 + eightsuperior + 5 + fiveinferior + 5 + fivesuperior + 5 + fourinferior + 10 + icircumflex + 20 + idieresis + 20 + jcircumflex + 20 + nineinferior + -10 + ninesuperior + 5 + parenright + 10 + registered + 10 + seveninferior + -20 + sevensuperior + 20 + threeinferior + 10 + trademark + 20 + twoinferior + 10 + twosuperior + 5 + underscore + 15 + zeroinferior + 5 + zerosuperior + 5 + + B + + @MMK_R_inp_period + -15 + @MMK_R_latn_lc_f + -2 + @MMK_R_latn_lc_g + -3 + @MMK_R_latn_lc_t + -5 + @MMK_R_latn_lc_w + -7 + @MMK_R_latn_lc_y + -8 + @MMK_R_latn_uc_a + -15 + @MMK_R_latn_uc_j + -10 + @MMK_R_latn_uc_t + -26 + @MMK_R_latn_uc_w + -8 + @MMK_R_latn_uc_y + -43 + V + -28 + X + -21 + eightinferior + 5 + eightsuperior + -5 + ninesuperior + -10 + registered + -15 + seveninferior + 5 + slash + -25 + trademark + -30 + underscore + -64 + v + -8 + x + -12 + zeroinferior + 8 + + F + + @MMK_R_inp_foot + 5 + @MMK_R_inp_period + -100 + @MMK_R_latn_lc_a + -40 + @MMK_R_latn_lc_c + -32 + @MMK_R_latn_lc_d + -34 + @MMK_R_latn_lc_f + -7 + @MMK_R_latn_lc_g + -44 + @MMK_R_latn_lc_j + -10 + @MMK_R_latn_lc_n + -30 + @MMK_R_latn_lc_s + -40 + @MMK_R_latn_lc_t + -15 + @MMK_R_latn_lc_u + -25 + @MMK_R_latn_lc_w + -15 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_lc_z + -25 + @MMK_R_latn_uc_a + -87 + @MMK_R_latn_uc_j + -75 + @MMK_R_latn_uc_o + -30 + AE + 0 + ampersand + -40 + at + -30 + eightinferior + -50 + fiveinferior + -50 + fourinferior + -75 + icircumflex + 30 + idieresis + 30 + jcircumflex + 30 + nineinferior + -40 + ninesuperior + 5 + oneinferior + -40 + p + -30 + parenright + 15 + seveninferior + -20 + sevensuperior + 15 + sixinferior + -60 + slash + -85 + threeinferior + -50 + threesuperior + 5 + trademark + 10 + twoinferior + -55 + twosuperior + 5 + underscore + -140 + v + -20 + x + -40 + zeroinferior + -50 + zerosuperior + 10 + + Germandbls + + @MMK_R_inp_foot + -30 + @MMK_R_inp_guill + 20 + @MMK_R_inp_hyph + 20 + @MMK_R_inp_quotel + -20 + @MMK_R_inp_quoter + -20 + @MMK_R_latn_lc_a + 5 + @MMK_R_latn_lc_c + 5 + @MMK_R_latn_lc_d + 5 + @MMK_R_latn_uc_o + 10 + @MMK_R_latn_uc_s + -15 + @MMK_R_latn_uc_t + -20 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -15 + V + -15 + X + -10 + eightinferior + 20 + eightsuperior + -15 + fiveinferior + 20 + fivesuperior + -20 + fourinferior + 20 + foursuperior + -20 + nineinferior + 20 + ninesuperior + -15 + oneinferior + 10 + onesuperior + -15 + ordfeminine + -35 + ordmasculine + -25 + question + -20 + registered + -20 + seveninferior + 30 + sevensuperior + -10 + sixinferior + 20 + sixsuperior + -20 + slash + -25 + threeinferior + 20 + threesuperior + -15 + trademark + -10 + twoinferior + 20 + twosuperior + -10 + underscore + -50 + x + -5 + zeroinferior + 30 + zerosuperior + -20 + + P + + @MMK_R_inp_foot + 5 + @MMK_R_inp_period + -100 + @MMK_R_inp_quotel + 5 + @MMK_R_inp_quoter + 5 + @MMK_R_latn_lc_a + -15 + @MMK_R_latn_lc_c + -20 + @MMK_R_latn_lc_d + -20 + @MMK_R_latn_lc_g + -30 + @MMK_R_latn_lc_n + -10 + @MMK_R_latn_lc_s + -15 + @MMK_R_latn_lc_w + 5 + @MMK_R_latn_uc_a + -73 + @MMK_R_latn_uc_j + -70 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -25 + @MMK_R_latn_uc_z + -25 + AE + -102 + V + -5 + X + -35 + ampersand + -30 + at + -10 + eightinferior + -50 + eightsuperior + 10 + fiveinferior + -40 + fivesuperior + 10 + fourinferior + -75 + foursuperior + 15 + nineinferior + -45 + ninesuperior + 5 + oneinferior + -45 + p + -15 + seveninferior + -20 + sevensuperior + 5 + sixinferior + -70 + sixsuperior + 10 + slash + -90 + threeinferior + -45 + threesuperior + 10 + trademark + 10 + twoinferior + -45 + twosuperior + 10 + underscore + -150 + x + -15 + zeroinferior + -50 + zerosuperior + 15 + + Thorn + + @MMK_R_inp_foot + -10 + @MMK_R_inp_guill + 30 + @MMK_R_inp_hyph + 30 + @MMK_R_inp_period + -55 + @MMK_R_latn_lc_c + 10 + @MMK_R_latn_lc_d + 10 + @MMK_R_latn_lc_s + 5 + @MMK_R_latn_lc_w + 7 + @MMK_R_latn_lc_y + 7 + @MMK_R_latn_uc_a + -25 + @MMK_R_latn_uc_j + -45 + @MMK_R_latn_uc_w + -13 + @MMK_R_latn_uc_y + -47 + AE + -50 + V + -33 + X + -44 + at + 10 + eightinferior + -5 + eightsuperior + 5 + fourinferior + -20 + foursuperior + 10 + ninesuperior + -10 + seveninferior + 10 + sevensuperior + -25 + sixinferior + -20 + slash + -55 + threeinferior + 5 + trademark + -10 + twoinferior + -10 + underscore + -140 + v + 5 + x + -15 + + V + + @MMK_R_inp_colon + -30 + @MMK_R_inp_foot + 10 + @MMK_R_inp_guill + -25 + @MMK_R_inp_guilr + -20 + @MMK_R_inp_hyph + -25 + @MMK_R_inp_period + -60 + @MMK_R_inp_quoter + 5 + @MMK_R_latn_lc_a + -40 + @MMK_R_latn_lc_c + -35 + @MMK_R_latn_lc_d + -35 + @MMK_R_latn_lc_g + -40 + @MMK_R_latn_lc_j + -5 + @MMK_R_latn_lc_n + -20 + @MMK_R_latn_lc_s + -25 + @MMK_R_latn_lc_u + -25 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_lc_z + -15 + @MMK_R_latn_uc_a + -54 + @MMK_R_latn_uc_j + -55 + @MMK_R_latn_uc_o + -31 + @MMK_R_latn_uc_s + -30 + @MMK_R_latn_uc_t + 3 + @MMK_R_latn_uc_w + 3 + @MMK_R_latn_uc_z + -5 + AE + -75 + V + 5 + ampersand + -35 + at + -30 + eightinferior + -60 + eightsuperior + 10 + fiveinferior + -60 + fivesuperior + 10 + fourinferior + -75 + icircumflex + 40 + idieresis + 40 + igrave + 10 + jcircumflex + 25 + nineinferior + -60 + ninesuperior + 10 + oneinferior + -50 + onesuperior + 10 + p + -20 + parenright + 20 + question + 15 + registered + 10 + seveninferior + -50 + sevensuperior + 20 + sixinferior + -60 + slash + -65 + threeinferior + -55 + threesuperior + 10 + trademark + 40 + twoinferior + -60 + underscore + -80 + v + -10 + x + -10 + zeroinferior + -60 + zerosuperior + 10 + + X + + @MMK_R_inp_colon + -15 + @MMK_R_inp_guill + -20 + @MMK_R_inp_hyph + -30 + @MMK_R_inp_period + 10 + @MMK_R_inp_quotel + -20 + @MMK_R_inp_quoter + -15 + @MMK_R_latn_lc_a + -5 + @MMK_R_latn_lc_c + -20 + @MMK_R_latn_lc_d + -20 + @MMK_R_latn_lc_s + -10 + @MMK_R_latn_lc_t + -20 + @MMK_R_latn_lc_u + -20 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + 5 + @MMK_R_latn_uc_j + -20 + @MMK_R_latn_uc_o + -30 + ampersand + -25 + at + -30 + eightsuperior + -10 + fivesuperior + -10 + foursuperior + -35 + jcircumflex + 20 + nineinferior + -10 + ninesuperior + -10 + onesuperior + -10 + question + -10 + seveninferior + -10 + sevensuperior + 5 + sixsuperior + -20 + threeinferior + 10 + trademark + 10 + twoinferior + 10 + twosuperior + -10 + underscore + 20 + v + -15 + zerosuperior + -10 + + alefHamzaabove-ar + + keheh-ar + 150 + + alefHamzabelow-ar + + @MMK_L_arab_kaf_init + 110 + + alefHamzabelow-ar.fina + + @MMK_L_arab_kaf_init + 110 + + ampersand + + @MMK_R_grek_uc_Alpha + 5 + @MMK_R_latn_lc_a + 10 + @MMK_R_latn_lc_c + 10 + @MMK_R_latn_lc_d + 10 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_uc_a + 5 + @MMK_R_latn_uc_s + -5 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_w + -20 + @MMK_R_latn_uc_y + -60 + @MMK_R_latn_uc_z + -10 + V + -35 + v + -10 + + at + + @MMK_R_grek_uc_Alpha + -20 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_lc_z + -10 + @MMK_R_latn_uc_a + -20 + @MMK_R_latn_uc_i + -20 + @MMK_R_latn_uc_j + -30 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + -30 + @MMK_R_latn_uc_w + -20 + @MMK_R_latn_uc_y + -40 + @MMK_R_latn_uc_z + -15 + V + -30 + X + -40 + x + -20 + + eight-ar + + seven-ar + -50 + + eightinferior + + @MMK_R_grek_uc_Alpha + 5 + @MMK_R_latn_lc_a + 5 + @MMK_R_latn_lc_d + 5 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -25 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_uc_a + 5 + @MMK_R_latn_uc_o + -5 + @MMK_R_latn_uc_s + -5 + @MMK_R_latn_uc_t + -70 + @MMK_R_latn_uc_w + -35 + @MMK_R_latn_uc_y + -70 + V + -60 + eightinferior + -10 + nineinferior + -6 + oneinferior + -12 + pi + -10 + seveninferior + -6 + v + -25 + x + -10 + + eightsuperior + + @MMK_R_grek_uc_Alpha + -55 + @MMK_R_inp_fraction + 10 + @MMK_R_inp_period + -60 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_f + 20 + @MMK_R_latn_lc_i + 30 + @MMK_R_latn_lc_t + 20 + @MMK_R_latn_lc_w + 10 + @MMK_R_latn_lc_y + 20 + @MMK_R_latn_lc_z + 5 + @MMK_R_latn_uc_a + -55 + @MMK_R_latn_uc_j + -60 + @MMK_R_latn_uc_t + 10 + @MMK_R_latn_uc_w + 5 + V + 10 + X + -10 + eightsuperior + -10 + jcircumflex + 40 + ninesuperior + -6 + onesuperior + -12 + pi + 30 + sevensuperior + -6 + v + 20 + + eth + + @MMK_R_latn_uc_t + -55 + + exclamdown + + @MMK_R_latn_uc_t + -20 + @MMK_R_latn_uc_y + -30 + V + -20 + + fiveinferior + + @MMK_R_grek_uc_Alpha + 10 + @MMK_R_latn_lc_c + 5 + @MMK_R_latn_lc_d + 5 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_uc_a + 10 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_s + -5 + @MMK_R_latn_uc_t + -60 + @MMK_R_latn_uc_w + -40 + @MMK_R_latn_uc_y + -75 + @MMK_R_latn_uc_z + 5 + V + -60 + X + -5 + fiveinferior + -3 + nineinferior + -10 + oneinferior + -11 + pi + -10 + seveninferior + -10 + threeinferior + -3 + v + -20 + x + -10 + + fivesuperior + + @MMK_R_grek_uc_Alpha + -75 + @MMK_R_inp_fraction + 5 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_f + 20 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_t + 40 + @MMK_R_latn_lc_w + 10 + @MMK_R_latn_lc_y + 10 + @MMK_R_latn_lc_z + 5 + @MMK_R_latn_uc_a + -75 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_j + -75 + @MMK_R_latn_uc_t + 15 + @MMK_R_latn_uc_w + 5 + V + 10 + X + -10 + fivesuperior + -3 + jcircumflex + 50 + ninesuperior + -10 + onesuperior + -11 + pi + 40 + sevensuperior + -10 + threesuperior + -3 + v + 20 + + fourinferior + + @MMK_R_grek_uc_Alpha + 10 + @MMK_R_latn_lc_a + 15 + @MMK_R_latn_lc_c + 5 + @MMK_R_latn_lc_g + 5 + @MMK_R_latn_lc_s + 5 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + 10 + @MMK_R_latn_uc_i + 5 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_t + -60 + @MMK_R_latn_uc_w + -30 + @MMK_R_latn_uc_y + -70 + @MMK_R_latn_uc_z + 15 + V + -55 + fiveinferior + -5 + fourinferior + 10 + nineinferior + -6 + oneinferior + -15 + seveninferior + -14 + v + -20 + x + -10 + + foursuperior + + @MMK_R_grek_uc_Alpha + -50 + @MMK_R_inp_fraction + 10 + @MMK_R_inp_period + -60 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_f + 20 + @MMK_R_latn_lc_g + 10 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_s + 5 + @MMK_R_latn_lc_t + 30 + @MMK_R_latn_lc_w + 20 + @MMK_R_latn_lc_y + 20 + @MMK_R_latn_uc_a + -50 + @MMK_R_latn_uc_j + -70 + @MMK_R_latn_uc_w + 5 + @MMK_R_latn_uc_y + -10 + @MMK_R_latn_uc_z + -10 + X + -10 + fivesuperior + -5 + foursuperior + 10 + jcircumflex + 50 + ninesuperior + -6 + onesuperior + -15 + pi + 40 + sevensuperior + -14 + v + 20 + x + 5 + + germandbls + + @MMK_R_inp_foot + -20 + @MMK_R_inp_guill + 10 + @MMK_R_inp_period + 5 + @MMK_R_inp_quotel + -30 + @MMK_R_inp_quoter + -30 + @MMK_R_latn_lc_a + 10 + @MMK_R_latn_lc_c + 5 + @MMK_R_latn_lc_d + 5 + @MMK_R_latn_lc_g + 10 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_uc_a + 10 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + -20 + @MMK_R_latn_uc_w + -15 + @MMK_R_latn_uc_y + -20 + @MMK_R_latn_uc_z + 10 + V + -15 + eightinferior + 20 + eightsuperior + -20 + fiveinferior + 20 + fivesuperior + -20 + fourinferior + 30 + foursuperior + -20 + nineinferior + 20 + ninesuperior + -20 + oneinferior + 20 + onesuperior + -20 + ordfeminine + -30 + ordmasculine + -20 + question + -10 + registered + -20 + seveninferior + 20 + sevensuperior + -15 + sixinferior + 20 + sixsuperior + -20 + threeinferior + 20 + threesuperior + -20 + trademark + -20 + twoinferior + 20 + twosuperior + -20 + underscore + -50 + v + -5 + zeroinferior + 30 + zerosuperior + -20 + + germandbls.alt01 + + @MMK_R_inp_hyph + -20 + @MMK_R_inp_period + 10 + @MMK_R_latn_lc_f + -8 + @MMK_R_latn_lc_t + -8 + @MMK_R_latn_lc_w + -11 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_lc_z + 3 + @MMK_R_latn_uc_t + -25 + @MMK_R_latn_uc_w + -25 + @MMK_R_latn_uc_y + -45 + V + -30 + eightinferior + 10 + fiveinferior + 10 + fourinferior + 10 + foursuperior + 5 + onesuperior + -10 + parenright + 10 + sevensuperior + -10 + sixinferior + 5 + slash + 20 + threeinferior + 10 + twoinferior + 5 + underscore + 34 + v + -6 + x + 3 + zeroinferior + 10 + + highhamza-ar + + behThreedotsupabove-ar.init + 30 + tehThreedotsupbelow-ar.init + 30 + + icircumflex + + @MMK_R_latn_uc_t + 30 + @MMK_R_latn_uc_w + 20 + @MMK_R_latn_uc_y + 30 + V + 30 + + idieresis + + @MMK_R_latn_uc_t + 40 + @MMK_R_latn_uc_y + 50 + V + 50 + + ij + + @MMK_R_latn_uc_y + 0 + + j + + @MMK_R_latn_uc_y + 0 + + jacute + + @MMK_R_latn_uc_y + 0 + + jcircumflex + + @MMK_R_latn_uc_w + 0 + @MMK_R_latn_uc_y + 0 + V + 0 + eightsuperior + 50 + fivesuperior + 50 + foursuperior + 40 + ninesuperior + 60 + onesuperior + 50 + sevensuperior + 60 + sixsuperior + 40 + threesuperior + 60 + twosuperior + 60 + zerosuperior + 50 + + jeh-ar + + @MMK_L_arab_kaf_init + 60 + + jeh-ar.fina + + @MMK_L_arab_kaf_init + 60 + + lam_alefHamzaabove-ar.fina.rlig + + @MMK_L_arab_kaf_init + 120 + + lam_alefMadda-ar.fina.rlig + + @MMK_L_arab_kaf_init + 150 + + lam_alefMadda-ar.rlig + + @MMK_L_arab_kaf_init + 150 + + lam_alefWasla-ar.fina.rlig + + @MMK_L_arab_kaf_init + 150 + + lam_alefWasla-ar.rlig + + @MMK_L_arab_kaf_init + 160 + + lam_alefWavyhamzaabove-ar.fina.rlig + + @MMK_L_arab_kaf_init + 160 + + lam_alefWavyhamzaabove-ar.rlig + + @MMK_L_arab_kaf_init + 170 + + lslash + + @MMK_R_inp_quoter + 20 + eightsuperior + 45 + fivesuperior + 45 + foursuperior + 50 + lslash + 40 + ninesuperior + 30 + onesuperior + 20 + sevensuperior + 40 + sixsuperior + 50 + threesuperior + 50 + twosuperior + 40 + zerosuperior + 45 + + nineinferior + + @MMK_R_inp_period + -10 + @MMK_R_latn_lc_a + 5 + @MMK_R_latn_lc_c + 5 + @MMK_R_latn_lc_d + 5 + @MMK_R_latn_lc_f + -15 + @MMK_R_latn_lc_t + -5 + @MMK_R_latn_lc_w + -25 + @MMK_R_latn_lc_y + -30 + @MMK_R_latn_uc_i + -10 + @MMK_R_latn_uc_j + 5 + @MMK_R_latn_uc_s + -15 + @MMK_R_latn_uc_t + -70 + @MMK_R_latn_uc_w + -40 + @MMK_R_latn_uc_y + -75 + V + -60 + eightinferior + -7 + fiveinferior + -6 + fourinferior + -7 + oneinferior + -10 + pi + -10 + sixinferior + -4 + threeinferior + -8 + twoinferior + -10 + v + -20 + x + -20 + + ninesuperior + + @MMK_R_grek_lc_kappa + -5 + @MMK_R_grek_uc_Alpha + -75 + @MMK_R_inp_fraction + -15 + @MMK_R_inp_period + -60 + @MMK_R_latn_lc_a + -20 + @MMK_R_latn_lc_c + -20 + @MMK_R_latn_lc_d + -20 + @MMK_R_latn_lc_f + 15 + @MMK_R_latn_lc_g + -20 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_n + -5 + @MMK_R_latn_lc_s + -20 + @MMK_R_latn_lc_t + 20 + @MMK_R_latn_lc_u + -5 + @MMK_R_latn_lc_w + 10 + @MMK_R_latn_lc_y + 20 + @MMK_R_latn_uc_a + -75 + @MMK_R_latn_uc_j + -60 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_t + 15 + @MMK_R_latn_uc_w + 5 + V + 10 + X + -10 + eightsuperior + -7 + fivesuperior + -6 + foursuperior + -7 + jcircumflex + 60 + onesuperior + -10 + p + -5 + pi + 20 + sixsuperior + -4 + threesuperior + -8 + twosuperior + -10 + v + 20 + + oneinferior + + @MMK_R_grek_uc_Alpha + 20 + @MMK_R_latn_lc_a + 5 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_s + 5 + @MMK_R_latn_lc_t + -20 + @MMK_R_latn_lc_w + -30 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_lc_z + 15 + @MMK_R_latn_uc_a + 20 + @MMK_R_latn_uc_i + 15 + @MMK_R_latn_uc_j + 5 + @MMK_R_latn_uc_t + -70 + @MMK_R_latn_uc_u + -5 + @MMK_R_latn_uc_w + -40 + @MMK_R_latn_uc_y + -70 + @MMK_R_latn_uc_z + 20 + V + -60 + X + 10 + fiveinferior + -5 + fourinferior + -10 + nineinferior + -15 + oneinferior + -18 + pi + -10 + seveninferior + -15 + sixinferior + -5 + v + -20 + zeroinferior + -10 + + onesuperior + + @MMK_R_grek_uc_Alpha + -50 + @MMK_R_inp_fraction + 15 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_c + 10 + @MMK_R_latn_lc_d + 10 + @MMK_R_latn_lc_f + 20 + @MMK_R_latn_lc_g + 15 + @MMK_R_latn_lc_i + 10 + @MMK_R_latn_lc_s + 10 + @MMK_R_latn_lc_t + 20 + @MMK_R_latn_lc_w + 10 + @MMK_R_latn_lc_y + 15 + @MMK_R_latn_uc_a + -50 + @MMK_R_latn_uc_i + -15 + @MMK_R_latn_uc_j + -90 + @MMK_R_latn_uc_s + -15 + @MMK_R_latn_uc_t + -10 + @MMK_R_latn_uc_w + 5 + @MMK_R_latn_uc_y + -20 + @MMK_R_latn_uc_z + -30 + X + -30 + fivesuperior + -5 + foursuperior + -10 + ninesuperior + -15 + onesuperior + -18 + pi + 15 + sevensuperior + -15 + sixsuperior + -5 + v + 20 + zerosuperior + -10 + + parenleft + + @MMK_R_latn_lc_g + 10 + @MMK_R_latn_lc_j + 70 + @MMK_R_latn_uc_t + 20 + @MMK_R_latn_uc_w + 20 + @MMK_R_latn_uc_y + 20 + V + 20 + X + 10 + idieresis + 50 + + percent + + @MMK_R_inp_foot + -60 + @MMK_R_inp_quotel + -70 + @MMK_R_inp_quoter + -70 + + perthousand + + @MMK_R_inp_foot + -60 + @MMK_R_inp_quotel + -70 + @MMK_R_inp_quoter + -70 + + pi + + @MMK_R_inp_foot + 10 + @MMK_R_inp_hyph + -15 + @MMK_R_inp_period + -10 + @MMK_R_inp_quoter + 10 + ampersand + -15 + at + -5 + eightsuperior + 20 + fivesuperior + 10 + foursuperior + 25 + nineinferior + -10 + ninesuperior + 20 + oneinferior + -10 + registered + 10 + sixinferior + -5 + sixsuperior + 20 + slash + -10 + threeinferior + 10 + threesuperior + 25 + twoinferior + -5 + twosuperior + 10 + underscore + -10 + zeroinferior + -5 + zerosuperior + 20 + + question + + @MMK_L_inp_period + -120 + @MMK_L_inp_quotel + 10 + @MMK_L_inp_quoter + 10 + @MMK_R_grek_uc_Alpha + -30 + @MMK_R_inp_period + -120 + @MMK_R_inp_quotel + 10 + @MMK_R_inp_quoter + 10 + @MMK_R_latn_uc_a + -30 + @MMK_R_latn_uc_w + 15 + V + 10 + + questiondown + + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -25 + @MMK_R_latn_lc_d + -25 + @MMK_R_latn_lc_j + 30 + @MMK_R_latn_lc_l + -20 + @MMK_R_latn_lc_t + -20 + @MMK_R_latn_lc_u + -20 + @MMK_R_latn_lc_w + -30 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_j + -30 + @MMK_R_latn_uc_o + -40 + @MMK_R_latn_uc_t + -90 + @MMK_R_latn_uc_u + -30 + @MMK_R_latn_uc_w + -45 + @MMK_R_latn_uc_y + -95 + V + -70 + v + -40 + + registered + + @MMK_R_grek_uc_Alpha + -70 + @MMK_R_latn_uc_a + -70 + @MMK_R_latn_uc_w + 15 + @MMK_R_latn_uc_z + -5 + V + 10 + + rreh-ar + + @MMK_L_arab_kaf_init + 100 + + rreh-ar.fina + + @MMK_L_arab_kaf_init + 100 + + seven-ar + + eight-ar + -50 + + seveninferior + + @MMK_R_inp_period + -30 + @MMK_R_latn_lc_c + 10 + @MMK_R_latn_lc_d + 10 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_uc_i + -20 + @MMK_R_latn_uc_j + -5 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_w + -25 + @MMK_R_latn_uc_y + -70 + V + -60 + X + -10 + eightinferior + -10 + fiveinferior + -6 + fourinferior + -20 + oneinferior + -5 + sixinferior + -17 + twoinferior + -7 + x + -15 + zeroinferior + -10 + + sevensuperior + + @MMK_R_grek_lc_kappa + -5 + @MMK_R_grek_uc_Alpha + -70 + @MMK_R_inp_fraction + -10 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_a + -40 + @MMK_R_latn_lc_c + -40 + @MMK_R_latn_lc_d + -30 + @MMK_R_latn_lc_g + -25 + @MMK_R_latn_lc_i + 30 + @MMK_R_latn_lc_n + -5 + @MMK_R_latn_lc_s + -20 + @MMK_R_latn_lc_u + -5 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_z + -20 + @MMK_R_latn_uc_a + -70 + @MMK_R_latn_uc_i + 10 + @MMK_R_latn_uc_j + -55 + @MMK_R_latn_uc_o + -15 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + 30 + @MMK_R_latn_uc_w + 20 + @MMK_R_latn_uc_y + 10 + @MMK_R_latn_uc_z + 10 + V + 20 + X + 5 + eightsuperior + -10 + fivesuperior + -6 + foursuperior + -20 + icircumflex + 80 + jcircumflex + 70 + onesuperior + -5 + p + -10 + sevensuperior + 5 + sixsuperior + -17 + threesuperior + -1 + twosuperior + -7 + v + 10 + x + -20 + zerosuperior + -10 + + sixinferior + + @MMK_R_grek_uc_Alpha + 5 + @MMK_R_latn_lc_f + -20 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -30 + @MMK_R_latn_lc_y + -30 + @MMK_R_latn_uc_a + 5 + @MMK_R_latn_uc_j + 5 + @MMK_R_latn_uc_o + -15 + @MMK_R_latn_uc_s + -5 + @MMK_R_latn_uc_t + -70 + @MMK_R_latn_uc_w + -40 + @MMK_R_latn_uc_y + -75 + V + -60 + nineinferior + -19 + oneinferior + -20 + pi + -10 + seveninferior + -16 + v + -30 + x + -10 + + sixsuperior + + @MMK_R_grek_uc_Alpha + -65 + @MMK_R_inp_fraction + 5 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_f + 20 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_t + 25 + @MMK_R_latn_lc_w + 10 + @MMK_R_latn_lc_y + 20 + @MMK_R_latn_uc_a + -65 + @MMK_R_latn_uc_i + -15 + @MMK_R_latn_uc_j + -70 + @MMK_R_latn_uc_o + -5 + @MMK_R_latn_uc_t + -5 + @MMK_R_latn_uc_y + -20 + @MMK_R_latn_uc_z + -20 + V + -10 + X + -20 + jcircumflex + 40 + ninesuperior + -19 + onesuperior + -20 + pi + 30 + sevensuperior + -16 + v + 20 + + slash + + @MMK_R_grek_lc_kappa + -10 + @MMK_R_grek_uc_Alpha + -45 + @MMK_R_latn_lc_a + -40 + @MMK_R_latn_lc_c + -35 + @MMK_R_latn_lc_d + -35 + @MMK_R_latn_lc_g + -25 + @MMK_R_latn_lc_n + -10 + @MMK_R_latn_uc_a + -45 + @MMK_R_latn_uc_o + -22 + @MMK_R_latn_uc_s + -20 + @MMK_R_latn_uc_t + 20 + @MMK_R_latn_uc_w + 5 + @MMK_R_latn_uc_y + 10 + V + 10 + icircumflex + 45 + idieresis + 45 + igrave + 30 + jcircumflex + 50 + pi + -25 + slash + -190 + + tehMarbutagoal-ar + + @MMK_L_arab_kaf_init + 70 + + threeinferior + + @MMK_R_grek_uc_Alpha + 5 + @MMK_R_latn_lc_a + 5 + @MMK_R_latn_lc_c + 5 + @MMK_R_latn_lc_d + 5 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -30 + @MMK_R_latn_uc_a + 5 + @MMK_R_latn_uc_i + 5 + @MMK_R_latn_uc_j + 5 + @MMK_R_latn_uc_t + -55 + @MMK_R_latn_uc_w + -35 + @MMK_R_latn_uc_y + -75 + @MMK_R_latn_uc_z + 5 + V + -60 + nineinferior + -7 + oneinferior + -10 + pi + -5 + seveninferior + -7 + v + -20 + + threesuperior + + @MMK_R_grek_uc_Alpha + -50 + @MMK_R_inp_fraction + 5 + @MMK_R_inp_period + -60 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_f + 20 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_j + 0 + @MMK_R_latn_lc_t + 25 + @MMK_R_latn_lc_w + 10 + @MMK_R_latn_lc_y + 15 + @MMK_R_latn_lc_z + 5 + @MMK_R_latn_uc_a + -50 + @MMK_R_latn_uc_j + -70 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + 20 + V + 10 + X + -15 + fivesuperior + -1 + jcircumflex + 50 + ninesuperior + -7 + onesuperior + -10 + pi + 30 + sevensuperior + -7 + v + 20 + + trademark + + @MMK_R_grek_uc_Alpha + -75 + @MMK_R_latn_uc_a + -75 + V + 20 + + twoinferior + + @MMK_R_grek_uc_Alpha + 20 + @MMK_R_latn_lc_a + 10 + @MMK_R_latn_lc_c + 5 + @MMK_R_latn_lc_d + 5 + @MMK_R_latn_lc_f + -5 + @MMK_R_latn_lc_s + 5 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_lc_z + 15 + @MMK_R_latn_uc_a + 20 + @MMK_R_latn_uc_i + 10 + @MMK_R_latn_uc_j + 5 + @MMK_R_latn_uc_t + -60 + @MMK_R_latn_uc_w + -40 + @MMK_R_latn_uc_y + -80 + @MMK_R_latn_uc_z + 20 + V + -50 + X + 10 + oneinferior + -10 + pi + -10 + v + -20 + + twosuperior + + @MMK_R_grek_uc_Alpha + -40 + @MMK_R_inp_fraction + 10 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_f + 20 + @MMK_R_latn_lc_g + 5 + @MMK_R_latn_lc_i + 30 + @MMK_R_latn_lc_s + 10 + @MMK_R_latn_lc_t + 20 + @MMK_R_latn_lc_w + 15 + @MMK_R_latn_lc_y + 10 + @MMK_R_latn_uc_a + -40 + @MMK_R_latn_uc_i + 5 + @MMK_R_latn_uc_j + -55 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + 20 + @MMK_R_latn_uc_w + 10 + @MMK_R_latn_uc_y + 5 + V + 10 + X + -10 + jcircumflex + 80 + onesuperior + -10 + pi + 20 + v + 20 + + underscore + + @MMK_R_grek_uc_Alpha + 15 + @MMK_R_latn_lc_a + -30 + @MMK_R_latn_lc_c + -60 + @MMK_R_latn_lc_d + -50 + @MMK_R_latn_lc_f + -25 + @MMK_R_latn_lc_g + 25 + @MMK_R_latn_lc_j + 55 + @MMK_R_latn_lc_l + -55 + @MMK_R_latn_lc_s + -40 + @MMK_R_latn_lc_t + -65 + @MMK_R_latn_lc_u + -35 + @MMK_R_latn_lc_w + -50 + @MMK_R_latn_lc_y + -15 + @MMK_R_latn_lc_z + 5 + @MMK_R_latn_uc_a + 15 + @MMK_R_latn_uc_j + -50 + @MMK_R_latn_uc_o + -100 + @MMK_R_latn_uc_s + -60 + @MMK_R_latn_uc_t + -80 + @MMK_R_latn_uc_u + -70 + @MMK_R_latn_uc_w + -50 + @MMK_R_latn_uc_y + -90 + @MMK_R_latn_uc_z + 25 + V + -80 + X + 20 + p + 10 + pi + -35 + thorn + 10 + v + -70 + x + 20 + + v + + @MMK_R_inp_foot + 25 + @MMK_R_inp_hyph + -5 + @MMK_R_inp_period + -48 + @MMK_R_inp_quotel + 20 + @MMK_R_inp_quoter + 25 + @MMK_R_latn_lc_a + -9 + @MMK_R_latn_lc_c + -8 + @MMK_R_latn_lc_d + -8 + @MMK_R_latn_lc_f + 6 + @MMK_R_latn_lc_g + -13 + @MMK_R_latn_lc_s + -2 + @MMK_R_latn_lc_z + -4 + @MMK_R_latn_uc_a + -30 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_j + -30 + @MMK_R_latn_uc_t + -25 + @MMK_R_latn_uc_y + -35 + V + -10 + ampersand + -20 + eightinferior + -25 + eightsuperior + 20 + fiveinferior + -20 + fivesuperior + 20 + fourinferior + -40 + foursuperior + 25 + nineinferior + -20 + ninesuperior + 20 + oneinferior + -20 + onesuperior + 10 + registered + 30 + sevensuperior + 10 + sixinferior + -40 + sixsuperior + 20 + slash + -15 + threeinferior + -20 + threesuperior + 20 + trademark + 15 + twoinferior + -20 + twosuperior + 10 + underscore + -70 + zeroinferior + -20 + zerosuperior + 20 + + x + + @MMK_R_inp_guill + -10 + @MMK_R_inp_hyph + -35 + @MMK_R_inp_quotel + -5 + @MMK_R_inp_quoter + 10 + @MMK_R_latn_lc_c + -16 + @MMK_R_latn_lc_d + -16 + @MMK_R_latn_lc_s + -4 + @MMK_R_latn_uc_j + -15 + @MMK_R_latn_uc_t + -35 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -40 + V + -10 + ampersand + -30 + at + -20 + eightinferior + -10 + fiveinferior + -10 + fourinferior + -15 + foursuperior + 10 + nineinferior + -20 + registered + 20 + seveninferior + -20 + sixinferior + -10 + trademark + 10 + underscore + 20 + zeroinferior + -10 + zerosuperior + 10 + + zain-ar + + highhamzaYeh-ar.init + 160 + + zain-ar.fina + + highhamzaYeh-ar.init + 160 + + zeroinferior + + @MMK_R_grek_uc_Alpha + 10 + @MMK_R_latn_lc_a + 10 + @MMK_R_latn_lc_c + 5 + @MMK_R_latn_lc_d + 5 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -30 + @MMK_R_latn_uc_a + 10 + @MMK_R_latn_uc_i + 5 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_t + -60 + @MMK_R_latn_uc_u + -5 + @MMK_R_latn_uc_w + -40 + @MMK_R_latn_uc_y + -70 + @MMK_R_latn_uc_z + 5 + V + -60 + fiveinferior + -4 + fourinferior + -3 + oneinferior + -10 + pi + -5 + threeinferior + -6 + v + -20 + x + -10 + + zerosuperior + + @MMK_R_grek_uc_Alpha + -60 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_f + 20 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_t + 30 + @MMK_R_latn_lc_w + 20 + @MMK_R_latn_lc_y + 20 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + -60 + @MMK_R_latn_uc_i + 5 + @MMK_R_latn_uc_j + -60 + @MMK_R_latn_uc_t + 20 + @MMK_R_latn_uc_w + 10 + V + 10 + X + -10 + fivesuperior + -4 + foursuperior + -3 + jcircumflex + 50 + onesuperior + -10 + pi + 30 + threesuperior + -6 + v + 20 + x + 10 + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/lib.plist b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/lib.plist index 8772415907..36e65a2fea 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/lib.plist +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Bold.ufo/lib.plist @@ -2,6 +2,1712 @@ + com.type-invaders.encoding + + .notdef + a + a.alt01 + b + c + d + e + f + g + g.alt01 + g.alt02 + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + zero + zero.alt01 + zero.alt02 + one + two + three + four + five + six + seven + eight + nine + zero.loclARAB + zero.loclARAB.alt01 + zero.loclARAB.alt02 + one.loclARAB + two.loclARAB + three.loclARAB + four.loclARAB + five.loclARAB + six.loclARAB + seven.loclARAB + eight.loclARAB + nine.loclARAB + ampersand + at + hyphen + softhyphen + endash + emdash + underscore + period + ellipsis + colon + comma + semicolon + quotesingle + quotedbl + quoteleft + quoteright + quotedblleft + quotedblright + quotesinglbase + quotedblbase + guilsinglleft + guilsinglright + guillemotleft + guillemotright + exclamdown + exclam + questiondown + question + parenleft + parenright + bracketleft + bracketright + braceleft + braceright + slash + backslash + fraction + divisionslash + percent + perthousand + bar + brokenbar + section + paragraph + copyright + registered + trademark + ordfeminine + ordmasculine + degree + asterisk + dagger + daggerdbl + numbersign + asciicircum + asciitilde + plus + minus + plusminus + multiply + divide + equal + approxequal + notequal + less + greater + lessequal + greaterequal + periodcentered + bullet + lozenge + logicalnot + radical + integral + infinity + estimated + litre + numerosign + partialdiff + currency + cent + Euro + florin + sterling + dollar + yen + baht + coloncurrency + lira + naira + rupee + won + sheqel + dong + kip + tugrik + peso + guarani + hryvnia + cedi + tenge + rupeeindian + liraturkish + ruble + bitcoin + fi + fl + aacute + acircumflex + adieresis + agrave + aring + atilde + aacute.alt01 + acircumflex.alt01 + adieresis.alt01 + agrave.alt01 + aring.alt01 + atilde.alt01 + ae + ccedilla + eth + eacute + ecircumflex + edieresis + egrave + dotlessi + iacute + icircumflex + idieresis + igrave + ij + dotlessj + jacute + jcircumflex + ldot + lslash + ntilde + oacute + ocircumflex + odieresis + ograve + oslash + otilde + oe + scaron + germandbls + germandbls.alt01 + thorn + uacute + ucircumflex + udieresis + ugrave + yacute + ydieresis + zcaron + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + AE + Ccedilla + Dcroat + Eth + Eacute + Ecircumflex + Edieresis + Egrave + Iacute + Icircumflex + Idieresis + Igrave + IJ + Lslash + Ntilde + Oacute + Ocircumflex + Odieresis + Ograve + Oslash + Otilde + OE + Scaron + Germandbls + Thorn + Uacute + Ucircumflex + Udieresis + Ugrave + Yacute + Ydieresis + Zcaron + mu + Delta + product + summation + Omega + pi + hamza-ar + hamza-ar.isol + sindhiampersand-ar + alef-ar + alef-ar.isol + alefHamzabelow-ar + alefHamzabelow-ar.isol + alefWavyhamzabelow-ar + highhamzaAlef-ar + comp.alef-ar.fina + alef-ar.fina + alefHamzabelow-ar.fina + alefWavyhamzabelow-ar.fina + alef-ar.short + alefHamzaabove-ar + alefHamzaabove-ar.isol + alefWavyhamzaabove-ar + alefMadda-ar + alefMadda-ar.isol + alefWasla-ar + alefFathatan-ar + alefTwoabove-ar + alefThreeabove-ar + alef-ar.fina.short + alefHamzaabove-ar.fina + alefWavyhamzaabove-ar.fina + alefMadda-ar.fina + alefWasla-ar.fina + alefFathatan-ar.fina + alefTwoabove-ar.fina + alefThreeabove-ar.fina + highhamzaAlef-ar.fina + behDotless-ar.medi + beh-ar.medi + peh-ar.medi + beeh-ar.medi + beheh-ar.medi + alefMaksura-ar.medi + teh-ar.medi + tehThreedotsdown-ar.medi + theh-ar.medi + tteh-ar.medi + tteheh-ar.medi + teheh-ar.medi + behThreedotsupabove-ar.medi + behThreedotsupbelow-ar.medi + tehThreedotsupbelow-ar.medi + behTwodotsbelowDotabove-ar.medi + behVinvertedbelow-ar.medi + behVabove-ar.medi + behVbelow-ar.medi + noon-ar.medi + noonDotbelow-ar.medi + yeh-ar.medi + yehHamzaabove-ar.medi + yehVabove-ar.medi + yehTwodotsbelowHamzaabove-ar.medi + yehTwodotsbelowDotabove-ar.medi + yehVinverted-farsi.medi + yeh-farsi.medi + yehTwodotsabove-farsi.medi + yehThreedotsabove-farsi.medi + yehTwoabove-farsi.medi + yehThreeabove-farsi.medi + yehFourbelow-farsi.medi + e-ar.medi + yehbarreeTwoabove-ar.medi + yehbarreeThreeabove-ar.medi + highhamzaYeh-ar.medi + noonTwodotsbelow-ar.medi + noonTahabove-ar.medi + noonVabove-ar.medi + tehRing-ar.medi + noonRing-ar.medi + yehKashmiri-ar.medi + behThreedotshorizontalbelow-ar.medi + seen-ar.medi + seenDotbelowDotabove-ar.medi + seenThreedotsbelow-ar.medi + sheen-ar.medi + sheenDotbelow-ar.medi + sheenThreedotsbelow-ar.medi + seenFourdotsabove-ar.medi + seenTwodotshorizontalabove-ar.medi + seenTahTwodotshorizontalabove-ar.medi + seenFourabove-ar.medi + seenVinvertedabove-ar.medi + seen-ar.init + seenDotbelowDotabove-ar.init + seenThreedotsbelow-ar.init + sheen-ar.init + sheenDotbelow-ar.init + sheenThreedotsbelow-ar.init + seenFourdotsabove-ar.init + seenTwodotshorizontalabove-ar.init + seenTahTwodotshorizontalabove-ar.init + seenFourabove-ar.init + seenVinvertedabove-ar.init + lam-ar.medi + lamVabove-ar.medi + lamDotabove-ar.medi + lamThreedotsabove-ar.medi + lamThreedotsbelow-ar.medi + lamBar-ar.medi + lamDoublebar-ar.medi + behDotless-ar.init + beh-ar.init + peh-ar.init + beeh-ar.init + beheh-ar.init + alefMaksura-ar.init + teh-ar.init + tehThreedotsdown-ar.init + theh-ar.init + tteh-ar.init + tteheh-ar.init + teheh-ar.init + behThreedotsupabove-ar.init + behThreedotsupbelow-ar.init + tehThreedotsupbelow-ar.init + behTwodotsbelowDotabove-ar.init + behVinvertedbelow-ar.init + behVabove-ar.init + behVbelow-ar.init + noon-ar.init + noonDotbelow-ar.init + yeh-ar.init + yehHamzaabove-ar.init + yehVabove-ar.init + yehTwodotsbelowHamzaabove-ar.init + yehTwodotsbelowDotabove-ar.init + yehVinverted-farsi.init + yeh-farsi.init + yehTwodotsabove-farsi.init + yehThreedotsabove-farsi.init + yehTwoabove-farsi.init + yehThreeabove-farsi.init + yehFourbelow-farsi.init + e-ar.init + yehbarreeTwoabove-ar.init + yehbarreeThreeabove-ar.init + highhamzaYeh-ar.init + noonTwodotsbelow-ar.init + noonTahabove-ar.init + noonVabove-ar.init + tehRing-ar.init + noonRing-ar.init + yehKashmiri-ar.init + behThreedotshorizontalbelow-ar.init + reh-ar + reh-ar.isol + zain-ar + zain-ar.isol + rreh-ar + rehv-ar + rehDotbelow-ar + rehVbelow-ar + rehDotbelowdotabove-ar + rehTwodots-ar + jeh-ar + rehFourdots-ar + rehVinvertedabove-ar + rehTwodotsverticalabove-ar + rehHamzaabove-ar + rehTwodotshorizontalaboveTahabove-ar + rehAlefabove-ar + rehRing-ar + rehStroke-ar + reh-ar.short + zain-ar.short + rreh-ar.short + jeh-ar.short + reh-ar.fina + zain-ar.fina + rreh-ar.fina + rehv-ar.fina + rehDotbelow-ar.fina + rehVbelow-ar.fina + rehDotbelowdotabove-ar.fina + rehTwodots-ar.fina + jeh-ar.fina + rehFourdots-ar.fina + rehVinvertedabove-ar.fina + rehTwodotsverticalabove-ar.fina + rehHamzaabove-ar.fina + rehTwodotshorizontalaboveTahabove-ar.fina + rehRing-ar.fina + rehStroke-ar.fina + reh-ar.fina.short + zain-ar.fina.short + rreh-ar.fina.short + jeh-ar.fina.short + rehLoop-ar + rehLoop-ar.fina + lam-ar.init + lamVabove-ar.init + lamDotabove-ar.init + lamThreedotsabove-ar.init + lamThreedotsbelow-ar.init + lamBar-ar.init + lamDoublebar-ar.init + lam_meem-ar + lam_meem-ar.init + lam-ar + lam-ar.isol + lamVabove-ar + lamDotabove-ar + lamThreedotsabove-ar + lamThreedotsbelow-ar + lamBar-ar + lamDoublebar-ar + lam-ar.fina + lamVabove-ar.fina + lamDotabove-ar.fina + lamThreedotsabove-ar.fina + lamThreedotsbelow-ar.fina + lamBar-ar.fina + lamDoublebar-ar.fina + noonghunna-ar + noon-ar + noon-ar.isol + noonDotbelow-ar + rnoon-ar + noonThreedotsabove-ar + noonTwodotsbelow-ar + noonTahabove-ar + noonVabove-ar + noonRing-ar + behDotless-ar + beh-ar + beh-ar.isol + peh-ar + beeh-ar + beheh-ar + teh-ar + teh-ar.isol + tehThreedotsdown-ar + theh-ar + theh-ar.isol + tteh-ar + tteheh-ar + teheh-ar + behThreedotshorizontalbelow-ar + behThreedotsupabove-ar + behThreedotsupbelow-ar + tehThreedotsupbelow-ar + behTwodotsbelowDotabove-ar + behVinvertedbelow-ar + behVabove-ar + behVbelow-ar + tehRing-ar + noonghunna-ar.fina + noon-ar.fina + noonDotbelow-ar.fina + rnoon-ar.fina + noonThreedotsabove-ar.fina + noonTwodotsbelow-ar.fina + noonTahabove-ar.fina + noonVabove-ar.fina + noonRing-ar.fina + behDotless-ar.fina + beh-ar.fina + peh-ar.fina + beeh-ar.fina + beheh-ar.fina + teh-ar.fina + tehThreedotsdown-ar.fina + theh-ar.fina + tteh-ar.fina + tteheh-ar.fina + teheh-ar.fina + behThreedotshorizontalbelow-ar.fina + behThreedotsupabove-ar.fina + behThreedotsupbelow-ar.fina + tehThreedotsupbelow-ar.fina + behTwodotsbelowDotabove-ar.fina + behVinvertedbelow-ar.fina + behVabove-ar.fina + behVbelow-ar.fina + tehRing-ar.fina + hah-ar + hah-ar.isol + jeem-ar + jeem-ar.isol + tcheh-ar + tcheheh-ar + tchehDotabove-ar + nyeh-ar + dyeh-ar + hahHamzaabove-ar + hahTwodotsverticalabove-ar + hahTwodotshorizontalabove-ar + hahThreedotsabove-ar + hahThreedotsupbelow-ar + khah-ar + khah-ar.isol + hahTahbelow-ar + hahTahTwodotshorizontalabove-ar + hahFourbelow-ar + jeemTwodotsabove-ar + hahTahabove-ar + hah-ar.short + jeem-ar.short + tcheh-ar.short + khah-ar.short + hah-ar.fina + jeem-ar.fina + tcheh-ar.fina + tcheheh-ar.fina + tchehDotabove-ar.fina + nyeh-ar.fina + dyeh-ar.fina + hahHamzaabove-ar.fina + hahTwodotsverticalabove-ar.fina + hahTwodotshorizontalabove-ar.fina + hahThreedotsabove-ar.fina + khah-ar.fina + hahTahbelow-ar.fina + hahTahTwodotshorizontalabove-ar.fina + hahFourbelow-ar.fina + jeemTwodotsabove-ar.fina + hahTahabove-ar.fina + hahThreedotsupbelow-ar.fina + hah-ar.medi + jeem-ar.medi + tcheh-ar.medi + tcheheh-ar.medi + tchehDotabove-ar.medi + nyeh-ar.medi + dyeh-ar.medi + hahHamzaabove-ar.medi + hahTwodotsverticalabove-ar.medi + hahTwodotshorizontalabove-ar.medi + hahThreedotsabove-ar.medi + hahThreedotsupbelow-ar.medi + khah-ar.medi + hahTahbelow-ar.medi + hahTahTwodotshorizontalabove-ar.medi + hahFourbelow-ar.medi + jeemTwodotsabove-ar.medi + hahTahabove-ar.medi + hah-ar.init + jeem-ar.init + tcheh-ar.init + tcheheh-ar.init + tchehDotabove-ar.init + nyeh-ar.init + dyeh-ar.init + hahHamzaabove-ar.init + hahTwodotsverticalabove-ar.init + hahTwodotshorizontalabove-ar.init + hahThreedotsabove-ar.init + hahThreedotsupbelow-ar.init + khah-ar.init + hahTahbelow-ar.init + hahTahTwodotshorizontalabove-ar.init + hahFourbelow-ar.init + jeemTwodotsabove-ar.init + hahTahabove-ar.init + dal-ar + dal-ar.isol + thal-ar + thal-ar.isol + thalAlefabove-ar + ddal-ar + dahal-ar + ddahal-ar + dalDotbelow-ar + dalDotbelowTah-ar + dul-ar + dalThreedotsdown-ar + dalFourdots-ar + dalVinvertedabove-ar + dalTwodotsverticalbelowTah-ar + dalVinvertedbelow-ar + dalRing-ar + dal-ar.fina + thal-ar.fina + thalAlefabove-ar.fina + ddal-ar.fina + dahal-ar.fina + ddahal-ar.fina + dalDotbelow-ar.fina + dalDotbelowTah-ar.fina + dul-ar.fina + dalThreedotsdown-ar.fina + dalFourdots-ar.fina + dalVinvertedabove-ar.fina + dalTwodotsverticalbelowTah-ar.fina + dalVinvertedbelow-ar.fina + dalRing-ar.fina + seen-ar + seen-ar.isol + seenDotbelowDotabove-ar + seenThreedotsbelow-ar + sheen-ar + sheen-ar.isol + sheenDotbelow-ar + sheenThreedotsbelow-ar + seenFourdotsabove-ar + seenTwodotshorizontalabove-ar + seenTahTwodotshorizontalabove-ar + seenFourabove-ar + seenVinvertedabove-ar + seen-ar.fina + seenDotbelowDotabove-ar.fina + seenThreedotsbelow-ar.fina + sheen-ar.fina + sheenDotbelow-ar.fina + sheenThreedotsbelow-ar.fina + seenFourdotsabove-ar.fina + seenTwodotshorizontalabove-ar.fina + seenTahTwodotshorizontalabove-ar.fina + seenFourabove-ar.fina + seenVinvertedabove-ar.fina + sad-ar + sad-ar.isol + sadTwodotsbelow-ar + sadThreedots-ar + dad-ar + dad-ar.isol + dadDotbelow-ar + sad-ar.fina + sadTwodotsbelow-ar.fina + sadThreedots-ar.fina + dad-ar.fina + dadDotbelow-ar.fina + sad-ar.medi + sadTwodotsbelow-ar.medi + sadThreedots-ar.medi + dad-ar.medi + dadDotbelow-ar.medi + sad-ar.init + sadTwodotsbelow-ar.init + sadThreedots-ar.init + dad-ar.init + dadDotbelow-ar.init + tah-ar + tah-ar.isol + tahThreedots-ar + zah-ar + zah-ar.isol + tahTwodotsabove-ar + fehDotbelowThreedotsabove-ar + tah-ar.fina + tahThreedots-ar.fina + zah-ar.fina + tahTwodotsabove-ar.fina + fehDotbelowThreedotsabove-ar.fina + tah-ar.medi + tahThreedots-ar.medi + zah-ar.medi + tahTwodotsabove-ar.medi + fehDotbelowThreedotsabove-ar.medi + tah-ar.init + tahThreedots-ar.init + zah-ar.init + tahTwodotsabove-ar.init + fehDotbelowThreedotsabove-ar.init + ain-ar + ain-ar.isol + ainThreedotsbelow-ar + ainThreedots-ar + ghain-ar + ghain-ar.isol + ghainDotbelow-ar + ainTwodotshorizontalabove-ar + ainThreedotsdownabove-ar + ainTwodotsverticalabove-ar + ain-ar.short + ghain-ar.short + ain-ar.fina + ainThreedotsbelow-ar.fina + ainThreedots-ar.fina + ghain-ar.fina + ghainDotbelow-ar.fina + ainTwodotshorizontalabove-ar.fina + ainThreedotsdownabove-ar.fina + ainTwodotsverticalabove-ar.fina + ain-ar.medi + ainThreedotsbelow-ar.fina.medi + ainThreedots-ar.medi + ghain-ar.medi + ghainDotbelow-ar.medi + ainTwodotshorizontalabove-ar.medi + ainThreedotsdownabove-ar.medi + ainTwodotsverticalabove-ar.medi + ain-ar.init + ainThreedotsbelow-ar.fina.init + ainThreedots-ar.init + ghain-ar.init + ghainDotbelow-ar.init + ainTwodotshorizontalabove-ar.init + ainThreedotsdownabove-ar.init + ainTwodotsverticalabove-ar.init + fehDotless-ar + feh-ar + feh-ar.isol + veh-ar + fehDotbelow-ar + fehThreedotsbelow-ar + peheh-ar + fehTwodotsbelow-ar + fehThreedotsupbelow-ar + fehDotless-ar.fina + feh-ar.fina + veh-ar.fina + fehDotbelow-ar.fina + fehThreedotsbelow-ar.fina + peheh-ar.fina + fehTwodotsbelow-ar.fina + fehThreedotsupbelow-ar.fina + fehDotless-ar.medi + feh-ar.medi + veh-ar.medi + fehDotbelow-ar.medi + fehThreedotsbelow-ar.medi + peheh-ar.medi + qaf-ar.medi + qafThreedotsabove-ar.medi + qafDotbelow-ar.medi + yehRohingya + fehTwodotsbelow-ar.medi + fehThreedotsupbelow-ar.medi + fehDotless-ar.init + feh-ar.init + veh-ar.init + fehDotbelow-ar.init + fehThreedotsbelow-ar.init + peheh-ar.init + qaf-ar.init + qafThreedotsabove-ar.init + qafDotbelow-ar.init + fehTwodotsbelow-ar.init + fehThreedotsupbelow-ar.init + qafDotless-ar + qaf-ar + qaf-ar.isol + qafDotabove-ar + qafThreedotsabove-ar + qafDotbelow-ar + qafDotless-ar.fina + qaf-ar.fina + qafDotabove-ar.fina + qafThreedotsabove-ar.fina + qafDotbelow-ar.fina + kaf-ar + kaf-ar.isol + kafDotabove-ar + kafTwodotshorizontalabove-ar + kafThreedotsbelow-ar + ng-ar + kaf-ar.fina + kafDotabove-ar.fina + kafTwodotshorizontalabove-ar.fina + kafThreedotsbelow-ar.fina + ng-ar.fina + kaf-ar.medi + keheh-ar.medi + kehehTwodotshorizontalabove-ar.medi + kehehThreedotsbelow-ar.medi + kehehDotabove-ar.medi + kehehThreedotsabove-ar.medi + kehehThreedotsupbelow-ar.medi + gaf-ar.medi + gafThreedots-ar.medi + kafDotabove-ar.medi + kafTwodotshorizontalabove-ar.medi + kafThreedotsbelow-ar.medi + gafTwodotsbelow-ar.medi + ng-ar.medi + ngoeh-ar.medi + gueh-ar.medi + kaf-ar.init + keheh-ar.init + kehehTwodotshorizontalabove-ar.init + kehehThreedotsbelow-ar.init + kehehDotabove-ar.init + kehehThreedotsabove-ar.init + kehehThreedotsupbelow-ar.init + gaf-ar.init + gafThreedots-ar.init + kafDotabove-ar.init + kafTwodotshorizontalabove-ar.init + kafThreedotsbelow-ar.init + gafTwodotsbelow-ar.init + ng-ar.init + ngoeh-ar.init + gueh-ar.init + kafswash-ar + kaf-ar.init.ss01 + kaf-ar.medi.ss01 + kaf-ar.fina.ss01 + keheh-ar + kehehTwodotshorizontalabove-ar + kehehThreedotsbelow-ar + kehehDotabove-ar + kehehThreedotsabove-ar + kehehThreedotsupbelow-ar + gaf-ar + gafThreedots-ar + gafTwodotsbelow-ar + ngoeh-ar + gueh-ar + keheh-ar.fina + kehehTwodotshorizontalabove-ar.fina + kehehThreedotsbelow-ar.fina + kehehDotabove-ar.fina + kehehThreedotsabove-ar.fina + kehehThreedotsupbelow-ar.fina + gaf-ar.fina + gafThreedots-ar.fina + gafTwodotsbelow-ar.fina + ngoeh-ar.fina + gueh-ar.fina + kafRing-ar + gafRing-ar + kafRing-ar.fina + gafRing-ar.fina + kafRing-ar.medi + gafRing-ar.medi + kafRing-ar.init + gafRing-ar.init + meem-ar + meem-ar.isol + meemThreedotsabove-ar + meemDotabove-ar + meemDotbelow-ar + sindhipostpositionmen-ar + meem-ar.fina + meemThreedotsabove-ar.fina + meemDotabove-ar.fina + meemDotbelow-ar.fina + meem-ar.medi + meemThreedotsabove-ar.medi + meemDotabove-ar.medi + meemDotbelow-ar.medi + meem-ar.init + meemThreedotsabove-ar.init + meemDotabove-ar.init + meemDotbelow-ar.init + heh-ar + heh-ar.isol + hehHamzaabove-ar + hehgoal-ar + hehgoalHamzaabove-ar + tehMarbuta-ar + tehMarbuta-ar.isol + tehMarbutagoal-ar + ae-ar + heh-ar.fina + hehHamzaabove-ar.fina + tehMarbuta-ar.fina + ae-ar.fina + heh-ar.medi + hehgoalHamzaabove-ar.medi + hehgoal-ar.medi + heh-ar.init + hehgoalHamzaabove-ar.init + hehDoachashmee-ar.init + hehVinvertedabove-ar.init + hehAlefabove-ar.init + hehDoachashmee-ar + hehVinvertedabove-ar + hehgoal-ar.fina + hehgoalHamzaabove-ar.fina + tehMarbutagoal-ar.fina + hehgoal-ar.init + hehDoachashmee-ar.fina + hehVinvertedabove-ar.fina + hehDoachashmee-ar.medi + hehVinvertedabove-ar.medi + waw-ar + waw-ar.isol + wawTwodots-ar + wawDotabove-ar + wawHamzaabove-ar + wawHamzaabove-ar.isol + wawTwoabove-ar + wawThreeAbove-ar + wawDotcenter-ar + oe-ar + u-ar + yu-ar + kirghizyu-ar + ve-ar + highhamzaWaw-ar + uHamzaabove-ar + waw-ar.fina + wawTwodots-ar.fina + wawDotabove-ar.fina + wawHamzaabove-ar.fina + wawTwoabove-ar.fina + wawThreeAbove-ar.fina + wawDotcenter-ar.fina + oe-ar.fina + u-ar.fina + yu-ar.fina + kirghizyu-ar.fina + ve-ar.fina + highhamzaWaw-ar.fina + uHamzaabove-ar.fina + wawring-ar + wawring-ar.fina + kirghizoe-ar + kirghizoe-ar.fina + alefMaksura-ar + alefMaksura-ar.isol + alefMaksuraAlefabove-ar + yeh-ar + yeh-ar.isol + yehHamzaabove-ar + yehHamzaabove-ar.isol + yehVabove-ar + yehTwodotsbelowHamzaabove-ar + yehTwodotsbelowDotabove-ar + yehVinverted-farsi + yeh-farsi + yehTwodotsabove-farsi + yehThreedotsabove-farsi + yehTwoabove-farsi + yehThreeabove-farsi + yehFourbelow-farsi + yehTail-ar + e-ar + yehThreedotsbelow-ar + highhamzaYeh-ar + yehKashmiri-ar + alefMaksura-ar.fina + alefMaksuraAlefabove-ar.fina + yeh-ar.fina + yehHamzaabove-ar.fina + yehVabove-ar.fina + yehTwodotsbelowHamzaabove-ar.fina + yehTwodotsbelowDotabove-ar.fina + yehVinverted-farsi.fina + yeh-farsi.fina + yehTwodotsabove-farsi.fina + yehThreedotsabove-farsi.fina + yehTwoabove-farsi.fina + yehThreeabove-farsi.fina + yehFourbelow-farsi.fina + yehTail-ar.fina + e-ar.fina + yehThreedotsbelow-ar.fina + highhamzaYeh-ar.fina + yehKashmiri-ar.fina + yehbarree-ar + yehbarreeHamzaabove-ar + yehbarreeTwoabove-ar + yehbarreeThreeabove-ar + yehbarree-ar.fina + yehbarreeHamzaabove-ar.fina + yehbarreeHamzaabove-ar.fina.short4 + yehbarreeTwoabove-ar.fina + yehbarreeTwoabove-ar.fina.short4 + yehbarreeThreeabove-ar.fina + yehbarreeThreeabove-ar.fina.short4 + yehbarree-ar.fina.short + yehbarreeHamzaabove-ar.fina.short + yehbarreeTwoabove-ar.fina.short + yehbarreeThreeabove-ar.fina.short + yehbarree-ar.fina.short2 + yehbarreeHamzaabove-ar.fina.short2 + yehbarreeTwoabove-ar.fina.short2 + yehbarreeThreeabove-ar.fina.short2 + yehbarree-ar.fina.short3 + yehbarree-ar.fina.short4 + yehbarreeHamzaabove-ar.fina.short3 + yehbarreeTwoabove-ar.fina.short3 + yehbarreeThreeabove-ar.fina.short3 + kashidaFina-ar + kashida-ar + fathatan-ar.medi + kasra-ar.medi + kashida-ar.long + fatha-ar.medi + damma-ar.medi + shadda-ar.medi + shadda_fatha-ar.medi + shadda_damma-ar.medi + shadda_kasra-ar.medi + sukun-ar.medi + lam_alef-ar.rlig + lam_alefHamzaabove-ar.rlig + lam_alefHamzabelow-ar.rlig + lam_alefWavyhamzaabove-ar.rlig + lam_alefWavyhamzabelow-ar.rlig + lam_alefMadda-ar.rlig + lam_alefWasla-ar.rlig + lamVabove_alef-ar.rlig + lamDotabove_alef-ar.rlig + lamThreedotsabove_alef-ar.rlig + lamThreedotsbelow_alef-ar.rlig + lamBar_alef-ar.rlig + lam_alef-ar.fina.rlig + lam_alefHamzaabove-ar.fina.rlig + lam_alefHamzabelow-ar.fina.rlig + lam_alefWavyhamzaabove-ar.fina.rlig + lam_alefWavyhamzabelow-ar.fina.rlig + lam_alefMadda-ar.fina.rlig + lam_alefWasla-ar.fina.rlig + lamVabove_alef-ar.fina.rlig + lamDotabove_alef-ar.fina.rlig + lamThreedotsabove_alef-ar.fina.rlig + lamThreedotsbelow_alef-ar.fina.rlig + lamBar_alef-ar.fina.rlig + seen_reh-ar.rlig + seen_zain-ar.rlig + seen_rreh-ar.rlig + seen_jeh-ar.rlig + sheen_reh-ar.rlig + sheen_zain-ar.rlig + sheen_rreh-ar.rlig + sheen_jeh-ar.rlig + seen_reh-ar.fina.rlig + seen_zain-ar.fina.rlig + seen_rreh-ar.fina.rlig + seen_jeh-ar.fina.rlig + sheen_reh-ar.fina.rlig + sheen_zain-ar.fina.rlig + sheen_rreh-ar.fina.rlig + sheen_jeh-ar.fina.rlig + seen_reh-ar.fina.rlig.short + seen_zain-ar.fina.rlig.short + seen_rreh-ar.fina.rlig.short + seen_jeh-ar.fina.rlig.short + sheen_reh-ar.fina.rlig.short + sheen_zain-ar.fina.rlig.short + sheen_rreh-ar.fina.rlig.short + sheen_jeh-ar.fina.rlig.short + seen_reh-ar.rlig.short + seen_zain-ar.rlig.short + seen_rreh-ar.rlig.short + seen_jeh-ar.rlig.short + sheen_reh-ar.rlig.short + sheen_zain-ar.rlig.short + sheen_rreh-ar.rlig.short + sheen_jeh-ar.rlig.short + seen_alefMaksura-ar.rlig + seen_yeh-ar.rlig + seen_yehHamzaabove-ar.rlig + sheen_alefMaksura-ar.rlig + sheen_yeh-ar.rlig + sheen_yehHamzaabove-ar.rlig + seen_yeh-farsi.rlig + sheen_yeh-farsi.rlig + seen_alefMaksura-ar.fina.rlig + seen_yeh-ar.fina.rlig + seen_yehHamzaabove-ar.fina.rlig + sheen_alefMaksura-ar.fina.rlig + sheen_yeh-ar.fina.rlig + sheen_yehHamzaabove-ar.fina.rlig + seen_yeh-farsi.fina.rlig + sheen_yeh-farsi.fina.rlig + sad_reh-ar.rlig + sad_zain-ar.rlig + sad_rreh-ar.rlig + sad_jeh-ar.rlig + dad_reh-ar.rlig + dad_zain-ar.rlig + dad_rreh-ar.rlig + dad_jeh-ar.rlig + sad_reh-ar.fina.rlig + sad_zain-ar.fina.rlig + sad_rreh-ar.fina.rlig + sad_jeh-ar.fina.rlig + dad_reh-ar.fina.rlig + dad_zain-ar.fina.rlig + dad_rreh-ar.fina.rlig + dad_jeh-ar.fina.rlig + sad_reh-ar.fina.rlig.short + sad_zain-ar.fina.rlig.short + sad_rreh-ar.fina.rlig.short + sad_jeh-ar.fina.rlig.short + dad_reh-ar.fina.rlig.short + dad_zain-ar.fina.rlig.short + dad_rreh-ar.fina.rlig.short + dad_jeh-ar.fina.rlig.short + sad_reh-ar.rlig.short + sad_zain-ar.rlig.short + sad_rreh-ar.rlig.short + sad_jeh-ar.rlig.short + dad_reh-ar.rlig.short + dad_zain-ar.rlig.short + dad_rreh-ar.rlig.short + dad_jeh-ar.rlig.short + sad_alefMaksura-ar.rlig + sad_yeh-ar.rlig + sad_yehHamzaabove-ar.rlig + dad_alefMaksura-ar.rlig + dad_yeh-ar.rlig + dad_yehHamzaabove-ar.rlig + sad_yeh-farsi.rlig + dad_yeh-farsi.rlig + sad_alefMaksura-ar.fina.rlig + sad_yeh-ar.fina.rlig + sad_yehHamzaabove-ar.fina.rlig + dad_alefMaksura-ar.fina.rlig + dad_yeh-ar.fina.rlig + dad_yehHamzaabove-ar.fina.rlig + sad_yeh-farsi.fina.rlig + dad_yeh-farsi.fina.rlig + kaf_alefMaksura-ar.rlig + kaf_yeh-ar.rlig + kaf_yehHamzaabove-ar.rlig + keheh_yeh-ar.rlig + gaf_alefMaksura-ar.rlig + gaf_yeh-ar.rlig + gaf_yehHamzaabove-ar.rlig + kaf_yeh-farsi.rlig + keheh_yeh-farsi.rlig + gaf_yeh-farsi.rlig + kaf_alefMaksura-ar.fina.rlig + kaf_yeh-ar.fina.rlig + kaf_yehHamzaabove-ar.fina.rlig + keheh_yeh-ar.fina.rlig + gaf_alefMaksura-ar.fina.rlig + gaf_yeh-ar.fina.rlig + gaf_yehHamzaabove-ar.fina.rlig + kaf_yeh-farsi.fina.rlig + keheh_yeh-farsi.fina.rlig + gaf_yeh-farsi.fina.rlig + lam_alefMaksura-ar.rlig + lam_yeh-ar.rlig + lam_yehHamzaabove-ar.rlig + lam_yeh-farsi.rlig + behDotless_alefMaksura-ar.rlig + beh_alefMaksura-ar.rlig + beh_yeh-ar.rlig + beh_yehHamzaabove-ar.rlig + peh_alefMaksura-ar.rlig + peh_yeh-ar.rlig + peh_yehHamzaabove-ar.rlig + teh_alefMaksura-ar.rlig + teh_yeh-ar.rlig + teh_yehHamzaabove-ar.rlig + theh_alefMaksura-ar.rlig + theh_yeh-ar.rlig + theh_yehHamzaabove-ar.rlig + tteh_alefMaksura-ar.rlig + tteh_yeh-ar.rlig + tteh_yehHamzaabove-ar.rlig + noon_alefMaksura-ar.rlig + noon_yeh-ar.rlig + noon_yehHamzaabove-ar.rlig + yeh_alefMaksura-ar.rlig + yeh_yeh-ar.rlig + yeh_yehHamzaabove-ar.rlig + yehHamzaabove_alefMaksura-ar.rlig + yehHamzaabove_yeh-ar.rlig + yehHamzaabove_yehHamzaabove-ar.rlig + yeh_yeh-farsi.rlig + peh_yeh-farsi.rlig + teh_yeh-farsi.rlig + theh_yeh-farsi.rlig + tteh_yeh-farsi.rlig + noon_yeh-farsi.rlig + yehHamzaabove_yeh-farsi.rlig + beh_yeh-farsi.rlig + behDotless_alefMaksura-ar.fina.rlig + beh_alefMaksura-ar.fina.rlig + beh_yeh-ar.fina.rlig + beh_yehHamzaabove-ar.fina.rlig + peh_alefMaksura-ar.fina.rlig + peh_yeh-ar.fina.rlig + peh_yehHamzaabove-ar.fina.rlig + teh_alefMaksura-ar.fina.rlig + teh_yeh-ar.fina.rlig + teh_yehHamzaabove-ar.fina.rlig + theh_alefMaksura-ar.fina.rlig + theh_yeh-ar.fina.rlig + theh_yehHamzaabove-ar.fina.rlig + tteh_alefMaksura-ar.fina.rlig + tteh_yeh-ar.fina.rlig + tteh_yehHamzaabove-ar.fina.rlig + noon_alefMaksura-ar.fina.rlig + noon_yeh-ar.fina.rlig + noon_yehHamzaabove-ar.fina.rlig + yeh_alefMaksura-ar.fina.rlig + yeh_yeh-ar.fina.rlig + yeh_yehHamzaabove-ar.fina.rlig + yehHamzaabove_alefMaksura-ar.fina.rlig + yehHamzaabove_yeh-ar.fina.rlig + yehHamzaabove_yehHamzaabove-ar.fina.rlig + yeh_yeh-farsi.fina.rlig + beh_yeh-farsi.fina.rlig + peh_yeh-farsi.fina.rlig + teh_yeh-farsi.fina.rlig + theh_yeh-farsi.fina.rlig + tteh_yeh-farsi.fina.rlig + noon_yeh-farsi.fina.rlig + yehHamzaabove_yeh-farsi.fina.rlig + fehDotless_alefMaksura-ar.rlig + feh_alefMaksura-ar.rlig + feh_yeh-ar.rlig + feh_yehHamzaabove-ar.rlig + veh_alefMaksura-ar.rlig + veh_yeh-ar.rlig + veh_yehHamzaabove-ar.rlig + qaf_alefMaksura-ar.rlig + qaf_yeh-ar.rlig + qaf_yehHamzaabove-ar.rlig + feh_yeh-farsi.rlig + veh_yeh-farsi.rlig + qaf_yeh-farsi.rlig + alefMaksura_reh-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig.short + alefMaksura_jeh-ar.fina.rlig + alefMaksura_jeh-ar.fina.rlig.short + beh_reh-ar.fina.rlig + beh_zain-ar.fina.rlig + beh_rreh-ar.fina.rlig + beh_jeh-ar.fina.rlig + peh_reh-ar.fina.rlig + peh_zain-ar.fina.rlig + peh_rreh-ar.fina.rlig + peh_jeh-ar.fina.rlig + teh_reh-ar.fina.rlig + teh_zain-ar.fina.rlig + teh_rreh-ar.fina.rlig + teh_jeh-ar.fina.rlig + theh_reh-ar.fina.rlig + theh_zain-ar.fina.rlig + theh_rreh-ar.fina.rlig + theh_jeh-ar.fina.rlig + tteh_reh-ar.fina.rlig + tteh_zain-ar.fina.rlig + tteh_rreh-ar.fina.rlig + tteh_jeh-ar.fina.rlig + noon_reh-ar.fina.rlig + noon_zain-ar.fina.rlig + noon_rreh-ar.fina.rlig + noon_jeh-ar.fina.rlig + yeh_reh-ar.fina.rlig + yeh_zain-ar.fina.rlig + yeh_rreh-ar.fina.rlig + yeh_jeh-ar.fina.rlig + yehHamzaabove_reh-ar.fina.rlig + yehHamzaabove_zain-ar.fina.rlig + yehHamzaabove_rreh-ar.fina.rlig + yehHamzaabove_jeh-ar.fina.rlig + yeh_zain-farsi.fina.rlig + yeh_reh-farsi.fina.rlig + yeh_jeh-farsi.fina.rlig + yeh_rreh-farsi.fina.rlig + alefMaksura_reh-ar.fina.rlig.short + beh_reh-ar.fina.rlig.short + beh_zain-ar.fina.rlig.short + beh_rreh-ar.fina.rlig.short + beh_jeh-ar.fina.rlig.short + peh_reh-ar.fina.rlig.short + peh_zain-ar.fina.rlig.short + peh_rreh-ar.fina.rlig.short + peh_jeh-ar.fina.rlig.short + teh_reh-ar.fina.rlig.short + teh_zain-ar.fina.rlig.short + teh_rreh-ar.fina.rlig.short + teh_jeh-ar.fina.rlig.short + theh_reh-ar.fina.rlig.short + theh_zain-ar.fina.rlig.short + theh_rreh-ar.fina.rlig.short + theh_jeh-ar.fina.rlig.short + noon_reh-ar.fina.rlig.short + noon_zain-ar.fina.rlig.short + noon_rreh-ar.fina.rlig.short + noon_jeh-ar.fina.rlig.short + yeh_reh-ar.fina.rlig.short + yeh_zain-ar.fina.rlig.short + yeh_rreh-ar.fina.rlig.short + yeh_jeh-ar.fina.rlig.short + yehHamzaabove_reh-ar.fina.rlig.short + yehHamzaabove_zain-ar.fina.rlig.short + yehHamzaabove_rreh-ar.fina.rlig.short + yehHamzaabove_jeh-ar.fina.rlig.short + yeh_jeh-farsi.fina.rlig.short + yeh_reh-farsi.fina.rlig.short + yeh_rreh-farsi.fina.rlig.short + yeh_zain-farsi.fina.rlig.short + alefMaksura_noonghunna-ar.rlig + alefMaksura_noon-ar.fina.rlig + beh_noon-ar.fina.rlig + peh_noon-ar.fina.rlig + teh_noon-ar.fina.rlig + theh_noon-ar.fina.rlig + tteh_noon-ar.fina.rlig + noon_noon-ar.fina.rlig + yeh_noon-ar.fina.rlig + yehHamzaabove_noon-ar.fina.rlig + yeh_noon-farsi.fina.rlig + zero-ar + one-ar + two-ar + three-ar + four-ar + five-ar + six-ar + seven-ar + eight-ar + nine-ar + zero-persian + one-persian + two-persian + three-persian + four-persian + five-persian + six-persian + seven-persian + eight-persian + nine-persian + four-persian.urdu + seven-persian.urdu + decimalseparator-ar + thousandseparator-ar + horizontalbar + hyphentwo + threedots-ar + fullstop-ar + comma-ar + semicolon-ar + question-ar + asterisk-ar + parenleft-ar + parenright-ar + percent-ar + perthousand-ar + pertenthousand-ar + comp.cuberoot-ar + cuberoot-ar + fourthroot-ar + number-ar + year-ar + footnotemarker-ar + pagenumber-ar + dateseparator-ar + verseComma-ar + misraComma-ar + ray-ar + afghani-ar + samvat-ar + rial + qaf_lam_yeh-ar + mohammad-ar + allah-ar + jallajalalouhou-ar + bismillah-ar + basmalla-ar + asteriskArt-ar + endofayah-ar + sajdah-ar + dottedCircle + zerosuperior + onesuperior + twosuperior + threesuperior + foursuperior + fivesuperior + sixsuperior + sevensuperior + eightsuperior + ninesuperior + zeroinferior + oneinferior + twoinferior + threeinferior + fourinferior + fiveinferior + sixinferior + seveninferior + eightinferior + nineinferior + onehalf + uni2153 + uni2154 + onequarter + threequarters + uni2155 + uni2156 + uni2157 + uni2158 + uni2159 + uni215A + uni2150 + uni215B + uni215C + uni215D + uni215E + uni2151 + checkmark + crossmark + arrowleft + arrowup + arrowdown + arrowright + arrowupleft + arrowupright + arrowdownleft + arrowdownright + arrowupleftcorner + arrowdownleftcorner + arrowleftupcorner + arrowrightupcorner + arrowleftdowncorner + arrowrightdowncorner + arrowuprightcorner + arrowdownrightcorner + arrowleftarrowright + arrowrightarrowleft + arrowleftright + arrowupdown + arrowdowncounterclockhalf + arrowdownclockhalf + arrowhookleft + arrowhookright + arrowupleftcounterclock + arrowuprightclock + tilde + tilde.alt01 + macron + dotaccent + dieresis + hungarumlaut + acute + grave + circumflex + caron + breve + ring + commaturnedtop + caronslovak + cedilla + ogonek + tildecomb + macroncomb + dotaccentcomb + dieresiscomb + hungarumlautcomb + acutecomb + gravecomb + circumflexcomb + caroncomb + ringcomb + caronslovakcomb + cedillacomb + ogonekcomb + tilde.case + tilde.alt01.case + macron.case + dotaccent.case + dieresis.case + acute.case + grave.case + circumflex.case + caron.case + breve.case + ring.case + comp.dot + dotabove-ar + dotbelow-ar + dotcenter-ar + dotvowelbelow-ar + toneonedotabove-ar + toneonedotbelow-ar + twodotshorizontalabove-ar + twodotshorizontalbelow-ar + twodotshorizontalcenter-ar + tonetwodotsbelow-ar + tonetwodotsabove-ar + threedotshorizontalbelow-ar + comp.twodotsvertical + twodotsverticalabove-ar + twodotsverticalbelow-ar + twodotsverticalcenter-ar + fourdotsabove-ar + fourdotsbelow-ar + fourdotscenter-ar + comp.threedotsdown + threedotsdownabove-ar + threedotsdownbelow-ar + threedotsdowncenter-ar + comp.threedots + threedotsupabove-ar + threedotsupbelow-ar + threedotsupcenter-ar + threedotsabove-ar + dotStopabove-ar + sukunround-ar + ring-ar + sukun-ar + sukun-ar.isol + sukunoval-ar + fathaRing-ar + rhombusStopbelow-ar + rhombusStopabove-ar + comp.alefmini-ar + alefabove-ar + alefbelow-ar + uniFBBC + comp.v-ar + vabove-ar + vbelow-ar + comp.vinverted-ar + vinvertedabove-ar + vinvertedbelow-ar + leftarrowheadabove-ar + leftarrowheadbelow-ar + rightarrowheadabove-ar + rightarrowheadbelow-ar + rightarrowheadDotabove-ar + doublerightarrowheadabove-ar + doublerightarrowheadDotabove-ar + fathaHorizont-ar + maddalong-ar + madda-ar + comp.fatha-ar + fatha-ar + kasra-ar + fatha-ar.isol + kasra-ar.isol + kasraDotbelow-ar + fathasmall-ar + kasrasmall-ar + hamzabelowKasra-ar + shaddaKasra-ar + kasratan-ar + kasratan-ar.isol + openkasratan-ar + hamzabelowKasratan-ar + fathaDotabove-ar + fathatan-ar + fathatan-ar.isol + openfathatan-ar + shaddaKasratan-ar + fathatwodots-ar + comp.fathacurly-ar + fathaCurly-ar + kasraCurly-ar + fathatanCurly-ar + kasratanCurly-ar + comp.yehSmall-ar + yehbelow-ar + yehabove-ar + zainabove-ar + noonghunnaabove-ar + noonabove-ar + comp.hamza-ar + hamzahigh-ar + hamzaabove-ar + hamzabelow-ar + hamzacenter-ar + highhamza-ar + hamzaaboveDamma-ar + hamzaaboveDammatan-ar + hamzaaboveFatha-ar + hamzaaboveFathatan-ar + hamzaaboveSukun-ar + comp.wavyhamza-ar + wavyhamzabelow-ar + wavyhamza_above-ar + hahabove-ar + comp.meemSmall-ar + meemStopabove-ar + meembelow-ar + meemabove-ar + wasla-ar + sadabove-ar + ainabove-ar + toneloopabove-ar + toneloopbelow-ar + comp.damma-ar + damma-ar + damma-ar.isol + dammahigh-ar + dammaDot-ar + opendammatan-ar + dammasmall-ar + dammaCurly-ar + dammareversed-ar + dammainverted-ar + dammatanCurly-ar + wawSmall-ar + highwaw-ar + comp.tahmini-ar + tahabove-ar + tahcenter-ar + tahbelow-ar + uniFBC0 + dammatan-ar + dammatan-ar.isol + shadda-ar + shadda-ar.isol + shaddaAlefabove-ar + shaddaDamma-ar + shaddaDammatan-ar + shaddaFatha-ar + shaddaFathatan-ar + comp.seenSmall-ar + seenabove-ar + seenbelow-ar + lamAlefabove-ar + rehHahabove-ar + jeemabove-ar + takhallusabove-ar + rehDadabove-ar + alefLamYehabove-ar + sadLamAlefMaksuraabove-ar + qafLamAlefMaksuraabove-ar + twoabove-ar + threeabove-ar + comp.foururdu-ar + fourabove-ar + foururduabove-ar + foururdubelow-ar + foururducenter-ar + kashidaFina2-ar + comp.doublebar-ar + comp.bar-ar + comp.kafbar-ar + space + nbspace + fcclogo + celogo + com.type-invaders.fontnaming.macfam IBM Plex Sans Arabic com.type-invaders.fontnaming.macstyle @@ -10,6 +1716,8 @@ IBM Plex Sans Arabic com.type-invaders.fontnaming.winstyle Bold + com.type-invaders.interpolation.value + 100.0 com.typemytype.robofont.layerOrder @@ -295,7 +2003,6 @@ summation Omega pi - zerosuperior hamza-ar hamza-ar.isol sindhiampersand-ar @@ -465,6 +2172,7 @@ rehRing-ar rehStroke-ar reh-ar.short + zain-ar.short rreh-ar.short jeh-ar.short reh-ar.fina @@ -487,7 +2195,6 @@ zain-ar.fina.short rreh-ar.fina.short jeh-ar.fina.short - zain-ar.short rehLoop-ar rehLoop-ar.fina lam-ar.init @@ -1079,313 +2786,314 @@ shadda_damma-ar.medi shadda_kasra-ar.medi sukun-ar.medi - lam_alef-ar - lam_alefHamzaabove-ar - lam_alefHamzabelow-ar - lam_alefWavyhamzaabove-ar - lam_alefWavyhamzabelow-ar - lam_alefMadda-ar - lam_alefWasla-ar - lamVabove_alef-ar - lamDotabove_alef-ar - lamThreedotsabove_alef-ar - lamThreedotsbelow_alef-ar - lamBar_alef-ar - lam_alef-ar.fina - lam_alefHamzaabove-ar.fina - lam_alefHamzabelow-ar.fina - lam_alefWavyhamzaabove-ar.fina - lam_alefWavyhamzabelow-ar.fina - lam_alefMadda-ar.fina - lam_alefWasla-ar.fina - lamVabove_alef-ar.fina - lamDotabove_alef-ar.fina - lamThreedotsabove_alef-ar.fina - lamThreedotsbelow_alef-ar.fina - lamBar_alef-ar.fina - seen_reh-ar - seen_zain-ar - seen_rreh-ar - seen_jeh-ar - sheen_reh-ar - sheen_zain-ar - sheen_rreh-ar - sheen_jeh-ar - seen_reh-ar.fina - seen_zain-ar.fina - seen_rreh-ar.fina - seen_jeh-ar.fina - sheen_reh-ar.fina - sheen_zain-ar.fina - sheen_rreh-ar.fina - sheen_jeh-ar.fina - seen_reh-ar.fina.short - seen_zain-ar.fina.short - seen_rreh-ar.fina.short - seen_jeh-ar.fina.short - sheen_reh-ar.fina.short - sheen_zain-ar.fina.short - sheen_rreh-ar.fina.short - sheen_jeh-ar.fina.short - seen_reh-ar.short - seen_zain-ar.short - seen_rreh-ar.short - seen_jeh-ar.short - sheen_reh-ar.short - sheen_zain-ar.short - sheen_rreh-ar.short - sheen_jeh-ar.short - seen_alefMaksura-ar - seen_yeh-ar - seen_yehHamzaabove-ar - sheen_alefMaksura-ar - sheen_yeh-ar - sheen_yehHamzaabove-ar - seen_yeh-farsi - sheen_yeh-farsi - seen_alefMaksura-ar.fina - seen_yeh-ar.fina - seen_yehHamzaabove-ar.fina - sheen_alefMaksura-ar.fina - sheen_yeh-ar.fina - sheen_yehHamzaabove-ar.fina - seen_yeh-farsi.fina - sheen_yeh-farsi.fina - sad_reh-ar - sad_zain-ar - sad_rreh-ar - sad_jeh-ar - dad_reh-ar - dad_zain-ar - dad_rreh-ar - dad_jeh-ar - sad_reh-ar.fina - sad_zain-ar.fina - sad_rreh-ar.fina - sad_jeh-ar.fina - dad_reh-ar.fina - dad_zain-ar.fina - dad_rreh-ar.fina - dad_jeh-ar.fina - sad_reh-ar.fina.short - sad_zain-ar.fina.short - sad_rreh-ar.fina.short - sad_jeh-ar.fina.short - dad_reh-ar.fina.short - dad_zain-ar.fina.short - dad_rreh-ar.fina.short - dad_jeh-ar.fina.short - sad_reh-ar.short - sad_zain-ar.short - sad_rreh-ar.short - sad_jeh-ar.short - dad_reh-ar.short - dad_zain-ar.short - dad_rreh-ar.short - dad_jeh-ar.short - sad_alefMaksura-ar - sad_yeh-ar - sad_yehHamzaabove-ar - dad_alefMaksura-ar - dad_yeh-ar - dad_yehHamzaabove-ar - sad_yeh-farsi - dad_yeh-farsi - sad_alefMaksura-ar.fina - sad_yeh-ar.fina - sad_yehHamzaabove-ar.fina - dad_alefMaksura-ar.fina - dad_yeh-ar.fina - dad_yehHamzaabove-ar.fina - sad_yeh-farsi.fina - dad_yeh-farsi.fina - kaf_alefMaksura-ar - kaf_yeh-ar - kaf_yehHamzaabove-ar - keheh_yeh-ar - gaf_alefMaksura-ar - gaf_yeh-ar - gaf_yehHamzaabove-ar - kaf_yeh-farsi - keheh_yeh-farsi - gaf_yeh-farsi - kaf_alefMaksura-ar.fina - kaf_yeh-ar.fina - kaf_yehHamzaabove-ar.fina - keheh_yeh-ar.fina - gaf_alefMaksura-ar.fina - gaf_yeh-ar.fina - gaf_yehHamzaabove-ar.fina - kaf_yeh-farsi.fina - keheh_yeh-farsi.fina - gaf_yeh-farsi.fina - lam_alefMaksura-ar - lam_yeh-ar - lam_yehHamzaabove-ar - lam_yeh-farsi - comp.behDotless_alefMaksura-ar - beh_alefMaksura-ar - beh_yeh-ar - beh_yehHamzaabove-ar - peh_alefMaksura-ar - peh_yeh-ar - peh_yehHamzaabove-ar - teh_alefMaksura-ar - teh_yeh-ar - teh_yehHamzaabove-ar - theh_alefMaksura-ar - theh_yeh-ar - theh_yehHamzaabove-ar - tteh_alefMaksura-ar - tteh_yeh-ar - tteh_yehHamzaabove-ar - noon_alefMaksura-ar - noon_yeh-ar - noon_yehHamzaabove-ar - yeh_alefMaksura-ar - yeh_yeh-ar - yeh_yehHamzaabove-ar - yehHamzaabove_alefMaksura-ar - yehHamzaabove_yeh-ar - yehHamzaabove_yehHamzaabove-ar - yeh_yeh-farsi - peh_yeh-farsi - teh_yeh-farsi - theh_yeh-farsi - tteh_yeh-farsi - noon_yeh-farsi - yehHamzaabove_yeh-farsi - beh_yeh-farsi - comp.behDotless_alefMaksura-ar.fina - beh_alefMaksura-ar.fina - beh_yeh-ar.fina - beh_yehHamzaabove-ar.fina - peh_alefMaksura-ar.fina - peh_yeh-ar.fina - peh_yehHamzaabove-ar.fina - teh_alefMaksura-ar.fina - teh_yeh-ar.fina - teh_yehHamzaabove-ar.fina - theh_alefMaksura-ar.fina - theh_yeh-ar.fina - theh_yehHamzaabove-ar.fina - tteh_alefMaksura-ar.fina - tteh_yeh-ar.fina - tteh_yehHamzaabove-ar.fina - noon_alefMaksura-ar.fina - noon_yeh-ar.fina - noon_yehHamzaabove-ar.fina - yeh_alefMaksura-ar.fina - yeh_yeh-ar.fina - yeh_yehHamzaabove-ar.fina - yehHamzaabove_alefMaksura-ar.fina - yehHamzaabove_yeh-ar.fina - yehHamzaabove_yehHamzaabove-ar.fina - yeh_yeh-farsi.fina - beh_yeh-farsi.fina - peh_yeh-farsi.fina - teh_yeh-farsi.fina - theh_yeh-farsi.fina - tteh_yeh-farsi.fina - noon_yeh-farsi.fina - yehHamzaabove_yeh-farsi.fina - fehDotless_alefMaksura-ar - feh_alefMaksura-ar - feh_yeh-ar - feh_yehHamzaabove-ar - veh_alefMaksura-ar - veh_yeh-ar - veh_yehHamzaabove-ar - qaf_alefMaksura-ar - qaf_yeh-ar - qaf_yehHamzaabove-ar - feh_yeh-farsi - veh_yeh-farsi - qaf_yeh-farsi - alefMaksura_reh-ar.fina - beh_reh-ar.fina - beh_zain-ar.fina - beh_rreh-ar.fina - beh_jeh-ar.fina - peh_reh-ar.fina - peh_zain-ar.fina - peh_rreh-ar.fina - peh_jeh-ar.fina - teh_reh-ar.fina - teh_zain-ar.fina - teh_rreh-ar.fina - teh_jeh-ar.fina - theh_reh-ar.fina - theh_zain-ar.fina - theh_rreh-ar.fina - theh_jeh-ar.fina - tteh_reh-ar.fina - tteh_zain-ar.fina - tteh_rreh-ar.fina - tteh_jeh-ar.fina - noon_reh-ar.fina - noon_zain-ar.fina - noon_rreh-ar.fina - noon_jeh-ar.fina - yeh_reh-ar.fina - yeh_zain-ar.fina - yeh_rreh-ar.fina - yeh_jeh-ar.fina - yehHamzaabove_reh-ar.fina - yehHamzaabove_zain-ar.fina - yehHamzaabove_rreh-ar.fina - yehHamzaabove_jeh-ar.fina - yeh_zain-farsi.fina - yeh_reh-farsi.fina - yeh_jeh-farsi.fina - yeh_rreh-farsi.fina - alefMaksura_reh-ar.fina.short - beh_reh-ar.fina.short - beh_zain-ar.fina.short - beh_rreh-ar.fina.short - beh_jeh-ar.fina.short - peh_reh-ar.fina.short - peh_zain-ar.fina.short - peh_rreh-ar.fina.short - peh_jeh-ar.fina.short - teh_reh-ar.fina.short - teh_zain-ar.fina.short - teh_rreh-ar.fina.short - teh_jeh-ar.fina.short - theh_reh-ar.fina.short - theh_zain-ar.fina.short - theh_rreh-ar.fina.short - theh_jeh-ar.fina.short - tteh_reh-ar.fina.short - tteh_zain-ar.fina.short - tteh_rreh-ar.fina.short - tteh_jeh-ar.fina.short - noon_reh-ar.fina.short - noon_zain-ar.fina.short - noon_rreh-ar.fina.short - noon_jeh-ar.fina.short - yeh_reh-ar.fina.short - yeh_zain-ar.fina.short - yeh_rreh-ar.fina.short - yeh_jeh-ar.fina.short - yehHamzaabove_reh-ar.fina.short - yehHamzaabove_zain-ar.fina.short - yehHamzaabove_rreh-ar.fina.short - yehHamzaabove_jeh-ar.fina.short - yeh_jeh-farsi.fina.short - yeh_reh-farsi.fina.short - yeh_rreh-farsi.fina.short - yeh_zain-farsi.fina.short - alefMaksura_noonghunna-ar - beh_noon-ar.fina - peh_noon-ar.fina - teh_noon-ar.fina - theh_noon-ar.fina - tteh_noon-ar.fina - noon_noon-ar.fina - yeh_noon-ar.fina - yehHamzaabove_noon-ar.fina - yeh_noon-farsi.fina + lam_alef-ar.rlig + lam_alefHamzaabove-ar.rlig + lam_alefHamzabelow-ar.rlig + lam_alefWavyhamzaabove-ar.rlig + lam_alefWavyhamzabelow-ar.rlig + lam_alefMadda-ar.rlig + lam_alefWasla-ar.rlig + lamVabove_alef-ar.rlig + lamDotabove_alef-ar.rlig + lamThreedotsabove_alef-ar.rlig + lamThreedotsbelow_alef-ar.rlig + lamBar_alef-ar.rlig + lam_alef-ar.fina.rlig + lam_alefHamzaabove-ar.fina.rlig + lam_alefHamzabelow-ar.fina.rlig + lam_alefWavyhamzaabove-ar.fina.rlig + lam_alefWavyhamzabelow-ar.fina.rlig + lam_alefMadda-ar.fina.rlig + lam_alefWasla-ar.fina.rlig + lamVabove_alef-ar.fina.rlig + lamDotabove_alef-ar.fina.rlig + lamThreedotsabove_alef-ar.fina.rlig + lamThreedotsbelow_alef-ar.fina.rlig + lamBar_alef-ar.fina.rlig + seen_reh-ar.rlig + seen_zain-ar.rlig + seen_rreh-ar.rlig + seen_jeh-ar.rlig + sheen_reh-ar.rlig + sheen_zain-ar.rlig + sheen_rreh-ar.rlig + sheen_jeh-ar.rlig + seen_reh-ar.fina.rlig + seen_zain-ar.fina.rlig + seen_rreh-ar.fina.rlig + seen_jeh-ar.fina.rlig + sheen_reh-ar.fina.rlig + sheen_zain-ar.fina.rlig + sheen_rreh-ar.fina.rlig + sheen_jeh-ar.fina.rlig + seen_reh-ar.fina.rlig.short + seen_zain-ar.fina.rlig.short + seen_rreh-ar.fina.rlig.short + seen_jeh-ar.fina.rlig.short + sheen_reh-ar.fina.rlig.short + sheen_zain-ar.fina.rlig.short + sheen_rreh-ar.fina.rlig.short + sheen_jeh-ar.fina.rlig.short + seen_reh-ar.rlig.short + seen_zain-ar.rlig.short + seen_rreh-ar.rlig.short + seen_jeh-ar.rlig.short + sheen_reh-ar.rlig.short + sheen_zain-ar.rlig.short + sheen_rreh-ar.rlig.short + sheen_jeh-ar.rlig.short + seen_alefMaksura-ar.rlig + seen_yeh-ar.rlig + seen_yehHamzaabove-ar.rlig + sheen_alefMaksura-ar.rlig + sheen_yeh-ar.rlig + sheen_yehHamzaabove-ar.rlig + seen_yeh-farsi.rlig + sheen_yeh-farsi.rlig + seen_alefMaksura-ar.fina.rlig + seen_yeh-ar.fina.rlig + seen_yehHamzaabove-ar.fina.rlig + sheen_alefMaksura-ar.fina.rlig + sheen_yeh-ar.fina.rlig + sheen_yehHamzaabove-ar.fina.rlig + seen_yeh-farsi.fina.rlig + sheen_yeh-farsi.fina.rlig + sad_reh-ar.rlig + sad_zain-ar.rlig + sad_rreh-ar.rlig + sad_jeh-ar.rlig + dad_reh-ar.rlig + dad_zain-ar.rlig + dad_rreh-ar.rlig + dad_jeh-ar.rlig + sad_reh-ar.fina.rlig + sad_zain-ar.fina.rlig + sad_rreh-ar.fina.rlig + sad_jeh-ar.fina.rlig + dad_reh-ar.fina.rlig + dad_zain-ar.fina.rlig + dad_rreh-ar.fina.rlig + dad_jeh-ar.fina.rlig + sad_reh-ar.fina.rlig.short + sad_zain-ar.fina.rlig.short + sad_rreh-ar.fina.rlig.short + sad_jeh-ar.fina.rlig.short + dad_reh-ar.fina.rlig.short + dad_zain-ar.fina.rlig.short + dad_rreh-ar.fina.rlig.short + dad_jeh-ar.fina.rlig.short + sad_reh-ar.rlig.short + sad_zain-ar.rlig.short + sad_rreh-ar.rlig.short + sad_jeh-ar.rlig.short + dad_reh-ar.rlig.short + dad_zain-ar.rlig.short + dad_rreh-ar.rlig.short + dad_jeh-ar.rlig.short + sad_alefMaksura-ar.rlig + sad_yeh-ar.rlig + sad_yehHamzaabove-ar.rlig + dad_alefMaksura-ar.rlig + dad_yeh-ar.rlig + dad_yehHamzaabove-ar.rlig + sad_yeh-farsi.rlig + dad_yeh-farsi.rlig + sad_alefMaksura-ar.fina.rlig + sad_yeh-ar.fina.rlig + sad_yehHamzaabove-ar.fina.rlig + dad_alefMaksura-ar.fina.rlig + dad_yeh-ar.fina.rlig + dad_yehHamzaabove-ar.fina.rlig + sad_yeh-farsi.fina.rlig + dad_yeh-farsi.fina.rlig + kaf_alefMaksura-ar.rlig + kaf_yeh-ar.rlig + kaf_yehHamzaabove-ar.rlig + keheh_yeh-ar.rlig + gaf_alefMaksura-ar.rlig + gaf_yeh-ar.rlig + gaf_yehHamzaabove-ar.rlig + kaf_yeh-farsi.rlig + keheh_yeh-farsi.rlig + gaf_yeh-farsi.rlig + kaf_alefMaksura-ar.fina.rlig + kaf_yeh-ar.fina.rlig + kaf_yehHamzaabove-ar.fina.rlig + keheh_yeh-ar.fina.rlig + gaf_alefMaksura-ar.fina.rlig + gaf_yeh-ar.fina.rlig + gaf_yehHamzaabove-ar.fina.rlig + kaf_yeh-farsi.fina.rlig + keheh_yeh-farsi.fina.rlig + gaf_yeh-farsi.fina.rlig + lam_alefMaksura-ar.rlig + lam_yeh-ar.rlig + lam_yehHamzaabove-ar.rlig + lam_yeh-farsi.rlig + behDotless_alefMaksura-ar.rlig + beh_alefMaksura-ar.rlig + beh_yeh-ar.rlig + beh_yehHamzaabove-ar.rlig + peh_alefMaksura-ar.rlig + peh_yeh-ar.rlig + peh_yehHamzaabove-ar.rlig + teh_alefMaksura-ar.rlig + teh_yeh-ar.rlig + teh_yehHamzaabove-ar.rlig + theh_alefMaksura-ar.rlig + theh_yeh-ar.rlig + theh_yehHamzaabove-ar.rlig + tteh_alefMaksura-ar.rlig + tteh_yeh-ar.rlig + tteh_yehHamzaabove-ar.rlig + noon_alefMaksura-ar.rlig + noon_yeh-ar.rlig + noon_yehHamzaabove-ar.rlig + yeh_alefMaksura-ar.rlig + yeh_yeh-ar.rlig + yeh_yehHamzaabove-ar.rlig + yehHamzaabove_alefMaksura-ar.rlig + yehHamzaabove_yeh-ar.rlig + yehHamzaabove_yehHamzaabove-ar.rlig + yeh_yeh-farsi.rlig + peh_yeh-farsi.rlig + teh_yeh-farsi.rlig + theh_yeh-farsi.rlig + tteh_yeh-farsi.rlig + noon_yeh-farsi.rlig + yehHamzaabove_yeh-farsi.rlig + beh_yeh-farsi.rlig + behDotless_alefMaksura-ar.fina.rlig + beh_alefMaksura-ar.fina.rlig + beh_yeh-ar.fina.rlig + beh_yehHamzaabove-ar.fina.rlig + peh_alefMaksura-ar.fina.rlig + peh_yeh-ar.fina.rlig + peh_yehHamzaabove-ar.fina.rlig + teh_alefMaksura-ar.fina.rlig + teh_yeh-ar.fina.rlig + teh_yehHamzaabove-ar.fina.rlig + theh_alefMaksura-ar.fina.rlig + theh_yeh-ar.fina.rlig + theh_yehHamzaabove-ar.fina.rlig + tteh_alefMaksura-ar.fina.rlig + tteh_yeh-ar.fina.rlig + tteh_yehHamzaabove-ar.fina.rlig + noon_alefMaksura-ar.fina.rlig + noon_yeh-ar.fina.rlig + noon_yehHamzaabove-ar.fina.rlig + yeh_alefMaksura-ar.fina.rlig + yeh_yeh-ar.fina.rlig + yeh_yehHamzaabove-ar.fina.rlig + yehHamzaabove_alefMaksura-ar.fina.rlig + yehHamzaabove_yeh-ar.fina.rlig + yehHamzaabove_yehHamzaabove-ar.fina.rlig + yeh_yeh-farsi.fina.rlig + beh_yeh-farsi.fina.rlig + peh_yeh-farsi.fina.rlig + teh_yeh-farsi.fina.rlig + theh_yeh-farsi.fina.rlig + tteh_yeh-farsi.fina.rlig + noon_yeh-farsi.fina.rlig + yehHamzaabove_yeh-farsi.fina.rlig + fehDotless_alefMaksura-ar.rlig + feh_alefMaksura-ar.rlig + feh_yeh-ar.rlig + feh_yehHamzaabove-ar.rlig + veh_alefMaksura-ar.rlig + veh_yeh-ar.rlig + veh_yehHamzaabove-ar.rlig + qaf_alefMaksura-ar.rlig + qaf_yeh-ar.rlig + qaf_yehHamzaabove-ar.rlig + feh_yeh-farsi.rlig + veh_yeh-farsi.rlig + qaf_yeh-farsi.rlig + alefMaksura_reh-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig.short + alefMaksura_jeh-ar.fina.rlig + alefMaksura_jeh-ar.fina.rlig.short + beh_reh-ar.fina.rlig + beh_zain-ar.fina.rlig + beh_rreh-ar.fina.rlig + beh_jeh-ar.fina.rlig + peh_reh-ar.fina.rlig + peh_zain-ar.fina.rlig + peh_rreh-ar.fina.rlig + peh_jeh-ar.fina.rlig + teh_reh-ar.fina.rlig + teh_zain-ar.fina.rlig + teh_rreh-ar.fina.rlig + teh_jeh-ar.fina.rlig + theh_reh-ar.fina.rlig + theh_zain-ar.fina.rlig + theh_rreh-ar.fina.rlig + theh_jeh-ar.fina.rlig + tteh_reh-ar.fina.rlig + tteh_zain-ar.fina.rlig + tteh_rreh-ar.fina.rlig + tteh_jeh-ar.fina.rlig + noon_reh-ar.fina.rlig + noon_zain-ar.fina.rlig + noon_rreh-ar.fina.rlig + noon_jeh-ar.fina.rlig + yeh_reh-ar.fina.rlig + yeh_zain-ar.fina.rlig + yeh_rreh-ar.fina.rlig + yeh_jeh-ar.fina.rlig + yehHamzaabove_reh-ar.fina.rlig + yehHamzaabove_zain-ar.fina.rlig + yehHamzaabove_rreh-ar.fina.rlig + yehHamzaabove_jeh-ar.fina.rlig + yeh_zain-farsi.fina.rlig + yeh_reh-farsi.fina.rlig + yeh_jeh-farsi.fina.rlig + yeh_rreh-farsi.fina.rlig + alefMaksura_reh-ar.fina.rlig.short + beh_reh-ar.fina.rlig.short + beh_zain-ar.fina.rlig.short + beh_rreh-ar.fina.rlig.short + beh_jeh-ar.fina.rlig.short + peh_reh-ar.fina.rlig.short + peh_zain-ar.fina.rlig.short + peh_rreh-ar.fina.rlig.short + peh_jeh-ar.fina.rlig.short + teh_reh-ar.fina.rlig.short + teh_zain-ar.fina.rlig.short + teh_rreh-ar.fina.rlig.short + teh_jeh-ar.fina.rlig.short + theh_reh-ar.fina.rlig.short + theh_zain-ar.fina.rlig.short + theh_rreh-ar.fina.rlig.short + theh_jeh-ar.fina.rlig.short + noon_reh-ar.fina.rlig.short + noon_zain-ar.fina.rlig.short + noon_rreh-ar.fina.rlig.short + noon_jeh-ar.fina.rlig.short + yeh_reh-ar.fina.rlig.short + yeh_zain-ar.fina.rlig.short + yeh_rreh-ar.fina.rlig.short + yeh_jeh-ar.fina.rlig.short + yehHamzaabove_reh-ar.fina.rlig.short + yehHamzaabove_zain-ar.fina.rlig.short + yehHamzaabove_rreh-ar.fina.rlig.short + yehHamzaabove_jeh-ar.fina.rlig.short + yeh_jeh-farsi.fina.rlig.short + yeh_reh-farsi.fina.rlig.short + yeh_rreh-farsi.fina.rlig.short + yeh_zain-farsi.fina.rlig.short + alefMaksura_noonghunna-ar.rlig + alefMaksura_noon-ar.fina.rlig + beh_noon-ar.fina.rlig + peh_noon-ar.fina.rlig + teh_noon-ar.fina.rlig + theh_noon-ar.fina.rlig + tteh_noon-ar.fina.rlig + noon_noon-ar.fina.rlig + yeh_noon-ar.fina.rlig + yehHamzaabove_noon-ar.fina.rlig + yeh_noon-farsi.fina.rlig zero-ar one-ar two-ar @@ -1447,6 +3155,7 @@ endofayah-ar sajdah-ar dottedCircle + zerosuperior onesuperior twosuperior threesuperior diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/features.fea b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/features.fea new file mode 100644 index 0000000000..7d6eb21afd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/features.fea @@ -0,0 +1,5323 @@ +# ---------------- +# LANGUAGE SYSTEMS +# ---------------- + +languagesystem DFLT dflt; # Default +languagesystem latn dflt; # Latin default +languagesystem arab dflt; # Arabic default +languagesystem arab URD; + + + +# -------------- +# GLOBAL CLASSES +# -------------- + +@lca_dflt = [a aacute acircumflex adieresis agrave aring atilde]; # 7 items +@lca_alt1 = [a.alt01 aacute.alt01 acircumflex.alt01 adieresis.alt01 agrave.alt01 aring.alt01 atilde.alt01]; # 7 items +@lcg_dflt = [g]; # 1 items +@lcg_alt1 = [g.alt01]; # 1 items +@numbers_dflt = [zero one two three four five six seven eight nine]; # 10 items +@numbers_locl = [zero.loclARAB one.loclARAB two.loclARAB three.loclARAB four.loclARAB five.loclARAB six.loclARAB seven.loclARAB eight.loclARAB nine.loclARAB]; # 10 items +@numbers_sups = [zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior]; # 10 items +@numbers_sinf = [zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior]; # 10 items +@reh = [reh-ar reh-ar.fina zain-ar zain-ar.fina rreh-ar rreh-ar.fina jeh-ar jeh-ar.fina beh_reh-ar.fina.rlig beh_zain-ar.fina.rlig beh_rreh-ar.fina.rlig beh_jeh-ar.fina.rlig peh_reh-ar.fina.rlig peh_zain-ar.fina.rlig peh_rreh-ar.fina.rlig peh_jeh-ar.fina.rlig teh_reh-ar.fina.rlig teh_zain-ar.fina.rlig teh_rreh-ar.fina.rlig teh_jeh-ar.fina.rlig theh_reh-ar.fina.rlig theh_zain-ar.fina.rlig theh_rreh-ar.fina.rlig theh_jeh-ar.fina.rlig seen_reh-ar.fina.rlig seen_reh-ar.rlig seen_zain-ar.fina.rlig seen_zain-ar.rlig seen_rreh-ar.fina.rlig seen_rreh-ar.rlig seen_jeh-ar.fina.rlig seen_jeh-ar.rlig sheen_reh-ar.fina.rlig sheen_reh-ar.rlig sheen_zain-ar.fina.rlig sheen_zain-ar.rlig sheen_rreh-ar.fina.rlig sheen_rreh-ar.rlig sheen_jeh-ar.fina.rlig sheen_jeh-ar.rlig sad_reh-ar.fina.rlig sad_reh-ar.rlig sad_zain-ar.fina.rlig sad_zain-ar.rlig sad_rreh-ar.fina.rlig sad_rreh-ar.rlig sad_jeh-ar.fina.rlig sad_jeh-ar.rlig dad_reh-ar.fina.rlig dad_reh-ar.rlig dad_zain-ar.fina.rlig dad_zain-ar.rlig dad_rreh-ar.fina.rlig dad_rreh-ar.rlig dad_jeh-ar.fina.rlig dad_jeh-ar.rlig noon_reh-ar.fina.rlig noon_zain-ar.fina.rlig noon_rreh-ar.fina.rlig noon_jeh-ar.fina.rlig alefMaksura_reh-ar.fina.rlig alefMaksura_zain-ar.fina.rlig alefMaksura_jeh-ar.fina.rlig yeh_reh-ar.fina.rlig yeh_zain-ar.fina.rlig yeh_rreh-ar.fina.rlig yeh_jeh-ar.fina.rlig yehHamzaabove_reh-ar.fina.rlig yehHamzaabove_zain-ar.fina.rlig yehHamzaabove_rreh-ar.fina.rlig yehHamzaabove_jeh-ar.fina.rlig yeh_reh-farsi.fina.rlig yeh_zain-farsi.fina.rlig yeh_rreh-farsi.fina.rlig yeh_jeh-farsi.fina.rlig]; # 75 items +@rehshort = [reh-ar.short reh-ar.fina.short zain-ar.fina.short zain-ar.short rreh-ar.short rreh-ar.fina.short jeh-ar.short jeh-ar.fina.short beh_reh-ar.fina.rlig.short beh_zain-ar.fina.rlig.short beh_rreh-ar.fina.rlig.short beh_jeh-ar.fina.rlig.short peh_reh-ar.fina.rlig.short peh_zain-ar.fina.rlig.short peh_rreh-ar.fina.rlig.short peh_jeh-ar.fina.rlig.short teh_reh-ar.fina.rlig.short teh_zain-ar.fina.rlig.short teh_rreh-ar.fina.rlig.short teh_jeh-ar.fina.rlig.short theh_reh-ar.fina.rlig.short theh_zain-ar.fina.rlig.short theh_rreh-ar.fina.rlig.short theh_jeh-ar.fina.rlig.short seen_reh-ar.fina.rlig.short seen_reh-ar.rlig.short seen_zain-ar.fina.rlig.short seen_zain-ar.rlig.short seen_rreh-ar.fina.rlig.short seen_rreh-ar.rlig.short seen_jeh-ar.fina.rlig.short seen_jeh-ar.rlig.short sheen_reh-ar.fina.rlig.short sheen_reh-ar.rlig.short sheen_zain-ar.fina.rlig.short sheen_zain-ar.rlig.short sheen_rreh-ar.fina.rlig.short sheen_rreh-ar.rlig.short sheen_jeh-ar.fina.rlig.short sheen_jeh-ar.rlig.short sad_reh-ar.fina.rlig.short sad_reh-ar.rlig.short sad_zain-ar.fina.rlig.short sad_zain-ar.rlig.short sad_rreh-ar.fina.rlig.short sad_rreh-ar.rlig.short sad_jeh-ar.fina.rlig.short sad_jeh-ar.rlig.short dad_reh-ar.fina.rlig.short dad_reh-ar.rlig.short dad_zain-ar.fina.rlig.short dad_zain-ar.rlig.short dad_rreh-ar.fina.rlig.short dad_rreh-ar.rlig.short dad_jeh-ar.fina.rlig.short dad_jeh-ar.rlig.short noon_reh-ar.fina.rlig.short noon_zain-ar.fina.rlig.short noon_rreh-ar.fina.rlig.short noon_jeh-ar.fina.rlig.short alefMaksura_reh-ar.fina.rlig.short alefMaksura_zain-ar.fina.rlig.short alefMaksura_jeh-ar.fina.rlig.short yeh_reh-ar.fina.rlig.short yeh_zain-ar.fina.rlig.short yeh_rreh-ar.fina.rlig.short yeh_jeh-ar.fina.rlig.short yehHamzaabove_reh-ar.fina.rlig.short yehHamzaabove_zain-ar.fina.rlig.short yehHamzaabove_rreh-ar.fina.rlig.short yehHamzaabove_jeh-ar.fina.rlig.short yeh_reh-farsi.fina.rlig.short yeh_zain-farsi.fina.rlig.short yeh_rreh-farsi.fina.rlig.short yeh_jeh-farsi.fina.rlig.short]; # 75 items +@hah = [jeem-ar tcheh-ar hah-ar khah-ar ain-ar ghain-ar]; # 6 items +@hahshort = [jeem-ar.short tcheh-ar.short hah-ar.short khah-ar.short ain-ar.short ghain-ar.short]; # 6 items +@yehbarree = [yehbarree-ar.fina yehbarreeHamzaabove-ar.fina yehbarreeTwoabove-ar.fina yehbarreeThreeabove-ar.fina]; # 4 items +@yehbarreeshort = [yehbarree-ar.fina.short yehbarreeHamzaabove-ar.fina.short yehbarreeTwoabove-ar.fina.short yehbarreeThreeabove-ar.fina.short]; # 4 items +@yehbarreeshort2 = [yehbarree-ar.fina.short2 yehbarreeHamzaabove-ar.fina.short2 yehbarreeTwoabove-ar.fina.short2 yehbarreeThreeabove-ar.fina.short2]; # 4 items +@yehbarreeshort3 = [yehbarree-ar.fina.short3 yehbarreeHamzaabove-ar.fina.short3 yehbarreeTwoabove-ar.fina.short3 yehbarreeThreeabove-ar.fina.short3]; # 4 items +@yehbarreeshort4 = [yehbarree-ar.fina.short4 yehbarreeHamzaabove-ar.fina.short4 yehbarreeTwoabove-ar.fina.short4 yehbarreeThreeabove-ar.fina.short4]; # 4 items +@mGC_top_0_540 = [acutecomb caroncomb circumflexcomb dieresiscomb dotaccentcomb gravecomb hungarumlautcomb macroncomb ringcomb tildecomb]; # 10 items + + + +# ------------ +# MARK CLASSES +# ------------ + +markClass @mGC_top_0_540 @MC_top; +markClass [ainabove-ar] @mark_top; +markClass [alefLamYehabove-ar] @mark_top; +markClass [alefabove-ar] @mark_top; +markClass [alefbelow-ar] @mark_bottom; +markClass [damma-ar] @mark_top; +markClass [dammaCurly-ar] @mark_top; +markClass [dammaDot-ar] @mark_top; +markClass [dammainverted-ar] @mark_top; +markClass [dammareversed-ar] @mark_top; +markClass [dammasmall-ar] @mark_top; +markClass [dammatan-ar] @mark_top; +markClass [dammatanCurly-ar] @mark_top; +markClass [dotabove-ar] @mark_top; +markClass [dotbelow-ar] @mark_bottom; +markClass [dotcenter-ar] @mark_center; +markClass [dotvowelbelow-ar] @mark_bottom; +markClass [doublerightarrowheadDotabove-ar] @mark_top; +markClass [doublerightarrowheadabove-ar] @mark_top; +markClass [fatha-ar] @mark_top; +markClass [fathaCurly-ar] @mark_top; +markClass [fathaDotabove-ar] @mark_top; +markClass [fathaHorizont-ar] @mark_top; +markClass [fathaRing-ar] @mark_ring; +markClass [fathasmall-ar] @mark_top; +markClass [fathatan-ar] @mark_top; +markClass [fathatanCurly-ar] @mark_top; +markClass [fathatwodots-ar] @mark_top; +markClass [fourabove-ar] @mark_top; +markClass [fourdotsabove-ar] @mark_top; +markClass [fourdotsbelow-ar] @mark_bottom; +markClass [fourdotscenter-ar] @mark_center; +markClass [hahabove-ar] @mark_top; +markClass [hamzaabove-ar] @mark_top; +markClass [hamzaaboveDamma-ar] @mark_top; +markClass [hamzaaboveDammatan-ar] @mark_top; +markClass [hamzaaboveFatha-ar] @mark_top; +markClass [hamzaaboveFathatan-ar] @mark_top; +markClass [hamzaaboveSukun-ar] @mark_top; +markClass [hamzabelow-ar] @mark_bottom; +markClass [hamzabelowKasra-ar] @mark_bottom; +markClass [hamzabelowKasratan-ar] @mark_bottom; +markClass [hamzacenter-ar] @mark_center; +markClass [jeemabove-ar] @mark_top; +markClass [kasra-ar] @mark_bottom; +markClass [kasraCurly-ar] @mark_bottom; +markClass [kasraDotbelow-ar] @mark_bottom; +markClass [kasrasmall-ar] @mark_bottom; +markClass [kasratan-ar] @mark_bottom; +markClass [kasratanCurly-ar] @mark_bottom; +markClass [lamAlefabove-ar] @mark_top; +markClass [leftarrowheadabove-ar] @mark_top; +markClass [leftarrowheadbelow-ar] @mark_bottom; +markClass [madda-ar] @mark_top; +markClass [maddalong-ar] @mark_top; +markClass [meemStopabove-ar] @mark_top; +markClass [meemabove-ar] @mark_top; +markClass [meembelow-ar] @mark_bottom; +markClass [noonabove-ar] @mark_top; +markClass [noonghunnaabove-ar] @mark_top; +markClass [opendammatan-ar] @mark_top; +markClass [openfathatan-ar] @mark_top; +markClass [openkasratan-ar] @mark_bottom; +markClass [qafLamAlefMaksuraabove-ar] @mark_top; +markClass [rehDadabove-ar] @mark_top; +markClass [rehHahabove-ar] @mark_top; +markClass [rhombusStopabove-ar] @mark_top; +markClass [rhombusStopbelow-ar] @mark_bottom; +markClass [rightarrowheadDotabove-ar] @mark_top; +markClass [rightarrowheadabove-ar] @mark_top; +markClass [rightarrowheadbelow-ar] @mark_bottom; +markClass [ring-ar] @mark_ring; +markClass [sadLamAlefMaksuraabove-ar] @mark_top; +markClass [sadabove-ar] @mark_top; +markClass [seenabove-ar] @mark_top; +markClass [seenbelow-ar] @mark_bottom; +markClass [shadda-ar] @mark_top; +markClass [shaddaAlefabove-ar] @mark_top; +markClass [shaddaDamma-ar] @mark_top; +markClass [shaddaDammatan-ar] @mark_top; +markClass [shaddaFatha-ar] @mark_top; +markClass [shaddaFathatan-ar] @mark_top; +markClass [shaddaKasra-ar] @mark_top; +markClass [shaddaKasratan-ar] @mark_top; +markClass [sukun-ar] @mark_top; +markClass [sukunoval-ar] @mark_top; +markClass [sukunround-ar] @mark_top; +markClass [tahabove-ar] @mark_top; +markClass [tahbelow-ar] @mark_bottom; +markClass [tahcenter-ar] @mark_center; +markClass [takhallusabove-ar] @mark_top; +markClass [threeabove-ar] @mark_top; +markClass [threedotsabove-ar] @mark_top; +markClass [threedotsdownabove-ar] @mark_top; +markClass [threedotsdownbelow-ar] @mark_bottom; +markClass [threedotsdowncenter-ar] @mark_center; +markClass [threedotshorizontalbelow-ar] @mark_bottom; +markClass [threedotsupabove-ar] @mark_top; +markClass [threedotsupbelow-ar] @mark_bottom; +markClass [threedotsupcenter-ar] @mark_center; +markClass [toneloopabove-ar] @mark_top; +markClass [toneloopbelow-ar] @mark_bottom; +markClass [toneonedotabove-ar] @mark_top; +markClass [toneonedotbelow-ar] @mark_bottom; +markClass [tonetwodotsabove-ar] @mark_top; +markClass [tonetwodotsbelow-ar] @mark_bottom; +markClass [twoabove-ar] @mark_top; +markClass [twodotshorizontalabove-ar] @mark_top; +markClass [twodotshorizontalbelow-ar] @mark_bottom; +markClass [twodotshorizontalcenter-ar] @mark_center; +markClass [twodotsverticalabove-ar] @mark_top; +markClass [twodotsverticalbelow-ar] @mark_bottom; +markClass [twodotsverticalcenter-ar] @mark_center; +markClass [vabove-ar] @mark_top; +markClass [vbelow-ar] @mark_bottom; +markClass [vinvertedabove-ar] @mark_top; +markClass [vinvertedbelow-ar] @mark_bottom; +markClass [wasla-ar] @mark_top; +markClass [wavyhamzabelow-ar] @mark_bottom; +markClass [yehabove-ar] @mark_top; +markClass [zainabove-ar] @mark_top; +markClass caronslovakcomb @MC_topright; +markClass cedillacomb @MC_bottom; +markClass ogonekcomb @MC_bottomright; + + + +# -------- +# FEATURES +# -------- + +feature aalt { + sub a from [a.alt01]; # 1 glyph(s) + sub g from [g.alt01 g.alt02]; # 2 glyph(s) + sub zero from [zero.alt01 zero.alt02]; # 2 glyph(s) + sub aacute from [aacute.alt01]; # 1 glyph(s) + sub acircumflex from [acircumflex.alt01]; # 1 glyph(s) + sub adieresis from [adieresis.alt01]; # 1 glyph(s) + sub agrave from [agrave.alt01]; # 1 glyph(s) + sub aring from [aring.alt01]; # 1 glyph(s) + sub atilde from [atilde.alt01]; # 1 glyph(s) + sub germandbls from [germandbls.alt01]; # 1 glyph(s) + sub tilde from [tilde.alt01 tilde.case tilde.alt01.case]; # 3 glyph(s) + sub macron from [macron.case]; # 1 glyph(s) + sub dotaccent from [dotaccent.case]; # 1 glyph(s) + sub dieresis from [dieresis.case]; # 1 glyph(s) + sub acute from [acute.case]; # 1 glyph(s) + sub grave from [grave.case]; # 1 glyph(s) + sub circumflex from [circumflex.case]; # 1 glyph(s) + sub caron from [caron.case]; # 1 glyph(s) + sub breve from [breve.case]; # 1 glyph(s) + sub ring from [ring.case]; # 1 glyph(s) + sub kaf-ar.fina from [kaf-ar.fina.ss01]; + sub kaf-ar.medi from [kaf-ar.medi.ss01]; + sub kaf-ar.init from [kaf-ar.init.ss01]; +} aalt; + + + +feature ccmp { + # glyph composition/decomposition + @acc_comb_top = [tildecomb macroncomb dotaccentcomb dieresiscomb hungarumlautcomb acutecomb gravecomb circumflexcomb caroncomb ringcomb]; # 10 glyphs + lookup contextSubs { + sub g' @acc_comb_top by g.alt02; # alternative g with lower ear + sub i' @acc_comb_top by dotlessi; + sub j' @acc_comb_top by dotlessj; + } contextSubs; + # substitute isolated forms from Arabic Presentation Forms to their general counterparts + lookup ccmp_arab_0 { + sub hamza-ar.isol by hamza-ar; + sub alef-ar.isol by alef-ar; + sub alefHamzabelow-ar.isol by alefHamzabelow-ar; + sub alefHamzaabove-ar.isol by alefHamzaabove-ar; + sub alefMadda-ar.isol by alefMadda-ar; + sub reh-ar.isol by reh-ar; + sub zain-ar.isol by zain-ar; + sub lam-ar.isol by lam-ar; + sub noon-ar.isol by noon-ar; + sub beh-ar.isol by beh-ar; + sub teh-ar.isol by teh-ar; + sub theh-ar.isol by theh-ar; + sub hah-ar.isol by hah-ar; + sub jeem-ar.isol by jeem-ar; + sub khah-ar.isol by khah-ar; + sub dal-ar.isol by dal-ar; + sub thal-ar.isol by thal-ar; + sub seen-ar.isol by seen-ar; + sub sheen-ar.isol by sheen-ar; + sub sad-ar.isol by sad-ar; + sub dad-ar.isol by dad-ar; + sub tah-ar.isol by tah-ar; + sub zah-ar.isol by zah-ar; + sub ain-ar.isol by ain-ar; + sub ghain-ar.isol by ghain-ar; + sub feh-ar.isol by feh-ar; + sub qaf-ar.isol by qaf-ar; + sub kaf-ar.isol by kaf-ar; + sub meem-ar.isol by meem-ar; + sub heh-ar.isol by heh-ar; + sub tehMarbuta-ar.isol by tehMarbuta-ar; + sub waw-ar.isol by waw-ar; + sub wawHamzaabove-ar.isol by wawHamzaabove-ar; + sub alefMaksura-ar.isol by alefMaksura-ar; + sub yeh-ar.isol by yeh-ar; + sub yehHamzaabove-ar.isol by yehHamzaabove-ar; + } ccmp_arab_0; + lookup ccmp_arab_1 { + sub hamzaabove-ar damma-ar by hamzaaboveDamma-ar; + sub damma-ar hamzaabove-ar by hamzaaboveDamma-ar; + sub hamzaabove-ar dammatan-ar by hamzaaboveDammatan-ar; + sub dammatan-ar hamzaabove-ar by hamzaaboveDammatan-ar; + sub hamzaabove-ar fatha-ar by hamzaaboveFatha-ar; + sub fatha-ar hamzaabove-ar by hamzaaboveFatha-ar; + sub hamzaabove-ar fathatan-ar by hamzaaboveFathatan-ar; + sub fathatan-ar hamzaabove-ar by hamzaaboveFathatan-ar; + sub hamzaabove-ar sukun-ar by hamzaaboveSukun-ar; + sub sukun-ar hamzaabove-ar by hamzaaboveSukun-ar; + sub hamzabelow-ar kasra-ar by hamzabelowKasra-ar; + sub kasra-ar hamzabelow-ar by hamzabelowKasra-ar; + sub hamzabelow-ar kasratan-ar by hamzabelowKasratan-ar; + sub kasratan-ar hamzabelow-ar by hamzabelowKasratan-ar; + sub shadda-ar alefabove-ar by shaddaAlefabove-ar; + sub alefabove-ar shadda-ar by shaddaAlefabove-ar; + sub shadda-ar damma-ar by shaddaDamma-ar; + sub damma-ar shadda-ar by shaddaDamma-ar; + sub shadda-ar dammatan-ar by shaddaDammatan-ar; + sub dammatan-ar shadda-ar by shaddaDammatan-ar; + sub shadda-ar fatha-ar by shaddaFatha-ar; + sub fatha-ar shadda-ar by shaddaFatha-ar; + sub shadda-ar fathatan-ar by shaddaFathatan-ar; + sub fathatan-ar shadda-ar by shaddaFathatan-ar; + sub shadda-ar kasra-ar by shaddaKasra-ar; + sub kasra-ar shadda-ar by shaddaKasra-ar; + sub shadda-ar kasratan-ar by shaddaKasratan-ar; + sub kasratan-ar shadda-ar by shaddaKasratan-ar; + } ccmp_arab_1; + script arab; + lookup ccmp_arab_0; + lookup ccmp_arab_1; +} ccmp; + + + +feature locl { + # localised forms + script arab; + sub zero by zero.loclARAB; + sub one by one.loclARAB; + sub two by two.loclARAB; + sub three by three.loclARAB; + sub four by four.loclARAB; + sub five by five.loclARAB; + sub six by six.loclARAB; + sub seven by seven.loclARAB; + sub eight by eight.loclARAB; + sub nine by nine.loclARAB; + language URD; + sub six-persian by six-ar; +} locl; + + + +feature ordn { + # ordinals + sub [a o] by [ordfeminine ordmasculine]; +} ordn; + + + +feature liga { + sub f i by fi; +} liga; + + + +feature frac { + # fractions + sub @numbers_dflt by @numbers_sups; + sub [slash] by fraction; + sub fraction @numbers_sups' by @numbers_sinf; + sub @numbers_sinf @numbers_sups' by @numbers_sinf; +} frac; + + + +feature numr { + # numerators + sub @numbers_dflt by @numbers_sups; +} numr; + + + +feature dnom { + # denominators + sub @numbers_dflt by @numbers_sinf; +} dnom; + + + +feature sups { + # superiors + sub @numbers_dflt by @numbers_sups; +} sups; + + + +feature sinf { + # inferiors + sub @numbers_dflt by @numbers_sinf; +} sinf; + + + +feature subs { + # subscript + sub @numbers_dflt by @numbers_sinf; +} subs; + + + +feature zero { + # slashed zero + sub zero by zero.alt02; +} zero; + + + +feature ss01 { + featureNames { + name 3 1 0x0409 "simple lowercase a"; # Win / Unicode / English US + name 1 0 0 "simple lowercase a"; # Mac / Roman / English + }; + # stylistic set 1 - single storey a + sub @lca_dflt by @lca_alt1; +} ss01; + + + +feature ss02 { + featureNames { + name 3 1 0x0409 "simple lowercase g"; # Win / Unicode / English US + name 1 0 0 "simple lowercase g"; # Mac / Roman / English + }; + # stylistic set 2 - single storey g + sub @lcg_dflt by @lcg_alt1; +} ss02; + + + +feature ss03 { + featureNames { + name 3 1 0x0409 "slashed number zero"; # Win / Unicode / English US + name 1 0 0 "slashed number zero"; # Mac / Roman / English + }; + # slashed zero + sub zero by zero.alt02; + sub zero.loclARAB by zero.loclARAB.alt02; +} ss03; + + + +feature ss04 { + featureNames { + name 3 1 0x0409 "dotted number zero"; # Win / Unicode / English US + name 1 0 0 "dotted number zero"; # Mac / Roman / English + }; + # dotted zero + sub zero by zero.alt01; + sub zero.loclARAB by zero.loclARAB.alt01; +} ss04; + + + +feature ss05 { + featureNames { + name 3 1 0x0409 "alternate lowercase eszett"; # Win / Unicode / English US + name 1 0 0 "alternate lowercase eszett"; # Mac / Roman / English + }; + # alternative german eszett + sub germandbls by germandbls.alt01; +} ss05; + + + +feature init { + # initial forms + sub behDotless-ar by behDotless-ar.init; + sub beh-ar by beh-ar.init; + sub peh-ar by peh-ar.init; + sub beeh-ar by beeh-ar.init; + sub beheh-ar by beheh-ar.init; + sub alefMaksura-ar by alefMaksura-ar.init; + sub teh-ar by teh-ar.init; + sub tehRing-ar by tehRing-ar.init; + sub tehThreedotsdown-ar by tehThreedotsdown-ar.init; + sub theh-ar by theh-ar.init; + sub tteh-ar by tteh-ar.init; + sub tteheh-ar by tteheh-ar.init; + sub teheh-ar by teheh-ar.init; + sub behThreedotshorizontalbelow-ar by behThreedotshorizontalbelow-ar.init; + sub behThreedotsupabove-ar by behThreedotsupabove-ar.init; + sub behThreedotsupbelow-ar by behThreedotsupbelow-ar.init; + sub tehThreedotsupbelow-ar by tehThreedotsupbelow-ar.init; + sub behTwodotsbelowDotabove-ar by behTwodotsbelowDotabove-ar.init; + sub behVinvertedbelow-ar by behVinvertedbelow-ar.init; + sub behVabove-ar by behVabove-ar.init; + sub behVbelow-ar by behVbelow-ar.init; + sub jeem-ar by jeem-ar.init; + sub tcheh-ar by tcheh-ar.init; + sub tcheheh-ar by tcheheh-ar.init; + sub tchehDotabove-ar by tchehDotabove-ar.init; + sub nyeh-ar by nyeh-ar.init; + sub dyeh-ar by dyeh-ar.init; + sub hah-ar by hah-ar.init; + sub hahHamzaabove-ar by hahHamzaabove-ar.init; + sub hahTwodotsverticalabove-ar by hahTwodotsverticalabove-ar.init; + sub hahTwodotshorizontalabove-ar by hahTwodotshorizontalabove-ar.init; + sub hahThreedotsabove-ar by hahThreedotsabove-ar.init; + sub hahThreedotsupbelow-ar by hahThreedotsupbelow-ar.init; + sub khah-ar by khah-ar.init; + sub hahTahbelow-ar by hahTahbelow-ar.init; + sub hahTahTwodotshorizontalabove-ar by hahTahTwodotshorizontalabove-ar.init; + sub hahFourbelow-ar by hahFourbelow-ar.init; + sub jeemTwodotsabove-ar by jeemTwodotsabove-ar.init; + sub ainThreedotsbelow-ar.fina by ainThreedotsbelow-ar.fina.init; + sub seen-ar by seen-ar.init; + sub seenDotbelowDotabove-ar by seenDotbelowDotabove-ar.init; + sub seenThreedotsbelow-ar by seenThreedotsbelow-ar.init; + sub sheen-ar by sheen-ar.init; + sub sheenDotbelow-ar by sheenDotbelow-ar.init; + sub sheenThreedotsbelow-ar by sheenThreedotsbelow-ar.init; + sub sad-ar by sad-ar.init; + sub sadTwodotsbelow-ar by sadTwodotsbelow-ar.init; + sub sadThreedots-ar by sadThreedots-ar.init; + sub dad-ar by dad-ar.init; + sub dadDotbelow-ar by dadDotbelow-ar.init; + sub tah-ar by tah-ar.init; + sub tahThreedots-ar by tahThreedots-ar.init; + sub zah-ar by zah-ar.init; + sub tahTwodotsabove-ar by tahTwodotsabove-ar.init; + sub ain-ar by ain-ar.init; + sub ainThreedots-ar by ainThreedots-ar.init; + sub ghain-ar by ghain-ar.init; + sub ghainDotbelow-ar by ghainDotbelow-ar.init; + sub feh-ar by feh-ar.init; + sub veh-ar by veh-ar.init; + sub fehDotless-ar by fehDotless-ar.init; + sub fehDotbelow-ar by fehDotbelow-ar.init; + sub fehThreedotsbelow-ar by fehThreedotsbelow-ar.init; + sub fehDotbelowThreedotsabove-ar by fehDotbelowThreedotsabove-ar.init; + sub peheh-ar by peheh-ar.init; + sub qaf-ar by qaf-ar.init; + sub qafThreedotsabove-ar by qafThreedotsabove-ar.init; + sub qafDotbelow-ar by qafDotbelow-ar.init; + sub kaf-ar by kaf-ar.init; + sub keheh-ar by keheh-ar.init; + sub kehehTwodotshorizontalabove-ar by kehehTwodotshorizontalabove-ar.init; + sub kehehThreedotsbelow-ar by kehehThreedotsbelow-ar.init; + sub kehehDotabove-ar by kehehDotabove-ar.init; + sub kehehThreedotsabove-ar by kehehThreedotsabove-ar.init; + sub kehehThreedotsupbelow-ar by kehehThreedotsupbelow-ar.init; + sub gaf-ar by gaf-ar.init; + sub gafRing-ar by gafRing-ar.init; + sub gafThreedots-ar by gafThreedots-ar.init; + sub kafRing-ar by kafRing-ar.init; + sub kafDotabove-ar by kafDotabove-ar.init; + sub kafTwodotshorizontalabove-ar by kafTwodotshorizontalabove-ar.init; + sub kafThreedotsbelow-ar by kafThreedotsbelow-ar.init; + sub gafTwodotsbelow-ar by gafTwodotsbelow-ar.init; + sub ng-ar by ng-ar.init; + sub ngoeh-ar by ngoeh-ar.init; + sub gueh-ar by gueh-ar.init; + sub lam-ar by lam-ar.init; + sub lamVabove-ar by lamVabove-ar.init; + sub lamDotabove-ar by lamDotabove-ar.init; + sub lamThreedotsabove-ar by lamThreedotsabove-ar.init; + sub lamThreedotsbelow-ar by lamThreedotsbelow-ar.init; + sub lamDoublebar-ar by lamDoublebar-ar.init; + sub meem-ar by meem-ar.init; + sub meemThreedotsabove-ar by meemThreedotsabove-ar.init; + sub noon-ar by noon-ar.init; + sub noonDotbelow-ar by noonDotbelow-ar.init; + sub noonRing-ar by noonRing-ar.init; + sub heh-ar by heh-ar.init; + sub hehgoal-ar by hehgoal-ar.init; + sub hehgoalHamzaabove-ar by hehgoalHamzaabove-ar.init; + sub hehDoachashmee-ar by hehDoachashmee-ar.init; + sub hehVinvertedabove-ar by hehVinvertedabove-ar.init; + sub yeh-ar by yeh-ar.init; + sub yehHamzaabove-ar by yehHamzaabove-ar.init; + sub yehVabove-ar by yehVabove-ar.init; + sub yehTwodotsbelowHamzaabove-ar by yehTwodotsbelowHamzaabove-ar.init; + sub yehTwodotsbelowDotabove-ar by yehTwodotsbelowDotabove-ar.init; + sub yehVinverted-farsi by yehVinverted-farsi.init; + sub yeh-farsi by yeh-farsi.init; + sub yehTwodotsabove-farsi by yehTwodotsabove-farsi.init; + sub yehThreedotsabove-farsi by yehThreedotsabove-farsi.init; + sub yehTwoabove-farsi by yehTwoabove-farsi.init; + sub yehThreeabove-farsi by yehThreeabove-farsi.init; + sub yehFourbelow-farsi by yehFourbelow-farsi.init; + sub yehKashmiri-ar by yehKashmiri-ar.init; + sub e-ar by e-ar.init; + sub yehbarreeTwoabove-ar by yehbarreeTwoabove-ar.init; + sub yehbarreeThreeabove-ar by yehbarreeThreeabove-ar.init; + sub highhamzaYeh-ar by highhamzaYeh-ar.init; + sub seenFourdotsabove-ar by seenFourdotsabove-ar.init; + sub ainTwodotshorizontalabove-ar by ainTwodotshorizontalabove-ar.init; + sub ainThreedotsdownabove-ar by ainThreedotsdownabove-ar.init; + sub ainTwodotsverticalabove-ar by ainTwodotsverticalabove-ar.init; + sub fehTwodotsbelow-ar by fehTwodotsbelow-ar.init; + sub fehThreedotsupbelow-ar by fehThreedotsupbelow-ar.init; + sub meemDotabove-ar by meemDotabove-ar.init; + sub meemDotbelow-ar by meemDotbelow-ar.init; + sub noonTwodotsbelow-ar by noonTwodotsbelow-ar.init; + sub noonTahabove-ar by noonTahabove-ar.init; + sub noonVabove-ar by noonVabove-ar.init; + sub lamBar-ar by lamBar-ar.init; + sub seenTwodotshorizontalabove-ar by seenTwodotshorizontalabove-ar.init; + sub seenTahTwodotshorizontalabove-ar by seenTahTwodotshorizontalabove-ar.init; + sub hahTahabove-ar by hahTahabove-ar.init; + sub seenFourabove-ar by seenFourabove-ar.init; + sub seenVinvertedabove-ar by seenVinvertedabove-ar.init; + sub lam_meem-ar by lam_meem-ar.init; +} init; + + + +feature medi { + # medial forms + sub behDotless-ar by behDotless-ar.medi; + sub beh-ar by beh-ar.medi; + sub peh-ar by peh-ar.medi; + sub beeh-ar by beeh-ar.medi; + sub beheh-ar by beheh-ar.medi; + sub alefMaksura-ar by alefMaksura-ar.medi; + sub teh-ar by teh-ar.medi; + sub tehRing-ar by tehRing-ar.medi; + sub tehThreedotsdown-ar by tehThreedotsdown-ar.medi; + sub theh-ar by theh-ar.medi; + sub tteh-ar by tteh-ar.medi; + sub tteheh-ar by tteheh-ar.medi; + sub teheh-ar by teheh-ar.medi; + sub behThreedotshorizontalbelow-ar by behThreedotshorizontalbelow-ar.medi; + sub behThreedotsupabove-ar by behThreedotsupabove-ar.medi; + sub behThreedotsupbelow-ar by behThreedotsupbelow-ar.medi; + sub tehThreedotsupbelow-ar by tehThreedotsupbelow-ar.medi; + sub behTwodotsbelowDotabove-ar by behTwodotsbelowDotabove-ar.medi; + sub behVinvertedbelow-ar by behVinvertedbelow-ar.medi; + sub behVabove-ar by behVabove-ar.medi; + sub behVbelow-ar by behVbelow-ar.medi; + sub jeem-ar by jeem-ar.medi; + sub tcheh-ar by tcheh-ar.medi; + sub tcheheh-ar by tcheheh-ar.medi; + sub tchehDotabove-ar by tchehDotabove-ar.medi; + sub nyeh-ar by nyeh-ar.medi; + sub dyeh-ar by dyeh-ar.medi; + sub hah-ar by hah-ar.medi; + sub hahHamzaabove-ar by hahHamzaabove-ar.medi; + sub hahTwodotsverticalabove-ar by hahTwodotsverticalabove-ar.medi; + sub hahTwodotshorizontalabove-ar by hahTwodotshorizontalabove-ar.medi; + sub hahThreedotsabove-ar by hahThreedotsabove-ar.medi; + sub hahThreedotsupbelow-ar by hahThreedotsupbelow-ar.medi; + sub khah-ar by khah-ar.medi; + sub hahTahbelow-ar by hahTahbelow-ar.medi; + sub hahTahTwodotshorizontalabove-ar by hahTahTwodotshorizontalabove-ar.medi; + sub hahFourbelow-ar by hahFourbelow-ar.medi; + sub jeemTwodotsabove-ar by jeemTwodotsabove-ar.medi; + sub ainThreedotsbelow-ar.fina by ainThreedotsbelow-ar.fina.medi; + sub seen-ar by seen-ar.medi; + sub seenDotbelowDotabove-ar by seenDotbelowDotabove-ar.medi; + sub seenThreedotsbelow-ar by seenThreedotsbelow-ar.medi; + sub sheen-ar by sheen-ar.medi; + sub sheenDotbelow-ar by sheenDotbelow-ar.medi; + sub sheenThreedotsbelow-ar by sheenThreedotsbelow-ar.medi; + sub sad-ar by sad-ar.medi; + sub sadTwodotsbelow-ar by sadTwodotsbelow-ar.medi; + sub sadThreedots-ar by sadThreedots-ar.medi; + sub dad-ar by dad-ar.medi; + sub dadDotbelow-ar by dadDotbelow-ar.medi; + sub tah-ar by tah-ar.medi; + sub tahThreedots-ar by tahThreedots-ar.medi; + sub zah-ar by zah-ar.medi; + sub tahTwodotsabove-ar by tahTwodotsabove-ar.medi; + sub ain-ar by ain-ar.medi; + sub ainThreedots-ar by ainThreedots-ar.medi; + sub ghain-ar by ghain-ar.medi; + sub ghainDotbelow-ar by ghainDotbelow-ar.medi; + sub feh-ar by feh-ar.medi; + sub veh-ar by veh-ar.medi; + sub fehDotless-ar by fehDotless-ar.medi; + sub fehDotbelow-ar by fehDotbelow-ar.medi; + sub fehThreedotsbelow-ar by fehThreedotsbelow-ar.medi; + sub fehDotbelowThreedotsabove-ar by fehDotbelowThreedotsabove-ar.medi; + sub peheh-ar by peheh-ar.medi; + sub qaf-ar by qaf-ar.medi; + sub qafThreedotsabove-ar by qafThreedotsabove-ar.medi; + sub qafDotbelow-ar by qafDotbelow-ar.medi; + sub kaf-ar by kaf-ar.medi; + sub keheh-ar by keheh-ar.medi; + sub kehehTwodotshorizontalabove-ar by kehehTwodotshorizontalabove-ar.medi; + sub kehehThreedotsbelow-ar by kehehThreedotsbelow-ar.medi; + sub kehehDotabove-ar by kehehDotabove-ar.medi; + sub kehehThreedotsabove-ar by kehehThreedotsabove-ar.medi; + sub kehehThreedotsupbelow-ar by kehehThreedotsupbelow-ar.medi; + sub gaf-ar by gaf-ar.medi; + sub gafRing-ar by gafRing-ar.medi; + sub gafThreedots-ar by gafThreedots-ar.medi; + sub kafRing-ar by kafRing-ar.medi; + sub kafDotabove-ar by kafDotabove-ar.medi; + sub kafTwodotshorizontalabove-ar by kafTwodotshorizontalabove-ar.medi; + sub kafThreedotsbelow-ar by kafThreedotsbelow-ar.medi; + sub gafTwodotsbelow-ar by gafTwodotsbelow-ar.medi; + sub ng-ar by ng-ar.medi; + sub ngoeh-ar by ngoeh-ar.medi; + sub gueh-ar by gueh-ar.medi; + sub lam-ar by lam-ar.medi; + sub lamVabove-ar by lamVabove-ar.medi; + sub lamDotabove-ar by lamDotabove-ar.medi; + sub lamThreedotsabove-ar by lamThreedotsabove-ar.medi; + sub lamThreedotsbelow-ar by lamThreedotsbelow-ar.medi; + sub lamDoublebar-ar by lamDoublebar-ar.medi; + sub meem-ar by meem-ar.medi; + sub meemThreedotsabove-ar by meemThreedotsabove-ar.medi; + sub noon-ar by noon-ar.medi; + sub noonDotbelow-ar by noonDotbelow-ar.medi; + sub noonRing-ar by noonRing-ar.medi; + sub heh-ar by heh-ar.medi; + sub hehgoal-ar by hehgoal-ar.medi; + sub hehgoalHamzaabove-ar by hehgoalHamzaabove-ar.medi; + sub hehDoachashmee-ar by hehDoachashmee-ar.medi; + sub hehVinvertedabove-ar by hehVinvertedabove-ar.medi; + sub yeh-ar by yeh-ar.medi; + sub yehHamzaabove-ar by yehHamzaabove-ar.medi; + sub yehVabove-ar by yehVabove-ar.medi; + sub yehTwodotsbelowHamzaabove-ar by yehTwodotsbelowHamzaabove-ar.medi; + sub yehTwodotsbelowDotabove-ar by yehTwodotsbelowDotabove-ar.medi; + sub yehVinverted-farsi by yehVinverted-farsi.medi; + sub yeh-farsi by yeh-farsi.medi; + sub yehTwodotsabove-farsi by yehTwodotsabove-farsi.medi; + sub yehThreedotsabove-farsi by yehThreedotsabove-farsi.medi; + sub yehTwoabove-farsi by yehTwoabove-farsi.medi; + sub yehThreeabove-farsi by yehThreeabove-farsi.medi; + sub yehFourbelow-farsi by yehFourbelow-farsi.medi; + sub yehKashmiri-ar by yehKashmiri-ar.medi; + sub e-ar by e-ar.medi; + sub yehbarreeTwoabove-ar by yehbarreeTwoabove-ar.medi; + sub yehbarreeThreeabove-ar by yehbarreeThreeabove-ar.medi; + sub highhamzaYeh-ar by highhamzaYeh-ar.medi; + sub seenFourdotsabove-ar by seenFourdotsabove-ar.medi; + sub ainTwodotshorizontalabove-ar by ainTwodotshorizontalabove-ar.medi; + sub ainThreedotsdownabove-ar by ainThreedotsdownabove-ar.medi; + sub ainTwodotsverticalabove-ar by ainTwodotsverticalabove-ar.medi; + sub fehTwodotsbelow-ar by fehTwodotsbelow-ar.medi; + sub fehThreedotsupbelow-ar by fehThreedotsupbelow-ar.medi; + sub meemDotabove-ar by meemDotabove-ar.medi; + sub meemDotbelow-ar by meemDotbelow-ar.medi; + sub noonTwodotsbelow-ar by noonTwodotsbelow-ar.medi; + sub noonTahabove-ar by noonTahabove-ar.medi; + sub noonVabove-ar by noonVabove-ar.medi; + sub lamBar-ar by lamBar-ar.medi; + sub seenTwodotshorizontalabove-ar by seenTwodotshorizontalabove-ar.medi; + sub seenTahTwodotshorizontalabove-ar by seenTahTwodotshorizontalabove-ar.medi; + sub hahTahabove-ar by hahTahabove-ar.medi; + sub seenFourabove-ar by seenFourabove-ar.medi; + sub seenVinvertedabove-ar by seenVinvertedabove-ar.medi; + sub fathatan-ar by fathatan-ar.medi; + sub kasra-ar by kasra-ar.medi; + sub fatha-ar by fatha-ar.medi; + sub damma-ar by damma-ar.medi; + sub shadda-ar by shadda-ar.medi; + sub sukun-ar by sukun-ar.medi; +} medi; + + + +feature fina { + # final forms + sub alef-ar by alef-ar.fina; + sub alefHamzaabove-ar by alefHamzaabove-ar.fina; + sub alefHamzabelow-ar by alefHamzabelow-ar.fina; + sub alefWavyhamzaabove-ar by alefWavyhamzaabove-ar.fina; + sub alefWavyhamzabelow-ar by alefWavyhamzabelow-ar.fina; + sub alefMadda-ar by alefMadda-ar.fina; + sub alefWasla-ar by alefWasla-ar.fina; + sub alefFathatan-ar by alefFathatan-ar.fina; + sub highhamzaAlef-ar by highhamzaAlef-ar.fina; + sub behDotless-ar by behDotless-ar.fina; + sub beh-ar by beh-ar.fina; + sub peh-ar by peh-ar.fina; + sub beeh-ar by beeh-ar.fina; + sub beheh-ar by beheh-ar.fina; + sub teh-ar by teh-ar.fina; + sub tehRing-ar by tehRing-ar.fina; + sub tehThreedotsdown-ar by tehThreedotsdown-ar.fina; + sub theh-ar by theh-ar.fina; + sub tteh-ar by tteh-ar.fina; + sub tteheh-ar by tteheh-ar.fina; + sub teheh-ar by teheh-ar.fina; + sub behThreedotshorizontalbelow-ar by behThreedotshorizontalbelow-ar.fina; + sub behThreedotsupabove-ar by behThreedotsupabove-ar.fina; + sub behThreedotsupbelow-ar by behThreedotsupbelow-ar.fina; + sub tehThreedotsupbelow-ar by tehThreedotsupbelow-ar.fina; + sub behTwodotsbelowDotabove-ar by behTwodotsbelowDotabove-ar.fina; + sub behVinvertedbelow-ar by behVinvertedbelow-ar.fina; + sub behVabove-ar by behVabove-ar.fina; + sub behVbelow-ar by behVbelow-ar.fina; + sub jeem-ar by jeem-ar.fina; + sub tcheh-ar by tcheh-ar.fina; + sub tcheheh-ar by tcheheh-ar.fina; + sub tchehDotabove-ar by tchehDotabove-ar.fina; + sub nyeh-ar by nyeh-ar.fina; + sub dyeh-ar by dyeh-ar.fina; + sub hah-ar by hah-ar.fina; + sub hahHamzaabove-ar by hahHamzaabove-ar.fina; + sub hahTwodotsverticalabove-ar by hahTwodotsverticalabove-ar.fina; + sub hahTwodotshorizontalabove-ar by hahTwodotshorizontalabove-ar.fina; + sub hahThreedotsabove-ar by hahThreedotsabove-ar.fina; + sub hahThreedotsupbelow-ar by hahThreedotsupbelow-ar.fina; + sub khah-ar by khah-ar.fina; + sub hahTahbelow-ar by hahTahbelow-ar.fina; + sub hahTahTwodotshorizontalabove-ar by hahTahTwodotshorizontalabove-ar.fina; + sub hahFourbelow-ar by hahFourbelow-ar.fina; + sub jeemTwodotsabove-ar by jeemTwodotsabove-ar.fina; + sub dal-ar by dal-ar.fina; + sub thal-ar by thal-ar.fina; + sub thalAlefabove-ar by thalAlefabove-ar.fina; + sub ddal-ar by ddal-ar.fina; + sub dahal-ar by dahal-ar.fina; + sub ddahal-ar by ddahal-ar.fina; + sub dalRing-ar by dalRing-ar.fina; + sub dalDotbelow-ar by dalDotbelow-ar.fina; + sub dalDotbelowTah-ar by dalDotbelowTah-ar.fina; + sub dul-ar by dul-ar.fina; + sub dalThreedotsdown-ar by dalThreedotsdown-ar.fina; + sub dalFourdots-ar by dalFourdots-ar.fina; + sub dalVinvertedabove-ar by dalVinvertedabove-ar.fina; + sub dalTwodotsverticalbelowTah-ar by dalTwodotsverticalbelowTah-ar.fina; + sub dalVinvertedbelow-ar by dalVinvertedbelow-ar.fina; + sub reh-ar by reh-ar.fina; + sub zain-ar by zain-ar.fina; + sub ainThreedotsbelow-ar by ainThreedotsbelow-ar.fina; + sub rreh-ar by rreh-ar.fina; + sub rehv-ar by rehv-ar.fina; + sub rehRing-ar by rehRing-ar.fina; + sub rehDotbelow-ar by rehDotbelow-ar.fina; + sub rehVbelow-ar by rehVbelow-ar.fina; + sub rehDotbelowdotabove-ar by rehDotbelowdotabove-ar.fina; + sub rehTwodots-ar by rehTwodots-ar.fina; + sub jeh-ar by jeh-ar.fina; + sub rehFourdots-ar by rehFourdots-ar.fina; + sub rehVinvertedabove-ar by rehVinvertedabove-ar.fina; + sub rehStroke-ar by rehStroke-ar.fina; + sub rehTwodotsverticalabove-ar by rehTwodotsverticalabove-ar.fina; + sub rehHamzaabove-ar by rehHamzaabove-ar.fina; + sub rehTwodotshorizontalaboveTahabove-ar by rehTwodotshorizontalaboveTahabove-ar.fina; + sub rehLoop-ar by rehLoop-ar.fina; + sub seen-ar by seen-ar.fina; + sub seenDotbelowDotabove-ar by seenDotbelowDotabove-ar.fina; + sub seenThreedotsbelow-ar by seenThreedotsbelow-ar.fina; + sub sheen-ar by sheen-ar.fina; + sub sheenDotbelow-ar by sheenDotbelow-ar.fina; + sub sheenThreedotsbelow-ar by sheenThreedotsbelow-ar.fina; + sub sad-ar by sad-ar.fina; + sub sadTwodotsbelow-ar by sadTwodotsbelow-ar.fina; + sub sadThreedots-ar by sadThreedots-ar.fina; + sub dad-ar by dad-ar.fina; + sub dadDotbelow-ar by dadDotbelow-ar.fina; + sub tah-ar by tah-ar.fina; + sub tahThreedots-ar by tahThreedots-ar.fina; + sub zah-ar by zah-ar.fina; + sub tahTwodotsabove-ar by tahTwodotsabove-ar.fina; + sub ain-ar by ain-ar.fina; + sub ainThreedots-ar by ainThreedots-ar.fina; + sub ghain-ar by ghain-ar.fina; + sub ghainDotbelow-ar by ghainDotbelow-ar.fina; + sub feh-ar by feh-ar.fina; + sub veh-ar by veh-ar.fina; + sub fehDotless-ar by fehDotless-ar.fina; + sub fehDotbelow-ar by fehDotbelow-ar.fina; + sub fehThreedotsbelow-ar by fehThreedotsbelow-ar.fina; + sub fehDotbelowThreedotsabove-ar by fehDotbelowThreedotsabove-ar.fina; + sub peheh-ar by peheh-ar.fina; + sub qafDotless-ar by qafDotless-ar.fina; + sub qaf-ar by qaf-ar.fina; + sub qafDotabove-ar by qafDotabove-ar.fina; + sub qafThreedotsabove-ar by qafThreedotsabove-ar.fina; + sub qafDotbelow-ar by qafDotbelow-ar.fina; + sub kaf-ar by kaf-ar.fina; + sub keheh-ar by keheh-ar.fina; + sub kehehTwodotshorizontalabove-ar by kehehTwodotshorizontalabove-ar.fina; + sub kehehThreedotsbelow-ar by kehehThreedotsbelow-ar.fina; + sub kehehDotabove-ar by kehehDotabove-ar.fina; + sub kehehThreedotsabove-ar by kehehThreedotsabove-ar.fina; + sub kehehThreedotsupbelow-ar by kehehThreedotsupbelow-ar.fina; + sub gaf-ar by gaf-ar.fina; + sub gafRing-ar by gafRing-ar.fina; + sub gafThreedots-ar by gafThreedots-ar.fina; + sub kafRing-ar by kafRing-ar.fina; + sub kafDotabove-ar by kafDotabove-ar.fina; + sub kafTwodotshorizontalabove-ar by kafTwodotshorizontalabove-ar.fina; + sub kafThreedotsbelow-ar by kafThreedotsbelow-ar.fina; + sub gafTwodotsbelow-ar by gafTwodotsbelow-ar.fina; + sub ng-ar by ng-ar.fina; + sub ngoeh-ar by ngoeh-ar.fina; + sub gueh-ar by gueh-ar.fina; + sub lam-ar by lam-ar.fina; + sub lamVabove-ar by lamVabove-ar.fina; + sub lamDotabove-ar by lamDotabove-ar.fina; + sub lamThreedotsabove-ar by lamThreedotsabove-ar.fina; + sub lamThreedotsbelow-ar by lamThreedotsbelow-ar.fina; + sub lamDoublebar-ar by lamDoublebar-ar.fina; + sub meem-ar by meem-ar.fina; + sub meemThreedotsabove-ar by meemThreedotsabove-ar.fina; + sub noon-ar by noon-ar.fina; + sub noonDotbelow-ar by noonDotbelow-ar.fina; + sub noonghunna-ar by noonghunna-ar.fina; + sub rnoon-ar by rnoon-ar.fina; + sub noonRing-ar by noonRing-ar.fina; + sub noonThreedotsabove-ar by noonThreedotsabove-ar.fina; + sub heh-ar by heh-ar.fina; + sub hehHamzaabove-ar by hehHamzaabove-ar.fina; + sub hehgoal-ar by hehgoal-ar.fina; + sub hehgoalHamzaabove-ar by hehgoalHamzaabove-ar.fina; + sub hehDoachashmee-ar by hehDoachashmee-ar.fina; + sub hehVinvertedabove-ar by hehVinvertedabove-ar.fina; + sub tehMarbuta-ar by tehMarbuta-ar.fina; + sub tehMarbutagoal-ar by tehMarbutagoal-ar.fina; + sub waw-ar by waw-ar.fina; + sub wawring-ar by wawring-ar.fina; + sub wawTwodots-ar by wawTwodots-ar.fina; + sub wawDotabove-ar by wawDotabove-ar.fina; + sub wawHamzaabove-ar by wawHamzaabove-ar.fina; + sub wawTwoabove-ar by wawTwoabove-ar.fina; + sub wawThreeAbove-ar by wawThreeAbove-ar.fina; + sub wawDotcenter-ar by wawDotcenter-ar.fina; + sub kirghizoe-ar by kirghizoe-ar.fina; + sub oe-ar by oe-ar.fina; + sub u-ar by u-ar.fina; + sub yu-ar by yu-ar.fina; + sub kirghizyu-ar by kirghizyu-ar.fina; + sub ve-ar by ve-ar.fina; + sub alefMaksura-ar by alefMaksura-ar.fina; + sub alefMaksuraAlefabove-ar by alefMaksuraAlefabove-ar.fina; + sub alefTwoabove-ar by alefTwoabove-ar.fina; + sub alefThreeabove-ar by alefThreeabove-ar.fina; + sub yeh-ar by yeh-ar.fina; + sub yehHamzaabove-ar by yehHamzaabove-ar.fina; + sub yehVabove-ar by yehVabove-ar.fina; + sub yehTwodotsbelowHamzaabove-ar by yehTwodotsbelowHamzaabove-ar.fina; + sub yehTwodotsbelowDotabove-ar by yehTwodotsbelowDotabove-ar.fina; + sub yehVinverted-farsi by yehVinverted-farsi.fina; + sub yeh-farsi by yeh-farsi.fina; + sub yehTwodotsabove-farsi by yehTwodotsabove-farsi.fina; + sub yehThreedotsabove-farsi by yehThreedotsabove-farsi.fina; + sub yehTwoabove-farsi by yehTwoabove-farsi.fina; + sub yehThreeabove-farsi by yehThreeabove-farsi.fina; + sub yehFourbelow-farsi by yehFourbelow-farsi.fina; + sub yehTail-ar by yehTail-ar.fina; + sub yehKashmiri-ar by yehKashmiri-ar.fina; + sub e-ar by e-ar.fina; + sub yehThreedotsbelow-ar by yehThreedotsbelow-ar.fina; + sub yehbarree-ar by yehbarree-ar.fina; + sub yehbarreeHamzaabove-ar by yehbarreeHamzaabove-ar.fina; + sub yehbarreeTwoabove-ar by yehbarreeTwoabove-ar.fina; + sub yehbarreeThreeabove-ar by yehbarreeThreeabove-ar.fina; + sub highhamzaWaw-ar by highhamzaWaw-ar.fina; + sub uHamzaabove-ar by uHamzaabove-ar.fina; + sub highhamzaYeh-ar by highhamzaYeh-ar.fina; + sub ae-ar by ae-ar.fina; + sub seenFourdotsabove-ar by seenFourdotsabove-ar.fina; + sub ainTwodotshorizontalabove-ar by ainTwodotshorizontalabove-ar.fina; + sub ainThreedotsdownabove-ar by ainThreedotsdownabove-ar.fina; + sub ainTwodotsverticalabove-ar by ainTwodotsverticalabove-ar.fina; + sub fehTwodotsbelow-ar by fehTwodotsbelow-ar.fina; + sub fehThreedotsupbelow-ar by fehThreedotsupbelow-ar.fina; + sub meemDotabove-ar by meemDotabove-ar.fina; + sub meemDotbelow-ar by meemDotbelow-ar.fina; + sub noonTwodotsbelow-ar by noonTwodotsbelow-ar.fina; + sub noonTahabove-ar by noonTahabove-ar.fina; + sub noonVabove-ar by noonVabove-ar.fina; + sub lamBar-ar by lamBar-ar.fina; + sub seenTwodotshorizontalabove-ar by seenTwodotshorizontalabove-ar.fina; + sub seenTahTwodotshorizontalabove-ar by seenTahTwodotshorizontalabove-ar.fina; + sub hahTahabove-ar by hahTahabove-ar.fina; + sub seenFourabove-ar by seenFourabove-ar.fina; + sub seenVinvertedabove-ar by seenVinvertedabove-ar.fina; +} fina; + + + +feature rlig { + # required ligatures + lookup rlig_arabic_0 { + lookupflag IgnoreMarks RightToLeft; + sub alef-ar lam-ar.init lam-ar.medi heh-ar.fina by allah-ar; + } rlig_arabic_0; + lookup rlig_arabic_1 { + lookupflag IgnoreMarks RightToLeft; + sub lam-ar.medi alef-ar.fina by lam_alef-ar.fina.rlig; + sub lam-ar.init alef-ar.fina by lam_alef-ar.rlig; + sub lam-ar.medi alefHamzaabove-ar.fina by lam_alefHamzaabove-ar.fina.rlig; + sub lam-ar.init alefHamzaabove-ar.fina by lam_alefHamzaabove-ar.rlig; + sub lam-ar.medi alefHamzabelow-ar.fina by lam_alefHamzabelow-ar.fina.rlig; + sub lam-ar.init alefHamzabelow-ar.fina by lam_alefHamzabelow-ar.rlig; + sub lam-ar.medi alefWavyhamzaabove-ar.fina by lam_alefWavyhamzaabove-ar.fina.rlig; + sub lam-ar.init alefWavyhamzaabove-ar.fina by lam_alefWavyhamzaabove-ar.rlig; + sub lam-ar.medi alefWavyhamzabelow-ar.fina by lam_alefWavyhamzabelow-ar.fina.rlig; + sub lam-ar.init alefWavyhamzabelow-ar.fina by lam_alefWavyhamzabelow-ar.rlig; + sub lam-ar.medi alefMadda-ar.fina by lam_alefMadda-ar.fina.rlig; + sub lam-ar.init alefMadda-ar.fina by lam_alefMadda-ar.rlig; + sub lam-ar.init alefWasla-ar.fina by lam_alefWasla-ar.rlig; + sub lam-ar.medi alefWasla-ar.fina by lam_alefWasla-ar.fina.rlig; + sub behDotless-ar.medi alefMaksura-ar.fina by behDotless_alefMaksura-ar.fina.rlig; + sub behDotless-ar.init alefMaksura-ar.fina by behDotless_alefMaksura-ar.rlig; + sub beh-ar.medi reh-ar.fina by beh_reh-ar.fina.rlig; + sub beh-ar.medi zain-ar.fina by beh_zain-ar.fina.rlig; + sub beh-ar.medi rreh-ar.fina by beh_rreh-ar.fina.rlig; + sub beh-ar.medi jeh-ar.fina by beh_jeh-ar.fina.rlig; + sub beh-ar.medi noon-ar.fina by beh_noon-ar.fina.rlig; + sub beh-ar.medi alefMaksura-ar.fina by beh_alefMaksura-ar.fina.rlig; + sub beh-ar.init alefMaksura-ar.fina by beh_alefMaksura-ar.rlig; + sub beh-ar.medi yeh-ar.fina by beh_yeh-ar.fina.rlig; + sub beh-ar.init yeh-ar.fina by beh_yeh-ar.rlig; + sub beh-ar.medi yehHamzaabove-ar.fina by beh_yehHamzaabove-ar.fina.rlig; + sub beh-ar.init yehHamzaabove-ar.fina by beh_yehHamzaabove-ar.rlig; + sub beh-ar.medi yeh-farsi.fina by beh_yeh-farsi.fina.rlig; + sub beh-ar.init yeh-farsi.fina by beh_yeh-farsi.rlig; + sub peh-ar.medi reh-ar.fina by peh_reh-ar.fina.rlig; + sub peh-ar.medi zain-ar.fina by peh_zain-ar.fina.rlig; + sub peh-ar.medi rreh-ar.fina by peh_rreh-ar.fina.rlig; + sub peh-ar.medi jeh-ar.fina by peh_jeh-ar.fina.rlig; + sub peh-ar.medi noon-ar.fina by peh_noon-ar.fina.rlig; + sub peh-ar.medi alefMaksura-ar.fina by peh_alefMaksura-ar.fina.rlig; + sub peh-ar.init alefMaksura-ar.fina by peh_alefMaksura-ar.rlig; + sub peh-ar.medi yeh-ar.fina by peh_yeh-ar.fina.rlig; + sub peh-ar.init yeh-ar.fina by peh_yeh-ar.rlig; + sub peh-ar.medi yehHamzaabove-ar.fina by peh_yehHamzaabove-ar.fina.rlig; + sub peh-ar.init yehHamzaabove-ar.fina by peh_yehHamzaabove-ar.rlig; + sub peh-ar.medi yeh-farsi.fina by peh_yeh-farsi.fina.rlig; + sub peh-ar.init yeh-farsi.fina by peh_yeh-farsi.rlig; + sub teh-ar.medi reh-ar.fina by teh_reh-ar.fina.rlig; + sub teh-ar.medi zain-ar.fina by teh_zain-ar.fina.rlig; + sub teh-ar.medi rreh-ar.fina by teh_rreh-ar.fina.rlig; + sub teh-ar.medi jeh-ar.fina by teh_jeh-ar.fina.rlig; + sub teh-ar.medi noon-ar.fina by teh_noon-ar.fina.rlig; + sub teh-ar.medi alefMaksura-ar.fina by teh_alefMaksura-ar.fina.rlig; + sub teh-ar.init alefMaksura-ar.fina by teh_alefMaksura-ar.rlig; + sub teh-ar.medi yeh-ar.fina by teh_yeh-ar.fina.rlig; + sub teh-ar.init yeh-ar.fina by teh_yeh-ar.rlig; + sub teh-ar.medi yehHamzaabove-ar.fina by teh_yehHamzaabove-ar.fina.rlig; + sub teh-ar.init yehHamzaabove-ar.fina by teh_yehHamzaabove-ar.rlig; + sub teh-ar.medi yeh-farsi.fina by teh_yeh-farsi.fina.rlig; + sub teh-ar.init yeh-farsi.fina by teh_yeh-farsi.rlig; + sub theh-ar.medi reh-ar.fina by theh_reh-ar.fina.rlig; + sub theh-ar.medi zain-ar.fina by theh_zain-ar.fina.rlig; + sub theh-ar.medi rreh-ar.fina by theh_rreh-ar.fina.rlig; + sub theh-ar.medi jeh-ar.fina by theh_jeh-ar.fina.rlig; + sub theh-ar.medi noon-ar.fina by theh_noon-ar.fina.rlig; + sub theh-ar.medi alefMaksura-ar.fina by theh_alefMaksura-ar.fina.rlig; + sub theh-ar.init alefMaksura-ar.fina by theh_alefMaksura-ar.rlig; + sub theh-ar.medi yeh-ar.fina by theh_yeh-ar.fina.rlig; + sub theh-ar.init yeh-ar.fina by theh_yeh-ar.rlig; + sub theh-ar.medi yehHamzaabove-ar.fina by theh_yehHamzaabove-ar.fina.rlig; + sub theh-ar.init yehHamzaabove-ar.fina by theh_yehHamzaabove-ar.rlig; + sub theh-ar.medi yeh-farsi.fina by theh_yeh-farsi.fina.rlig; + sub theh-ar.init yeh-farsi.fina by theh_yeh-farsi.rlig; + sub tteh-ar.medi reh-ar.fina by tteh_reh-ar.fina.rlig; + sub tteh-ar.medi zain-ar.fina by tteh_zain-ar.fina.rlig; + sub tteh-ar.medi rreh-ar.fina by tteh_rreh-ar.fina.rlig; + sub tteh-ar.medi jeh-ar.fina by tteh_jeh-ar.fina.rlig; + sub tteh-ar.medi noon-ar.fina by tteh_noon-ar.fina.rlig; + sub tteh-ar.medi alefMaksura-ar.fina by tteh_alefMaksura-ar.fina.rlig; + sub tteh-ar.init alefMaksura-ar.fina by tteh_alefMaksura-ar.rlig; + sub tteh-ar.medi yeh-ar.fina by tteh_yeh-ar.fina.rlig; + sub tteh-ar.init yeh-ar.fina by tteh_yeh-ar.rlig; + sub tteh-ar.medi yehHamzaabove-ar.fina by tteh_yehHamzaabove-ar.fina.rlig; + sub tteh-ar.init yehHamzaabove-ar.fina by tteh_yehHamzaabove-ar.rlig; + sub tteh-ar.medi yeh-farsi.fina by tteh_yeh-farsi.fina.rlig; + sub tteh-ar.init yeh-farsi.fina by tteh_yeh-farsi.rlig; + sub seen-ar.medi reh-ar.fina by seen_reh-ar.fina.rlig; + sub seen-ar.init reh-ar.fina by seen_reh-ar.rlig; + sub seen-ar.medi alefMaksura-ar.fina by seen_alefMaksura-ar.fina.rlig; + sub seen-ar.init alefMaksura-ar.fina by seen_alefMaksura-ar.rlig; + sub seen-ar.medi yeh-ar.fina by seen_yeh-ar.fina.rlig; + sub seen-ar.init yeh-ar.fina by seen_yeh-ar.rlig; + sub seen-ar.medi zain-ar.fina by seen_zain-ar.fina.rlig; + sub seen-ar.init zain-ar.fina by seen_zain-ar.rlig; + sub seen-ar.medi rreh-ar.fina by seen_rreh-ar.fina.rlig; + sub seen-ar.init rreh-ar.fina by seen_rreh-ar.rlig; + sub seen-ar.medi jeh-ar.fina by seen_jeh-ar.fina.rlig; + sub seen-ar.init jeh-ar.fina by seen_jeh-ar.rlig; + sub seen-ar.medi yehHamzaabove-ar.fina by seen_yehHamzaabove-ar.fina.rlig; + sub seen-ar.init yehHamzaabove-ar.fina by seen_yehHamzaabove-ar.rlig; + sub seen-ar.medi yeh-farsi.fina by seen_yeh-farsi.fina.rlig; + sub seen-ar.init yeh-farsi.fina by seen_yeh-farsi.rlig; + sub sheen-ar.medi reh-ar.fina by sheen_reh-ar.fina.rlig; + sub sheen-ar.init reh-ar.fina by sheen_reh-ar.rlig; + sub sheen-ar.medi zain-ar.fina by sheen_zain-ar.fina.rlig; + sub sheen-ar.init zain-ar.fina by sheen_zain-ar.rlig; + sub sheen-ar.medi rreh-ar.fina by sheen_rreh-ar.fina.rlig; + sub sheen-ar.init rreh-ar.fina by sheen_rreh-ar.rlig; + sub sheen-ar.medi jeh-ar.fina by sheen_jeh-ar.fina.rlig; + sub sheen-ar.init jeh-ar.fina by sheen_jeh-ar.rlig; + sub sheen-ar.medi alefMaksura-ar.fina by sheen_alefMaksura-ar.fina.rlig; + sub sheen-ar.init alefMaksura-ar.fina by sheen_alefMaksura-ar.rlig; + sub sheen-ar.medi yeh-ar.fina by sheen_yeh-ar.fina.rlig; + sub sheen-ar.init yeh-ar.fina by sheen_yeh-ar.rlig; + sub sheen-ar.medi yehHamzaabove-ar.fina by sheen_yehHamzaabove-ar.fina.rlig; + sub sheen-ar.init yehHamzaabove-ar.fina by sheen_yehHamzaabove-ar.rlig; + sub sheen-ar.medi yeh-farsi.fina by sheen_yeh-farsi.fina.rlig; + sub sheen-ar.init yeh-farsi.fina by sheen_yeh-farsi.rlig; + sub sad-ar.medi reh-ar.fina by sad_reh-ar.fina.rlig; + sub sad-ar.init reh-ar.fina by sad_reh-ar.rlig; + sub sad-ar.medi zain-ar.fina by sad_zain-ar.fina.rlig; + sub sad-ar.init zain-ar.fina by sad_zain-ar.rlig; + sub sad-ar.medi rreh-ar.fina by sad_rreh-ar.fina.rlig; + sub sad-ar.init rreh-ar.fina by sad_rreh-ar.rlig; + sub sad-ar.medi jeh-ar.fina by sad_jeh-ar.fina.rlig; + sub sad-ar.init jeh-ar.fina by sad_jeh-ar.rlig; + sub sad-ar.medi alefMaksura-ar.fina by sad_alefMaksura-ar.fina.rlig; + sub sad-ar.init alefMaksura-ar.fina by sad_alefMaksura-ar.rlig; + sub sad-ar.medi yeh-ar.fina by sad_yeh-ar.fina.rlig; + sub sad-ar.init yeh-ar.fina by sad_yeh-ar.rlig; + sub sad-ar.medi yehHamzaabove-ar.fina by sad_yehHamzaabove-ar.fina.rlig; + sub sad-ar.init yehHamzaabove-ar.fina by sad_yehHamzaabove-ar.rlig; + sub sad-ar.medi yeh-farsi.fina by sad_yeh-farsi.fina.rlig; + sub sad-ar.init yeh-farsi.fina by sad_yeh-farsi.rlig; + sub dad-ar.medi reh-ar.fina by dad_reh-ar.fina.rlig; + sub dad-ar.init reh-ar.fina by dad_reh-ar.rlig; + sub dad-ar.medi zain-ar.fina by dad_zain-ar.fina.rlig; + sub dad-ar.init zain-ar.fina by dad_zain-ar.rlig; + sub dad-ar.medi rreh-ar.fina by dad_rreh-ar.fina.rlig; + sub dad-ar.init rreh-ar.fina by dad_rreh-ar.rlig; + sub dad-ar.medi jeh-ar.fina by dad_jeh-ar.fina.rlig; + sub dad-ar.init jeh-ar.fina by dad_jeh-ar.rlig; + sub dad-ar.medi alefMaksura-ar.fina by dad_alefMaksura-ar.fina.rlig; + sub dad-ar.init alefMaksura-ar.fina by dad_alefMaksura-ar.rlig; + sub dad-ar.medi yeh-ar.fina by dad_yeh-ar.fina.rlig; + sub dad-ar.init yeh-ar.fina by dad_yeh-ar.rlig; + sub dad-ar.medi yehHamzaabove-ar.fina by dad_yehHamzaabove-ar.fina.rlig; + sub dad-ar.init yehHamzaabove-ar.fina by dad_yehHamzaabove-ar.rlig; + sub dad-ar.medi yeh-farsi.fina by dad_yeh-farsi.fina.rlig; + sub dad-ar.init yeh-farsi.fina by dad_yeh-farsi.rlig; + sub feh-ar.init alefMaksura-ar.fina by feh_alefMaksura-ar.rlig; + sub feh-ar.init yeh-ar.fina by feh_yeh-ar.rlig; + sub feh-ar.init yehHamzaabove-ar.fina by feh_yehHamzaabove-ar.rlig; + sub feh-ar.init yeh-farsi.fina by feh_yeh-farsi.rlig; + sub veh-ar.init alefMaksura-ar.fina by veh_alefMaksura-ar.rlig; + sub veh-ar.init yeh-ar.fina by veh_yeh-ar.rlig; + sub veh-ar.init yehHamzaabove-ar.fina by veh_yehHamzaabove-ar.rlig; + sub veh-ar.init yeh-farsi.fina by veh_yeh-farsi.rlig; + sub fehDotless-ar.init alefMaksura-ar.fina by fehDotless_alefMaksura-ar.rlig; + sub qaf-ar.init alefMaksura-ar.fina by qaf_alefMaksura-ar.rlig; + sub qaf-ar.init yeh-ar.fina by qaf_yeh-ar.rlig; + sub qaf-ar.init yehHamzaabove-ar.fina by qaf_yehHamzaabove-ar.rlig; + sub qaf-ar.init yeh-farsi.fina by qaf_yeh-farsi.rlig; + sub kaf-ar.medi alefMaksura-ar.fina by kaf_alefMaksura-ar.fina.rlig; + sub kaf-ar.init alefMaksura-ar.fina by kaf_alefMaksura-ar.rlig; + sub kaf-ar.medi yeh-ar.fina by kaf_yeh-ar.fina.rlig; + sub kaf-ar.init yeh-ar.fina by kaf_yeh-ar.rlig; + sub kaf-ar.medi yehHamzaabove-ar.fina by kaf_yehHamzaabove-ar.fina.rlig; + sub kaf-ar.init yehHamzaabove-ar.fina by kaf_yehHamzaabove-ar.rlig; + sub kaf-ar.medi yeh-farsi.fina by kaf_yeh-farsi.fina.rlig; + sub kaf-ar.init yeh-farsi.fina by kaf_yeh-farsi.rlig; + sub keheh-ar.medi yeh-ar.fina by keheh_yeh-ar.fina.rlig; + sub keheh-ar.init yeh-ar.fina by keheh_yeh-ar.rlig; + sub keheh-ar.medi yeh-farsi.fina by keheh_yeh-farsi.fina.rlig; + sub keheh-ar.init yeh-farsi.fina by keheh_yeh-farsi.rlig; + sub gaf-ar.medi alefMaksura-ar.fina by gaf_alefMaksura-ar.fina.rlig; + sub gaf-ar.init alefMaksura-ar.fina by gaf_alefMaksura-ar.rlig; + sub gaf-ar.medi yeh-ar.fina by gaf_yeh-ar.fina.rlig; + sub gaf-ar.init yeh-ar.fina by gaf_yeh-ar.rlig; + sub gaf-ar.medi yehHamzaabove-ar.fina by gaf_yehHamzaabove-ar.fina.rlig; + sub gaf-ar.init yehHamzaabove-ar.fina by gaf_yehHamzaabove-ar.rlig; + sub gaf-ar.medi yeh-farsi.fina by gaf_yeh-farsi.fina.rlig; + sub gaf-ar.init yeh-farsi.fina by gaf_yeh-farsi.rlig; + sub lam-ar.init alefMaksura-ar.fina by lam_alefMaksura-ar.rlig; + sub lam-ar.init yeh-ar.fina by lam_yeh-ar.rlig; + sub lam-ar.init yehHamzaabove-ar.fina by lam_yehHamzaabove-ar.rlig; + sub lam-ar.init yeh-farsi.fina by lam_yeh-farsi.rlig; + sub lamVabove-ar.medi alef-ar.fina by lamVabove_alef-ar.fina.rlig; + sub lamVabove-ar.init alef-ar.fina by lamVabove_alef-ar.rlig; + sub lamDotabove-ar.medi alef-ar.fina by lamDotabove_alef-ar.fina.rlig; + sub lamDotabove-ar.init alef-ar.fina by lamDotabove_alef-ar.rlig; + sub lamThreedotsabove-ar.medi alef-ar.fina by lamThreedotsabove_alef-ar.fina.rlig; + sub lamThreedotsabove-ar.init alef-ar.fina by lamThreedotsabove_alef-ar.rlig; + sub lamThreedotsbelow-ar.medi alef-ar.fina by lamThreedotsbelow_alef-ar.fina.rlig; + sub lamThreedotsbelow-ar.init alef-ar.fina by lamThreedotsbelow_alef-ar.rlig; + sub noon-ar.medi reh-ar.fina by noon_reh-ar.fina.rlig; + sub noon-ar.medi zain-ar.fina by noon_zain-ar.fina.rlig; + sub noon-ar.medi rreh-ar.fina by noon_rreh-ar.fina.rlig; + sub noon-ar.medi jeh-ar.fina by noon_jeh-ar.fina.rlig; + sub noon-ar.medi noon-ar.fina by noon_noon-ar.fina.rlig; + sub noon-ar.medi alefMaksura-ar.fina by noon_alefMaksura-ar.fina.rlig; + sub noon-ar.init alefMaksura-ar.fina by noon_alefMaksura-ar.rlig; + sub noon-ar.medi yeh-ar.fina by noon_yeh-ar.fina.rlig; + sub noon-ar.init yeh-ar.fina by noon_yeh-ar.rlig; + sub noon-ar.medi yehHamzaabove-ar.fina by noon_yehHamzaabove-ar.fina.rlig; + sub noon-ar.init yehHamzaabove-ar.fina by noon_yehHamzaabove-ar.rlig; + sub noon-ar.medi yeh-farsi.fina by noon_yeh-farsi.fina.rlig; + sub noon-ar.init yeh-farsi.fina by noon_yeh-farsi.rlig; + sub alefMaksura-ar.medi reh-ar.fina by alefMaksura_reh-ar.fina.rlig; + sub alefMaksura-ar.medi zain-ar.fina by alefMaksura_zain-ar.fina.rlig; + sub alefMaksura-ar.medi jeh-ar.fina by alefMaksura_jeh-ar.fina.rlig; + sub alefMaksura-ar.medi noon-ar.fina by alefMaksura_noon-ar.fina.rlig; + sub alefMaksura-ar.init noonghunna-ar.fina by alefMaksura_noonghunna-ar.rlig; + sub yeh-ar.medi reh-ar.fina by yeh_reh-ar.fina.rlig; + sub yeh-ar.medi zain-ar.fina by yeh_zain-ar.fina.rlig; + sub yeh-ar.medi noon-ar.fina by yeh_noon-ar.fina.rlig; + sub yeh-ar.medi alefMaksura-ar.fina by yeh_alefMaksura-ar.fina.rlig; + sub yeh-ar.init alefMaksura-ar.fina by yeh_alefMaksura-ar.rlig; + sub yeh-ar.medi yeh-ar.fina by yeh_yeh-ar.fina.rlig; + sub yeh-ar.init yeh-ar.fina by yeh_yeh-ar.rlig; + sub yeh-ar.medi rreh-ar.fina by yeh_rreh-ar.fina.rlig; + sub yeh-ar.medi jeh-ar.fina by yeh_jeh-ar.fina.rlig; + sub yeh-ar.medi yehHamzaabove-ar.fina by yeh_yehHamzaabove-ar.fina.rlig; + sub yeh-ar.init yehHamzaabove-ar.fina by yeh_yehHamzaabove-ar.rlig; + sub yehHamzaabove-ar.medi reh-ar.fina by yehHamzaabove_reh-ar.fina.rlig; + sub yehHamzaabove-ar.medi zain-ar.fina by yehHamzaabove_zain-ar.fina.rlig; + sub yehHamzaabove-ar.medi rreh-ar.fina by yehHamzaabove_rreh-ar.fina.rlig; + sub yehHamzaabove-ar.medi jeh-ar.fina by yehHamzaabove_jeh-ar.fina.rlig; + sub yehHamzaabove-ar.medi noon-ar.fina by yehHamzaabove_noon-ar.fina.rlig; + sub yehHamzaabove-ar.medi alefMaksura-ar.fina by yehHamzaabove_alefMaksura-ar.fina.rlig; + sub yehHamzaabove-ar.init alefMaksura-ar.fina by yehHamzaabove_alefMaksura-ar.rlig; + sub yehHamzaabove-ar.medi yeh-ar.fina by yehHamzaabove_yeh-ar.fina.rlig; + sub yehHamzaabove-ar.init yeh-ar.fina by yehHamzaabove_yeh-ar.rlig; + sub yehHamzaabove-ar.medi yehHamzaabove-ar.fina by yehHamzaabove_yehHamzaabove-ar.fina.rlig; + sub yehHamzaabove-ar.init yehHamzaabove-ar.fina by yehHamzaabove_yehHamzaabove-ar.rlig; + sub yehHamzaabove-ar.medi yeh-farsi.fina by yehHamzaabove_yeh-farsi.fina.rlig; + sub yehHamzaabove-ar.init yeh-farsi.fina by yehHamzaabove_yeh-farsi.rlig; + sub yeh-farsi.medi reh-ar.fina by yeh_reh-farsi.fina.rlig; + sub yeh-farsi.medi zain-ar.fina by yeh_zain-farsi.fina.rlig; + sub yeh-farsi.medi rreh-ar.fina by yeh_rreh-farsi.fina.rlig; + sub yeh-farsi.medi jeh-ar.fina by yeh_jeh-farsi.fina.rlig; + sub yeh-farsi.medi noon-ar.fina by yeh_noon-farsi.fina.rlig; + sub yeh-farsi.medi yeh-farsi.fina by yeh_yeh-farsi.fina.rlig; + sub yeh-farsi.init yeh-farsi.fina by yeh_yeh-farsi.rlig; + sub lamBar-ar.medi alef-ar.fina by lamBar_alef-ar.fina.rlig; + sub lamBar-ar.init alef-ar.fina by lamBar_alef-ar.rlig; + } rlig_arabic_1; + lookup rlig_arabic_0; + lookup rlig_arabic_1; + lookupflag 0; +} rlig; + + + +feature dlig { + # discretionary ligatures + lookup dlig_RTL { + lookupflag IgnoreMarks RightToLeft; + sub alefMaksura-ar.medi jeh-ar.fina by alefMaksura_jeh-ar.fina.rlig.short; + sub alefMaksura-ar.medi reh-ar.fina by alefMaksura_reh-ar.fina.rlig.short; + sub alefMaksura-ar.medi zain-ar.fina by alefMaksura_zain-ar.fina.rlig.short; + sub beh-ar.medi jeh-ar.fina by beh_jeh-ar.fina.rlig.short; + sub beh-ar.medi reh-ar.fina by beh_reh-ar.fina.rlig.short; + sub beh-ar.medi rreh-ar.fina by beh_rreh-ar.fina.rlig.short; + sub beh-ar.medi zain-ar.fina by beh_zain-ar.fina.rlig.short; + sub dad-ar.medi jeh-ar.fina by dad_jeh-ar.fina.rlig.short; + sub dad-ar.init jeh-ar.fina by dad_jeh-ar.rlig.short; + sub dad-ar.medi reh-ar.fina by dad_reh-ar.fina.rlig.short; + sub dad-ar.init reh-ar.fina by dad_reh-ar.rlig.short; + sub dad-ar.medi rreh-ar.fina by dad_rreh-ar.fina.rlig.short; + sub dad-ar.init rreh-ar.fina by dad_rreh-ar.rlig.short; + sub dad-ar.medi zain-ar.fina by dad_zain-ar.fina.rlig.short; + sub dad-ar.init zain-ar.fina by dad_zain-ar.rlig.short; + sub lam-ar.init meem-ar.fina by lam_meem-ar; + sub lam-ar.init meem-ar.medi by lam_meem-ar.init; + sub noon-ar.medi jeh-ar.fina by noon_jeh-ar.fina.rlig.short; + sub noon-ar.medi reh-ar.fina by noon_reh-ar.fina.rlig.short; + sub noon-ar.medi rreh-ar.fina by noon_rreh-ar.fina.rlig.short; + sub noon-ar.medi zain-ar.fina by noon_zain-ar.fina.rlig.short; + sub peh-ar.medi jeh-ar.fina by peh_jeh-ar.fina.rlig.short; + sub peh-ar.medi reh-ar.fina by peh_reh-ar.fina.rlig.short; + sub peh-ar.medi rreh-ar.fina by peh_rreh-ar.fina.rlig.short; + sub peh-ar.medi zain-ar.fina by peh_zain-ar.fina.rlig.short; + sub sad-ar.medi jeh-ar.fina by sad_jeh-ar.fina.rlig.short; + sub sad-ar.init jeh-ar.fina by sad_jeh-ar.rlig.short; + sub sad-ar.medi reh-ar.fina by sad_reh-ar.fina.rlig.short; + sub sad-ar.init reh-ar.fina by sad_reh-ar.rlig.short; + sub sad-ar.medi rreh-ar.fina by sad_rreh-ar.fina.rlig.short; + sub sad-ar.init rreh-ar.fina by sad_rreh-ar.rlig.short; + sub sad-ar.medi zain-ar.fina by sad_zain-ar.fina.rlig.short; + sub sad-ar.init zain-ar.fina by sad_zain-ar.rlig.short; + sub seen-ar.medi jeh-ar.fina by seen_jeh-ar.fina.rlig.short; + sub seen-ar.init jeh-ar.fina by seen_jeh-ar.rlig.short; + sub seen-ar.medi reh-ar.fina by seen_reh-ar.fina.rlig.short; + sub seen-ar.init reh-ar.fina by seen_reh-ar.rlig.short; + sub seen-ar.medi rreh-ar.fina by seen_rreh-ar.fina.rlig.short; + sub seen-ar.init rreh-ar.fina by seen_rreh-ar.rlig.short; + sub seen-ar.medi zain-ar.fina by seen_zain-ar.fina.rlig.short; + sub seen-ar.init zain-ar.fina by seen_zain-ar.rlig.short; + sub sheen-ar.medi jeh-ar.fina by sheen_jeh-ar.fina.rlig.short; + sub sheen-ar.init jeh-ar.fina by sheen_jeh-ar.rlig.short; + sub sheen-ar.medi reh-ar.fina by sheen_reh-ar.fina.rlig.short; + sub sheen-ar.init reh-ar.fina by sheen_reh-ar.rlig.short; + sub sheen-ar.medi rreh-ar.fina by sheen_rreh-ar.fina.rlig.short; + sub sheen-ar.init rreh-ar.fina by sheen_rreh-ar.rlig.short; + sub sheen-ar.medi zain-ar.fina by sheen_zain-ar.fina.rlig.short; + sub sheen-ar.init zain-ar.fina by sheen_zain-ar.rlig.short; + sub teh-ar.medi jeh-ar.fina by teh_jeh-ar.fina.rlig.short; + sub teh-ar.medi reh-ar.fina by teh_reh-ar.fina.rlig.short; + sub teh-ar.medi rreh-ar.fina by teh_rreh-ar.fina.rlig.short; + sub teh-ar.medi zain-ar.fina by teh_zain-ar.fina.rlig.short; + sub theh-ar.medi jeh-ar.fina by theh_jeh-ar.fina.rlig.short; + sub theh-ar.medi reh-ar.fina by theh_reh-ar.fina.rlig.short; + sub theh-ar.medi rreh-ar.fina by theh_rreh-ar.fina.rlig.short; + sub theh-ar.medi zain-ar.fina by theh_zain-ar.fina.rlig.short; + sub yehHamzaabove-ar.medi jeh-ar.fina by yehHamzaabove_jeh-ar.fina.rlig.short; + sub yehHamzaabove-ar.medi reh-ar.fina by yehHamzaabove_reh-ar.fina.rlig.short; + sub yehHamzaabove-ar.medi rreh-ar.fina by yehHamzaabove_rreh-ar.fina.rlig.short; + sub yehHamzaabove-ar.medi zain-ar.fina by yehHamzaabove_zain-ar.fina.rlig.short; + sub yeh-ar.medi jeh-ar.fina by yeh_jeh-ar.fina.rlig.short; + sub yeh-farsi.medi jeh-ar.fina by yeh_jeh-farsi.fina.rlig.short; + sub yeh-ar.medi reh-ar.fina by yeh_reh-ar.fina.rlig.short; + sub yeh-farsi.medi reh-ar.fina by yeh_reh-farsi.fina.rlig.short; + sub yeh-ar.medi rreh-ar.fina by yeh_rreh-ar.fina.rlig.short; + sub yeh-farsi.medi rreh-ar.fina by yeh_rreh-farsi.fina.rlig.short; + sub yeh-ar.medi zain-ar.fina by yeh_zain-ar.fina.rlig.short; + sub yeh-farsi.medi zain-ar.fina by yeh_zain-farsi.fina.rlig.short; + sub alef-ar lam-ar.init lam-ar.medi heh-ar.fina by allah-ar; + sub jeem-ar lam-ar jeem-ar lam-ar alef-ar lam-ar heh-ar by jallajalalouhou-ar; + sub meem-ar.init hah-ar.medi meem-ar.medi dal-ar.fina by mohammad-ar; + } dlig_RTL; + script arab; + lookup dlig_RTL; + lookupflag 0; +} dlig; + + + +feature calt { + # contextual alternates + lookupflag IgnoreMarks RightToLeft; + sub @reh' @hah by @rehshort; + sub @rehshort @hah' by @hahshort; + sub [peh-ar.init peh-ar.medi yeh-farsi.init yeh-farsi.medi yeh-ar.init yeh-ar.medi heh-ar.medi hehDoachashmee-ar.medi hehgoal-ar.medi] @yehbarree' by @yehbarreeshort; + sub [beh-ar.init beh-ar.medi hehgoal-ar.init] @yehbarree' by @yehbarreeshort2; + sub [jeem-ar.init jeem-ar.medi tcheh-ar.init tcheh-ar.medi] @yehbarree' by @yehbarreeshort4; + sub @reh [teh-ar.init theh-ar.init noon-ar.init yehHamzaabove-ar.init tteh-ar.init lam-ar.init] yehbarree-ar.fina' by yehbarree-ar.fina.short; + sub [peh-ar.init peh-ar.medi yeh-farsi.init yeh-farsi.medi yeh-ar.init yeh-ar.medi] [teh-ar.medi theh-ar.medi noon-ar.medi yehHamzaabove-ar.medi tteh-ar.medi lam-ar.medi] yehbarree-ar.fina' by yehbarree-ar.fina.short3; + lookupflag 0; +} calt; + + + +feature ss06 { + featureNames { + name 3 1 0x0409 "alternate letter Kaf"; # Win / Unicode / English US + name 1 0 0 "alternate letter Kaf"; # Mac / Roman / English + }; + # alternate letter Kaf + lookup kaf_alt { + sub kaf-ar.fina by kaf-ar.fina.ss01; + sub kaf-ar.medi by kaf-ar.medi.ss01; + sub kaf-ar.init by kaf-ar.init.ss01; + } kaf_alt; +} ss06; + + + +feature salt { + # stylistic alternates - all stylistic sets combined + sub @lca_dflt by @lca_alt1; + sub @lcg_dflt by @lcg_alt1; + sub zero by zero.alt01; + sub germandbls by germandbls.alt01; + lookup kaf_alt; +} salt; + + + +feature kern { + # Created: Fri Nov 22 18:45:43 2019 + # PS Name: IBMPlexSans + # MM Inst: IBM Plex Sans + # MinKern: +/- 0 inclusive + # exported from Robofont + @MMK_L_grek_uc_Alpha = [Delta]; + @MMK_L_inp_colon = [colon semicolon]; + @MMK_L_inp_foot = [quotesingle quotedbl asterisk]; + @MMK_L_inp_fraction = [fraction divisionslash]; + @MMK_L_inp_guill = [guilsinglleft guillemotleft]; + @MMK_L_inp_guilr = [guilsinglright guillemotright]; + @MMK_L_inp_hyph = [hyphen softhyphen endash emdash]; + @MMK_L_inp_parenth = [bracketleft braceleft]; + @MMK_L_inp_period = [period ellipsis comma quotesinglbase quotedblbase]; + @MMK_L_inp_quotel = [quoteleft quotedblleft]; + @MMK_L_inp_quoter = [quoteright quotedblright]; + @MMK_L_latn_lc_a = [a aacute acircumflex adieresis agrave aring atilde]; + @MMK_L_latn_lc_b = [b p thorn]; + @MMK_L_latn_lc_c = [c ccedilla]; + @MMK_L_latn_lc_e = [e ae eacute ecircumflex edieresis egrave oe]; + @MMK_L_latn_lc_f = [f]; + @MMK_L_latn_lc_g = [g g.alt02]; + @MMK_L_latn_lc_i = [i fi iacute icircumflex idieresis igrave]; + @MMK_L_latn_lc_j = [g.alt01 j q dotlessi ij dotlessj jacute jcircumflex]; + @MMK_L_latn_lc_k = [k]; + @MMK_L_latn_lc_l = [l fl lslash]; + @MMK_L_latn_lc_n = [h m n ntilde]; + @MMK_L_latn_lc_o = [o eth oacute ocircumflex odieresis ograve oslash otilde]; + @MMK_L_latn_lc_r = [r]; + @MMK_L_latn_lc_s = [s scaron]; + @MMK_L_latn_lc_t = [t]; + @MMK_L_latn_lc_u = [a.alt01 u aacute.alt01 acircumflex.alt01 adieresis.alt01 agrave.alt01 aring.alt01 atilde.alt01 uacute ucircumflex udieresis ugrave]; + @MMK_L_latn_lc_w = [w]; + @MMK_L_latn_lc_y = [y yacute ydieresis]; + @MMK_L_latn_lc_z = [z zcaron]; + @MMK_L_latn_uc_a = [A Aacute Acircumflex Adieresis Agrave Aring Atilde]; + @MMK_L_latn_uc_c = [C Ccedilla]; + @MMK_L_latn_uc_d = [D Dcroat Eth]; + @MMK_L_latn_uc_e = [E AE Eacute Ecircumflex Edieresis Egrave OE]; + @MMK_L_latn_uc_g = [G]; + @MMK_L_latn_uc_i = [I Iacute Icircumflex Idieresis Igrave]; + @MMK_L_latn_uc_j = [J]; + @MMK_L_latn_uc_k = [K]; + @MMK_L_latn_uc_l = [L Lslash]; + @MMK_L_latn_uc_o = [O Q Oacute Ocircumflex Odieresis Ograve Oslash Otilde]; + @MMK_L_latn_uc_r = [R]; + @MMK_L_latn_uc_s = [S Scaron]; + @MMK_L_latn_uc_t = [T]; + @MMK_L_latn_uc_u = [U IJ Uacute Ucircumflex Udieresis Ugrave]; + @MMK_L_latn_uc_w = [W]; + @MMK_L_latn_uc_y = [Y Yacute Ydieresis]; + @MMK_L_latn_uc_z = [Z Zcaron]; + @MMK_R_grek_lc_kappa = [mu]; + @MMK_R_grek_uc_Alpha = [Delta]; + @MMK_R_inp_colon = [colon semicolon]; + @MMK_R_inp_foot = [quotesingle quotedbl asterisk]; + @MMK_R_inp_fraction = [fraction divisionslash]; + @MMK_R_inp_guill = [guilsinglleft guillemotleft]; + @MMK_R_inp_guilr = [guilsinglright guillemotright]; + @MMK_R_inp_hyph = [hyphen softhyphen endash emdash]; + @MMK_R_inp_parenth = [bracketright braceright]; + @MMK_R_inp_period = [period ellipsis comma quotesinglbase quotedblbase]; + @MMK_R_inp_quotel = [quoteleft quotedblleft]; + @MMK_R_inp_quoter = [quoteright quotedblright]; + @MMK_R_latn_lc_a = [a aacute acircumflex adieresis agrave aring atilde ae]; + @MMK_R_latn_lc_c = [c e o ccedilla eacute ecircumflex edieresis egrave oacute ocircumflex odieresis ograve oslash otilde oe]; + @MMK_R_latn_lc_d = [a.alt01 d g.alt01 q aacute.alt01 acircumflex.alt01 adieresis.alt01 agrave.alt01 aring.alt01 atilde.alt01 eth]; + @MMK_R_latn_lc_f = [f fi fl germandbls]; + @MMK_R_latn_lc_g = [g g.alt02]; + @MMK_R_latn_lc_h = [b h k]; + @MMK_R_latn_lc_i = [i iacute icircumflex idieresis igrave ij]; + @MMK_R_latn_lc_j = [j dotlessj jacute jcircumflex]; + @MMK_R_latn_lc_l = [l ldot lslash germandbls.alt01]; + @MMK_R_latn_lc_n = [m n r dotlessi ntilde]; + @MMK_R_latn_lc_s = [s scaron]; + @MMK_R_latn_lc_t = [t]; + @MMK_R_latn_lc_u = [u uacute ucircumflex udieresis ugrave]; + @MMK_R_latn_lc_w = [w]; + @MMK_R_latn_lc_y = [y yacute ydieresis]; + @MMK_R_latn_lc_z = [z zcaron]; + @MMK_R_latn_uc_a = [A Aacute Acircumflex Adieresis Agrave Aring Atilde AE]; + @MMK_R_latn_uc_i = [I Iacute Icircumflex Idieresis Igrave]; + @MMK_R_latn_uc_j = [J]; + @MMK_R_latn_uc_o = [C G O Q Ccedilla Oacute Ocircumflex Odieresis Ograve Oslash Otilde OE]; + @MMK_R_latn_uc_s = [S Scaron]; + @MMK_R_latn_uc_t = [T]; + @MMK_R_latn_uc_u = [U IJ Uacute Ucircumflex Udieresis Ugrave]; + @MMK_R_latn_uc_w = [W]; + @MMK_R_latn_uc_y = [Y Yacute Ydieresis]; + @MMK_R_latn_uc_z = [Z Zcaron]; + @MMK_L_arab_ain = [ain-ar ain-ar.short ghain-ar ghain-ar.short]; # 4 items + @MMK_L_arab_alef = [alef-ar alef-ar.fina alef-ar.short alef-ar.fina.short alefHamzabelow-ar alefHamzabelow-ar.fina alefWavyhamzabelow-ar alefWavyhamzabelow-ar.fina alefFathatan-ar alefFathatan-ar.fina highhamzaAlef-ar highhamzaAlef-ar.fina]; # 12 items + @MMK_L_arab_alefHamzaabove = [alefHamzaabove-ar alefHamzaabove-ar.fina]; # 2 items + @MMK_L_arab_alefMadda = [alefWavyhamzaabove-ar alefWavyhamzaabove-ar.fina alefMadda-ar alefMadda-ar.fina alefWasla-ar alefWasla-ar.fina]; # 6 items + @MMK_L_arab_alefMaksura = [alefMaksura-ar yeh-ar yehHamzaabove-ar]; # 3 items + @MMK_L_arab_hah = [jeem-ar jeem-ar.short hah-ar hah-ar.short khah-ar khah-ar.short]; # 6 items + @MMK_L_arab_kaf_init = [gaf-ar]; # 1 items + @MMK_L_arab_lam_alef_rlig = [lam_alef-ar.rlig lam_alefHamzaabove-ar.rlig lam_alefHamzabelow-ar.rlig lam_alefWavyhamzabelow-ar.rlig]; # 4 items + @MMK_L_arab_reh = [reh-ar reh-ar.short reh-ar.fina reh-ar.fina.short zain-ar zain-ar.fina zain-ar.fina.short zain-ar.short beh_reh-ar.fina.rlig beh_reh-ar.fina.rlig.short beh_zain-ar.fina.rlig beh_zain-ar.fina.rlig.short beh_rreh-ar.fina.rlig beh_rreh-ar.fina.rlig.short beh_jeh-ar.fina.rlig beh_jeh-ar.fina.rlig.short peh_reh-ar.fina.rlig peh_reh-ar.fina.rlig.short peh_zain-ar.fina.rlig peh_zain-ar.fina.rlig.short peh_rreh-ar.fina.rlig peh_rreh-ar.fina.rlig.short peh_jeh-ar.fina.rlig peh_jeh-ar.fina.rlig.short teh_reh-ar.fina.rlig teh_reh-ar.fina.rlig.short teh_zain-ar.fina.rlig teh_zain-ar.fina.rlig.short teh_rreh-ar.fina.rlig teh_rreh-ar.fina.rlig.short teh_jeh-ar.fina.rlig teh_jeh-ar.fina.rlig.short theh_reh-ar.fina.rlig theh_reh-ar.fina.rlig.short theh_zain-ar.fina.rlig theh_zain-ar.fina.rlig.short theh_rreh-ar.fina.rlig theh_rreh-ar.fina.rlig.short theh_jeh-ar.fina.rlig theh_jeh-ar.fina.rlig.short tteh_reh-ar.fina.rlig tteh_zain-ar.fina.rlig tteh_rreh-ar.fina.rlig tteh_jeh-ar.fina.rlig seen_reh-ar.fina.rlig seen_reh-ar.fina.rlig.short seen_reh-ar.rlig seen_reh-ar.rlig.short seen_zain-ar.fina.rlig seen_zain-ar.fina.rlig.short seen_zain-ar.rlig seen_zain-ar.rlig.short seen_rreh-ar.fina.rlig seen_rreh-ar.fina.rlig.short seen_rreh-ar.rlig seen_rreh-ar.rlig.short seen_jeh-ar.fina.rlig seen_jeh-ar.fina.rlig.short seen_jeh-ar.rlig seen_jeh-ar.rlig.short sheen_reh-ar.fina.rlig sheen_reh-ar.fina.rlig.short sheen_reh-ar.rlig sheen_reh-ar.rlig.short sheen_zain-ar.fina.rlig sheen_zain-ar.fina.rlig.short sheen_zain-ar.rlig sheen_zain-ar.rlig.short sheen_rreh-ar.fina.rlig sheen_rreh-ar.fina.rlig.short sheen_rreh-ar.rlig sheen_rreh-ar.rlig.short sheen_jeh-ar.fina.rlig sheen_jeh-ar.fina.rlig.short sheen_jeh-ar.rlig sheen_jeh-ar.rlig.short sad_reh-ar.fina.rlig sad_reh-ar.fina.rlig.short sad_reh-ar.rlig sad_reh-ar.rlig.short sad_zain-ar.fina.rlig sad_zain-ar.fina.rlig.short sad_zain-ar.rlig sad_zain-ar.rlig.short sad_rreh-ar.fina.rlig sad_rreh-ar.fina.rlig.short sad_rreh-ar.rlig sad_rreh-ar.rlig.short sad_jeh-ar.fina.rlig sad_jeh-ar.fina.rlig.short sad_jeh-ar.rlig sad_jeh-ar.rlig.short dad_reh-ar.fina.rlig dad_reh-ar.fina.rlig.short dad_reh-ar.rlig dad_reh-ar.rlig.short dad_zain-ar.fina.rlig dad_zain-ar.fina.rlig.short dad_zain-ar.rlig dad_zain-ar.rlig.short dad_rreh-ar.fina.rlig dad_rreh-ar.fina.rlig.short dad_rreh-ar.rlig dad_rreh-ar.rlig.short dad_jeh-ar.fina.rlig dad_jeh-ar.fina.rlig.short dad_jeh-ar.rlig dad_jeh-ar.rlig.short noon_reh-ar.fina.rlig noon_reh-ar.fina.rlig.short noon_zain-ar.fina.rlig noon_zain-ar.fina.rlig.short noon_rreh-ar.fina.rlig noon_rreh-ar.fina.rlig.short noon_jeh-ar.fina.rlig noon_jeh-ar.fina.rlig.short alefMaksura_reh-ar.fina.rlig alefMaksura_reh-ar.fina.rlig.short alefMaksura_zain-ar.fina.rlig alefMaksura_zain-ar.fina.rlig.short alefMaksura_jeh-ar.fina.rlig alefMaksura_jeh-ar.fina.rlig.short yeh_reh-ar.fina.rlig yeh_reh-ar.fina.rlig.short yeh_zain-ar.fina.rlig yeh_zain-ar.fina.rlig.short yeh_rreh-ar.fina.rlig yeh_rreh-ar.fina.rlig.short yeh_jeh-ar.fina.rlig yeh_jeh-ar.fina.rlig.short yehHamzaabove_reh-ar.fina.rlig yehHamzaabove_reh-ar.fina.rlig.short yehHamzaabove_zain-ar.fina.rlig yehHamzaabove_zain-ar.fina.rlig.short yehHamzaabove_rreh-ar.fina.rlig yehHamzaabove_rreh-ar.fina.rlig.short yehHamzaabove_jeh-ar.fina.rlig yehHamzaabove_jeh-ar.fina.rlig.short yeh_reh-farsi.fina.rlig yeh_reh-farsi.fina.rlig.short yeh_zain-farsi.fina.rlig yeh_zain-farsi.fina.rlig.short yeh_rreh-farsi.fina.rlig yeh_rreh-farsi.fina.rlig.short yeh_jeh-farsi.fina.rlig yeh_jeh-farsi.fina.rlig.short]; # 146 items + @MMK_L_arab_tah_init = [tah-ar.medi tah-ar.init]; # 2 items + @MMK_L_arab_three = [three-ar]; # 1 items + @MMK_L_arab_waw = [waw-ar waw-ar.fina wawHamzaabove-ar wawHamzaabove-ar.fina]; # 4 items + @MMK_R_arab_ain = [ain-ar ain-ar.short ghain-ar ghain-ar.short]; # 4 items + @MMK_R_arab_alefMaksura = [alefMaksura-ar yeh-ar yehHamzaabove-ar]; # 3 items + @MMK_R_arab_alefMaksura_fina = [alefMaksura-ar.fina yeh-ar.fina yehHamzaabove-ar.fina]; # 3 items + @MMK_R_arab_beh_init = [beeh-ar.init tehRing-ar.init behThreedotsupabove-ar.init e-ar.init]; # 4 items + @MMK_R_arab_dotlessbeh_init = [behDotless-ar behDotless-ar.init]; # 2 items + @MMK_R_arab_dotlessfeh_init = [fehDotless-ar fehDotless-ar.init]; # 2 items + @MMK_R_arab_hah = [jeem-ar jeem-ar.short hah-ar hah-ar.short khah-ar khah-ar.short]; # 6 items + @MMK_R_arab_hah_init = [jeem-ar.init hah-ar.init khah-ar.init]; # 3 items + @MMK_R_arab_kaf_init = [kaf-ar.init keheh-ar keheh-ar.init gaf-ar.init]; # 4 items + @MMK_R_arab_kaf_alefMaksura = [kaf_alefMaksura-ar.rlig kaf_yeh-ar.rlig kaf_yehHamzaabove-ar.rlig keheh_yeh-ar.rlig gaf_alefMaksura-ar.rlig gaf_yeh-ar.rlig gaf_yehHamzaabove-ar.rlig]; # 7 items + @MMK_R_arab_lam_alef_rlig = [lam_alef-ar.rlig lam_alefHamzaabove-ar.rlig lam_alefHamzabelow-ar.rlig lam_alefWavyhamzaabove-ar.rlig lam_alefWavyhamzabelow-ar.rlig lam_alefMadda-ar.rlig lam_alefWasla-ar.rlig]; # 7 items + @MMK_R_arab_noonghunna = [lam-ar.fina noonghunna-ar]; # 3 items + @MMK_R_arab_reh = [reh-ar reh-ar.short zain-ar zain-ar.short]; # 4 items + @MMK_R_arab_teh_init = [teh-ar.init theh-ar.init teheh-ar.init]; # 3 items + @MMK_R_arab_three = [three-ar]; # 1 items + @MMK_R_arab_yeh_init = [peh-ar.init beheh-ar.init behThreedotsupbelow-ar.init tehThreedotsupbelow-ar.init behVinvertedbelow-ar.init behVbelow-ar.init yeh-ar.init yeh-farsi.init]; # 8 items + lookup kern_DFLT { + lookupflag IgnoreMarks; + pos seven-ar eight-ar -50; + pos eight-ar seven-ar -40; + # glyph, glyph: + pos B V -20; + pos B X -20; + pos B eightsuperior -10; + pos B fivesuperior -10; + pos B foursuperior -10; + pos B ninesuperior -15; + pos B onesuperior -10; + pos B registered -15; + pos B sevensuperior -20; + pos B sixsuperior -10; + pos B slash -15; + pos B threesuperior -10; + pos B trademark -20; + pos B twosuperior -10; + pos B underscore -60; + pos B v -10; + pos B x -10; + pos B zerosuperior -15; + pos F ampersand -30; + pos F at -20; + pos F eightinferior -40; + pos F fiveinferior -30; + pos F fourinferior -65; + pos F icircumflex 30; + pos F idieresis 30; + pos F nineinferior -30; + pos F oneinferior -30; + pos F onesuperior 5; + pos F p -20; + pos F parenright 15; + pos F question 15; + pos F seveninferior -20; + pos F sixinferior -55; + pos F sixsuperior -5; + pos F slash -40; + pos F threeinferior -30; + pos F trademark 10; + pos F twoinferior -20; + pos F underscore -130; + pos F v -20; + pos F x -35; + pos F zeroinferior -45; + pos Germandbls ampersand -10; + pos Germandbls eightsuperior -20; + pos Germandbls fivesuperior -10; + pos Germandbls foursuperior -20; + pos Germandbls ninesuperior -20; + pos Germandbls onesuperior -10; + pos Germandbls ordfeminine -20; + pos Germandbls ordmasculine -20; + pos Germandbls question -10; + pos Germandbls registered -25; + pos Germandbls sevensuperior -10; + pos Germandbls sixsuperior -20; + pos Germandbls slash -10; + pos Germandbls threesuperior -10; + pos Germandbls trademark -10; + pos Germandbls twosuperior -15; + pos Germandbls underscore -60; + pos Germandbls v -10; + pos Germandbls x -15; + pos Germandbls zerosuperior -20; + pos P X -15; + pos P ampersand -30; + pos P at -10; + pos P eightinferior -55; + pos P eightsuperior 10; + pos P fiveinferior -60; + pos P fivesuperior 10; + pos P fourinferior -100; + pos P foursuperior 10; + pos P nineinferior -50; + pos P ninesuperior 10; + pos P oneinferior -50; + pos P onesuperior 10; + pos P p -10; + pos P seveninferior -20; + pos P sevensuperior 5; + pos P sixinferior -85; + pos P sixsuperior 10; + pos P slash -50; + pos P threeinferior -40; + pos P threesuperior 10; + pos P trademark 10; + pos P twoinferior -50; + pos P twosuperior 10; + pos P underscore -130; + pos P x -15; + pos P zeroinferior -50; + pos P zerosuperior 10; + pos Thorn V -23; + pos Thorn X -34; + pos Thorn at 10; + pos Thorn eightsuperior 5; + pos Thorn fourinferior -15; + pos Thorn foursuperior 10; + pos Thorn ninesuperior -15; + pos Thorn seveninferior 10; + pos Thorn sevensuperior -20; + pos Thorn sixinferior -10; + pos Thorn slash -40; + pos Thorn trademark -10; + pos Thorn twosuperior 10; + pos Thorn underscore -130; + pos Thorn v 10; + pos Thorn x -5; + pos Thorn zerosuperior 10; + pos V V 5; + pos V ampersand -30; + pos V at -30; + pos V eightinferior -70; + pos V eightsuperior 10; + pos V fiveinferior -55; + pos V fivesuperior 20; + pos V fourinferior -70; + pos V icircumflex 40; + pos V idieresis 40; + pos V igrave 10; + pos V nineinferior -60; + pos V ninesuperior 10; + pos V oneinferior -50; + pos V onesuperior 20; + pos V p -15; + pos V parenright 20; + pos V question 15; + pos V registered 10; + pos V seveninferior -40; + pos V sevensuperior 20; + pos V sixinferior -50; + pos V slash -50; + pos V threeinferior -60; + pos V threesuperior 20; + pos V trademark 40; + pos V twoinferior -50; + pos V twosuperior 20; + pos V underscore -70; + pos V v -10; + pos V x -10; + pos V zeroinferior -50; + pos V zerosuperior 20; + pos X ampersand -15; + pos X at -30; + pos X eightinferior -10; + pos X eightsuperior -10; + pos X fivesuperior 10; + pos X foursuperior -30; + pos X jcircumflex 20; + pos X nineinferior -30; + pos X onesuperior 10; + pos X question 10; + pos X seveninferior -20; + pos X sevensuperior 10; + pos X sixsuperior -20; + pos X trademark 20; + pos X twoinferior 10; + pos X underscore 20; + pos X v -10; + pos X zerosuperior -5; + pos ampersand V -25; + pos ampersand v -10; + pos at V -30; + pos at X -30; + pos at x -10; + pos eightinferior V -70; + pos eightinferior X -10; + pos eightinferior eightinferior -10; + pos eightinferior oneinferior -15; + pos eightinferior pi -15; + pos eightinferior seveninferior -15; + pos eightinferior threeinferior -5; + pos eightinferior v -30; + pos eightsuperior V 10; + pos eightsuperior X -10; + pos eightsuperior eightsuperior -10; + pos eightsuperior jcircumflex 30; + pos eightsuperior onesuperior -15; + pos eightsuperior pi 30; + pos eightsuperior sevensuperior -15; + pos eightsuperior threesuperior -5; + pos eightsuperior v 20; + pos eightsuperior x 10; + pos exclamdown V -20; + pos fiveinferior V -60; + pos fiveinferior eightinferior -5; + pos fiveinferior fiveinferior -5; + pos fiveinferior nineinferior -15; + pos fiveinferior oneinferior -10; + pos fiveinferior seveninferior -15; + pos fiveinferior v -20; + pos fivesuperior V 10; + pos fivesuperior X -5; + pos fivesuperior eightsuperior -5; + pos fivesuperior fivesuperior -5; + pos fivesuperior jcircumflex 30; + pos fivesuperior ninesuperior -15; + pos fivesuperior onesuperior -10; + pos fivesuperior pi 35; + pos fivesuperior sevensuperior -15; + pos fivesuperior v 20; + pos fivesuperior x 10; + pos fourinferior V -50; + pos fourinferior fourinferior 20; + pos fourinferior nineinferior -5; + pos fourinferior oneinferior -5; + pos fourinferior seveninferior -10; + pos fourinferior v -20; + pos foursuperior V 15; + pos foursuperior X -5; + pos foursuperior foursuperior 20; + pos foursuperior jcircumflex 30; + pos foursuperior ninesuperior -5; + pos foursuperior onesuperior -5; + pos foursuperior pi 40; + pos foursuperior sevensuperior -10; + pos foursuperior v 25; + pos foursuperior x 10; + pos germandbls V -10; + pos germandbls eightinferior 20; + pos germandbls eightsuperior -20; + pos germandbls fiveinferior 20; + pos germandbls fivesuperior -20; + pos germandbls fourinferior 30; + pos germandbls foursuperior -10; + pos germandbls nineinferior 20; + pos germandbls ninesuperior -20; + pos germandbls oneinferior 10; + pos germandbls onesuperior -20; + pos germandbls ordfeminine -10; + pos germandbls ordmasculine -10; + pos germandbls question -10; + pos germandbls questiondown 10; + pos germandbls registered -15; + pos germandbls sevensuperior -20; + pos germandbls sixinferior 20; + pos germandbls sixsuperior -20; + pos germandbls threeinferior 10; + pos germandbls threesuperior -20; + pos germandbls trademark -30; + pos germandbls twoinferior 20; + pos germandbls twosuperior -20; + pos germandbls underscore -50; + pos germandbls v -5; + pos germandbls zeroinferior 20; + pos germandbls zerosuperior -20; + pos germandbls.alt01 V -30; + pos germandbls.alt01 eightinferior 15; + pos germandbls.alt01 fiveinferior 15; + pos germandbls.alt01 fourinferior 20; + pos germandbls.alt01 foursuperior 10; + pos germandbls.alt01 ninesuperior -10; + pos germandbls.alt01 oneinferior 15; + pos germandbls.alt01 onesuperior -10; + pos germandbls.alt01 parenright 10; + pos germandbls.alt01 sevensuperior -10; + pos germandbls.alt01 sixinferior 10; + pos germandbls.alt01 slash 20; + pos germandbls.alt01 threeinferior 20; + pos germandbls.alt01 threesuperior -10; + pos germandbls.alt01 twoinferior 20; + pos germandbls.alt01 twosuperior -10; + pos germandbls.alt01 underscore 30; + pos germandbls.alt01 v -5; + pos germandbls.alt01 x 4; + pos germandbls.alt01 zeroinferior 20; + pos icircumflex V 40; + pos idieresis V 40; + pos jcircumflex eightsuperior 30; + pos jcircumflex fivesuperior 40; + pos jcircumflex foursuperior 10; + pos jcircumflex ninesuperior 40; + pos jcircumflex onesuperior 0; + pos jcircumflex sevensuperior 70; + pos jcircumflex sixsuperior 30; + pos jcircumflex zerosuperior 40; + pos lslash eightsuperior 30; + pos lslash fivesuperior 30; + pos lslash foursuperior 50; + pos lslash ninesuperior 10; + pos lslash onesuperior 30; + pos lslash sevensuperior 10; + pos lslash sixsuperior 30; + pos lslash threesuperior 40; + pos lslash twosuperior 30; + pos lslash zerosuperior 35; + pos nineinferior V -60; + pos nineinferior X -20; + pos nineinferior eightinferior -4; + pos nineinferior fourinferior -5; + pos nineinferior oneinferior -5; + pos nineinferior pi -20; + pos nineinferior seveninferior -5; + pos nineinferior sixinferior -8; + pos nineinferior v -20; + pos nineinferior x -20; + pos ninesuperior V 10; + pos ninesuperior eightsuperior -4; + pos ninesuperior foursuperior -5; + pos ninesuperior jcircumflex 40; + pos ninesuperior onesuperior -5; + pos ninesuperior pi 20; + pos ninesuperior sevensuperior -5; + pos ninesuperior sixsuperior -8; + pos ninesuperior v 15; + pos oneinferior V -70; + pos oneinferior X 10; + pos oneinferior eightinferior -5; + pos oneinferior nineinferior -25; + pos oneinferior oneinferior -30; + pos oneinferior pi -20; + pos oneinferior seveninferior -25; + pos oneinferior sixinferior -5; + pos oneinferior v -40; + pos oneinferior zeroinferior -15; + pos onesuperior X -30; + pos onesuperior eightsuperior -5; + pos onesuperior foursuperior -10; + pos onesuperior ninesuperior -25; + pos onesuperior onesuperior -20; + pos onesuperior pi 10; + pos onesuperior sevensuperior -25; + pos onesuperior sixsuperior -5; + pos onesuperior v 10; + pos onesuperior zerosuperior -15; + pos parenleft V 20; + pos parenleft X 10; + pos parenleft pi -20; + pos pi ampersand -15; + pos pi eightinferior -10; + pos pi eightsuperior 30; + pos pi fivesuperior 30; + pos pi foursuperior 30; + pos pi nineinferior -15; + pos pi ninesuperior 15; + pos pi onesuperior 20; + pos pi pi 5; + pos pi registered 30; + pos pi sixinferior -5; + pos pi sixsuperior 30; + pos pi slash -10; + pos pi threesuperior 30; + pos pi trademark 5; + pos pi twosuperior 30; + pos pi underscore -10; + pos pi zeroinferior -10; + pos pi zerosuperior 30; + pos question V 10; + pos questiondown V -60; + pos questiondown v -30; + pos registered V 10; + pos seveninferior V -40; + pos seveninferior X -30; + pos seveninferior eightinferior -15; + pos seveninferior fiveinferior -5; + pos seveninferior fourinferior -25; + pos seveninferior nineinferior -10; + pos seveninferior seveninferior 3; + pos seveninferior sixinferior -20; + pos seveninferior v -10; + pos seveninferior x -10; + pos seveninferior zeroinferior -15; + pos sevensuperior V 20; + pos sevensuperior X 10; + pos sevensuperior eightsuperior -15; + pos sevensuperior fivesuperior -5; + pos sevensuperior foursuperior -25; + pos sevensuperior jcircumflex 40; + pos sevensuperior ninesuperior -10; + pos sevensuperior p -20; + pos sevensuperior pi -10; + pos sevensuperior sevensuperior 3; + pos sevensuperior sixsuperior -20; + pos sevensuperior twosuperior -5; + pos sevensuperior x -10; + pos sevensuperior zerosuperior -15; + pos sixinferior V -50; + pos sixinferior fiveinferior -5; + pos sixinferior nineinferior -20; + pos sixinferior oneinferior -10; + pos sixinferior pi -20; + pos sixinferior seveninferior -15; + pos sixinferior threeinferior -10; + pos sixinferior v -30; + pos sixsuperior X -30; + pos sixsuperior fivesuperior -5; + pos sixsuperior jcircumflex 30; + pos sixsuperior ninesuperior -20; + pos sixsuperior onesuperior -10; + pos sixsuperior pi 30; + pos sixsuperior sevensuperior -15; + pos sixsuperior threesuperior -10; + pos sixsuperior v 20; + pos sixsuperior x 10; + pos slash V 20; + pos slash icircumflex 35; + pos slash idieresis 40; + pos slash igrave 20; + pos slash jcircumflex 50; + pos slash pi -10; + pos slash slash -120; + pos threeinferior V -50; + pos threeinferior pi -10; + pos threeinferior seveninferior -5; + pos threeinferior threeinferior -5; + pos threeinferior v -20; + pos threesuperior V 20; + pos threesuperior pi 30; + pos threesuperior sevensuperior -5; + pos threesuperior threesuperior -5; + pos threesuperior v 20; + pos trademark V 20; + pos twoinferior V -50; + pos twoinferior X 10; + pos twoinferior pi -10; + pos twoinferior v -20; + pos twoinferior x 10; + pos twosuperior V 20; + pos twosuperior pi 20; + pos twosuperior v 20; + pos underscore V -70; + pos underscore X 20; + pos underscore p 10; + pos underscore pi -40; + pos underscore thorn 10; + pos underscore v -70; + pos underscore x 20; + pos v V -10; + pos v ampersand -10; + pos v eightinferior -30; + pos v eightsuperior 20; + pos v fiveinferior -20; + pos v fivesuperior 30; + pos v fourinferior -40; + pos v foursuperior 30; + pos v nineinferior -20; + pos v oneinferior -30; + pos v onesuperior 10; + pos v registered 30; + pos v seveninferior -10; + pos v sixinferior -40; + pos v sixsuperior 20; + pos v slash -5; + pos v threeinferior -20; + pos v threesuperior 20; + pos v trademark 10; + pos v twoinferior -10; + pos v twosuperior 20; + pos v underscore -70; + pos v zeroinferior -20; + pos v zerosuperior 20; + pos x V -10; + pos x ampersand -20; + pos x at -10; + pos x eightsuperior 10; + pos x fivesuperior 10; + pos x foursuperior 20; + pos x nineinferior -10; + pos x registered 20; + pos x seveninferior -10; + pos x sixsuperior 10; + pos x threeinferior 5; + pos x trademark 10; + pos x twoinferior 10; + pos x underscore 20; + pos x zerosuperior 10; + pos zeroinferior V -50; + pos zeroinferior pi -15; + pos zeroinferior seveninferior -10; + pos zeroinferior threeinferior -5; + pos zeroinferior v -20; + pos zerosuperior V 20; + pos zerosuperior X -5; + pos zerosuperior jcircumflex 40; + pos zerosuperior pi 30; + pos zerosuperior sevensuperior -10; + pos zerosuperior threesuperior -5; + pos zerosuperior v 20; + pos zerosuperior x 10; + # glyph, glyph exceptions: + pos F AE -64; + pos F jcircumflex 30; + pos P AE -72; + pos Thorn AE -40; + pos V AE -65; + pos V jcircumflex 25; + pos jcircumflex V 25; + pos lslash lslash 10; + pos sevensuperior icircumflex 0; + pos threesuperior jcircumflex 0; + # glyph, group exceptions: + enum pos eth @MMK_R_latn_uc_t -50; + enum pos icircumflex @MMK_R_latn_uc_t 30; + enum pos icircumflex @MMK_R_latn_uc_w 40; + enum pos icircumflex @MMK_R_latn_uc_y 10; + enum pos idieresis @MMK_R_latn_uc_t 20; + enum pos idieresis @MMK_R_latn_uc_y 20; + enum pos ij @MMK_R_latn_uc_y -20; + enum pos j @MMK_R_latn_uc_y -20; + enum pos jacute @MMK_R_latn_uc_y -5; + enum pos jcircumflex @MMK_R_latn_uc_w 40; + enum pos jcircumflex @MMK_R_latn_uc_y 30; + enum pos lslash @MMK_R_inp_quoter 0; + # group, glyph exceptions: + enum pos @MMK_L_inp_quotel AE -100; + enum pos @MMK_L_inp_quoter AE -105; + enum pos @MMK_L_inp_quoter icircumflex 30; + enum pos @MMK_L_inp_quoter idieresis 30; + enum pos @MMK_L_latn_lc_f icircumflex 30; + enum pos @MMK_L_latn_lc_f idieresis 30; + enum pos @MMK_L_latn_lc_f igrave 10; + enum pos @MMK_L_latn_lc_f jcircumflex 20; + enum pos @MMK_L_latn_uc_d AE -22; + enum pos @MMK_L_latn_uc_i icircumflex 20; + enum pos @MMK_L_latn_uc_i idieresis 20; + enum pos @MMK_L_latn_uc_i jcircumflex 20; + enum pos @MMK_L_latn_uc_j AE -26; + enum pos @MMK_L_latn_uc_o AE -20; + enum pos @MMK_L_latn_uc_t AE -85; + enum pos @MMK_L_latn_uc_t icircumflex 40; + enum pos @MMK_L_latn_uc_t idieresis 40; + enum pos @MMK_L_latn_uc_t jcircumflex 40; + enum pos @MMK_L_latn_uc_u AE -23; + enum pos @MMK_L_latn_uc_w AE -35; + enum pos @MMK_L_latn_uc_w icircumflex 40; + enum pos @MMK_L_latn_uc_w jcircumflex 40; + enum pos @MMK_L_latn_uc_y AE -80; + enum pos @MMK_L_latn_uc_y icircumflex 10; + enum pos @MMK_L_latn_uc_y idieresis 20; + enum pos @MMK_L_latn_uc_y jcircumflex 35; + enum pos @MMK_L_latn_uc_z icircumflex 20; + enum pos @MMK_L_latn_uc_z idieresis 20; + enum pos @MMK_L_latn_uc_z jcircumflex 20; + # glyph, group: + pos ampersand @MMK_R_latn_lc_c 10; + pos ampersand @MMK_R_latn_lc_d 10; + pos ampersand @MMK_R_latn_lc_t -5; + pos ampersand @MMK_R_latn_lc_w -10; + pos ampersand @MMK_R_latn_lc_y -10; + pos ampersand @MMK_R_latn_uc_t -50; + pos ampersand @MMK_R_latn_uc_w -10; + pos ampersand @MMK_R_latn_uc_y -40; + pos eightinferior @MMK_R_latn_lc_c 5; + pos eightinferior @MMK_R_latn_lc_d 10; + pos eightinferior @MMK_R_latn_lc_f -20; + pos eightinferior @MMK_R_latn_lc_g -5; + pos eightinferior @MMK_R_latn_lc_t -10; + pos eightinferior @MMK_R_latn_lc_w -25; + pos eightinferior @MMK_R_latn_lc_y -25; + pos eightinferior @MMK_R_latn_lc_z 10; + pos eightinferior @MMK_R_latn_uc_j 5; + pos eightinferior @MMK_R_latn_uc_o -10; + pos eightinferior @MMK_R_latn_uc_s -5; + pos eightinferior @MMK_R_latn_uc_t -60; + pos eightinferior @MMK_R_latn_uc_u -5; + pos eightinferior @MMK_R_latn_uc_w -40; + pos eightinferior @MMK_R_latn_uc_y -80; + pos eightinferior @MMK_R_latn_uc_z 15; + pos exclamdown @MMK_R_latn_uc_t -20; + pos exclamdown @MMK_R_latn_uc_y -30; + pos fiveinferior @MMK_R_latn_lc_f -10; + pos fiveinferior @MMK_R_latn_lc_g -10; + pos fiveinferior @MMK_R_latn_lc_t -10; + pos fiveinferior @MMK_R_latn_lc_w -10; + pos fiveinferior @MMK_R_latn_lc_y -15; + pos fiveinferior @MMK_R_latn_lc_z 15; + pos fiveinferior @MMK_R_latn_uc_i -5; + pos fiveinferior @MMK_R_latn_uc_o -5; + pos fiveinferior @MMK_R_latn_uc_s -5; + pos fiveinferior @MMK_R_latn_uc_t -50; + pos fiveinferior @MMK_R_latn_uc_w -30; + pos fiveinferior @MMK_R_latn_uc_y -80; + pos fiveinferior @MMK_R_latn_uc_z 10; + pos parenleft @MMK_R_latn_lc_g 10; + pos parenleft @MMK_R_latn_lc_j 50; + pos parenleft @MMK_R_latn_lc_y 10; + pos parenleft @MMK_R_latn_uc_t 20; + pos parenleft @MMK_R_latn_uc_w 20; + pos parenleft @MMK_R_latn_uc_y 20; + subtable; + pos B @MMK_R_inp_period -15; + pos B @MMK_R_latn_lc_f -5; + pos B @MMK_R_latn_lc_g -5; + pos B @MMK_R_latn_lc_t -5; + pos B @MMK_R_latn_lc_w -5; + pos B @MMK_R_latn_lc_y -10; + pos B @MMK_R_latn_uc_a -10; + pos B @MMK_R_latn_uc_j -10; + pos B @MMK_R_latn_uc_t -25; + pos B @MMK_R_latn_uc_w -5; + pos B @MMK_R_latn_uc_y -30; + pos F @MMK_R_inp_foot 5; + pos F @MMK_R_inp_period -80; + pos F @MMK_R_inp_quotel 5; + pos F @MMK_R_inp_quoter 5; + pos F @MMK_R_latn_lc_a -40; + pos F @MMK_R_latn_lc_c -25; + pos F @MMK_R_latn_lc_d -25; + pos F @MMK_R_latn_lc_f -5; + pos F @MMK_R_latn_lc_g -40; + pos F @MMK_R_latn_lc_j -10; + pos F @MMK_R_latn_lc_n -20; + pos F @MMK_R_latn_lc_s -20; + pos F @MMK_R_latn_lc_t -5; + pos F @MMK_R_latn_lc_u -25; + pos F @MMK_R_latn_lc_w -10; + pos F @MMK_R_latn_lc_y -20; + pos F @MMK_R_latn_lc_z -10; + pos F @MMK_R_latn_uc_a -44; + pos F @MMK_R_latn_uc_j -55; + pos F @MMK_R_latn_uc_o -17; + pos Germandbls @MMK_R_inp_foot -10; + pos Germandbls @MMK_R_inp_guill 30; + pos Germandbls @MMK_R_inp_hyph 10; + pos Germandbls @MMK_R_inp_quotel -20; + pos Germandbls @MMK_R_inp_quoter -10; + pos Germandbls @MMK_R_latn_lc_w -10; + pos Germandbls @MMK_R_latn_lc_y -10; + pos P @MMK_R_inp_foot 5; + pos P @MMK_R_inp_period -100; + pos P @MMK_R_inp_quotel 20; + pos P @MMK_R_inp_quoter 20; + pos P @MMK_R_latn_lc_a -10; + pos P @MMK_R_latn_lc_c -20; + pos P @MMK_R_latn_lc_d -20; + pos P @MMK_R_latn_lc_g -35; + pos P @MMK_R_latn_lc_n -10; + pos P @MMK_R_latn_lc_s -10; + pos P @MMK_R_latn_lc_w 5; + pos P @MMK_R_latn_uc_a -45; + pos P @MMK_R_latn_uc_j -40; + pos P @MMK_R_latn_uc_w 5; + pos P @MMK_R_latn_uc_z -25; + pos Thorn @MMK_R_inp_guill 30; + pos Thorn @MMK_R_inp_guilr 5; + pos Thorn @MMK_R_inp_hyph 30; + pos Thorn @MMK_R_inp_period -40; + pos Thorn @MMK_R_latn_lc_c 15; + pos Thorn @MMK_R_latn_lc_d 15; + pos Thorn @MMK_R_latn_lc_s 10; + pos Thorn @MMK_R_latn_lc_w 10; + pos Thorn @MMK_R_latn_lc_y 10; + pos Thorn @MMK_R_latn_uc_a -20; + pos Thorn @MMK_R_latn_uc_j -35; + pos Thorn @MMK_R_latn_uc_w -3; + pos Thorn @MMK_R_latn_uc_y -27; + pos V @MMK_R_inp_colon -20; + pos V @MMK_R_inp_foot 10; + pos V @MMK_R_inp_guill -10; + pos V @MMK_R_inp_guilr -10; + pos V @MMK_R_inp_hyph -25; + pos V @MMK_R_inp_period -60; + pos V @MMK_R_inp_quotel 20; + pos V @MMK_R_inp_quoter 25; + pos V @MMK_R_latn_lc_a -30; + pos V @MMK_R_latn_lc_c -30; + pos V @MMK_R_latn_lc_d -30; + pos V @MMK_R_latn_lc_g -40; + pos V @MMK_R_latn_lc_n -15; + pos V @MMK_R_latn_lc_s -20; + pos V @MMK_R_latn_lc_u -20; + pos V @MMK_R_latn_lc_w -10; + pos V @MMK_R_latn_lc_y -10; + pos V @MMK_R_latn_lc_z -10; + pos V @MMK_R_latn_uc_a -41; + pos V @MMK_R_latn_uc_j -25; + pos V @MMK_R_latn_uc_o -12; + pos V @MMK_R_latn_uc_s -10; + pos V @MMK_R_latn_uc_t 5; + pos V @MMK_R_latn_uc_w 5; + pos V @MMK_R_latn_uc_y 5; + pos X @MMK_R_inp_colon -10; + pos X @MMK_R_inp_guill -20; + pos X @MMK_R_inp_hyph -40; + pos X @MMK_R_inp_period 10; + pos X @MMK_R_inp_quotel -5; + pos X @MMK_R_inp_quoter 5; + pos X @MMK_R_latn_lc_a -10; + pos X @MMK_R_latn_lc_c -15; + pos X @MMK_R_latn_lc_d -15; + pos X @MMK_R_latn_lc_s -5; + pos X @MMK_R_latn_lc_t -10; + pos X @MMK_R_latn_lc_u -10; + pos X @MMK_R_latn_lc_w -20; + pos X @MMK_R_latn_lc_y -10; + pos X @MMK_R_latn_lc_z 10; + pos X @MMK_R_latn_uc_a 5; + pos X @MMK_R_latn_uc_j -10; + pos X @MMK_R_latn_uc_o -15; + pos at @MMK_R_grek_uc_Alpha -10; + pos at @MMK_R_latn_lc_y -10; + pos at @MMK_R_latn_lc_z -10; + pos at @MMK_R_latn_uc_a -10; + pos at @MMK_R_latn_uc_i -15; + pos at @MMK_R_latn_uc_j -20; + pos at @MMK_R_latn_uc_s -10; + pos at @MMK_R_latn_uc_t -40; + pos at @MMK_R_latn_uc_w -20; + pos at @MMK_R_latn_uc_y -50; + pos at @MMK_R_latn_uc_z -15; + pos eightsuperior @MMK_R_grek_uc_Alpha -50; + pos eightsuperior @MMK_R_inp_period -50; + pos eightsuperior @MMK_R_latn_lc_f 10; + pos eightsuperior @MMK_R_latn_lc_g -5; + pos eightsuperior @MMK_R_latn_lc_i 20; + pos eightsuperior @MMK_R_latn_lc_t 20; + pos eightsuperior @MMK_R_latn_lc_w 25; + pos eightsuperior @MMK_R_latn_lc_y 20; + pos eightsuperior @MMK_R_latn_lc_z 20; + pos eightsuperior @MMK_R_latn_uc_a -50; + pos eightsuperior @MMK_R_latn_uc_i -10; + pos eightsuperior @MMK_R_latn_uc_j -50; + pos eightsuperior @MMK_R_latn_uc_t 10; + pos eightsuperior @MMK_R_latn_uc_w 10; + pos eightsuperior @MMK_R_latn_uc_z -10; + pos fivesuperior @MMK_R_grek_uc_Alpha -50; + pos fivesuperior @MMK_R_inp_fraction 5; + pos fivesuperior @MMK_R_inp_period -50; + pos fivesuperior @MMK_R_latn_lc_f 20; + pos fivesuperior @MMK_R_latn_lc_i 20; + pos fivesuperior @MMK_R_latn_lc_t 20; + pos fivesuperior @MMK_R_latn_lc_w 20; + pos fivesuperior @MMK_R_latn_lc_y 30; + pos fivesuperior @MMK_R_latn_lc_z 20; + pos fivesuperior @MMK_R_latn_uc_a -50; + pos fivesuperior @MMK_R_latn_uc_i -10; + pos fivesuperior @MMK_R_latn_uc_j -45; + pos fivesuperior @MMK_R_latn_uc_o -5; + pos fivesuperior @MMK_R_latn_uc_t 5; + pos fivesuperior @MMK_R_latn_uc_w 15; + pos fourinferior @MMK_R_grek_uc_Alpha 10; + pos fourinferior @MMK_R_latn_lc_a 10; + pos fourinferior @MMK_R_latn_lc_c 10; + pos fourinferior @MMK_R_latn_lc_f -10; + pos fourinferior @MMK_R_latn_lc_g -5; + pos fourinferior @MMK_R_latn_lc_s 5; + pos fourinferior @MMK_R_latn_lc_t -10; + pos fourinferior @MMK_R_latn_lc_w -15; + pos fourinferior @MMK_R_latn_lc_y -15; + pos fourinferior @MMK_R_latn_lc_z 30; + pos fourinferior @MMK_R_latn_uc_a 10; + pos fourinferior @MMK_R_latn_uc_j 10; + pos fourinferior @MMK_R_latn_uc_t -45; + pos fourinferior @MMK_R_latn_uc_w -20; + pos fourinferior @MMK_R_latn_uc_y -70; + pos fourinferior @MMK_R_latn_uc_z 30; + pos foursuperior @MMK_R_grek_uc_Alpha -40; + pos foursuperior @MMK_R_inp_fraction 10; + pos foursuperior @MMK_R_inp_period -60; + pos foursuperior @MMK_R_latn_lc_a 5; + pos foursuperior @MMK_R_latn_lc_f 20; + pos foursuperior @MMK_R_latn_lc_i 20; + pos foursuperior @MMK_R_latn_lc_t 20; + pos foursuperior @MMK_R_latn_lc_w 30; + pos foursuperior @MMK_R_latn_lc_y 30; + pos foursuperior @MMK_R_latn_lc_z 20; + pos foursuperior @MMK_R_latn_uc_a -40; + pos foursuperior @MMK_R_latn_uc_i -5; + pos foursuperior @MMK_R_latn_uc_j -35; + pos foursuperior @MMK_R_latn_uc_t 10; + pos foursuperior @MMK_R_latn_uc_w 20; + pos foursuperior @MMK_R_latn_uc_z -10; + pos germandbls @MMK_R_inp_guill 30; + pos germandbls @MMK_R_inp_hyph -10; + pos germandbls @MMK_R_inp_period 20; + pos germandbls @MMK_R_inp_quotel -20; + pos germandbls @MMK_R_inp_quoter -20; + pos germandbls @MMK_R_latn_lc_a 10; + pos germandbls @MMK_R_latn_lc_w -5; + pos germandbls @MMK_R_latn_lc_y -5; + pos germandbls @MMK_R_latn_uc_a 10; + pos germandbls @MMK_R_latn_uc_j 10; + pos germandbls @MMK_R_latn_uc_t -20; + pos germandbls @MMK_R_latn_uc_w -10; + pos germandbls @MMK_R_latn_uc_y -20; + pos germandbls.alt01 @MMK_R_inp_hyph -20; + pos germandbls.alt01 @MMK_R_inp_period 10; + pos germandbls.alt01 @MMK_R_inp_quotel 10; + pos germandbls.alt01 @MMK_R_inp_quoter 20; + pos germandbls.alt01 @MMK_R_latn_lc_f -8; + pos germandbls.alt01 @MMK_R_latn_lc_j 5; + pos germandbls.alt01 @MMK_R_latn_lc_t -6; + pos germandbls.alt01 @MMK_R_latn_lc_w -10; + pos germandbls.alt01 @MMK_R_latn_lc_y -5; + pos germandbls.alt01 @MMK_R_latn_lc_z 3; + pos germandbls.alt01 @MMK_R_latn_uc_t -40; + pos germandbls.alt01 @MMK_R_latn_uc_w -10; + pos germandbls.alt01 @MMK_R_latn_uc_y -50; + pos nineinferior @MMK_R_grek_uc_Alpha -5; + pos nineinferior @MMK_R_latn_lc_c 10; + pos nineinferior @MMK_R_latn_lc_d 10; + pos nineinferior @MMK_R_latn_lc_f -10; + pos nineinferior @MMK_R_latn_lc_g -5; + pos nineinferior @MMK_R_latn_lc_s -5; + pos nineinferior @MMK_R_latn_lc_t -20; + pos nineinferior @MMK_R_latn_lc_w -20; + pos nineinferior @MMK_R_latn_lc_y -20; + pos nineinferior @MMK_R_latn_uc_a -5; + pos nineinferior @MMK_R_latn_uc_i -15; + pos nineinferior @MMK_R_latn_uc_j 5; + pos nineinferior @MMK_R_latn_uc_s -10; + pos nineinferior @MMK_R_latn_uc_t -60; + pos nineinferior @MMK_R_latn_uc_u -5; + pos nineinferior @MMK_R_latn_uc_w -35; + pos nineinferior @MMK_R_latn_uc_y -80; + pos nineinferior @MMK_R_latn_uc_z 10; + pos ninesuperior @MMK_R_grek_lc_kappa -20; + pos ninesuperior @MMK_R_grek_uc_Alpha -60; + pos ninesuperior @MMK_R_inp_fraction -10; + pos ninesuperior @MMK_R_inp_period -60; + pos ninesuperior @MMK_R_latn_lc_a -5; + pos ninesuperior @MMK_R_latn_lc_c -10; + pos ninesuperior @MMK_R_latn_lc_d -10; + pos ninesuperior @MMK_R_latn_lc_f 10; + pos ninesuperior @MMK_R_latn_lc_g -20; + pos ninesuperior @MMK_R_latn_lc_i 25; + pos ninesuperior @MMK_R_latn_lc_n -10; + pos ninesuperior @MMK_R_latn_lc_s -15; + pos ninesuperior @MMK_R_latn_lc_t 25; + pos ninesuperior @MMK_R_latn_lc_u -5; + pos ninesuperior @MMK_R_latn_lc_w 20; + pos ninesuperior @MMK_R_latn_lc_y 15; + pos ninesuperior @MMK_R_latn_lc_z 10; + pos ninesuperior @MMK_R_latn_uc_a -60; + pos ninesuperior @MMK_R_latn_uc_i -5; + pos ninesuperior @MMK_R_latn_uc_j -45; + pos ninesuperior @MMK_R_latn_uc_o -5; + pos ninesuperior @MMK_R_latn_uc_t 20; + pos ninesuperior @MMK_R_latn_uc_w 20; + pos ninesuperior @MMK_R_latn_uc_z -10; + pos oneinferior @MMK_R_grek_uc_Alpha 15; + pos oneinferior @MMK_R_latn_lc_f -20; + pos oneinferior @MMK_R_latn_lc_t -20; + pos oneinferior @MMK_R_latn_lc_w -30; + pos oneinferior @MMK_R_latn_lc_y -30; + pos oneinferior @MMK_R_latn_lc_z 20; + pos oneinferior @MMK_R_latn_uc_a 15; + pos oneinferior @MMK_R_latn_uc_o -10; + pos oneinferior @MMK_R_latn_uc_t -60; + pos oneinferior @MMK_R_latn_uc_u -20; + pos oneinferior @MMK_R_latn_uc_w -40; + pos oneinferior @MMK_R_latn_uc_y -100; + pos oneinferior @MMK_R_latn_uc_z 25; + pos onesuperior @MMK_R_grek_uc_Alpha -40; + pos onesuperior @MMK_R_inp_fraction 15; + pos onesuperior @MMK_R_inp_period -50; + pos onesuperior @MMK_R_latn_lc_c 10; + pos onesuperior @MMK_R_latn_lc_d 10; + pos onesuperior @MMK_R_latn_lc_f 5; + pos onesuperior @MMK_R_latn_lc_t 10; + pos onesuperior @MMK_R_latn_lc_w 10; + pos onesuperior @MMK_R_latn_uc_a -40; + pos onesuperior @MMK_R_latn_uc_i -20; + pos onesuperior @MMK_R_latn_uc_j -60; + pos onesuperior @MMK_R_latn_uc_o -5; + pos onesuperior @MMK_R_latn_uc_t -10; + pos onesuperior @MMK_R_latn_uc_w 5; + pos onesuperior @MMK_R_latn_uc_y -30; + pos onesuperior @MMK_R_latn_uc_z -20; + pos percent @MMK_R_inp_foot -60; + pos percent @MMK_R_inp_quotel -60; + pos percent @MMK_R_inp_quoter -60; + pos perthousand @MMK_R_inp_foot -60; + pos perthousand @MMK_R_inp_quotel -60; + pos perthousand @MMK_R_inp_quoter -60; + pos pi @MMK_R_inp_foot 20; + pos pi @MMK_R_inp_hyph -15; + pos pi @MMK_R_inp_period -10; + pos pi @MMK_R_inp_quoter 15; + pos question @MMK_R_grek_uc_Alpha -20; + pos question @MMK_R_inp_period -115; + pos question @MMK_R_inp_quotel 30; + pos question @MMK_R_inp_quoter 30; + pos question @MMK_R_latn_uc_a -20; + pos question @MMK_R_latn_uc_w 15; + pos questiondown @MMK_R_grek_uc_Alpha 5; + pos questiondown @MMK_R_latn_lc_a -10; + pos questiondown @MMK_R_latn_lc_c -10; + pos questiondown @MMK_R_latn_lc_d -10; + pos questiondown @MMK_R_latn_lc_j 20; + pos questiondown @MMK_R_latn_lc_l -10; + pos questiondown @MMK_R_latn_lc_t -10; + pos questiondown @MMK_R_latn_lc_u -10; + pos questiondown @MMK_R_latn_lc_w -20; + pos questiondown @MMK_R_latn_lc_y -20; + pos questiondown @MMK_R_latn_lc_z 10; + pos questiondown @MMK_R_latn_uc_j -30; + pos questiondown @MMK_R_latn_uc_o -30; + pos questiondown @MMK_R_latn_uc_t -90; + pos questiondown @MMK_R_latn_uc_u -30; + pos questiondown @MMK_R_latn_uc_w -20; + pos questiondown @MMK_R_latn_uc_y -65; + pos registered @MMK_R_grek_uc_Alpha -60; + pos registered @MMK_R_latn_uc_a -60; + pos registered @MMK_R_latn_uc_w 15; + pos registered @MMK_R_latn_uc_y 5; + pos registered @MMK_R_latn_uc_z -5; + pos seveninferior @MMK_R_inp_period -30; + pos seveninferior @MMK_R_latn_lc_c 5; + pos seveninferior @MMK_R_latn_lc_d 5; + pos seveninferior @MMK_R_latn_lc_f -10; + pos seveninferior @MMK_R_latn_lc_g -15; + pos seveninferior @MMK_R_latn_lc_t -5; + pos seveninferior @MMK_R_latn_lc_w -10; + pos seveninferior @MMK_R_latn_lc_y -5; + pos seveninferior @MMK_R_latn_uc_i -20; + pos seveninferior @MMK_R_latn_uc_j -20; + pos seveninferior @MMK_R_latn_uc_o 5; + pos seveninferior @MMK_R_latn_uc_s -10; + pos seveninferior @MMK_R_latn_uc_t -50; + pos seveninferior @MMK_R_latn_uc_u -5; + pos seveninferior @MMK_R_latn_uc_w -25; + pos seveninferior @MMK_R_latn_uc_y -60; + pos seveninferior @MMK_R_latn_uc_z 5; + pos sevensuperior @MMK_R_grek_lc_kappa -40; + pos sevensuperior @MMK_R_grek_uc_Alpha -80; + pos sevensuperior @MMK_R_inp_fraction -15; + pos sevensuperior @MMK_R_inp_period -70; + pos sevensuperior @MMK_R_latn_lc_a -20; + pos sevensuperior @MMK_R_latn_lc_c -50; + pos sevensuperior @MMK_R_latn_lc_d -30; + pos sevensuperior @MMK_R_latn_lc_f -10; + pos sevensuperior @MMK_R_latn_lc_g -35; + pos sevensuperior @MMK_R_latn_lc_i 20; + pos sevensuperior @MMK_R_latn_lc_n -20; + pos sevensuperior @MMK_R_latn_lc_s -30; + pos sevensuperior @MMK_R_latn_lc_t -5; + pos sevensuperior @MMK_R_latn_lc_u -20; + pos sevensuperior @MMK_R_latn_lc_w 5; + pos sevensuperior @MMK_R_latn_lc_z -10; + pos sevensuperior @MMK_R_latn_uc_a -80; + pos sevensuperior @MMK_R_latn_uc_i 5; + pos sevensuperior @MMK_R_latn_uc_j -35; + pos sevensuperior @MMK_R_latn_uc_s -10; + pos sevensuperior @MMK_R_latn_uc_t 30; + pos sevensuperior @MMK_R_latn_uc_w 30; + pos sevensuperior @MMK_R_latn_uc_y 20; + pos sevensuperior @MMK_R_latn_uc_z 5; + pos sixinferior @MMK_R_grek_uc_Alpha 5; + pos sixinferior @MMK_R_latn_lc_f -20; + pos sixinferior @MMK_R_latn_lc_g -15; + pos sixinferior @MMK_R_latn_lc_t -25; + pos sixinferior @MMK_R_latn_lc_w -30; + pos sixinferior @MMK_R_latn_lc_y -25; + pos sixinferior @MMK_R_latn_lc_z 10; + pos sixinferior @MMK_R_latn_uc_a 5; + pos sixinferior @MMK_R_latn_uc_i -5; + pos sixinferior @MMK_R_latn_uc_o -7; + pos sixinferior @MMK_R_latn_uc_s -5; + pos sixinferior @MMK_R_latn_uc_t -60; + pos sixinferior @MMK_R_latn_uc_u -10; + pos sixinferior @MMK_R_latn_uc_w -40; + pos sixinferior @MMK_R_latn_uc_y -70; + pos sixinferior @MMK_R_latn_uc_z 15; + pos sixsuperior @MMK_R_grek_uc_Alpha -50; + pos sixsuperior @MMK_R_inp_fraction 5; + pos sixsuperior @MMK_R_inp_period -50; + pos sixsuperior @MMK_R_latn_lc_c -5; + pos sixsuperior @MMK_R_latn_lc_f 20; + pos sixsuperior @MMK_R_latn_lc_g -5; + pos sixsuperior @MMK_R_latn_lc_i 20; + pos sixsuperior @MMK_R_latn_lc_t 10; + pos sixsuperior @MMK_R_latn_lc_w 20; + pos sixsuperior @MMK_R_latn_lc_y 30; + pos sixsuperior @MMK_R_latn_lc_z 20; + pos sixsuperior @MMK_R_latn_uc_a -50; + pos sixsuperior @MMK_R_latn_uc_i -20; + pos sixsuperior @MMK_R_latn_uc_j -45; + pos sixsuperior @MMK_R_latn_uc_t -10; + pos sixsuperior @MMK_R_latn_uc_w 5; + pos sixsuperior @MMK_R_latn_uc_y -15; + pos sixsuperior @MMK_R_latn_uc_z -20; + pos slash @MMK_R_grek_uc_Alpha -45; + pos slash @MMK_R_latn_lc_a -10; + pos slash @MMK_R_latn_lc_c -15; + pos slash @MMK_R_latn_lc_d -16; + pos slash @MMK_R_latn_lc_g -30; + pos slash @MMK_R_latn_uc_a -45; + pos slash @MMK_R_latn_uc_o -15; + pos slash @MMK_R_latn_uc_s -15; + pos slash @MMK_R_latn_uc_t 30; + pos slash @MMK_R_latn_uc_w 20; + pos slash @MMK_R_latn_uc_y 20; + pos threeinferior @MMK_R_grek_uc_Alpha 10; + pos threeinferior @MMK_R_latn_lc_c 5; + pos threeinferior @MMK_R_latn_lc_d 5; + pos threeinferior @MMK_R_latn_lc_f -10; + pos threeinferior @MMK_R_latn_lc_g -5; + pos threeinferior @MMK_R_latn_lc_t -10; + pos threeinferior @MMK_R_latn_lc_w -10; + pos threeinferior @MMK_R_latn_lc_y -20; + pos threeinferior @MMK_R_latn_lc_z 10; + pos threeinferior @MMK_R_latn_uc_a 10; + pos threeinferior @MMK_R_latn_uc_s -5; + pos threeinferior @MMK_R_latn_uc_t -60; + pos threeinferior @MMK_R_latn_uc_w -45; + pos threeinferior @MMK_R_latn_uc_y -80; + pos threeinferior @MMK_R_latn_uc_z 20; + pos threesuperior @MMK_R_grek_uc_Alpha -50; + pos threesuperior @MMK_R_inp_fraction 5; + pos threesuperior @MMK_R_inp_period -50; + pos threesuperior @MMK_R_latn_lc_f 10; + pos threesuperior @MMK_R_latn_lc_g -10; + pos threesuperior @MMK_R_latn_lc_i 15; + pos threesuperior @MMK_R_latn_lc_j 20; + pos threesuperior @MMK_R_latn_lc_t 10; + pos threesuperior @MMK_R_latn_lc_w 20; + pos threesuperior @MMK_R_latn_lc_y 20; + pos threesuperior @MMK_R_latn_lc_z 10; + pos threesuperior @MMK_R_latn_uc_a -50; + pos threesuperior @MMK_R_latn_uc_j -40; + pos threesuperior @MMK_R_latn_uc_o -5; + pos threesuperior @MMK_R_latn_uc_t 10; + pos threesuperior @MMK_R_latn_uc_w 20; + pos trademark @MMK_R_grek_uc_Alpha -75; + pos trademark @MMK_R_latn_uc_a -75; + pos twoinferior @MMK_R_grek_uc_Alpha 20; + pos twoinferior @MMK_R_inp_period 10; + pos twoinferior @MMK_R_latn_lc_c 5; + pos twoinferior @MMK_R_latn_lc_d 5; + pos twoinferior @MMK_R_latn_lc_f -10; + pos twoinferior @MMK_R_latn_lc_t -10; + pos twoinferior @MMK_R_latn_lc_w -20; + pos twoinferior @MMK_R_latn_lc_y -20; + pos twoinferior @MMK_R_latn_lc_z 20; + pos twoinferior @MMK_R_latn_uc_a 20; + pos twoinferior @MMK_R_latn_uc_i 10; + pos twoinferior @MMK_R_latn_uc_o -5; + pos twoinferior @MMK_R_latn_uc_t -50; + pos twoinferior @MMK_R_latn_uc_w -35; + pos twoinferior @MMK_R_latn_uc_y -80; + pos twoinferior @MMK_R_latn_uc_z 20; + pos twosuperior @MMK_R_grek_uc_Alpha -30; + pos twosuperior @MMK_R_inp_fraction 15; + pos twosuperior @MMK_R_inp_period -50; + pos twosuperior @MMK_R_latn_lc_f 10; + pos twosuperior @MMK_R_latn_lc_i 25; + pos twosuperior @MMK_R_latn_lc_t 10; + pos twosuperior @MMK_R_latn_lc_w 25; + pos twosuperior @MMK_R_latn_lc_y 20; + pos twosuperior @MMK_R_latn_lc_z 10; + pos twosuperior @MMK_R_latn_uc_a -30; + pos twosuperior @MMK_R_latn_uc_j -40; + pos twosuperior @MMK_R_latn_uc_t 10; + pos twosuperior @MMK_R_latn_uc_w 20; + pos underscore @MMK_R_grek_uc_Alpha 15; + pos underscore @MMK_R_latn_lc_a -30; + pos underscore @MMK_R_latn_lc_c -60; + pos underscore @MMK_R_latn_lc_d -60; + pos underscore @MMK_R_latn_lc_f -25; + pos underscore @MMK_R_latn_lc_g 20; + pos underscore @MMK_R_latn_lc_j 50; + pos underscore @MMK_R_latn_lc_l -5; + pos underscore @MMK_R_latn_lc_s -35; + pos underscore @MMK_R_latn_lc_t -25; + pos underscore @MMK_R_latn_lc_u -35; + pos underscore @MMK_R_latn_lc_w -40; + pos underscore @MMK_R_latn_lc_y -15; + pos underscore @MMK_R_latn_lc_z 10; + pos underscore @MMK_R_latn_uc_a 15; + pos underscore @MMK_R_latn_uc_i 10; + pos underscore @MMK_R_latn_uc_j -40; + pos underscore @MMK_R_latn_uc_o -80; + pos underscore @MMK_R_latn_uc_s -40; + pos underscore @MMK_R_latn_uc_t -80; + pos underscore @MMK_R_latn_uc_u -50; + pos underscore @MMK_R_latn_uc_w -50; + pos underscore @MMK_R_latn_uc_y -60; + pos underscore @MMK_R_latn_uc_z 25; + pos v @MMK_R_inp_foot 20; + pos v @MMK_R_inp_hyph -10; + pos v @MMK_R_inp_period -45; + pos v @MMK_R_inp_quotel 35; + pos v @MMK_R_inp_quoter 40; + pos v @MMK_R_latn_lc_a -9; + pos v @MMK_R_latn_lc_c -8; + pos v @MMK_R_latn_lc_d -8; + pos v @MMK_R_latn_lc_g -12; + pos v @MMK_R_latn_lc_t 3; + pos v @MMK_R_latn_uc_a -20; + pos v @MMK_R_latn_uc_t -35; + pos v @MMK_R_latn_uc_y -25; + pos x @MMK_R_inp_foot 10; + pos x @MMK_R_inp_guill -10; + pos x @MMK_R_inp_hyph -35; + pos x @MMK_R_inp_quotel 5; + pos x @MMK_R_inp_quoter 20; + pos x @MMK_R_latn_lc_c -12; + pos x @MMK_R_latn_lc_d -12; + pos x @MMK_R_latn_lc_s -4; + pos x @MMK_R_latn_uc_t -50; + pos x @MMK_R_latn_uc_w -10; + pos x @MMK_R_latn_uc_y -20; + pos zeroinferior @MMK_R_grek_uc_Alpha 20; + pos zeroinferior @MMK_R_latn_lc_c 10; + pos zeroinferior @MMK_R_latn_lc_d 10; + pos zeroinferior @MMK_R_latn_lc_f -10; + pos zeroinferior @MMK_R_latn_lc_t -10; + pos zeroinferior @MMK_R_latn_lc_w -20; + pos zeroinferior @MMK_R_latn_lc_y -25; + pos zeroinferior @MMK_R_latn_lc_z 10; + pos zeroinferior @MMK_R_latn_uc_a 20; + pos zeroinferior @MMK_R_latn_uc_i -5; + pos zeroinferior @MMK_R_latn_uc_t -60; + pos zeroinferior @MMK_R_latn_uc_w -40; + pos zeroinferior @MMK_R_latn_uc_y -80; + pos zeroinferior @MMK_R_latn_uc_z 10; + pos zerosuperior @MMK_R_grek_uc_Alpha -50; + pos zerosuperior @MMK_R_inp_period -50; + pos zerosuperior @MMK_R_latn_lc_c -5; + pos zerosuperior @MMK_R_latn_lc_d -20; + pos zerosuperior @MMK_R_latn_lc_f 10; + pos zerosuperior @MMK_R_latn_lc_g -5; + pos zerosuperior @MMK_R_latn_lc_i 20; + pos zerosuperior @MMK_R_latn_lc_t 10; + pos zerosuperior @MMK_R_latn_lc_w 20; + pos zerosuperior @MMK_R_latn_lc_y 20; + pos zerosuperior @MMK_R_latn_lc_z 20; + pos zerosuperior @MMK_R_latn_uc_a -50; + pos zerosuperior @MMK_R_latn_uc_i -5; + pos zerosuperior @MMK_R_latn_uc_j -50; + pos zerosuperior @MMK_R_latn_uc_t 10; + pos zerosuperior @MMK_R_latn_uc_w 25; + # group, glyph and group, group: + subtable; + pos @MMK_L_latn_lc_a @MMK_R_inp_foot -15; + pos @MMK_L_latn_lc_a @MMK_R_inp_hyph -5; + pos @MMK_L_latn_lc_a @MMK_R_inp_period 10; + pos @MMK_L_latn_lc_a @MMK_R_inp_quotel -20; + pos @MMK_L_latn_lc_a @MMK_R_latn_lc_w -3; + pos @MMK_L_latn_lc_a @MMK_R_latn_lc_y -5; + pos @MMK_L_latn_lc_a @MMK_R_latn_uc_a 8; + pos @MMK_L_latn_lc_a @MMK_R_latn_uc_t -70; + pos @MMK_L_latn_lc_a @MMK_R_latn_uc_y -50; + pos @MMK_L_latn_lc_a @MMK_R_latn_uc_z 6; + pos @MMK_L_latn_lc_a V -30; + pos @MMK_L_latn_lc_a eightinferior 10; + pos @MMK_L_latn_lc_a fiveinferior 15; + pos @MMK_L_latn_lc_a fourinferior 20; + pos @MMK_L_latn_lc_a ninesuperior -20; + pos @MMK_L_latn_lc_a oneinferior 5; + pos @MMK_L_latn_lc_a onesuperior -10; + pos @MMK_L_latn_lc_a sevensuperior -20; + pos @MMK_L_latn_lc_a sixinferior 15; + pos @MMK_L_latn_lc_a sixsuperior -5; + pos @MMK_L_latn_lc_a slash 20; + pos @MMK_L_latn_lc_a threeinferior 15; + pos @MMK_L_latn_lc_a trademark -10; + pos @MMK_L_latn_lc_a twoinferior 20; + pos @MMK_L_latn_lc_a twosuperior -10; + pos @MMK_L_latn_lc_a underscore 10; + pos @MMK_L_latn_lc_a v -8; + pos @MMK_L_latn_lc_a zeroinferior 10; + pos @MMK_L_latn_lc_b @MMK_R_inp_foot -20; + pos @MMK_L_latn_lc_b @MMK_R_inp_guill 15; + pos @MMK_L_latn_lc_b @MMK_R_inp_hyph 10; + pos @MMK_L_latn_lc_b @MMK_R_inp_period -20; + pos @MMK_L_latn_lc_b @MMK_R_inp_quotel -30; + pos @MMK_L_latn_lc_b @MMK_R_inp_quoter -25; + pos @MMK_L_latn_lc_b @MMK_R_latn_lc_f -6; + pos @MMK_L_latn_lc_b @MMK_R_latn_lc_t -6; + pos @MMK_L_latn_lc_b @MMK_R_latn_lc_w -5; + pos @MMK_L_latn_lc_b @MMK_R_latn_lc_y -5; + pos @MMK_L_latn_lc_b @MMK_R_latn_lc_z -5; + pos @MMK_L_latn_lc_b @MMK_R_latn_uc_i -5; + pos @MMK_L_latn_lc_b @MMK_R_latn_uc_t -70; + pos @MMK_L_latn_lc_b @MMK_R_latn_uc_w -15; + pos @MMK_L_latn_lc_b @MMK_R_latn_uc_y -40; + pos @MMK_L_latn_lc_b V -30; + pos @MMK_L_latn_lc_b X -15; + pos @MMK_L_latn_lc_b eightinferior 5; + pos @MMK_L_latn_lc_b fiveinferior 5; + pos @MMK_L_latn_lc_b fourinferior 5; + pos @MMK_L_latn_lc_b foursuperior 5; + pos @MMK_L_latn_lc_b nineinferior 10; + pos @MMK_L_latn_lc_b ninesuperior -25; + pos @MMK_L_latn_lc_b registered -5; + pos @MMK_L_latn_lc_b sevensuperior -20; + pos @MMK_L_latn_lc_b sixinferior 5; + pos @MMK_L_latn_lc_b trademark -15; + pos @MMK_L_latn_lc_b underscore -60; + pos @MMK_L_latn_lc_b v -8; + pos @MMK_L_latn_lc_b x -12; + pos @MMK_L_latn_lc_b zeroinferior 10; + pos @MMK_L_latn_lc_b zerosuperior -20; + pos @MMK_L_latn_lc_c @MMK_R_inp_guill 5; + pos @MMK_L_latn_lc_c @MMK_R_inp_quotel 5; + pos @MMK_L_latn_lc_c @MMK_R_inp_quoter 10; + pos @MMK_L_latn_lc_c @MMK_R_latn_lc_c -6; + pos @MMK_L_latn_lc_c @MMK_R_latn_lc_d -6; + pos @MMK_L_latn_lc_c @MMK_R_latn_lc_g -4; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_a 8; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_j 5; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_s 3; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_t -46; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_w -5; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_y -32; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_z 6; + pos @MMK_L_latn_lc_c V -27; + pos @MMK_L_latn_lc_c ampersand -5; + pos @MMK_L_latn_lc_c eightsuperior 15; + pos @MMK_L_latn_lc_c fiveinferior 10; + pos @MMK_L_latn_lc_c fivesuperior 15; + pos @MMK_L_latn_lc_c fourinferior 10; + pos @MMK_L_latn_lc_c foursuperior 25; + pos @MMK_L_latn_lc_c ninesuperior -5; + pos @MMK_L_latn_lc_c oneinferior 10; + pos @MMK_L_latn_lc_c seveninferior 5; + pos @MMK_L_latn_lc_c sixinferior 5; + pos @MMK_L_latn_lc_c sixsuperior 15; + pos @MMK_L_latn_lc_c slash 10; + pos @MMK_L_latn_lc_c threeinferior 10; + pos @MMK_L_latn_lc_c threesuperior 15; + pos @MMK_L_latn_lc_c twoinferior 10; + pos @MMK_L_latn_lc_c twosuperior 15; + pos @MMK_L_latn_lc_c underscore -10; + pos @MMK_L_latn_lc_c zeroinferior 15; + pos @MMK_L_latn_lc_c zerosuperior 15; + pos @MMK_L_latn_lc_e @MMK_R_inp_foot -20; + pos @MMK_L_latn_lc_e @MMK_R_inp_guill 15; + pos @MMK_L_latn_lc_e @MMK_R_inp_hyph 10; + pos @MMK_L_latn_lc_e @MMK_R_inp_period -20; + pos @MMK_L_latn_lc_e @MMK_R_inp_quotel -30; + pos @MMK_L_latn_lc_e @MMK_R_inp_quoter -25; + pos @MMK_L_latn_lc_e @MMK_R_latn_lc_w -5; + pos @MMK_L_latn_lc_e @MMK_R_latn_lc_y -5; + pos @MMK_L_latn_lc_e @MMK_R_latn_lc_z -5; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_i -5; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_s -10; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_t -70; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_w -15; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_y -40; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_z -5; + pos @MMK_L_latn_lc_e V -30; + pos @MMK_L_latn_lc_e X -15; + pos @MMK_L_latn_lc_e eightinferior 10; + pos @MMK_L_latn_lc_e fiveinferior 5; + pos @MMK_L_latn_lc_e fourinferior 5; + pos @MMK_L_latn_lc_e foursuperior 5; + pos @MMK_L_latn_lc_e nineinferior 5; + pos @MMK_L_latn_lc_e ninesuperior -25; + pos @MMK_L_latn_lc_e oneinferior 5; + pos @MMK_L_latn_lc_e registered -5; + pos @MMK_L_latn_lc_e sevensuperior -20; + pos @MMK_L_latn_lc_e sixinferior 5; + pos @MMK_L_latn_lc_e threeinferior 5; + pos @MMK_L_latn_lc_e trademark -15; + pos @MMK_L_latn_lc_e twoinferior 5; + pos @MMK_L_latn_lc_e underscore -50; + pos @MMK_L_latn_lc_e v -8; + pos @MMK_L_latn_lc_e x -12; + pos @MMK_L_latn_lc_e zeroinferior 10; + pos @MMK_L_latn_lc_e zerosuperior -5; + pos @MMK_L_latn_lc_f @MMK_R_inp_foot 30; + pos @MMK_L_latn_lc_f @MMK_R_inp_parenth 15; + pos @MMK_L_latn_lc_f @MMK_R_inp_period -30; + pos @MMK_L_latn_lc_f @MMK_R_inp_quotel 40; + pos @MMK_L_latn_lc_f @MMK_R_inp_quoter 40; + pos @MMK_L_latn_lc_f @MMK_R_latn_lc_c -4; + pos @MMK_L_latn_lc_f @MMK_R_latn_lc_d -3; + pos @MMK_L_latn_lc_f @MMK_R_latn_lc_g -5; + pos @MMK_L_latn_lc_f @MMK_R_latn_lc_y 10; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_a -6; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_j -20; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_o 15; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_t 35; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_w 20; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_y 14; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_z 2; + pos @MMK_L_latn_lc_f V 12; + pos @MMK_L_latn_lc_f X 8; + pos @MMK_L_latn_lc_f ampersand -10; + pos @MMK_L_latn_lc_f eightinferior -35; + pos @MMK_L_latn_lc_f eightsuperior 20; + pos @MMK_L_latn_lc_f exclam 20; + pos @MMK_L_latn_lc_f fiveinferior -20; + pos @MMK_L_latn_lc_f fivesuperior 30; + pos @MMK_L_latn_lc_f fourinferior -35; + pos @MMK_L_latn_lc_f foursuperior 40; + pos @MMK_L_latn_lc_f nineinferior -25; + pos @MMK_L_latn_lc_f ninesuperior 20; + pos @MMK_L_latn_lc_f oneinferior -20; + pos @MMK_L_latn_lc_f onesuperior 10; + pos @MMK_L_latn_lc_f parenright 25; + pos @MMK_L_latn_lc_f question 30; + pos @MMK_L_latn_lc_f registered 30; + pos @MMK_L_latn_lc_f seveninferior -20; + pos @MMK_L_latn_lc_f sevensuperior 30; + pos @MMK_L_latn_lc_f sixinferior -30; + pos @MMK_L_latn_lc_f sixsuperior 30; + pos @MMK_L_latn_lc_f slash -20; + pos @MMK_L_latn_lc_f threeinferior -30; + pos @MMK_L_latn_lc_f threesuperior 30; + pos @MMK_L_latn_lc_f trademark 40; + pos @MMK_L_latn_lc_f twoinferior -30; + pos @MMK_L_latn_lc_f twosuperior 20; + pos @MMK_L_latn_lc_f underscore -70; + pos @MMK_L_latn_lc_f v 10; + pos @MMK_L_latn_lc_f zeroinferior -20; + pos @MMK_L_latn_lc_f zerosuperior 20; + pos @MMK_L_latn_lc_g @MMK_R_inp_foot 5; + pos @MMK_L_latn_lc_g @MMK_R_inp_parenth 5; + pos @MMK_L_latn_lc_g @MMK_R_inp_period 13; + pos @MMK_L_latn_lc_g @MMK_R_inp_quotel 20; + pos @MMK_L_latn_lc_g @MMK_R_inp_quoter 20; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_a -3; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_c -6; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_d -6; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_g 2; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_j 11; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_u -4; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_w 4; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_y 5; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_a 15; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_j -5; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_o 5; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_t -13; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_y -10; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_z 10; + pos @MMK_L_latn_lc_g V -10; + pos @MMK_L_latn_lc_g X 5; + pos @MMK_L_latn_lc_g at -5; + pos @MMK_L_latn_lc_g eightsuperior 10; + pos @MMK_L_latn_lc_g fivesuperior 20; + pos @MMK_L_latn_lc_g foursuperior 20; + pos @MMK_L_latn_lc_g nineinferior -20; + pos @MMK_L_latn_lc_g ninesuperior 20; + pos @MMK_L_latn_lc_g onesuperior 10; + pos @MMK_L_latn_lc_g parenright 25; + pos @MMK_L_latn_lc_g registered 20; + pos @MMK_L_latn_lc_g seveninferior -10; + pos @MMK_L_latn_lc_g sevensuperior 20; + pos @MMK_L_latn_lc_g sixinferior -5; + pos @MMK_L_latn_lc_g sixsuperior 20; + pos @MMK_L_latn_lc_g slash 20; + pos @MMK_L_latn_lc_g threeinferior 15; + pos @MMK_L_latn_lc_g threesuperior 10; + pos @MMK_L_latn_lc_g trademark 20; + pos @MMK_L_latn_lc_g twoinferior 20; + pos @MMK_L_latn_lc_g twosuperior 10; + pos @MMK_L_latn_lc_g underscore 50; + pos @MMK_L_latn_lc_g zerosuperior 10; + pos @MMK_L_latn_lc_i @MMK_R_latn_uc_j -5; + pos @MMK_L_latn_lc_i @MMK_R_latn_uc_y -20; + pos @MMK_L_latn_lc_i eightsuperior 20; + pos @MMK_L_latn_lc_i fivesuperior 20; + pos @MMK_L_latn_lc_i foursuperior 10; + pos @MMK_L_latn_lc_i ninesuperior 15; + pos @MMK_L_latn_lc_i onesuperior 15; + pos @MMK_L_latn_lc_i sevensuperior 25; + pos @MMK_L_latn_lc_i sixsuperior 20; + pos @MMK_L_latn_lc_i threesuperior 20; + pos @MMK_L_latn_lc_i twosuperior 20; + pos @MMK_L_latn_lc_i zerosuperior 20; + pos @MMK_L_latn_lc_j @MMK_R_inp_quotel -15; + pos @MMK_L_latn_lc_j @MMK_R_inp_quoter 10; + pos @MMK_L_latn_lc_j @MMK_R_latn_uc_t -40; + pos @MMK_L_latn_lc_j @MMK_R_latn_uc_w -10; + pos @MMK_L_latn_lc_j @MMK_R_latn_uc_y -60; + pos @MMK_L_latn_lc_j V -25; + pos @MMK_L_latn_lc_j ninesuperior -10; + pos @MMK_L_latn_lc_j onesuperior 20; + pos @MMK_L_latn_lc_j sevensuperior -10; + pos @MMK_L_latn_lc_k @MMK_R_inp_guill -10; + pos @MMK_L_latn_lc_k @MMK_R_inp_guilr -10; + pos @MMK_L_latn_lc_k @MMK_R_inp_hyph -45; + pos @MMK_L_latn_lc_k @MMK_R_inp_quoter 15; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_a -5; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_c -17; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_d -15; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_g -10; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_s -10; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_t -10; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_u -10; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_a 15; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_j -5; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_o -8; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_s -2; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_t -32; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_w -11; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_y -48; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_z 13; + pos @MMK_L_latn_lc_k V -18; + pos @MMK_L_latn_lc_k ampersand -20; + pos @MMK_L_latn_lc_k at -20; + pos @MMK_L_latn_lc_k eightsuperior -10; + pos @MMK_L_latn_lc_k fiveinferior 10; + pos @MMK_L_latn_lc_k fivesuperior -10; + pos @MMK_L_latn_lc_k fourinferior 10; + pos @MMK_L_latn_lc_k nineinferior -10; + pos @MMK_L_latn_lc_k ninesuperior -20; + pos @MMK_L_latn_lc_k registered 5; + pos @MMK_L_latn_lc_k seveninferior -20; + pos @MMK_L_latn_lc_k sevensuperior -30; + pos @MMK_L_latn_lc_k sixsuperior -10; + pos @MMK_L_latn_lc_k threeinferior 10; + pos @MMK_L_latn_lc_k threesuperior -20; + pos @MMK_L_latn_lc_k twoinferior 10; + pos @MMK_L_latn_lc_k twosuperior -20; + pos @MMK_L_latn_lc_k underscore 10; + pos @MMK_L_latn_lc_k v -15; + pos @MMK_L_latn_lc_l @MMK_R_inp_hyph -10; + pos @MMK_L_latn_lc_l @MMK_R_inp_period 10; + pos @MMK_L_latn_lc_l @MMK_R_inp_quotel -20; + pos @MMK_L_latn_lc_l @MMK_R_inp_quoter -10; + pos @MMK_L_latn_lc_l @MMK_R_latn_lc_l -5; + pos @MMK_L_latn_lc_l @MMK_R_latn_lc_t -5; + pos @MMK_L_latn_lc_l @MMK_R_latn_lc_w -5; + pos @MMK_L_latn_lc_l @MMK_R_latn_lc_y -10; + pos @MMK_L_latn_lc_l @MMK_R_latn_uc_a 10; + pos @MMK_L_latn_lc_l @MMK_R_latn_uc_t -20; + pos @MMK_L_latn_lc_l @MMK_R_latn_uc_y -25; + pos @MMK_L_latn_lc_l @MMK_R_latn_uc_z 16; + pos @MMK_L_latn_lc_l V -10; + pos @MMK_L_latn_lc_l X 14; + pos @MMK_L_latn_lc_l eightinferior 20; + pos @MMK_L_latn_lc_l eightsuperior -10; + pos @MMK_L_latn_lc_l fiveinferior 20; + pos @MMK_L_latn_lc_l fivesuperior -10; + pos @MMK_L_latn_lc_l fourinferior 30; + pos @MMK_L_latn_lc_l foursuperior -10; + pos @MMK_L_latn_lc_l ninesuperior -10; + pos @MMK_L_latn_lc_l oneinferior 10; + pos @MMK_L_latn_lc_l onesuperior -10; + pos @MMK_L_latn_lc_l sevensuperior -10; + pos @MMK_L_latn_lc_l sixinferior 15; + pos @MMK_L_latn_lc_l sixsuperior -10; + pos @MMK_L_latn_lc_l threeinferior 20; + pos @MMK_L_latn_lc_l threesuperior -10; + pos @MMK_L_latn_lc_l twoinferior 20; + pos @MMK_L_latn_lc_l twosuperior -10; + pos @MMK_L_latn_lc_l underscore 15; + pos @MMK_L_latn_lc_l v -10; + pos @MMK_L_latn_lc_l zeroinferior 10; + pos @MMK_L_latn_lc_l zerosuperior -10; + pos @MMK_L_latn_lc_n @MMK_R_inp_foot -15; + pos @MMK_L_latn_lc_n @MMK_R_inp_quotel -30; + pos @MMK_L_latn_lc_n @MMK_R_inp_quoter -10; + pos @MMK_L_latn_lc_n @MMK_R_latn_lc_w -5; + pos @MMK_L_latn_lc_n @MMK_R_latn_lc_y -8; + pos @MMK_L_latn_lc_n @MMK_R_latn_uc_t -55; + pos @MMK_L_latn_lc_n @MMK_R_latn_uc_w -20; + pos @MMK_L_latn_lc_n @MMK_R_latn_uc_y -50; + pos @MMK_L_latn_lc_n V -30; + pos @MMK_L_latn_lc_n eightsuperior -5; + pos @MMK_L_latn_lc_n fivesuperior -5; + pos @MMK_L_latn_lc_n ninesuperior -20; + pos @MMK_L_latn_lc_n onesuperior -10; + pos @MMK_L_latn_lc_n registered -5; + pos @MMK_L_latn_lc_n sevensuperior -15; + pos @MMK_L_latn_lc_n sixsuperior -5; + pos @MMK_L_latn_lc_n threesuperior -5; + pos @MMK_L_latn_lc_n trademark -15; + pos @MMK_L_latn_lc_n v -8; + pos @MMK_L_latn_lc_n zerosuperior -10; + pos @MMK_L_latn_lc_o @MMK_R_inp_foot -20; + pos @MMK_L_latn_lc_o @MMK_R_inp_guill 15; + pos @MMK_L_latn_lc_o @MMK_R_inp_hyph 10; + pos @MMK_L_latn_lc_o @MMK_R_inp_period -20; + pos @MMK_L_latn_lc_o @MMK_R_inp_quotel -30; + pos @MMK_L_latn_lc_o @MMK_R_inp_quoter -25; + pos @MMK_L_latn_lc_o @MMK_R_latn_lc_f -6; + pos @MMK_L_latn_lc_o @MMK_R_latn_lc_w -5; + pos @MMK_L_latn_lc_o @MMK_R_latn_lc_y -5; + pos @MMK_L_latn_lc_o @MMK_R_latn_lc_z -5; + pos @MMK_L_latn_lc_o @MMK_R_latn_uc_i -5; + pos @MMK_L_latn_lc_o @MMK_R_latn_uc_t -70; + pos @MMK_L_latn_lc_o @MMK_R_latn_uc_w -15; + pos @MMK_L_latn_lc_o @MMK_R_latn_uc_y -50; + pos @MMK_L_latn_lc_o @MMK_R_latn_uc_z -5; + pos @MMK_L_latn_lc_o V -30; + pos @MMK_L_latn_lc_o X -15; + pos @MMK_L_latn_lc_o eightinferior 5; + pos @MMK_L_latn_lc_o fiveinferior 5; + pos @MMK_L_latn_lc_o fourinferior 5; + pos @MMK_L_latn_lc_o foursuperior 5; + pos @MMK_L_latn_lc_o nineinferior 5; + pos @MMK_L_latn_lc_o ninesuperior -25; + pos @MMK_L_latn_lc_o oneinferior 5; + pos @MMK_L_latn_lc_o registered -5; + pos @MMK_L_latn_lc_o sevensuperior -20; + pos @MMK_L_latn_lc_o sixinferior 5; + pos @MMK_L_latn_lc_o threeinferior 5; + pos @MMK_L_latn_lc_o trademark -15; + pos @MMK_L_latn_lc_o twoinferior 5; + pos @MMK_L_latn_lc_o underscore -50; + pos @MMK_L_latn_lc_o v -8; + pos @MMK_L_latn_lc_o x -12; + pos @MMK_L_latn_lc_o zeroinferior 10; + pos @MMK_L_latn_lc_o zerosuperior -5; + pos @MMK_L_latn_lc_r @MMK_R_inp_foot 30; + pos @MMK_L_latn_lc_r @MMK_R_inp_hyph -20; + pos @MMK_L_latn_lc_r @MMK_R_inp_period -80; + pos @MMK_L_latn_lc_r @MMK_R_inp_quotel 50; + pos @MMK_L_latn_lc_r @MMK_R_inp_quoter 55; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_a -4; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_d -6; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_f 4; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_g -23; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_t 4; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_w 5; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_y 10; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_a -25; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_j -20; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_o 10; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_s 7; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_t -10; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_w 15; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_y -20; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_z -11; + pos @MMK_L_latn_lc_r X -20; + pos @MMK_L_latn_lc_r ampersand -20; + pos @MMK_L_latn_lc_r eightinferior -20; + pos @MMK_L_latn_lc_r eightsuperior 40; + pos @MMK_L_latn_lc_r fiveinferior -10; + pos @MMK_L_latn_lc_r fivesuperior 50; + pos @MMK_L_latn_lc_r fourinferior -40; + pos @MMK_L_latn_lc_r foursuperior 50; + pos @MMK_L_latn_lc_r nineinferior -35; + pos @MMK_L_latn_lc_r ninesuperior 20; + pos @MMK_L_latn_lc_r oneinferior -20; + pos @MMK_L_latn_lc_r onesuperior 20; + pos @MMK_L_latn_lc_r registered 40; + pos @MMK_L_latn_lc_r sevensuperior 20; + pos @MMK_L_latn_lc_r sixinferior -20; + pos @MMK_L_latn_lc_r sixsuperior 50; + pos @MMK_L_latn_lc_r slash -15; + pos @MMK_L_latn_lc_r threeinferior -20; + pos @MMK_L_latn_lc_r threesuperior 30; + pos @MMK_L_latn_lc_r trademark 40; + pos @MMK_L_latn_lc_r twoinferior -20; + pos @MMK_L_latn_lc_r twosuperior 30; + pos @MMK_L_latn_lc_r underscore -80; + pos @MMK_L_latn_lc_r v 10; + pos @MMK_L_latn_lc_r zeroinferior -20; + pos @MMK_L_latn_lc_r zerosuperior 40; + pos @MMK_L_latn_lc_s @MMK_R_inp_foot -10; + pos @MMK_L_latn_lc_s @MMK_R_inp_hyph -10; + pos @MMK_L_latn_lc_s @MMK_R_inp_period -5; + pos @MMK_L_latn_lc_s @MMK_R_inp_quotel -15; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_f -5; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_g -10; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_s -6; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_t -7; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_w -9; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_y -18; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_z -10; + pos @MMK_L_latn_lc_s @MMK_R_latn_uc_a -4; + pos @MMK_L_latn_lc_s @MMK_R_latn_uc_j -5; + pos @MMK_L_latn_lc_s @MMK_R_latn_uc_t -65; + pos @MMK_L_latn_lc_s @MMK_R_latn_uc_y -40; + pos @MMK_L_latn_lc_s V -30; + pos @MMK_L_latn_lc_s X -23; + pos @MMK_L_latn_lc_s ampersand -5; + pos @MMK_L_latn_lc_s eightsuperior -5; + pos @MMK_L_latn_lc_s fivesuperior -5; + pos @MMK_L_latn_lc_s fourinferior 5; + pos @MMK_L_latn_lc_s ninesuperior -30; + pos @MMK_L_latn_lc_s onesuperior -20; + pos @MMK_L_latn_lc_s sevensuperior -20; + pos @MMK_L_latn_lc_s sixinferior 5; + pos @MMK_L_latn_lc_s sixsuperior -5; + pos @MMK_L_latn_lc_s threesuperior -5; + pos @MMK_L_latn_lc_s twosuperior -10; + pos @MMK_L_latn_lc_s underscore -20; + pos @MMK_L_latn_lc_s v -13; + pos @MMK_L_latn_lc_s x -20; + pos @MMK_L_latn_lc_s zeroinferior 5; + pos @MMK_L_latn_lc_s zerosuperior -10; + pos @MMK_L_latn_lc_t @MMK_R_inp_guill -10; + pos @MMK_L_latn_lc_t @MMK_R_inp_hyph -20; + pos @MMK_L_latn_lc_t @MMK_R_inp_parenth 20; + pos @MMK_L_latn_lc_t @MMK_R_inp_quoter 20; + pos @MMK_L_latn_lc_t @MMK_R_latn_lc_c -4; + pos @MMK_L_latn_lc_t @MMK_R_latn_lc_d -4; + pos @MMK_L_latn_lc_t @MMK_R_latn_lc_f -10; + pos @MMK_L_latn_lc_t @MMK_R_latn_lc_g -10; + pos @MMK_L_latn_lc_t @MMK_R_latn_lc_t -9; + pos @MMK_L_latn_lc_t @MMK_R_latn_uc_a 6; + pos @MMK_L_latn_lc_t @MMK_R_latn_uc_t -24; + pos @MMK_L_latn_lc_t @MMK_R_latn_uc_y -20; + pos @MMK_L_latn_lc_t ampersand -15; + pos @MMK_L_latn_lc_t at -5; + pos @MMK_L_latn_lc_t eightsuperior 20; + pos @MMK_L_latn_lc_t fivesuperior 10; + pos @MMK_L_latn_lc_t foursuperior 20; + pos @MMK_L_latn_lc_t nineinferior -20; + pos @MMK_L_latn_lc_t ninesuperior -10; + pos @MMK_L_latn_lc_t registered 15; + pos @MMK_L_latn_lc_t seveninferior -20; + pos @MMK_L_latn_lc_t sixinferior -10; + pos @MMK_L_latn_lc_t sixsuperior 20; + pos @MMK_L_latn_lc_t threeinferior 10; + pos @MMK_L_latn_lc_t threesuperior 10; + pos @MMK_L_latn_lc_t trademark 5; + pos @MMK_L_latn_lc_t twoinferior 10; + pos @MMK_L_latn_lc_t twosuperior 10; + pos @MMK_L_latn_lc_t underscore 10; + pos @MMK_L_latn_lc_t zerosuperior 10; + pos @MMK_L_latn_lc_u @MMK_R_inp_quoter 10; + pos @MMK_L_latn_lc_u @MMK_R_latn_uc_t -45; + pos @MMK_L_latn_lc_u @MMK_R_latn_uc_y -40; + pos @MMK_L_latn_lc_u V -20; + pos @MMK_L_latn_lc_u sevensuperior -10; + pos @MMK_L_latn_lc_w @MMK_R_inp_foot 20; + pos @MMK_L_latn_lc_w @MMK_R_inp_hyph -4; + pos @MMK_L_latn_lc_w @MMK_R_inp_period -30; + pos @MMK_L_latn_lc_w @MMK_R_inp_quotel 15; + pos @MMK_L_latn_lc_w @MMK_R_inp_quoter 40; + pos @MMK_L_latn_lc_w @MMK_R_latn_lc_a -9; + pos @MMK_L_latn_lc_w @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_lc_w @MMK_R_latn_lc_d -5; + pos @MMK_L_latn_lc_w @MMK_R_latn_lc_g -17; + pos @MMK_L_latn_lc_w @MMK_R_latn_lc_s -2; + pos @MMK_L_latn_lc_w @MMK_R_latn_uc_a -10; + pos @MMK_L_latn_lc_w @MMK_R_latn_uc_t -40; + pos @MMK_L_latn_lc_w @MMK_R_latn_uc_w -5; + pos @MMK_L_latn_lc_w @MMK_R_latn_uc_y -20; + pos @MMK_L_latn_lc_w V -10; + pos @MMK_L_latn_lc_w ampersand -20; + pos @MMK_L_latn_lc_w eightinferior -25; + pos @MMK_L_latn_lc_w eightsuperior 25; + pos @MMK_L_latn_lc_w fiveinferior -10; + pos @MMK_L_latn_lc_w fivesuperior 30; + pos @MMK_L_latn_lc_w fourinferior -20; + pos @MMK_L_latn_lc_w foursuperior 30; + pos @MMK_L_latn_lc_w nineinferior -25; + pos @MMK_L_latn_lc_w ninesuperior 20; + pos @MMK_L_latn_lc_w oneinferior -10; + pos @MMK_L_latn_lc_w onesuperior 10; + pos @MMK_L_latn_lc_w registered 30; + pos @MMK_L_latn_lc_w seveninferior -10; + pos @MMK_L_latn_lc_w sevensuperior 10; + pos @MMK_L_latn_lc_w sixinferior -20; + pos @MMK_L_latn_lc_w sixsuperior 25; + pos @MMK_L_latn_lc_w threeinferior -30; + pos @MMK_L_latn_lc_w threesuperior 20; + pos @MMK_L_latn_lc_w trademark 10; + pos @MMK_L_latn_lc_w twoinferior -20; + pos @MMK_L_latn_lc_w twosuperior 25; + pos @MMK_L_latn_lc_w underscore -40; + pos @MMK_L_latn_lc_w zeroinferior -20; + pos @MMK_L_latn_lc_w zerosuperior 20; + pos @MMK_L_latn_lc_y @MMK_R_inp_foot 20; + pos @MMK_L_latn_lc_y @MMK_R_inp_hyph -10; + pos @MMK_L_latn_lc_y @MMK_R_inp_period -55; + pos @MMK_L_latn_lc_y @MMK_R_inp_quotel 30; + pos @MMK_L_latn_lc_y @MMK_R_inp_quoter 40; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_a -14; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_d -5; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_f 3; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_g -30; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_s -4; + pos @MMK_L_latn_lc_y @MMK_R_latn_uc_a -15; + pos @MMK_L_latn_lc_y @MMK_R_latn_uc_j -27; + pos @MMK_L_latn_lc_y @MMK_R_latn_uc_t -40; + pos @MMK_L_latn_lc_y @MMK_R_latn_uc_y -25; + pos @MMK_L_latn_lc_y V -10; + pos @MMK_L_latn_lc_y ampersand -20; + pos @MMK_L_latn_lc_y at -10; + pos @MMK_L_latn_lc_y eightinferior -25; + pos @MMK_L_latn_lc_y eightsuperior 20; + pos @MMK_L_latn_lc_y fiveinferior -25; + pos @MMK_L_latn_lc_y fivesuperior 30; + pos @MMK_L_latn_lc_y fourinferior -30; + pos @MMK_L_latn_lc_y foursuperior 30; + pos @MMK_L_latn_lc_y nineinferior -20; + pos @MMK_L_latn_lc_y ninesuperior 15; + pos @MMK_L_latn_lc_y oneinferior -20; + pos @MMK_L_latn_lc_y registered 40; + pos @MMK_L_latn_lc_y seveninferior -10; + pos @MMK_L_latn_lc_y sevensuperior 5; + pos @MMK_L_latn_lc_y sixinferior -30; + pos @MMK_L_latn_lc_y sixsuperior 30; + pos @MMK_L_latn_lc_y slash -5; + pos @MMK_L_latn_lc_y threeinferior -20; + pos @MMK_L_latn_lc_y threesuperior 20; + pos @MMK_L_latn_lc_y trademark 20; + pos @MMK_L_latn_lc_y twoinferior -20; + pos @MMK_L_latn_lc_y twosuperior 20; + pos @MMK_L_latn_lc_y underscore -80; + pos @MMK_L_latn_lc_y zeroinferior -30; + pos @MMK_L_latn_lc_y zerosuperior 20; + pos @MMK_L_latn_lc_z @MMK_R_inp_foot 10; + pos @MMK_L_latn_lc_z @MMK_R_inp_hyph -20; + pos @MMK_L_latn_lc_z @MMK_R_inp_period 15; + pos @MMK_L_latn_lc_z @MMK_R_inp_quotel 10; + pos @MMK_L_latn_lc_z @MMK_R_inp_quoter 20; + pos @MMK_L_latn_lc_z @MMK_R_latn_lc_c -10; + pos @MMK_L_latn_lc_z @MMK_R_latn_lc_d -10; + pos @MMK_L_latn_lc_z @MMK_R_latn_uc_a 10; + pos @MMK_L_latn_lc_z @MMK_R_latn_uc_t -40; + pos @MMK_L_latn_lc_z @MMK_R_latn_uc_w -5; + pos @MMK_L_latn_lc_z @MMK_R_latn_uc_y -20; + pos @MMK_L_latn_lc_z V -10; + pos @MMK_L_latn_lc_z X 10; + pos @MMK_L_latn_lc_z ampersand -10; + pos @MMK_L_latn_lc_z at -5; + pos @MMK_L_latn_lc_z eightinferior 10; + pos @MMK_L_latn_lc_z eightsuperior 20; + pos @MMK_L_latn_lc_z fiveinferior 10; + pos @MMK_L_latn_lc_z fivesuperior 20; + pos @MMK_L_latn_lc_z fourinferior 20; + pos @MMK_L_latn_lc_z foursuperior 40; + pos @MMK_L_latn_lc_z nineinferior -10; + pos @MMK_L_latn_lc_z oneinferior 10; + pos @MMK_L_latn_lc_z registered 25; + pos @MMK_L_latn_lc_z sixinferior 10; + pos @MMK_L_latn_lc_z sixsuperior 20; + pos @MMK_L_latn_lc_z threeinferior 10; + pos @MMK_L_latn_lc_z threesuperior 10; + pos @MMK_L_latn_lc_z trademark 10; + pos @MMK_L_latn_lc_z twoinferior 20; + pos @MMK_L_latn_lc_z twosuperior 10; + pos @MMK_L_latn_lc_z underscore 10; + pos @MMK_L_latn_lc_z zeroinferior 10; + pos @MMK_L_latn_lc_z zerosuperior 20; + pos @MMK_L_latn_uc_a @MMK_R_inp_foot -50; + pos @MMK_L_latn_uc_a @MMK_R_inp_hyph -20; + pos @MMK_L_latn_uc_a @MMK_R_inp_period 15; + pos @MMK_L_latn_uc_a @MMK_R_inp_quotel -65; + pos @MMK_L_latn_uc_a @MMK_R_inp_quoter -50; + pos @MMK_L_latn_uc_a @MMK_R_latn_lc_a 3; + pos @MMK_L_latn_uc_a @MMK_R_latn_lc_t -4; + pos @MMK_L_latn_uc_a @MMK_R_latn_lc_w -10; + pos @MMK_L_latn_uc_a @MMK_R_latn_lc_y -15; + pos @MMK_L_latn_uc_a @MMK_R_latn_lc_z 10; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_a 15; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_j 5; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_o -15; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_t -65; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_u -13; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_w -4; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_y -55; + pos @MMK_L_latn_uc_a V -41; + pos @MMK_L_latn_uc_a X 5; + pos @MMK_L_latn_uc_a ampersand -10; + pos @MMK_L_latn_uc_a at -5; + pos @MMK_L_latn_uc_a eightsuperior -50; + pos @MMK_L_latn_uc_a fiveinferior 10; + pos @MMK_L_latn_uc_a fivesuperior -50; + pos @MMK_L_latn_uc_a fourinferior 10; + pos @MMK_L_latn_uc_a foursuperior -40; + pos @MMK_L_latn_uc_a nineinferior -5; + pos @MMK_L_latn_uc_a ninesuperior -60; + pos @MMK_L_latn_uc_a oneinferior 15; + pos @MMK_L_latn_uc_a onesuperior -40; + pos @MMK_L_latn_uc_a question -10; + pos @MMK_L_latn_uc_a registered -60; + pos @MMK_L_latn_uc_a sevensuperior -70; + pos @MMK_L_latn_uc_a sixinferior 5; + pos @MMK_L_latn_uc_a sixsuperior -50; + pos @MMK_L_latn_uc_a threeinferior 20; + pos @MMK_L_latn_uc_a threesuperior -40; + pos @MMK_L_latn_uc_a trademark -75; + pos @MMK_L_latn_uc_a twoinferior 20; + pos @MMK_L_latn_uc_a twosuperior -30; + pos @MMK_L_latn_uc_a underscore 15; + pos @MMK_L_latn_uc_a v -20; + pos @MMK_L_latn_uc_a zeroinferior 20; + pos @MMK_L_latn_uc_a zerosuperior -50; + pos @MMK_L_latn_uc_c @MMK_R_inp_foot 10; + pos @MMK_L_latn_uc_c @MMK_R_inp_hyph -20; + pos @MMK_L_latn_uc_c @MMK_R_inp_quotel 10; + pos @MMK_L_latn_uc_c @MMK_R_inp_quoter 10; + pos @MMK_L_latn_uc_c @MMK_R_latn_uc_o -13; + pos @MMK_L_latn_uc_c @MMK_R_latn_uc_w 5; + pos @MMK_L_latn_uc_c @MMK_R_latn_uc_y -5; + pos @MMK_L_latn_uc_c ampersand -5; + pos @MMK_L_latn_uc_c at -10; + pos @MMK_L_latn_uc_c fiveinferior 5; + pos @MMK_L_latn_uc_c fourinferior 5; + pos @MMK_L_latn_uc_c onesuperior 5; + pos @MMK_L_latn_uc_c registered 5; + pos @MMK_L_latn_uc_c sixinferior 5; + pos @MMK_L_latn_uc_c threeinferior 5; + pos @MMK_L_latn_uc_c twoinferior 5; + pos @MMK_L_latn_uc_c underscore -20; + pos @MMK_L_latn_uc_d @MMK_R_inp_foot -10; + pos @MMK_L_latn_uc_d @MMK_R_inp_guill 20; + pos @MMK_L_latn_uc_d @MMK_R_inp_hyph 15; + pos @MMK_L_latn_uc_d @MMK_R_inp_period -30; + pos @MMK_L_latn_uc_d @MMK_R_inp_quotel -10; + pos @MMK_L_latn_uc_d @MMK_R_inp_quoter -15; + pos @MMK_L_latn_uc_d @MMK_R_latn_uc_a -12; + pos @MMK_L_latn_uc_d @MMK_R_latn_uc_j -14; + pos @MMK_L_latn_uc_d @MMK_R_latn_uc_t -27; + pos @MMK_L_latn_uc_d @MMK_R_latn_uc_y -30; + pos @MMK_L_latn_uc_d @MMK_R_latn_uc_z -15; + pos @MMK_L_latn_uc_d V -12; + pos @MMK_L_latn_uc_d X -15; + pos @MMK_L_latn_uc_d eightinferior -10; + pos @MMK_L_latn_uc_d fiveinferior -5; + pos @MMK_L_latn_uc_d fourinferior -10; + pos @MMK_L_latn_uc_d nineinferior -5; + pos @MMK_L_latn_uc_d ninesuperior -10; + pos @MMK_L_latn_uc_d onesuperior -5; + pos @MMK_L_latn_uc_d registered -5; + pos @MMK_L_latn_uc_d seveninferior -5; + pos @MMK_L_latn_uc_d sevensuperior -10; + pos @MMK_L_latn_uc_d sixinferior -5; + pos @MMK_L_latn_uc_d slash -10; + pos @MMK_L_latn_uc_d threeinferior -5; + pos @MMK_L_latn_uc_d threesuperior -5; + pos @MMK_L_latn_uc_d trademark -25; + pos @MMK_L_latn_uc_d twoinferior -10; + pos @MMK_L_latn_uc_d twosuperior -5; + pos @MMK_L_latn_uc_d underscore -80; + pos @MMK_L_latn_uc_e @MMK_R_inp_quotel 5; + pos @MMK_L_latn_uc_e @MMK_R_latn_lc_c -10; + pos @MMK_L_latn_uc_e @MMK_R_latn_lc_d -10; + pos @MMK_L_latn_uc_e @MMK_R_latn_lc_g -5; + pos @MMK_L_latn_uc_e @MMK_R_latn_uc_j -15; + pos @MMK_L_latn_uc_e @MMK_R_latn_uc_y -20; + pos @MMK_L_latn_uc_e V -10; + pos @MMK_L_latn_uc_e ampersand -10; + pos @MMK_L_latn_uc_e at -10; + pos @MMK_L_latn_uc_e eightsuperior -5; + pos @MMK_L_latn_uc_e foursuperior -5; + pos @MMK_L_latn_uc_e nineinferior -15; + pos @MMK_L_latn_uc_e ninesuperior -5; + pos @MMK_L_latn_uc_e oneinferior -5; + pos @MMK_L_latn_uc_e onesuperior -5; + pos @MMK_L_latn_uc_e sixsuperior -10; + pos @MMK_L_latn_uc_e threesuperior -5; + pos @MMK_L_latn_uc_e trademark 10; + pos @MMK_L_latn_uc_e zerosuperior -5; + pos @MMK_L_latn_uc_g @MMK_R_inp_foot -10; + pos @MMK_L_latn_uc_g @MMK_R_inp_hyph 10; + pos @MMK_L_latn_uc_g @MMK_R_inp_quotel -10; + pos @MMK_L_latn_uc_g @MMK_R_inp_quoter -10; + pos @MMK_L_latn_uc_g @MMK_R_latn_uc_t -38; + pos @MMK_L_latn_uc_g @MMK_R_latn_uc_w -3; + pos @MMK_L_latn_uc_g @MMK_R_latn_uc_y -34; + pos @MMK_L_latn_uc_g V -15; + pos @MMK_L_latn_uc_g X -5; + pos @MMK_L_latn_uc_g eightsuperior -5; + pos @MMK_L_latn_uc_g fivesuperior -5; + pos @MMK_L_latn_uc_g ninesuperior -10; + pos @MMK_L_latn_uc_g onesuperior -10; + pos @MMK_L_latn_uc_g registered -10; + pos @MMK_L_latn_uc_g sevensuperior -10; + pos @MMK_L_latn_uc_g sixsuperior -10; + pos @MMK_L_latn_uc_g threesuperior -10; + pos @MMK_L_latn_uc_g trademark -30; + pos @MMK_L_latn_uc_g twosuperior -5; + pos @MMK_L_latn_uc_g zerosuperior -10; + pos @MMK_L_latn_uc_i @MMK_R_inp_hyph -30; + pos @MMK_L_latn_uc_i @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_uc_i @MMK_R_latn_lc_d -5; + pos @MMK_L_latn_uc_i @MMK_R_latn_uc_t -7; + pos @MMK_L_latn_uc_i ampersand -10; + pos @MMK_L_latn_uc_i at -15; + pos @MMK_L_latn_uc_i eightsuperior -10; + pos @MMK_L_latn_uc_i fiveinferior -5; + pos @MMK_L_latn_uc_i foursuperior -20; + pos @MMK_L_latn_uc_i nineinferior -15; + pos @MMK_L_latn_uc_i seveninferior -20; + pos @MMK_L_latn_uc_i sevensuperior 10; + pos @MMK_L_latn_uc_i sixinferior -5; + pos @MMK_L_latn_uc_i sixsuperior -10; + pos @MMK_L_latn_uc_i twoinferior 5; + pos @MMK_L_latn_uc_i underscore 10; + pos @MMK_L_latn_uc_i zeroinferior -5; + pos @MMK_L_latn_uc_i zerosuperior -5; + pos @MMK_L_latn_uc_j @MMK_R_inp_period -20; + pos @MMK_L_latn_uc_j @MMK_R_latn_uc_a -6; + pos @MMK_L_latn_uc_j @MMK_R_latn_uc_j -7; + pos @MMK_L_latn_uc_j X -15; + pos @MMK_L_latn_uc_j eightinferior -5; + pos @MMK_L_latn_uc_j fourinferior -5; + pos @MMK_L_latn_uc_j nineinferior -10; + pos @MMK_L_latn_uc_j seveninferior -10; + pos @MMK_L_latn_uc_j sixinferior -5; + pos @MMK_L_latn_uc_j slash -10; + pos @MMK_L_latn_uc_j threeinferior -10; + pos @MMK_L_latn_uc_j twoinferior -10; + pos @MMK_L_latn_uc_j underscore -60; + pos @MMK_L_latn_uc_k @MMK_R_inp_foot -5; + pos @MMK_L_latn_uc_k @MMK_R_inp_guill -30; + pos @MMK_L_latn_uc_k @MMK_R_inp_guilr -20; + pos @MMK_L_latn_uc_k @MMK_R_inp_hyph -55; + pos @MMK_L_latn_uc_k @MMK_R_inp_period 10; + pos @MMK_L_latn_uc_k @MMK_R_inp_quotel -13; + pos @MMK_L_latn_uc_k @MMK_R_inp_quoter -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_a -15; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_c -25; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_d -25; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_f -20; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_g -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_n -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_t -20; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_u -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_w -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_y -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_z 10; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_j -15; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_o -25; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_s -5; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_t -20; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_w -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_y -15; + pos @MMK_L_latn_uc_k V -15; + pos @MMK_L_latn_uc_k ampersand -25; + pos @MMK_L_latn_uc_k at -40; + pos @MMK_L_latn_uc_k eightsuperior -30; + pos @MMK_L_latn_uc_k fivesuperior -20; + pos @MMK_L_latn_uc_k foursuperior -40; + pos @MMK_L_latn_uc_k nineinferior -20; + pos @MMK_L_latn_uc_k ninesuperior -30; + pos @MMK_L_latn_uc_k onesuperior -25; + pos @MMK_L_latn_uc_k p -10; + pos @MMK_L_latn_uc_k parenright 10; + pos @MMK_L_latn_uc_k registered -30; + pos @MMK_L_latn_uc_k seveninferior -25; + pos @MMK_L_latn_uc_k sevensuperior -10; + pos @MMK_L_latn_uc_k sixsuperior -30; + pos @MMK_L_latn_uc_k threesuperior -20; + pos @MMK_L_latn_uc_k twosuperior -20; + pos @MMK_L_latn_uc_k v -10; + pos @MMK_L_latn_uc_k x -10; + pos @MMK_L_latn_uc_k zeroinferior -5; + pos @MMK_L_latn_uc_k zerosuperior -30; + pos @MMK_L_latn_uc_l @MMK_R_inp_foot -70; + pos @MMK_L_latn_uc_l @MMK_R_inp_guill -26; + pos @MMK_L_latn_uc_l @MMK_R_inp_hyph -40; + pos @MMK_L_latn_uc_l @MMK_R_inp_period 25; + pos @MMK_L_latn_uc_l @MMK_R_inp_quotel -70; + pos @MMK_L_latn_uc_l @MMK_R_inp_quoter -70; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_a -1; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_c -10; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_d -9; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_t -10; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_u -10; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_w -30; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_y -40; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_z 16; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_a 19; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_o -30; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_t -70; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_u -28; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_w -26; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_y -74; + pos @MMK_L_latn_uc_l V -62; + pos @MMK_L_latn_uc_l ampersand -10; + pos @MMK_L_latn_uc_l at -20; + pos @MMK_L_latn_uc_l eightinferior 10; + pos @MMK_L_latn_uc_l eightsuperior -70; + pos @MMK_L_latn_uc_l fiveinferior 10; + pos @MMK_L_latn_uc_l fivesuperior -60; + pos @MMK_L_latn_uc_l fourinferior 20; + pos @MMK_L_latn_uc_l foursuperior -70; + pos @MMK_L_latn_uc_l nineinferior -15; + pos @MMK_L_latn_uc_l ninesuperior -85; + pos @MMK_L_latn_uc_l oneinferior 20; + pos @MMK_L_latn_uc_l onesuperior -70; + pos @MMK_L_latn_uc_l question -45; + pos @MMK_L_latn_uc_l registered -110; + pos @MMK_L_latn_uc_l seveninferior -10; + pos @MMK_L_latn_uc_l sevensuperior -60; + pos @MMK_L_latn_uc_l sixinferior 10; + pos @MMK_L_latn_uc_l sixsuperior -70; + pos @MMK_L_latn_uc_l slash 25; + pos @MMK_L_latn_uc_l threeinferior 10; + pos @MMK_L_latn_uc_l threesuperior -60; + pos @MMK_L_latn_uc_l trademark -90; + pos @MMK_L_latn_uc_l twoinferior 25; + pos @MMK_L_latn_uc_l twosuperior -70; + pos @MMK_L_latn_uc_l underscore 30; + pos @MMK_L_latn_uc_l v -50; + pos @MMK_L_latn_uc_l x 10; + pos @MMK_L_latn_uc_l zeroinferior 10; + pos @MMK_L_latn_uc_l zerosuperior -70; + pos @MMK_L_latn_uc_o @MMK_R_inp_foot -10; + pos @MMK_L_latn_uc_o @MMK_R_inp_guill 20; + pos @MMK_L_latn_uc_o @MMK_R_inp_hyph 15; + pos @MMK_L_latn_uc_o @MMK_R_inp_period -30; + pos @MMK_L_latn_uc_o @MMK_R_inp_quotel -10; + pos @MMK_L_latn_uc_o @MMK_R_inp_quoter -15; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_a -15; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_j -14; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_t -20; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_y -30; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_z -14; + pos @MMK_L_latn_uc_o V -12; + pos @MMK_L_latn_uc_o X -15; + pos @MMK_L_latn_uc_o eightinferior -10; + pos @MMK_L_latn_uc_o fiveinferior -5; + pos @MMK_L_latn_uc_o fourinferior -10; + pos @MMK_L_latn_uc_o nineinferior -5; + pos @MMK_L_latn_uc_o ninesuperior -10; + pos @MMK_L_latn_uc_o onesuperior -5; + pos @MMK_L_latn_uc_o registered -5; + pos @MMK_L_latn_uc_o seveninferior -5; + pos @MMK_L_latn_uc_o sevensuperior -10; + pos @MMK_L_latn_uc_o sixinferior -5; + pos @MMK_L_latn_uc_o slash -10; + pos @MMK_L_latn_uc_o threeinferior -5; + pos @MMK_L_latn_uc_o threesuperior -5; + pos @MMK_L_latn_uc_o trademark -25; + pos @MMK_L_latn_uc_o twoinferior -10; + pos @MMK_L_latn_uc_o twosuperior -5; + pos @MMK_L_latn_uc_o underscore -80; + pos @MMK_L_latn_uc_r @MMK_R_inp_hyph -15; + pos @MMK_L_latn_uc_r @MMK_R_latn_lc_a -10; + pos @MMK_L_latn_uc_r @MMK_R_latn_lc_c -15; + pos @MMK_L_latn_uc_r @MMK_R_latn_lc_d -15; + pos @MMK_L_latn_uc_r @MMK_R_latn_lc_g -30; + pos @MMK_L_latn_uc_r @MMK_R_latn_lc_y -4; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_j -20; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_o -10; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_t -24; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_u -12; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_w -8; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_y -36; + pos @MMK_L_latn_uc_r V -25; + pos @MMK_L_latn_uc_r ampersand -25; + pos @MMK_L_latn_uc_r at -20; + pos @MMK_L_latn_uc_r eightinferior -10; + pos @MMK_L_latn_uc_r eightsuperior -5; + pos @MMK_L_latn_uc_r fiveinferior -10; + pos @MMK_L_latn_uc_r fivesuperior -5; + pos @MMK_L_latn_uc_r fourinferior -5; + pos @MMK_L_latn_uc_r nineinferior -30; + pos @MMK_L_latn_uc_r ninesuperior -5; + pos @MMK_L_latn_uc_r oneinferior -10; + pos @MMK_L_latn_uc_r onesuperior -10; + pos @MMK_L_latn_uc_r seveninferior -30; + pos @MMK_L_latn_uc_r sevensuperior -15; + pos @MMK_L_latn_uc_r sixinferior -20; + pos @MMK_L_latn_uc_r sixsuperior -5; + pos @MMK_L_latn_uc_r slash -10; + pos @MMK_L_latn_uc_r threeinferior -5; + pos @MMK_L_latn_uc_r threesuperior -10; + pos @MMK_L_latn_uc_r trademark -10; + pos @MMK_L_latn_uc_r twosuperior -10; + pos @MMK_L_latn_uc_r zeroinferior -10; + pos @MMK_L_latn_uc_r zerosuperior -10; + pos @MMK_L_latn_uc_s @MMK_R_inp_guill 20; + pos @MMK_L_latn_uc_s @MMK_R_inp_hyph 10; + pos @MMK_L_latn_uc_s @MMK_R_latn_uc_s -10; + pos @MMK_L_latn_uc_s @MMK_R_latn_uc_t -13; + pos @MMK_L_latn_uc_s @MMK_R_latn_uc_w 3; + pos @MMK_L_latn_uc_s @MMK_R_latn_uc_y -10; + pos @MMK_L_latn_uc_s foursuperior -10; + pos @MMK_L_latn_uc_s ninesuperior -5; + pos @MMK_L_latn_uc_s registered -5; + pos @MMK_L_latn_uc_s sixsuperior -10; + pos @MMK_L_latn_uc_s slash -10; + pos @MMK_L_latn_uc_s threesuperior -5; + pos @MMK_L_latn_uc_s twosuperior -5; + pos @MMK_L_latn_uc_s underscore -40; + pos @MMK_L_latn_uc_t @MMK_R_inp_colon -40; + pos @MMK_L_latn_uc_t @MMK_R_inp_foot 15; + pos @MMK_L_latn_uc_t @MMK_R_inp_guill -40; + pos @MMK_L_latn_uc_t @MMK_R_inp_guilr -30; + pos @MMK_L_latn_uc_t @MMK_R_inp_hyph -50; + pos @MMK_L_latn_uc_t @MMK_R_inp_period -80; + pos @MMK_L_latn_uc_t @MMK_R_inp_quotel 20; + pos @MMK_L_latn_uc_t @MMK_R_inp_quoter 20; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_a -70; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_c -65; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_d -65; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_f -15; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_g -80; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_n -45; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_s -70; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_u -50; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_w -40; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_y -40; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_z -50; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_a -65; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_i -7; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_j -40; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_o -20; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_s -11; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_t 23; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_w 15; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_y 5; + pos @MMK_L_latn_uc_t V 5; + pos @MMK_L_latn_uc_t ampersand -25; + pos @MMK_L_latn_uc_t at -40; + pos @MMK_L_latn_uc_t eightinferior -60; + pos @MMK_L_latn_uc_t eightsuperior 10; + pos @MMK_L_latn_uc_t fiveinferior -50; + pos @MMK_L_latn_uc_t fivesuperior 20; + pos @MMK_L_latn_uc_t fourinferior -70; + pos @MMK_L_latn_uc_t foursuperior -25; + pos @MMK_L_latn_uc_t nineinferior -60; + pos @MMK_L_latn_uc_t ninesuperior 20; + pos @MMK_L_latn_uc_t oneinferior -60; + pos @MMK_L_latn_uc_t onesuperior 15; + pos @MMK_L_latn_uc_t p -45; + pos @MMK_L_latn_uc_t parenright 20; + pos @MMK_L_latn_uc_t seveninferior -50; + pos @MMK_L_latn_uc_t sevensuperior 30; + pos @MMK_L_latn_uc_t sixinferior -60; + pos @MMK_L_latn_uc_t slash -70; + pos @MMK_L_latn_uc_t threeinferior -60; + pos @MMK_L_latn_uc_t threesuperior 10; + pos @MMK_L_latn_uc_t trademark 20; + pos @MMK_L_latn_uc_t twoinferior -50; + pos @MMK_L_latn_uc_t twosuperior 10; + pos @MMK_L_latn_uc_t underscore -80; + pos @MMK_L_latn_uc_t v -35; + pos @MMK_L_latn_uc_t x -50; + pos @MMK_L_latn_uc_t zeroinferior -60; + pos @MMK_L_latn_uc_t zerosuperior 10; + pos @MMK_L_latn_uc_u @MMK_R_inp_period -20; + pos @MMK_L_latn_uc_u @MMK_R_latn_lc_g -10; + pos @MMK_L_latn_uc_u @MMK_R_latn_lc_w 5; + pos @MMK_L_latn_uc_u @MMK_R_latn_uc_a -13; + pos @MMK_L_latn_uc_u @MMK_R_latn_uc_j -14; + pos @MMK_L_latn_uc_u slash -20; + pos @MMK_L_latn_uc_u underscore -50; + pos @MMK_L_latn_uc_w @MMK_R_inp_foot 15; + pos @MMK_L_latn_uc_w @MMK_R_inp_hyph -10; + pos @MMK_L_latn_uc_w @MMK_R_inp_period -30; + pos @MMK_L_latn_uc_w @MMK_R_inp_quotel 20; + pos @MMK_L_latn_uc_w @MMK_R_inp_quoter 20; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_a -10; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_c -15; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_d -15; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_g -20; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_n -10; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_s -10; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_u -5; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_w -5; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_z -5; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_a -4; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_j -20; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_t 15; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_w 5; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_y 5; + pos @MMK_L_latn_uc_w V 5; + pos @MMK_L_latn_uc_w ampersand -10; + pos @MMK_L_latn_uc_w at -20; + pos @MMK_L_latn_uc_w eightinferior -40; + pos @MMK_L_latn_uc_w eightsuperior 10; + pos @MMK_L_latn_uc_w fiveinferior -30; + pos @MMK_L_latn_uc_w fivesuperior 20; + pos @MMK_L_latn_uc_w fourinferior -35; + pos @MMK_L_latn_uc_w foursuperior 15; + pos @MMK_L_latn_uc_w nineinferior -35; + pos @MMK_L_latn_uc_w ninesuperior 20; + pos @MMK_L_latn_uc_w oneinferior -35; + pos @MMK_L_latn_uc_w onesuperior 30; + pos @MMK_L_latn_uc_w p -5; + pos @MMK_L_latn_uc_w parenright 10; + pos @MMK_L_latn_uc_w question 30; + pos @MMK_L_latn_uc_w registered 15; + pos @MMK_L_latn_uc_w seveninferior -30; + pos @MMK_L_latn_uc_w sevensuperior 30; + pos @MMK_L_latn_uc_w sixinferior -40; + pos @MMK_L_latn_uc_w sixsuperior 10; + pos @MMK_L_latn_uc_w slash -10; + pos @MMK_L_latn_uc_w threeinferior -40; + pos @MMK_L_latn_uc_w threesuperior 20; + pos @MMK_L_latn_uc_w trademark 30; + pos @MMK_L_latn_uc_w twoinferior -35; + pos @MMK_L_latn_uc_w twosuperior 20; + pos @MMK_L_latn_uc_w underscore -50; + pos @MMK_L_latn_uc_w x -10; + pos @MMK_L_latn_uc_w zeroinferior -40; + pos @MMK_L_latn_uc_w zerosuperior 25; + pos @MMK_L_latn_uc_y @MMK_R_inp_colon -40; + pos @MMK_L_latn_uc_y @MMK_R_inp_foot 10; + pos @MMK_L_latn_uc_y @MMK_R_inp_guill -40; + pos @MMK_L_latn_uc_y @MMK_R_inp_guilr -40; + pos @MMK_L_latn_uc_y @MMK_R_inp_hyph -50; + pos @MMK_L_latn_uc_y @MMK_R_inp_period -60; + pos @MMK_L_latn_uc_y @MMK_R_inp_quotel 20; + pos @MMK_L_latn_uc_y @MMK_R_inp_quoter 30; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_a -50; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_c -50; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_d -50; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_f -15; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_g -55; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_h -10; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_i -20; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_j -20; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_n -40; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_s -40; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_t -10; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_u -30; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_w -20; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_y -25; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_z -20; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_a -55; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_j -40; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_o -30; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_s -22; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_t 5; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_w 5; + pos @MMK_L_latn_uc_y V 5; + pos @MMK_L_latn_uc_y ampersand -40; + pos @MMK_L_latn_uc_y at -50; + pos @MMK_L_latn_uc_y eightinferior -80; + pos @MMK_L_latn_uc_y fiveinferior -80; + pos @MMK_L_latn_uc_y fourinferior -100; + pos @MMK_L_latn_uc_y foursuperior -10; + pos @MMK_L_latn_uc_y nineinferior -80; + pos @MMK_L_latn_uc_y oneinferior -80; + pos @MMK_L_latn_uc_y onesuperior 20; + pos @MMK_L_latn_uc_y p -40; + pos @MMK_L_latn_uc_y parenright 20; + pos @MMK_L_latn_uc_y question 15; + pos @MMK_L_latn_uc_y registered 5; + pos @MMK_L_latn_uc_y seveninferior -60; + pos @MMK_L_latn_uc_y sevensuperior 20; + pos @MMK_L_latn_uc_y sixinferior -80; + pos @MMK_L_latn_uc_y sixsuperior -5; + pos @MMK_L_latn_uc_y slash -60; + pos @MMK_L_latn_uc_y threeinferior -80; + pos @MMK_L_latn_uc_y trademark 30; + pos @MMK_L_latn_uc_y twoinferior -90; + pos @MMK_L_latn_uc_y underscore -60; + pos @MMK_L_latn_uc_y v -25; + pos @MMK_L_latn_uc_y x -20; + pos @MMK_L_latn_uc_y zeroinferior -80; + pos @MMK_L_latn_uc_z @MMK_R_inp_foot 5; + pos @MMK_L_latn_uc_z @MMK_R_inp_guill -20; + pos @MMK_L_latn_uc_z @MMK_R_inp_guilr -10; + pos @MMK_L_latn_uc_z @MMK_R_inp_hyph -40; + pos @MMK_L_latn_uc_z @MMK_R_inp_period 30; + pos @MMK_L_latn_uc_z @MMK_R_inp_quotel 10; + pos @MMK_L_latn_uc_z @MMK_R_inp_quoter 10; + pos @MMK_L_latn_uc_z @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_uc_z @MMK_R_latn_lc_t -10; + pos @MMK_L_latn_uc_z @MMK_R_latn_lc_u -5; + pos @MMK_L_latn_uc_z @MMK_R_latn_lc_y -5; + pos @MMK_L_latn_uc_z @MMK_R_latn_uc_o -15; + pos @MMK_L_latn_uc_z ampersand -10; + pos @MMK_L_latn_uc_z at -20; + pos @MMK_L_latn_uc_z eightinferior 15; + pos @MMK_L_latn_uc_z fiveinferior 20; + pos @MMK_L_latn_uc_z fivesuperior 5; + pos @MMK_L_latn_uc_z fourinferior 20; + pos @MMK_L_latn_uc_z nineinferior -5; + pos @MMK_L_latn_uc_z oneinferior 20; + pos @MMK_L_latn_uc_z onesuperior 10; + pos @MMK_L_latn_uc_z parenright 10; + pos @MMK_L_latn_uc_z registered 10; + pos @MMK_L_latn_uc_z sevensuperior 10; + pos @MMK_L_latn_uc_z sixinferior 20; + pos @MMK_L_latn_uc_z sixsuperior -5; + pos @MMK_L_latn_uc_z threeinferior 20; + pos @MMK_L_latn_uc_z trademark 20; + pos @MMK_L_latn_uc_z twoinferior 20; + pos @MMK_L_latn_uc_z underscore 15; + pos @MMK_L_latn_uc_z zeroinferior 5; + subtable; + pos @MMK_L_grek_uc_Alpha @MMK_R_grek_uc_Alpha 15; + pos @MMK_L_grek_uc_Alpha @MMK_R_inp_foot -50; + pos @MMK_L_grek_uc_Alpha @MMK_R_inp_hyph -20; + pos @MMK_L_grek_uc_Alpha @MMK_R_inp_period 15; + pos @MMK_L_grek_uc_Alpha @MMK_R_inp_quotel -65; + pos @MMK_L_grek_uc_Alpha @MMK_R_inp_quoter -50; + pos @MMK_L_grek_uc_Alpha ampersand -10; + pos @MMK_L_grek_uc_Alpha at -5; + pos @MMK_L_grek_uc_Alpha eightsuperior -50; + pos @MMK_L_grek_uc_Alpha fiveinferior 10; + pos @MMK_L_grek_uc_Alpha fivesuperior -50; + pos @MMK_L_grek_uc_Alpha fourinferior 10; + pos @MMK_L_grek_uc_Alpha foursuperior -40; + pos @MMK_L_grek_uc_Alpha nineinferior -5; + pos @MMK_L_grek_uc_Alpha ninesuperior -60; + pos @MMK_L_grek_uc_Alpha oneinferior 15; + pos @MMK_L_grek_uc_Alpha onesuperior -40; + pos @MMK_L_grek_uc_Alpha pi -8; + pos @MMK_L_grek_uc_Alpha question -10; + pos @MMK_L_grek_uc_Alpha registered -60; + pos @MMK_L_grek_uc_Alpha sevensuperior -70; + pos @MMK_L_grek_uc_Alpha sixinferior 5; + pos @MMK_L_grek_uc_Alpha sixsuperior -50; + pos @MMK_L_grek_uc_Alpha slash 10; + pos @MMK_L_grek_uc_Alpha threeinferior 20; + pos @MMK_L_grek_uc_Alpha threesuperior -40; + pos @MMK_L_grek_uc_Alpha trademark -75; + pos @MMK_L_grek_uc_Alpha twoinferior 20; + pos @MMK_L_grek_uc_Alpha twosuperior -30; + pos @MMK_L_grek_uc_Alpha underscore 15; + pos @MMK_L_grek_uc_Alpha zeroinferior 20; + pos @MMK_L_grek_uc_Alpha zerosuperior -50; + subtable; + pos @MMK_L_inp_colon @MMK_R_latn_uc_t -40; + pos @MMK_L_inp_colon @MMK_R_latn_uc_y -40; + pos @MMK_L_inp_colon V -20; + pos @MMK_L_inp_colon X -10; + pos @MMK_L_inp_foot @MMK_R_grek_uc_Alpha -50; + pos @MMK_L_inp_foot @MMK_R_inp_period -90; + pos @MMK_L_inp_foot @MMK_R_latn_lc_c -20; + pos @MMK_L_inp_foot @MMK_R_latn_lc_d -20; + pos @MMK_L_inp_foot @MMK_R_latn_lc_w 20; + pos @MMK_L_inp_foot @MMK_R_latn_lc_y 20; + pos @MMK_L_inp_foot @MMK_R_latn_lc_z 10; + pos @MMK_L_inp_foot @MMK_R_latn_uc_a -50; + pos @MMK_L_inp_foot @MMK_R_latn_uc_j -30; + pos @MMK_L_inp_foot @MMK_R_latn_uc_o -10; + pos @MMK_L_inp_foot @MMK_R_latn_uc_t 15; + pos @MMK_L_inp_foot @MMK_R_latn_uc_w 15; + pos @MMK_L_inp_foot @MMK_R_latn_uc_y 10; + pos @MMK_L_inp_foot @MMK_R_latn_uc_z 5; + pos @MMK_L_inp_foot V 10; + pos @MMK_L_inp_foot pi 15; + pos @MMK_L_inp_foot questiondown -90; + pos @MMK_L_inp_foot v 20; + pos @MMK_L_inp_foot x 10; + pos @MMK_L_inp_fraction fourinferior -20; + pos @MMK_L_inp_fraction oneinferior 5; + pos @MMK_L_inp_fraction seveninferior 5; + pos @MMK_L_inp_fraction sixinferior -20; + pos @MMK_L_inp_fraction threeinferior 5; + pos @MMK_L_inp_fraction twoinferior 5; + pos @MMK_L_inp_guill @MMK_R_latn_lc_g -10; + pos @MMK_L_inp_guill @MMK_R_latn_lc_t 5; + pos @MMK_L_inp_guill @MMK_R_latn_uc_t -30; + pos @MMK_L_inp_guill @MMK_R_latn_uc_y -40; + pos @MMK_L_inp_guill V -10; + pos @MMK_L_inp_guilr @MMK_R_latn_lc_c 15; + pos @MMK_L_inp_guilr @MMK_R_latn_lc_d 15; + pos @MMK_L_inp_guilr @MMK_R_latn_uc_o 20; + pos @MMK_L_inp_guilr @MMK_R_latn_uc_t -40; + pos @MMK_L_inp_guilr @MMK_R_latn_uc_y -40; + pos @MMK_L_inp_guilr V -10; + pos @MMK_L_inp_guilr X -20; + pos @MMK_L_inp_guilr x -10; + pos @MMK_L_inp_hyph @MMK_R_grek_uc_Alpha -20; + pos @MMK_L_inp_hyph @MMK_R_latn_lc_c 10; + pos @MMK_L_inp_hyph @MMK_R_latn_lc_d 10; + pos @MMK_L_inp_hyph @MMK_R_latn_lc_w -4; + pos @MMK_L_inp_hyph @MMK_R_latn_lc_y -10; + pos @MMK_L_inp_hyph @MMK_R_latn_lc_z -15; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_a -20; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_i -30; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_j -30; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_o 15; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_s -20; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_t -50; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_w -10; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_y -50; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_z -40; + pos @MMK_L_inp_hyph V -25; + pos @MMK_L_inp_hyph X -40; + pos @MMK_L_inp_hyph v -10; + pos @MMK_L_inp_hyph x -35; + pos @MMK_L_inp_parenth @MMK_R_latn_lc_j 10; + pos @MMK_L_inp_parenth pi -10; + pos @MMK_L_inp_period @MMK_R_grek_uc_Alpha 15; + pos @MMK_L_inp_period @MMK_R_inp_foot -90; + pos @MMK_L_inp_period @MMK_R_inp_quotel -70; + pos @MMK_L_inp_period @MMK_R_inp_quoter -70; + pos @MMK_L_inp_period @MMK_R_latn_lc_a 5; + pos @MMK_L_inp_period @MMK_R_latn_lc_c -10; + pos @MMK_L_inp_period @MMK_R_latn_lc_d -20; + pos @MMK_L_inp_period @MMK_R_latn_lc_f -15; + pos @MMK_L_inp_period @MMK_R_latn_lc_g -5; + pos @MMK_L_inp_period @MMK_R_latn_lc_t -15; + pos @MMK_L_inp_period @MMK_R_latn_lc_u -5; + pos @MMK_L_inp_period @MMK_R_latn_lc_w -30; + pos @MMK_L_inp_period @MMK_R_latn_lc_y -45; + pos @MMK_L_inp_period @MMK_R_latn_lc_z 15; + pos @MMK_L_inp_period @MMK_R_latn_uc_a 15; + pos @MMK_L_inp_period @MMK_R_latn_uc_o -30; + pos @MMK_L_inp_period @MMK_R_latn_uc_t -80; + pos @MMK_L_inp_period @MMK_R_latn_uc_u -20; + pos @MMK_L_inp_period @MMK_R_latn_uc_w -30; + pos @MMK_L_inp_period @MMK_R_latn_uc_y -60; + pos @MMK_L_inp_period @MMK_R_latn_uc_z 30; + pos @MMK_L_inp_period V -60; + pos @MMK_L_inp_period X 10; + pos @MMK_L_inp_period eightsuperior -50; + pos @MMK_L_inp_period fivesuperior -60; + pos @MMK_L_inp_period fourinferior 10; + pos @MMK_L_inp_period foursuperior -50; + pos @MMK_L_inp_period nineinferior -20; + pos @MMK_L_inp_period ninesuperior -70; + pos @MMK_L_inp_period onesuperior -50; + pos @MMK_L_inp_period pi -40; + pos @MMK_L_inp_period question -75; + pos @MMK_L_inp_period seveninferior -10; + pos @MMK_L_inp_period sevensuperior -30; + pos @MMK_L_inp_period sixsuperior -50; + pos @MMK_L_inp_period threesuperior -50; + pos @MMK_L_inp_period twoinferior 10; + pos @MMK_L_inp_period twosuperior -50; + pos @MMK_L_inp_period v -45; + pos @MMK_L_inp_period zerosuperior -60; + pos @MMK_L_inp_quotel @MMK_R_grek_lc_kappa -20; + pos @MMK_L_inp_quotel @MMK_R_grek_uc_Alpha -60; + pos @MMK_L_inp_quotel @MMK_R_inp_period -70; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_a -30; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_c -45; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_d -45; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_f 10; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_g -40; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_n -20; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_s -15; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_t 14; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_w -5; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_y 10; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_a -60; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_j -10; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_o -10; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_s -5; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_t 20; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_w 20; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_y 20; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_z 5; + pos @MMK_L_inp_quotel V 20; + pos @MMK_L_inp_quotel p -20; + pos @MMK_L_inp_quotel questiondown -90; + pos @MMK_L_inp_quotel v 15; + pos @MMK_L_inp_quotel x -15; + pos @MMK_L_inp_quoter @MMK_R_grek_lc_kappa -40; + pos @MMK_L_inp_quoter @MMK_R_grek_uc_Alpha -60; + pos @MMK_L_inp_quoter @MMK_R_inp_colon -20; + pos @MMK_L_inp_quoter @MMK_R_inp_hyph -40; + pos @MMK_L_inp_quoter @MMK_R_inp_period -70; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_a -30; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_c -70; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_d -70; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_g -65; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_n -40; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_s -50; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_u -10; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_w -10; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_y -15; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_z -20; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_a -60; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_j -20; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_o -15; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_t 20; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_w 25; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_y 20; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_z 10; + pos @MMK_L_inp_quoter V 20; + pos @MMK_L_inp_quoter p -15; + pos @MMK_L_inp_quoter pi -30; + pos @MMK_L_inp_quoter questiondown -100; + pos @MMK_L_inp_quoter v -15; + pos @MMK_L_inp_quoter x -15; + } kern_DFLT; + lookup kern_arab { + #script arab; + lookupflag IgnoreMarks RightToLeft; + pos alefHamzaabove-ar keheh-ar <110 0 110 0>; + pos alefHamzabelow-ar kaf-ar.init <70 0 70 0>; + pos alefHamzabelow-ar.fina kaf-ar.init <70 0 70 0>; + pos alefWavyhamzaabove-ar kaf_alefMaksura-ar.rlig <90 0 90 0>; + pos alefWavyhamzaabove-ar kaf_yeh-ar.rlig <90 0 90 0>; + pos alefWavyhamzaabove-ar kaf_yehHamzaabove-ar.rlig <90 0 90 0>; + pos alefWavyhamzaabove-ar keheh_yeh-ar.rlig <90 0 90 0>; + pos alefWavyhamzaabove-ar gaf_alefMaksura-ar.rlig <90 0 90 0>; + pos alefWavyhamzaabove-ar gaf_yeh-ar.rlig <90 0 90 0>; + pos alefWavyhamzaabove-ar gaf_yehHamzaabove-ar.rlig <90 0 90 0>; + pos alefWavyhamzaabove-ar.fina kaf_alefMaksura-ar.rlig <90 0 90 0>; + pos alefWavyhamzaabove-ar.fina kaf_yeh-ar.rlig <90 0 90 0>; + pos alefWavyhamzaabove-ar.fina kaf_yehHamzaabove-ar.rlig <90 0 90 0>; + pos alefWavyhamzaabove-ar.fina keheh_yeh-ar.rlig <90 0 90 0>; + pos alefWavyhamzaabove-ar.fina gaf_alefMaksura-ar.rlig <90 0 90 0>; + pos alefWavyhamzaabove-ar.fina gaf_yeh-ar.rlig <90 0 90 0>; + pos alefWavyhamzaabove-ar.fina gaf_yehHamzaabove-ar.rlig <90 0 90 0>; + pos alefWasla-ar kaf_alefMaksura-ar.rlig <90 0 90 0>; + pos alefWasla-ar kaf_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar kaf_yehHamzaabove-ar.rlig <90 0 90 0>; + pos alefWasla-ar keheh_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar gaf_alefMaksura-ar.rlig <90 0 90 0>; + pos alefWasla-ar gaf_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar gaf_yehHamzaabove-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina kaf_alefMaksura-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina kaf_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina kaf_yehHamzaabove-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina keheh_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina gaf_alefMaksura-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina gaf_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina gaf_yehHamzaabove-ar.rlig <90 0 90 0>; + pos zain-ar highhamzaYeh-ar.init <120 0 120 0>; + pos zain-ar.fina highhamzaYeh-ar.init <120 0 120 0>; + pos waw-ar yeh-ar.init <10 0 10 0>; + pos waw-ar.fina yeh-ar.init <10 0 10 0>; + pos wawHamzaabove-ar yeh-ar.init <10 0 10 0>; + pos wawHamzaabove-ar.fina yeh-ar.init <10 0 10 0>; + subtable; + pos @MMK_L_arab_alef @MMK_R_arab_kaf_init <80 0 80 0>; + pos @MMK_L_arab_alef @MMK_R_arab_kaf_alefMaksura <50 0 50 0>; + pos @MMK_L_arab_alef highhamzaAlef-ar <170 0 170 0>; + pos @MMK_L_arab_alefHamzaabove @MMK_R_arab_kaf_init <140 0 140 0>; + pos @MMK_L_arab_alefMadda @MMK_R_arab_kaf_init <160 0 160 0>; + pos @MMK_L_arab_reh @MMK_R_arab_beh_init <60 0 60 0>; + pos @MMK_L_arab_reh @MMK_R_arab_hah_init <-40 0 -40 0>; + pos @MMK_L_arab_reh @MMK_R_arab_reh <20 0 20 0>; + pos @MMK_L_arab_reh @MMK_R_arab_yeh_init <90 0 90 0>; + pos @MMK_L_arab_reh beh-ar.init <40 0 40 0>; + pos @MMK_L_arab_reh behThreedotshorizontalbelow-ar.init <140 0 140 0>; + pos @MMK_L_arab_reh beh_yeh-ar.rlig <20 0 20 0>; + pos ddal-ar @MMK_R_arab_kaf_init <30 0 30 0>; + pos ddal-ar.fina @MMK_R_arab_kaf_init <-40 0 -40 0>; + subtable; + pos @MMK_L_arab_lam_alef_rlig @MMK_R_arab_kaf_init <90 0 90 0>; + pos lam_alefHamzaabove-ar.fina.rlig @MMK_R_arab_kaf_init <120 0 120 0>; + pos lam_alefMadda-ar.fina.rlig @MMK_R_arab_kaf_init <150 0 150 0>; + pos lam_alefMadda-ar.rlig @MMK_R_arab_kaf_init <130 0 130 0>; + pos lam_alefWasla-ar.fina.rlig @MMK_R_arab_kaf_init <140 0 140 0>; + pos lam_alefWasla-ar.rlig @MMK_R_arab_kaf_init <120 0 120 0>; + pos lam_alefWavyhamzaabove-ar.fina.rlig @MMK_R_arab_kaf_init <160 0 160 0>; + pos lam_alefWavyhamzaabove-ar.rlig @MMK_R_arab_kaf_init <130 0 130 0>; + subtable; + } kern_arab; + lookupflag 0; + lookupflag RightToLeft; + script arab; + lookup kern_arab; + lookupflag 0; +} kern; + + + +feature mark { + lookup markDFLT { + pos base [uniFBC0] mark @mark_top; + pos base [wavyhamza_above-ar] mark @mark_top; + pos base [foururduabove-ar] mark @mark_top; + pos base [foururdubelow-ar] mark @mark_bottom; + pos base [dottedCircle] mark @mark_bottom mark @mark_top; + } markDFLT; + lookup MARK_BASE_bottom { + @bGC_A_bottom = [A Aacute Acircumflex Adieresis Agrave Aring Atilde]; + @bGC_B_bottom = [B D X]; + @bGC_Dcroat_bottom = [Dcroat Eth]; + @bGC_E_bottom = [E V Eacute Ecircumflex Edieresis Egrave]; + @bGC_H_bottom = [H O Oacute Ocircumflex Odieresis Ograve Oslash Otilde]; + @bGC_I_bottom = [I Iacute Icircumflex Idieresis Igrave]; + @bGC_N_bottom = [N Ntilde]; + @bGC_U_bottom = [U Uacute Ucircumflex Udieresis Ugrave]; + @bGC_Y_bottom = [Y Z Yacute Ydieresis Zcaron]; + @bGC_a.alt01_bottom = [a.alt01 aacute.alt01 acircumflex.alt01 adieresis.alt01 agrave.alt01 aring.alt01 atilde.alt01]; + @bGC_a_bottom = [a aacute acircumflex adieresis agrave aring atilde]; + @bGC_e_bottom = [e eacute ecircumflex edieresis egrave]; + @bGC_h_bottom = [h n S ntilde Scaron]; + @bGC_i_bottom = [i dotlessi iacute icircumflex idieresis igrave ij]; + @bGC_l_bottom = [l ldot]; + @bGC_o_bottom = [o F oacute ocircumflex odieresis ograve otilde]; + @bGC_s_bottom = [s scaron]; + @bGC_u_bottom = [u uacute ucircumflex udieresis ugrave]; + @bGC_y_bottom = [y yacute ydieresis]; + @bGC_z_bottom = [z zcaron]; + pos base @bGC_A_bottom mark @MC_bottom; + pos base @bGC_B_bottom mark @MC_bottom; + pos base @bGC_Dcroat_bottom mark @MC_bottom; + pos base @bGC_E_bottom mark @MC_bottom; + pos base @bGC_H_bottom mark @MC_bottom; + pos base @bGC_I_bottom mark @MC_bottom; + pos base @bGC_N_bottom mark @MC_bottom; + pos base @bGC_U_bottom mark @MC_bottom; + pos base @bGC_Y_bottom mark @MC_bottom; + pos base @bGC_a.alt01_bottom mark @MC_bottom; + pos base @bGC_a_bottom mark @MC_bottom; + pos base @bGC_e_bottom mark @MC_bottom; + pos base @bGC_h_bottom mark @MC_bottom; + pos base @bGC_i_bottom mark @MC_bottom; + pos base @bGC_l_bottom mark @MC_bottom; + pos base @bGC_o_bottom mark @MC_bottom; + pos base @bGC_s_bottom mark @MC_bottom; + pos base @bGC_u_bottom mark @MC_bottom; + pos base @bGC_y_bottom mark @MC_bottom; + pos base @bGC_z_bottom mark @MC_bottom; + pos base AE mark @MC_bottom; + pos base C mark @MC_bottom; + pos base G mark @MC_bottom; + pos base J mark @MC_bottom; + pos base K mark @MC_bottom; + pos base L mark @MC_bottom; + pos base M mark @MC_bottom; + pos base OE mark @MC_bottom; + pos base P mark @MC_bottom; + pos base R mark @MC_bottom; + pos base T mark @MC_bottom; + pos base W mark @MC_bottom; + pos base ae mark @MC_bottom; + pos base b mark @MC_bottom; + pos base c mark @MC_bottom; + pos base d mark @MC_bottom; + pos base f mark @MC_bottom; + pos base k mark @MC_bottom; + pos base m mark @MC_bottom; + pos base oe mark @MC_bottom; + pos base oslash mark @MC_bottom; + pos base r mark @MC_bottom; + pos base t mark @MC_bottom; + pos base v mark @MC_bottom; + pos base w mark @MC_bottom; + pos base x mark @MC_bottom; + } MARK_BASE_bottom; + lookup MARK_BASE_bottomright { + @bGC_A_bottomright = [A Aacute Acircumflex Adieresis Agrave Aring Atilde]; + @bGC_E_bottomright = [E Eacute Ecircumflex Edieresis Egrave]; + @bGC_I_bottomright = [I Iacute Icircumflex Idieresis Igrave]; + @bGC_U_bottomright = [U Uacute Ucircumflex Udieresis Ugrave]; + @bGC_a.alt01_bottomright = [a.alt01 aacute.alt01 acircumflex.alt01 adieresis.alt01 agrave.alt01 aring.alt01 atilde.alt01]; + @bGC_a_bottomright = [a aacute acircumflex adieresis agrave aring atilde]; + @bGC_e_bottomright = [e eacute ecircumflex edieresis egrave]; + @bGC_i_bottomright = [i ij]; + @bGC_u_bottomright = [u uacute ucircumflex udieresis ugrave]; + pos base @bGC_A_bottomright mark @MC_bottomright; + pos base @bGC_E_bottomright mark @MC_bottomright; + pos base @bGC_I_bottomright mark @MC_bottomright; + pos base @bGC_U_bottomright mark @MC_bottomright; + pos base @bGC_a.alt01_bottomright mark @MC_bottomright; + pos base @bGC_a_bottomright mark @MC_bottomright; + pos base @bGC_e_bottomright mark @MC_bottomright; + pos base @bGC_i_bottomright mark @MC_bottomright; + pos base @bGC_u_bottomright mark @MC_bottomright; + } MARK_BASE_bottomright; + lookup MARK_BASE_top { + @bGC_B_top = [B D R X]; + @bGC_C_top = [C Ccedilla]; + @bGC_Dcroat_top = [Dcroat Eth]; + @bGC_E_top = [E V]; + @bGC_H_top = [H O Q Oslash]; + @bGC_Y_top = [Y Z]; + @bGC_a.alt01_top = [a.alt01 g.alt01]; + @bGC_c_top = [c ccedilla]; + @bGC_dotlessi_top = [dotlessi dotlessj]; + @bGC_g_top = [g g.alt02]; + pos base @bGC_B_top mark @MC_top; + pos base @bGC_C_top mark @MC_top; + pos base @bGC_Dcroat_top mark @MC_top; + pos base @bGC_E_top mark @MC_top; + pos base @bGC_H_top mark @MC_top; + pos base @bGC_Y_top mark @MC_top; + pos base @bGC_a.alt01_top mark @MC_top; + pos base @bGC_c_top mark @MC_top; + pos base @bGC_dotlessi_top mark @MC_top; + pos base @bGC_g_top mark @MC_top; + pos base A mark @MC_top; + pos base AE mark @MC_top; + pos base F mark @MC_top; + pos base G mark @MC_top; + pos base I mark @MC_top; + pos base J mark @MC_top; + pos base K mark @MC_top; + pos base L mark @MC_top; + pos base M mark @MC_top; + pos base N mark @MC_top; + pos base OE mark @MC_top; + pos base P mark @MC_top; + pos base S mark @MC_top; + pos base T mark @MC_top; + pos base U mark @MC_top; + pos base W mark @MC_top; + pos base a mark @MC_top; + pos base ae mark @MC_top; + pos base e mark @MC_top; + pos base h mark @MC_top; + pos base l mark @MC_top; + pos base m mark @MC_top; + pos base n mark @MC_top; + pos base o mark @MC_top; + pos base oe mark @MC_top; + pos base oslash mark @MC_top; + pos base p mark @MC_top; + pos base q mark @MC_top; + pos base r mark @MC_top; + pos base s mark @MC_top; + pos base u mark @MC_top; + pos base v mark @MC_top; + pos base w mark @MC_top; + pos base x mark @MC_top; + pos base y mark @MC_top; + pos base z mark @MC_top; + } MARK_BASE_top; + lookup MARK_BASE_topright { + @bGC_l_topright = [l ldot]; + pos base @bGC_l_topright mark @MC_topright; + pos base L mark @MC_topright; + pos base d mark @MC_topright; + pos base t mark @MC_topright; + } MARK_BASE_topright; + lookup markarab { + pos base [hamza-ar] mark @mark_bottom mark @mark_top; + pos base [highhamza-ar] mark @mark_top; + pos base [alef-ar] mark @mark_bottom mark @mark_top; + pos base [alef-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alef-ar.short] mark @mark_bottom mark @mark_top; + pos base [alef-ar.fina.short] mark @mark_bottom mark @mark_top; + pos base [alefHamzaabove-ar] mark @mark_bottom mark @mark_top; + pos base [alefHamzaabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefHamzabelow-ar] mark @mark_bottom mark @mark_top; + pos base [alefHamzabelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefWavyhamzaabove-ar] mark @mark_bottom mark @mark_top; + pos base [alefWavyhamzaabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefWavyhamzabelow-ar] mark @mark_bottom mark @mark_top; + pos base [alefWavyhamzabelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefMadda-ar] mark @mark_bottom mark @mark_top; + pos base [alefMadda-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefWasla-ar] mark @mark_bottom mark @mark_top; + pos base [alefWasla-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefFathatan-ar] mark @mark_bottom mark @mark_top; + pos base [alefFathatan-ar.fina] mark @mark_bottom mark @mark_top; + pos base [highhamzaAlef-ar] mark @mark_bottom mark @mark_top; + pos base [highhamzaAlef-ar.fina] mark @mark_bottom mark @mark_top; + pos base [behDotless-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behDotless-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behDotless-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behDotless-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [peh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [peh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [peh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [peh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beeh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beeh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beeh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beeh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beheh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beheh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beheh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beheh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefMaksura-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefMaksura-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehRing-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehRing-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsdown-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsdown-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsdown-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsdown-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [theh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [theh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [theh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [theh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteheh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteheh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteheh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteheh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teheh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teheh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teheh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teheh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotshorizontalbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotshorizontalbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotshorizontalbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotshorizontalbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsupbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsupbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsupbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsupbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behTwodotsbelowDotabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behTwodotsbelowDotabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behTwodotsbelowDotabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behTwodotsbelowDotabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVinvertedbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVinvertedbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVinvertedbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVinvertedbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [jeem-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [jeem-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [jeem-ar.medi] mark @mark_bottom mark @mark_top; + pos base [jeem-ar.init] mark @mark_bottom mark @mark_top; + pos base [jeem-ar.short] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheh-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheh-ar.short] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheh-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tcheh-ar.init] mark @mark_bottom mark @mark_top; + pos base [tcheheh-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheheh-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheheh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tcheheh-ar.init] mark @mark_bottom mark @mark_top; + pos base [tchehDotabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tchehDotabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tchehDotabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tchehDotabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [nyeh-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [nyeh-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [nyeh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [nyeh-ar.init] mark @mark_bottom mark @mark_top; + pos base [dyeh-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [dyeh-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [dyeh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [dyeh-ar.init] mark @mark_bottom mark @mark_top; + pos base [hah-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hah-ar.short] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hah-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hah-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hah-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahHamzaabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahHamzaabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahHamzaabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahHamzaabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahTwodotsverticalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTwodotsverticalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTwodotsverticalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahTwodotsverticalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahThreedotsabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahThreedotsabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahThreedotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahThreedotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahThreedotsupbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahThreedotsupbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahThreedotsupbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahThreedotsupbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [khah-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [khah-ar.short] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [khah-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [khah-ar.medi] mark @mark_bottom mark @mark_top; + pos base [khah-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahTahbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahTahbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahTahTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahTahTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahFourbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahFourbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahFourbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahFourbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [jeemTwodotsabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [jeemTwodotsabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [jeemTwodotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [jeemTwodotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [dal-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dal-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [thal-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [thal-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [thalAlefabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [thalAlefabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ddal-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ddal-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dahal-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dahal-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ddahal-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ddahal-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalDotbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalDotbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalDotbelowTah-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalDotbelowTah-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dul-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dul-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalThreedotsdown-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalThreedotsdown-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalFourdots-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalFourdots-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalVinvertedabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalVinvertedabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalTwodotsverticalbelowTah-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalTwodotsverticalbelowTah-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalVinvertedbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalVinvertedbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [reh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [reh-ar.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [reh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [reh-ar.fina.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [zain-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [zain-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [zain-ar.fina.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [zain-ar.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ainThreedotsbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedotsbelow-ar.fina.medi] mark @mark_bottom mark @mark_top; + pos base [ainThreedotsbelow-ar.fina.init] mark @mark_bottom mark @mark_top; + pos base [rreh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rreh-ar.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rreh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rreh-ar.fina.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehv-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehv-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehDotbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehDotbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehVbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehVbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehDotbelowdotabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehDotbelowdotabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodots-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodots-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [jeh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [jeh-ar.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [jeh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [jeh-ar.fina.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehFourdots-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehFourdots-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehVinvertedabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehVinvertedabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehStroke-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehStroke-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodotsverticalabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodotsverticalabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehHamzaabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehHamzaabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodotshorizontalaboveTahabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodotshorizontalaboveTahabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehAlefabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [seen-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seen-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seen-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seen-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenDotbelowDotabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenDotbelowDotabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenDotbelowDotabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenDotbelowDotabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenThreedotsbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenThreedotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [sheen-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheen-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheen-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sheen-ar.init] mark @mark_bottom mark @mark_top; + pos base [sheenDotbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheenDotbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheenDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sheenDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [sheenThreedotsbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheenThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheenThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sheenThreedotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [sad-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sad-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sad-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sad-ar.init] mark @mark_bottom mark @mark_top; + pos base [sadTwodotsbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sadTwodotsbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sadTwodotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sadTwodotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [sadThreedots-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sadThreedots-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sadThreedots-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sadThreedots-ar.init] mark @mark_bottom mark @mark_top; + pos base [dad-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dad-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dad-ar.medi] mark @mark_bottom mark @mark_top; + pos base [dad-ar.init] mark @mark_bottom mark @mark_top; + pos base [dadDotbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dadDotbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dadDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [dadDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [tah-ar] mark @mark_bottom mark @mark_top; + pos base [tah-ar.fina] mark @mark_bottom mark @mark_top; + pos base [tah-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tah-ar.init] mark @mark_bottom mark @mark_top; + pos base [tahThreedots-ar] mark @mark_bottom mark @mark_top; + pos base [tahThreedots-ar.fina] mark @mark_bottom mark @mark_top; + pos base [tahThreedots-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tahThreedots-ar.init] mark @mark_bottom mark @mark_top; + pos base [zah-ar] mark @mark_bottom mark @mark_top; + pos base [zah-ar.fina] mark @mark_bottom mark @mark_top; + pos base [zah-ar.medi] mark @mark_bottom mark @mark_top; + pos base [zah-ar.init] mark @mark_bottom mark @mark_top; + pos base [tahTwodotsabove-ar] mark @mark_bottom mark @mark_top; + pos base [tahTwodotsabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [tahTwodotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tahTwodotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [ain-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ain-ar.short] mark @mark_bottom mark @mark_top; + pos base [ain-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ain-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ain-ar.init] mark @mark_bottom mark @mark_top; + pos base [ainThreedots-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedots-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedots-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ainThreedots-ar.init] mark @mark_bottom mark @mark_top; + pos base [ghain-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ghain-ar.short] mark @mark_bottom mark @mark_top; + pos base [ghain-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ghain-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ghain-ar.init] mark @mark_bottom mark @mark_top; + pos base [ghainDotbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ghainDotbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ghainDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ghainDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [feh-ar] mark @mark_bottom mark @mark_top; + pos base [feh-ar.fina] mark @mark_bottom mark @mark_top; + pos base [feh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [feh-ar.init] mark @mark_bottom mark @mark_top; + pos base [veh-ar] mark @mark_bottom mark @mark_top; + pos base [veh-ar.fina] mark @mark_bottom mark @mark_top; + pos base [veh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [veh-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehDotless-ar] mark @mark_bottom mark @mark_top; + pos base [fehDotless-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehDotless-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehDotless-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehDotbelow-ar] mark @mark_bottom mark @mark_top; + pos base [fehDotbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsbelow-ar] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehDotbelowThreedotsabove-ar] mark @mark_bottom mark @mark_top; + pos base [fehDotbelowThreedotsabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehDotbelowThreedotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehDotbelowThreedotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [peheh-ar] mark @mark_bottom mark @mark_top; + pos base [peheh-ar.fina] mark @mark_bottom mark @mark_top; + pos base [peheh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [peheh-ar.init] mark @mark_bottom mark @mark_top; + pos base [qafDotless-ar] mark @mark_bottom mark @mark_top; + pos base [qafDotless-ar.fina] mark @mark_bottom mark @mark_top; + pos base [qaf-ar] mark @mark_bottom mark @mark_top; + pos base [qaf-ar.fina] mark @mark_bottom mark @mark_top; + pos base [qaf-ar.medi] mark @mark_bottom mark @mark_top; + pos base [qaf-ar.init] mark @mark_bottom mark @mark_top; + pos base [qafDotabove-ar] mark @mark_bottom mark @mark_top; + pos base [qafDotabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [qafThreedotsabove-ar] mark @mark_bottom mark @mark_top; + pos base [qafThreedotsabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [qafThreedotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [qafThreedotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [qafDotbelow-ar] mark @mark_bottom mark @mark_top; + pos base [qafDotbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [qafDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [qafDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [kaf-ar] mark @mark_bottom mark @mark_top; + pos base [kaf-ar.fina] mark @mark_bottom mark @mark_top; + pos base [kaf-ar.fina.ss01] mark @mark_bottom mark @mark_top; + pos base [kaf-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kaf-ar.medi.ss01] mark @mark_bottom mark @mark_top; + pos base [kaf-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kaf-ar.init.ss01] mark @mark_bottom mark @mark_top; + pos base [keheh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [keheh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [keheh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [keheh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehDotabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehDotabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehDotabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehDotabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsupbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsupbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsupbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsupbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gaf-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gaf-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gaf-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gaf-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafRing-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafRing-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafThreedots-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafThreedots-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafThreedots-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafThreedots-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafswash-ar] mark @mark_bottom mark @mark_top; + pos base [kafRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafRing-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafRing-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafDotabove-ar] mark @mark_bottom mark @mark_top; + pos base [kafDotabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [kafDotabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafDotabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_top; + pos base [kafTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [kafTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafThreedotsbelow-ar] mark @mark_bottom mark @mark_top; + pos base [kafThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [kafThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafThreedotsbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafTwodotsbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafTwodotsbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafTwodotsbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafTwodotsbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ng-ar] mark @mark_bottom mark @mark_top; + pos base [ng-ar.fina] mark @mark_bottom mark @mark_top; + pos base [ng-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ng-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ngoeh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ngoeh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ngoeh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ngoeh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gueh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gueh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gueh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gueh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [lam-ar] mark @mark_bottom mark @mark_top; + pos base [lam-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lam-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lam-ar.init] mark @mark_bottom mark @mark_top; + pos base [lamVabove-ar] mark @mark_bottom mark @mark_top; + pos base [lamVabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamVabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamVabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [lamDotabove-ar] mark @mark_bottom mark @mark_top; + pos base [lamDotabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamDotabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamDotabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsabove-ar] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsbelow-ar] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [lamDoublebar-ar] mark @mark_bottom mark @mark_top; + pos base [lamDoublebar-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamDoublebar-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamDoublebar-ar.init] mark @mark_bottom mark @mark_top; + pos base [meem-ar] mark @mark_bottom mark @mark_top; + pos base [meem-ar.fina] mark @mark_bottom mark @mark_top; + pos base [meem-ar.medi] mark @mark_bottom mark @mark_top; + pos base [meem-ar.init] mark @mark_bottom mark @mark_top; + pos base [meemThreedotsabove-ar] mark @mark_bottom mark @mark_top; + pos base [meemThreedotsabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [meemThreedotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [meemThreedotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [noon-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noon-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noon-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noon-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonDotbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonDotbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonDotbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonDotbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonghunna-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonghunna-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rnoon-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rnoon-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonRing-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonRing-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonThreedotsabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonThreedotsabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [heh-ar] mark @mark_bottom mark @mark_top; + pos base [heh-ar.fina] mark @mark_bottom mark @mark_top; + pos base [heh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [heh-ar.init] mark @mark_bottom mark @mark_top; + pos base [hehHamzaabove-ar] mark @mark_bottom mark @mark_top; + pos base [hehHamzaabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [hehgoal-ar] mark @mark_bottom mark @mark_top; + pos base [hehgoal-ar.fina] mark @mark_bottom mark @mark_top; + pos base [hehgoal-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hehgoal-ar.init] mark @mark_bottom mark @mark_top; + pos base [hehgoalHamzaabove-ar] mark @mark_bottom mark @mark_top; + pos base [hehgoalHamzaabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [hehgoalHamzaabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hehgoalHamzaabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hehDoachashmee-ar] mark @mark_bottom mark @mark_top; + pos base [hehDoachashmee-ar.fina] mark @mark_bottom mark @mark_top; + pos base [hehDoachashmee-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hehDoachashmee-ar.init] mark @mark_bottom mark @mark_top; + pos base [hehVinvertedabove-ar] mark @mark_bottom mark @mark_top; + pos base [hehVinvertedabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [hehVinvertedabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hehVinvertedabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hehAlefabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [tehMarbuta-ar] mark @mark_bottom mark @mark_top; + pos base [tehMarbuta-ar.fina] mark @mark_bottom mark @mark_top; + pos base [tehMarbutagoal-ar] mark @mark_bottom mark @mark_top; + pos base [tehMarbutagoal-ar.fina] mark @mark_bottom mark @mark_top; + pos base [waw-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [waw-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawring-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawring-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawTwodots-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawTwodots-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawDotabove-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawDotabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawHamzaabove-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawHamzaabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawTwoabove-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawTwoabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawThreeAbove-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawThreeAbove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawDotcenter-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawDotcenter-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [kirghizoe-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [kirghizoe-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [oe-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [oe-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [u-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [u-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [yu-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [yu-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [kirghizyu-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [kirghizyu-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [ve-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [ve-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [alefMaksura-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefMaksura-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefMaksuraAlefabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefMaksuraAlefabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefTwoabove-ar] mark @mark_bottom mark @mark_top; + pos base [alefTwoabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefThreeabove-ar] mark @mark_bottom mark @mark_top; + pos base [alefThreeabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [yeh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehHamzaabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehHamzaabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehHamzaabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehHamzaabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowHamzaabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowHamzaabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowHamzaabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowHamzaabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowDotabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowDotabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowDotabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowDotabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVinverted-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVinverted-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVinverted-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVinverted-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsabove-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsabove-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsabove-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsabove-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsabove-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsabove-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsabove-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsabove-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwoabove-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwoabove-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwoabove-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwoabove-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreeabove-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreeabove-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreeabove-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreeabove-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehFourbelow-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehFourbelow-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehFourbelow-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehFourbelow-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTail-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTail-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehKashmiri-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehKashmiri-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehKashmiri-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehKashmiri-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [e-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [e-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [e-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [e-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehbarree-ar] mark @mark_bottom mark @mark_top; + pos base [yehbarree-ar.fina] mark @mark_bottom mark @mark_top; + pos base [yehbarree-ar.fina.short] mark @mark_bottom mark @mark_top; + pos base [yehbarree-ar.fina.short2] mark @mark_bottom mark @mark_top; + pos base [yehbarree-ar.fina.short3] mark @mark_bottom mark @mark_top; + pos base [yehbarree-ar.fina.short4] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar.fina.short] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar.fina.short2] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar.fina.short3] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar.fina.short4] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.fina.short] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.fina.short2] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.fina.short3] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.fina.short4] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehbarreeTwoabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehbarreeThreeabove-ar] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.fina.short] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.fina.short2] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.fina.short3] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.fina.short4] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehbarreeThreeabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehRohingya] mark @mark_bottom mark @mark_top; + pos base [highhamzaWaw-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [highhamzaWaw-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [uHamzaabove-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [uHamzaabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [highhamzaYeh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [highhamzaYeh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [highhamzaYeh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [highhamzaYeh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ae-ar] mark @mark_bottom mark @mark_top; + pos base [ae-ar.fina] mark @mark_bottom mark @mark_top; + pos base [seenFourdotsabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenFourdotsabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenFourdotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenFourdotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [ainTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ainTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [ainThreedotsdownabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedotsdownabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedotsdownabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ainThreedotsdownabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [ainTwodotsverticalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainTwodotsverticalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainTwodotsverticalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ainTwodotsverticalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehTwodotsbelow-ar] mark @mark_bottom mark @mark_top; + pos base [fehTwodotsbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehTwodotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehTwodotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsupbelow-ar] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsupbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsupbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsupbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [meemDotabove-ar] mark @mark_bottom mark @mark_top; + pos base [meemDotabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [meemDotabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [meemDotabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [meemDotbelow-ar] mark @mark_bottom mark @mark_top; + pos base [meemDotbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [meemDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [meemDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [noonTwodotsbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTwodotsbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTwodotsbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTwodotsbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTahabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTahabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTahabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTahabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonVabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonVabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonVabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonVabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [lamBar-ar] mark @mark_bottom mark @mark_top; + pos base [lamBar-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamBar-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamBar-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenTahTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenTahTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenTahTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenTahTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahTahabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahTahabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenFourabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenFourabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenFourabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenFourabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenVinvertedabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenVinvertedabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenVinvertedabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenVinvertedabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [qaf_lam_yeh-ar] mark @mark_bottom mark @mark_top; + pos base [fathatan-ar.medi] mark @mark_bottom mark @mark_top; + pos base [kasra-ar.medi] mark @mark_bottom mark @mark_top; + pos base [kashida-ar] mark @mark_bottom mark @mark_top; + pos base [kashida-ar.long] mark @mark_bottom mark @mark_top; + pos base [fatha-ar.medi] mark @mark_bottom mark @mark_top; + pos base [damma-ar.medi] mark @mark_bottom mark @mark_top; + pos base [shadda-ar.medi] mark @mark_bottom mark @mark_top; + pos base [shadda_fatha-ar.medi] mark @mark_bottom mark @mark_top; + pos base [shadda_damma-ar.medi] mark @mark_bottom mark @mark_top; + pos base [shadda_kasra-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sukun-ar.medi] mark @mark_bottom mark @mark_top; + pos base [yehbelow-ar] mark @mark_bottom; + pos base [uniFBBC] mark @mark_bottom; + pos base [sindhiampersand-ar] mark @mark_bottom mark @mark_top; + pos base [sindhipostpositionmen-ar] mark @mark_bottom mark @mark_top; + pos base [cuberoot-ar] mark @mark_top; + pos base [fourthroot-ar] mark @mark_top; + # pos base [_part-alef-ar.fina] mark @mark_bottom mark @mark_top; + } markarab; + lookup mark_arab_mark2Liga { + lookupflag RightToLeft; + pos ligature [lam_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefHamzabelow-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefHamzabelow-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWavyhamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWavyhamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWavyhamzabelow-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWavyhamzabelow-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefMadda-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefMadda-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWasla-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWasla-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [behDotless_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [behDotless_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [tteh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [tteh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [tteh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [tteh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [tteh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_reh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_reh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_zain-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_zain-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_rreh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_rreh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_jeh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_jeh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_reh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_reh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_zain-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_zain-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_rreh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_rreh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_jeh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_jeh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_reh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_reh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_zain-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_zain-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_rreh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_rreh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_jeh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_jeh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_reh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_reh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_zain-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_zain-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_rreh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_rreh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_jeh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_jeh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [feh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [feh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [feh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [feh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [veh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [veh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [veh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [veh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [fehDotless_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [qaf_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [qaf_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [qaf_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [qaf_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [keheh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [keheh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [keheh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [keheh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_meem-ar] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_meem-ar.init] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamVabove_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamVabove_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamDotabove_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamDotabove_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamThreedotsabove_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamThreedotsabove_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamThreedotsbelow_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamThreedotsbelow_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [alefMaksura_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_noonghunna-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_reh-farsi.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_reh-farsi.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_zain-farsi.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_zain-farsi.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_rreh-farsi.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_rreh-farsi.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_jeh-farsi.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_jeh-farsi.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_noon-farsi.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamBar_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamBar_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [mohammad-ar] mark @mark_top ligComponent mark @mark_top ligComponent mark @mark_top ligComponent mark @mark_top; + } mark_arab_mark2Liga; + lookupflag 0; + lookupflag RightToLeft; + script arab; + lookup markarab; + lookup mark_arab_mark2Liga; + lookupflag 0; +} mark; + + + +feature mkmk { + lookup mkmk_arab_bottom { + lookupflag RightToLeft; + pos mark [kasra-ar.isol] mark @mark_bottom; + pos mark [tahbelow-ar] mark @mark_bottom; + pos mark [kasrasmall-ar] mark @mark_bottom; + pos mark [dotbelow-ar] mark @mark_bottom; + pos mark [twodotsverticalbelow-ar] mark @mark_bottom; + pos mark [twodotshorizontalbelow-ar] mark @mark_bottom; + pos mark [threedotsdownbelow-ar] mark @mark_bottom; + pos mark [threedotsupbelow-ar] mark @mark_bottom; + pos mark [threedotshorizontalbelow-ar] mark @mark_bottom; + pos mark [fourdotsbelow-ar] mark @mark_bottom; + pos mark [wavyhamzabelow-ar] mark @mark_bottom; + pos mark [alefbelow-ar] mark @mark_bottom; + pos mark [hamzabelow-ar] mark @mark_bottom; + pos mark [hamzabelowKasra-ar] mark @mark_bottom; + pos mark [hamzabelowKasratan-ar] mark @mark_bottom; + pos mark [kasratan-ar] mark @mark_bottom; + pos mark [kasratan-ar.isol] mark @mark_bottom; + pos mark [kasra-ar] mark @mark_bottom; + pos mark [vbelow-ar] mark @mark_bottom; + pos mark [vinvertedbelow-ar] mark @mark_bottom; + pos mark [dotvowelbelow-ar] mark @mark_bottom; + pos mark [seenbelow-ar] mark @mark_bottom; + pos mark [rhombusStopbelow-ar] mark @mark_bottom; + pos mark [meembelow-ar] mark @mark_bottom; + pos mark [kasraCurly-ar] mark @mark_bottom; + pos mark [kasratanCurly-ar] mark @mark_bottom; + pos mark [toneonedotbelow-ar] mark @mark_bottom; + pos mark [tonetwodotsbelow-ar] mark @mark_bottom; + pos mark [toneloopbelow-ar] mark @mark_bottom; + pos mark [openkasratan-ar] mark @mark_bottom; + pos mark [kasraDotbelow-ar] mark @mark_bottom; + pos mark [leftarrowheadbelow-ar] mark @mark_bottom; + pos mark [rightarrowheadbelow-ar] mark @mark_bottom; + } mkmk_arab_bottom; + lookup mkmk_arab_top { + lookupflag RightToLeft; + pos mark [rehHahabove-ar] mark @mark_top; + pos mark [rehDadabove-ar] mark @mark_top; + pos mark [sadabove-ar] mark @mark_top; + pos mark [ainabove-ar] mark @mark_top; + pos mark [takhallusabove-ar] mark @mark_top; + pos mark [tahabove-ar] mark @mark_top; + pos mark [alefLamYehabove-ar] mark @mark_top; + pos mark [zainabove-ar] mark @mark_top; + pos mark [fathasmall-ar] mark @mark_top; + pos mark [dammasmall-ar] mark @mark_top; + pos mark [dotabove-ar] mark @mark_top; + pos mark [twodotsverticalabove-ar] mark @mark_top; + pos mark [twodotshorizontalabove-ar] mark @mark_top; + pos mark [threedotsdownabove-ar] mark @mark_top; + pos mark [threedotsupabove-ar] mark @mark_top; + pos mark [fourdotsabove-ar] mark @mark_top; + pos mark [fourabove-ar] mark @mark_top; + pos mark [threeabove-ar] mark @mark_top; + pos mark [twoabove-ar] mark @mark_top; + pos mark [wasla-ar] mark @mark_top; + pos mark [alefabove-ar] mark @mark_top; + pos mark [hamzaabove-ar] mark @mark_top; + pos mark [hamzaaboveDamma-ar] mark @mark_top; + pos mark [hamzaaboveDammatan-ar] mark @mark_top; + pos mark [hamzaaboveFatha-ar] mark @mark_top; + pos mark [hamzaaboveFathatan-ar] mark @mark_top; + pos mark [hamzaaboveSukun-ar] mark @mark_top; + pos mark [fathatan-ar] mark @mark_top; + pos mark [fathatan-ar.isol] mark @mark_top; + pos mark [dammatan-ar] mark @mark_top; + pos mark [dammatan-ar.isol] mark @mark_top; + pos mark [fatha-ar] mark @mark_top; + pos mark [fatha-ar.isol] mark @mark_top; + pos mark [damma-ar] mark @mark_top; + pos mark [damma-ar.isol] mark @mark_top; + pos mark [shadda-ar] mark @mark_top; + pos mark [shadda-ar.isol] mark @mark_top; + pos mark [sukun-ar] mark @mark_top; + pos mark [sukun-ar.isol] mark @mark_top; + pos mark [madda-ar] mark @mark_top; + pos mark [shaddaAlefabove-ar] mark @mark_top; + pos mark [shaddaDamma-ar] mark @mark_top; + pos mark [shaddaDammatan-ar] mark @mark_top; + pos mark [shaddaFatha-ar] mark @mark_top; + pos mark [shaddaFathatan-ar] mark @mark_top; + pos mark [shaddaKasra-ar] mark @mark_top; + pos mark [shaddaKasratan-ar] mark @mark_top; + pos mark [noonghunnaabove-ar] mark @mark_top; + pos mark [dammainverted-ar] mark @mark_top; + pos mark [fathaHorizont-ar] mark @mark_top; + pos mark [vabove-ar] mark @mark_top; + pos mark [vinvertedabove-ar] mark @mark_top; + pos mark [dammareversed-ar] mark @mark_top; + pos mark [fathatwodots-ar] mark @mark_top; + pos mark [sadLamAlefMaksuraabove-ar] mark @mark_top; + pos mark [qafLamAlefMaksuraabove-ar] mark @mark_top; + pos mark [meemabove-ar] mark @mark_top; + pos mark [meemStopabove-ar] mark @mark_top; + pos mark [lamAlefabove-ar] mark @mark_top; + pos mark [jeemabove-ar] mark @mark_top; + pos mark [threedotsabove-ar] mark @mark_top; + pos mark [seenabove-ar] mark @mark_top; + pos mark [sukunround-ar] mark @mark_top; + pos mark [sukunoval-ar] mark @mark_top; + pos mark [hahabove-ar] mark @mark_top; + pos mark [maddalong-ar] mark @mark_top; + pos mark [yehabove-ar] mark @mark_top; + pos mark [noonabove-ar] mark @mark_top; + pos mark [rhombusStopabove-ar] mark @mark_top; + pos mark [fathaCurly-ar] mark @mark_top; + pos mark [dammaCurly-ar] mark @mark_top; + pos mark [fathatanCurly-ar] mark @mark_top; + pos mark [dammatanCurly-ar] mark @mark_top; + pos mark [toneonedotabove-ar] mark @mark_top; + pos mark [tonetwodotsabove-ar] mark @mark_top; + pos mark [toneloopabove-ar] mark @mark_top; + pos mark [openfathatan-ar] mark @mark_top; + pos mark [opendammatan-ar] mark @mark_top; + pos mark [fathaDotabove-ar] mark @mark_top; + pos mark [leftarrowheadabove-ar] mark @mark_top; + pos mark [rightarrowheadabove-ar] mark @mark_top; + pos mark [doublerightarrowheadabove-ar] mark @mark_top; + pos mark [doublerightarrowheadDotabove-ar] mark @mark_top; + pos mark [rightarrowheadDotabove-ar] mark @mark_top; + pos mark [dammaDot-ar] mark @mark_top; + } mkmk_arab_top; + lookupflag 0; + lookupflag RightToLeft; + script arab; + lookup mkmk_arab_bottom; + lookup mkmk_arab_top; + lookupflag 0; +} mkmk; + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/fontinfo.plist b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/fontinfo.plist index 48eca36b2a..675cb959ce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/fontinfo.plist +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/fontinfo.plist @@ -18,8 +18,6 @@ 1974 macintoshFONDName IBMPlexSansArabic - note - How razorback-jumping frogs can level six piqued gymnasts! openTypeHeadCreated 2019/11/01 08:48:46 openTypeHheaAscender @@ -40,16 +38,12 @@ Bold Monday openTypeNameManufacturerURL http://www.boldmonday.com - openTypeNamePreferredFamilyName - IBM Plex Sans Arabic - openTypeNamePreferredSubfamilyName - Regular openTypeNameSampleText How razorback-jumping frogs can level six piqued gymnasts! openTypeNameUniqueID - IBM;IBMPlexSansArabic;1.001;2019 + IBM;IBMPlexSansArabic;1.002;2021 openTypeNameVersion - Version 1.001 2019 + Version 1.002 2021 openTypeOS2CodePageRanges 0 @@ -58,8 +52,8 @@ openTypeOS2FamilyClass - 0 - 0 + 8 + 1 openTypeOS2Panose @@ -116,7 +110,6 @@ 35 36 37 - 38 60 62 63 @@ -135,7 +128,7 @@ postscriptBlueFuzz 0 postscriptBlueScale - 0.039625 + 0.0625 postscriptBlueShift 7 postscriptBlueValues @@ -214,10 +207,10 @@ versionMajor 1 versionMinor - 1 + 2 xHeight 516 year - 2019 + 2021 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/AE__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/AE__.glif index 72aaff2b67..cb0ec2a609 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/AE__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/AE__.glif @@ -28,7 +28,10 @@ - + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/A_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/A_.glif index 42afd495d2..d932eed7a2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/A_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/A_.glif @@ -20,13 +20,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Aacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Aacute_.glif index d1d764d21b..2d29507814 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Aacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Aacute_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Acircumflex_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Acircumflex_.glif index c6cc8c9687..828a0c4453 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Acircumflex_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Acircumflex_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Adieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Adieresis_.glif index 30a5a58435..000cb26372 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Adieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Adieresis_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Agrave_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Agrave_.glif index 02b45d7b77..ea188d9b51 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Agrave_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Agrave_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Aring_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Aring_.glif index c214e511e9..c7da013cf4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Aring_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Aring_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Atilde_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Atilde_.glif index b5c486aec2..7759b875b5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Atilde_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Atilde_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/B_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/B_.glif index 345ca3d436..71bbd71097 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/B_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/B_.glif @@ -46,10 +46,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/C_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/C_.glif index 5839b9d618..869a000bd4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/C_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/C_.glif @@ -33,10 +33,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ccedilla_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ccedilla_.glif index 2a2e80028d..817a110d48 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ccedilla_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ccedilla_.glif @@ -58,5 +58,8 @@ + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/D_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/D_.glif index a3d82e9c84..82025a2b3c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/D_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/D_.glif @@ -27,10 +27,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Dcroat_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Dcroat_.glif index 9bf11f739f..e8866735a1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Dcroat_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Dcroat_.glif @@ -34,5 +34,11 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/E_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/E_.glif index 83d1e72337..5f250e21d4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/E_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/E_.glif @@ -18,13 +18,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Eacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Eacute_.glif index f677f51388..d399a15f5c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Eacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Eacute_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ecircumflex_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ecircumflex_.glif index d9ddfca57f..f53f5940ea 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ecircumflex_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ecircumflex_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Edieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Edieresis_.glif index ed1de1a3fa..e467381b64 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Edieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Edieresis_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Egrave_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Egrave_.glif index f9fd919f9b..5d581f9970 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Egrave_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Egrave_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Eth_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Eth_.glif index dbf1772b32..b439a1ee9f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Eth_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Eth_.glif @@ -4,6 +4,12 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/F_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/F_.glif index 5295d84800..4aa1892d9a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/F_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/F_.glif @@ -16,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/G_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/G_.glif index 8504157123..02c384f092 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/G_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/G_.glif @@ -40,10 +40,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Germandbls_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Germandbls_.glif index bdf2584c98..edc0b6db72 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Germandbls_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Germandbls_.glif @@ -37,12 +37,4 @@ - - - com.type-invaders.name.final - uni1E9E - com.type-invaders.name.production - Germandbls - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/H_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/H_.glif index 7086a847e7..f8060bfadb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/H_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/H_.glif @@ -18,10 +18,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/I_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/I_.glif index a5aee9e829..8326c596cd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/I_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/I_.glif @@ -18,13 +18,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Iacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Iacute_.glif index cb28ee65f6..e304ae6963 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Iacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Iacute_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Icircumflex_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Icircumflex_.glif index 2f1eb3961d..3f3a2a05df 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Icircumflex_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Icircumflex_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Idieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Idieresis_.glif index 568be10624..59a096f2ec 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Idieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Idieresis_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Igrave_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Igrave_.glif index b4adf72e9a..af07d54dd3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Igrave_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Igrave_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/J_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/J_.glif index 492ff76901..fe6c410684 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/J_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/J_.glif @@ -24,10 +24,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/K_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/K_.glif index fdb2439dc0..61c9c8bf25 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/K_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/K_.glif @@ -20,10 +20,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/L_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/L_.glif index 51f9804705..3d8aba3794 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/L_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/L_.glif @@ -12,13 +12,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/M_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/M_.glif index bae0a188c1..42b5547e6c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/M_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/M_.glif @@ -23,10 +23,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/N_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/N_.glif index 3d6f3f80a3..2ba78702fd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/N_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/N_.glif @@ -20,10 +20,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ntilde_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ntilde_.glif index b29ecbf2a1..31d8943608 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ntilde_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ntilde_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/OE__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/OE__.glif index 3e262ba793..8c5c6a1e64 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/OE__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/OE__.glif @@ -44,5 +44,11 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/O_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/O_.glif index 9e47609ca9..695f44b213 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/O_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/O_.glif @@ -34,10 +34,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Oacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Oacute_.glif index 0752bf9683..560ad034ab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Oacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Oacute_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ocircumflex_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ocircumflex_.glif index 55b6173e97..790838bee1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ocircumflex_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ocircumflex_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Odieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Odieresis_.glif index ecd396a75e..8acc059e4a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Odieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Odieresis_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ograve_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ograve_.glif index 1d14fed431..2f57491369 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ograve_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ograve_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Oslash_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Oslash_.glif index a2c6fad3e7..6e1db1955d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Oslash_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Oslash_.glif @@ -56,7 +56,10 @@ - + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Otilde_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Otilde_.glif index a6bc553f44..f6d5eb42ef 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Otilde_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Otilde_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/P_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/P_.glif index 088e324629..99bab1eb17 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/P_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/P_.glif @@ -29,10 +29,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Q_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Q_.glif index 6209634315..b24b224291 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Q_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Q_.glif @@ -42,7 +42,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/R_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/R_.glif index 23cb26d404..746945ec3f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/R_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/R_.glif @@ -32,10 +32,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/S_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/S_.glif index 7df8825c00..9ed3007bf5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/S_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/S_.glif @@ -46,10 +46,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Scaron_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Scaron_.glif index 02423628b6..3b1fa468ca 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Scaron_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Scaron_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/T_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/T_.glif index 751b9949d1..a9601ab063 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/T_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/T_.glif @@ -14,10 +14,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/U_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/U_.glif index fd9ab2c4cc..bd8c6742aa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/U_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/U_.glif @@ -24,13 +24,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Uacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Uacute_.glif index be9b49f07b..c9dd9a7e56 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Uacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Uacute_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ucircumflex_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ucircumflex_.glif index 553df81db6..0f73d0d7a8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ucircumflex_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ucircumflex_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Udieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Udieresis_.glif index 4c9de7aafd..55d98ba996 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Udieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Udieresis_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ugrave_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ugrave_.glif index 29f79f9b0c..5b2a52e93c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ugrave_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ugrave_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/V_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/V_.glif index 35f39471dd..64d1fa902d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/V_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/V_.glif @@ -16,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/W_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/W_.glif index 7252372a24..5ebfcfc552 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/W_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/W_.glif @@ -28,10 +28,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/X_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/X_.glif index ee160a6d21..d8fa69cc45 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/X_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/X_.glif @@ -20,10 +20,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Y_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Y_.glif index 8437a38740..e3e3404368 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Y_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Y_.glif @@ -16,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Yacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Yacute_.glif index bebc829fe2..09c9288f0b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Yacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Yacute_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ydieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ydieresis_.glif index 5505de0116..864147b1e3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ydieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Ydieresis_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Z_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Z_.glif index b0e9404d9a..074ff349e2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Z_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Z_.glif @@ -16,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Zcaron_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Zcaron_.glif index af7a396389..e081c13a20 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Zcaron_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/Zcaron_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/a.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/a.alt01.glif index a0cc1bf99f..2a1608ab00 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/a.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/a.alt01.glif @@ -40,13 +40,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/a.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/a.glif index 1c58746b60..7f0131f8ee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/a.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/a.glif @@ -52,13 +52,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/aacute.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/aacute.alt01.glif index 480043d0d4..fd76ee41ea 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/aacute.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/aacute.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/aacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/aacute.glif index eb98d6fe1d..1c0050c2ac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/aacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/aacute.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acircumflex.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acircumflex.alt01.glif index 5e5c0b432d..c5bb3ddb7f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acircumflex.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acircumflex.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acircumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acircumflex.glif index 49fc213f50..a7edd3e60b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acircumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acircumflex.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acute.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acute.case.glif index d06ab7b3cd..060979e28e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acute.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acute.case.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acute.glif index e733e5ba01..712e361465 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acute.glif @@ -10,7 +10,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acutecomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acutecomb.glif index 5cdac864dd..db86a71f2b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acutecomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/acutecomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0301 - com.type-invaders.name.production - acutecomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/adieresis.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/adieresis.alt01.glif index d85588e0bf..979be4b031 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/adieresis.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/adieresis.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/adieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/adieresis.glif index 37841003b2..1be55aec1a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/adieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/adieresis.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ae-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ae-ar.fina.glif index fae7c161e4..8de9f84346 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ae-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ae-ar.fina.glif @@ -12,10 +12,6 @@ - com.type-invaders.name.final - uni06D5.fina - com.type-invaders.name.production - ae-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ae-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ae-ar.glif index c7630e93a3..688dbbc798 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ae-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ae-ar.glif @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06D5 - com.type-invaders.name.production - ae-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ae.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ae.glif index 254b35ef18..724807712b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ae.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ae.glif @@ -79,7 +79,10 @@ - + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/afghani-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/afghani-ar.glif index 122761f02b..b9efdf5ff5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/afghani-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/afghani-ar.glif @@ -86,12 +86,4 @@ - - - com.type-invaders.name.final - uni060B - com.type-invaders.name.production - afghani-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/agrave.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/agrave.alt01.glif index 1d7f68c26b..37a421a252 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/agrave.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/agrave.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/agrave.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/agrave.glif index ad58dd2b9a..ff99f313ff 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/agrave.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/agrave.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.fina.glif index b6abd60c61..1c78afc92b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.fina.glif @@ -73,12 +73,4 @@ - - - com.type-invaders.name.final - uniFECA - com.type-invaders.name.production - ain-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.glif index 07997a70cc..d14c9c8898 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.glif @@ -61,12 +61,4 @@ - - - com.type-invaders.name.final - uni0639 - com.type-invaders.name.production - ain-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.init.glif index 5bd88d9409..5f2be2569d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.init.glif @@ -44,12 +44,4 @@ - - - com.type-invaders.name.final - uniFECB - com.type-invaders.name.production - ain-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.isol.glif index 7f7333d67b..314b30ac73 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEC9 - com.type-invaders.name.production - ain-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.medi.glif index 8f9472343c..423f9d2a6d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.medi.glif @@ -53,12 +53,4 @@ - - - com.type-invaders.name.final - uniFECC - com.type-invaders.name.production - ain-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.short.glif index ad755a5039..e7883c7c83 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ain-ar.short.glif @@ -57,12 +57,4 @@ - - - com.type-invaders.name.final - uni0639.short - com.type-invaders.name.production - ain-ar.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedots-ar_.fina.glif index 786529b35d..91fcd36e9e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedots-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni06A0.fina - com.type-invaders.name.production - ainThreedots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedots-ar_.glif index 6fc8efea34..ddf71d5936 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedots-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni06A0 - com.type-invaders.name.production - ainThreedots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedots-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedots-ar_.init.glif index 2add7d90ab..1af4b401ce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedots-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedots-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A0.init - com.type-invaders.name.production - ainThreedots-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedots-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedots-ar_.medi.glif index 292830ec75..c5a1328555 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedots-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedots-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A0.medi - com.type-invaders.name.production - ainThreedots-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsbelow-ar_.fina.glif index 0072131855..0c126c5b82 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsbelow-ar_.fina.glif @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni08B3.fina - com.type-invaders.name.production - ainThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsbelow-ar_.fina.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsbelow-ar_.fina.init.glif index 00140576e6..35fd875119 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsbelow-ar_.fina.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsbelow-ar_.fina.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni08B3.fina.init - com.type-invaders.name.production - ainThreedotsbelow-ar.fina.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsbelow-ar_.fina.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsbelow-ar_.fina.medi.glif index 7a1dded11f..b6eb2d77aa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsbelow-ar_.fina.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsbelow-ar_.fina.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni08B3.fina.medi - com.type-invaders.name.production - ainThreedotsbelow-ar.fina.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsbelow-ar_.glif index 752be7d0c5..e80fa9029e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsbelow-ar_.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni08B3 - com.type-invaders.name.production - ainThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsdownabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsdownabove-ar_.fina.glif index 4eb11e8435..4e2fd77dcf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsdownabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsdownabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni075E.fina - com.type-invaders.name.production - ainThreedotsdownabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsdownabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsdownabove-ar_.glif index 0ccc50ba70..1f02bf6b8f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsdownabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsdownabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni075E - com.type-invaders.name.production - ainThreedotsdownabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsdownabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsdownabove-ar_.init.glif index 01cdd4781b..4d42572a99 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsdownabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsdownabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075E.init - com.type-invaders.name.production - ainThreedotsdownabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsdownabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsdownabove-ar_.medi.glif index 60891014d1..b152727f07 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsdownabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainThreedotsdownabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075E.medi - com.type-invaders.name.production - ainThreedotsdownabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotshorizontalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotshorizontalabove-ar_.fina.glif index e88204c5b2..858c420d72 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotshorizontalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotshorizontalabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni075D.fina - com.type-invaders.name.production - ainTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotshorizontalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotshorizontalabove-ar_.glif index 359ccc40a8..c9b12e7dd2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotshorizontalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotshorizontalabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni075D - com.type-invaders.name.production - ainTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotshorizontalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotshorizontalabove-ar_.init.glif index de3e6c3542..5f63a65cda 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotshorizontalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotshorizontalabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075D.init - com.type-invaders.name.production - ainTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotshorizontalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotshorizontalabove-ar_.medi.glif index d128d613c7..e99290fa04 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotshorizontalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotshorizontalabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075D.medi - com.type-invaders.name.production - ainTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotsverticalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotsverticalabove-ar_.fina.glif index 54bcf1297e..5fe7b71c77 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotsverticalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotsverticalabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni075F.fina - com.type-invaders.name.production - ainTwodotsverticalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotsverticalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotsverticalabove-ar_.glif index 88e365cf5c..70625d4fe0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotsverticalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotsverticalabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni075F - com.type-invaders.name.production - ainTwodotsverticalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotsverticalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotsverticalabove-ar_.init.glif index a1168bbda1..0a4b4818b5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotsverticalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotsverticalabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075F.init - com.type-invaders.name.production - ainTwodotsverticalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotsverticalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotsverticalabove-ar_.medi.glif index 882a7a8cde..4671dc3206 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotsverticalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainTwodotsverticalabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075F.medi - com.type-invaders.name.production - ainTwodotsverticalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainabove-ar.glif index 8c0d011a97..7418210294 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ainabove-ar.glif @@ -52,18 +52,10 @@ - + - + - - - com.type-invaders.name.final - uni0611 - com.type-invaders.name.production - ainabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.fina.glif index f25c8ee423..a08a99717f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.fina.glif @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uniFE8E - com.type-invaders.name.production - alef-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.fina.short.glif index 63e46f2ef0..ebbacfd9c2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.fina.short.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uniFE8E.short - com.type-invaders.name.production - alef-ar.fina.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.glif index 566044e7a9..df26866351 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.glif @@ -19,12 +19,4 @@ - - - com.type-invaders.name.final - uni0627 - com.type-invaders.name.production - alef-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.isol.glif index 6cb3789bed..6bba1622dc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFE8D - com.type-invaders.name.production - alef-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.short.glif index bbf43d7eff..46c7b0eaa3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alef-ar.short.glif @@ -15,12 +15,4 @@ - - - com.type-invaders.name.final - uni0627.short - com.type-invaders.name.production - alef-ar.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefFathatan-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefFathatan-ar_.fina.glif index 654da36973..0c70782654 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefFathatan-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefFathatan-ar_.fina.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uniFD3C - com.type-invaders.name.production - alefFathatan-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefFathatan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefFathatan-ar_.glif index 7ab5d4467b..ff6bb30209 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefFathatan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefFathatan-ar_.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uniFD3D - com.type-invaders.name.production - alefFathatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzaabove-ar_.fina.glif index 6365f35a28..e6a642234e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzaabove-ar_.fina.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uniFE84 - com.type-invaders.name.production - alefHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzaabove-ar_.glif index 973ada82ee..05a0a28b72 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzaabove-ar_.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uni0623 - com.type-invaders.name.production - alefHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzaabove-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzaabove-ar_.isol.glif index a890db1216..b7821c2828 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzaabove-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzaabove-ar_.isol.glif @@ -3,18 +3,11 @@ - - - - + - com.type-invaders.name.final - uniFE83 - com.type-invaders.name.production - alefHamzaabove-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzabelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzabelow-ar_.fina.glif index 40ff2c900e..1831a6cdaf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzabelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzabelow-ar_.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFE88 - com.type-invaders.name.production - alefHamzabelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzabelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzabelow-ar_.glif index 01f91d39e0..4fd94b9157 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzabelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzabelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0625 - com.type-invaders.name.production - alefHamzabelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzabelow-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzabelow-ar_.isol.glif index 9a13de6366..083aaab5ca 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzabelow-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefHamzabelow-ar_.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFE87 - com.type-invaders.name.production - alefHamzabelow-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefLamYehabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefLamYehabove-ar__.glif index 27f62b87b4..ce2398dc27 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefLamYehabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefLamYehabove-ar__.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni0616 - com.type-invaders.name.production - alefLamYehabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMadda-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMadda-ar_.fina.glif index 61ad8b2676..164ad32500 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMadda-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMadda-ar_.fina.glif @@ -3,18 +3,17 @@ - + + + + - com.type-invaders.name.final - uniFE82 - com.type-invaders.name.production - alefMadda-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMadda-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMadda-ar_.glif index 17be123f49..297c723cfb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMadda-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMadda-ar_.glif @@ -3,18 +3,17 @@ - + + + + - com.type-invaders.name.final - uni0622 - com.type-invaders.name.production - alefMadda-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMadda-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMadda-ar_.isol.glif index c63d0b884b..87266f2268 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMadda-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMadda-ar_.isol.glif @@ -3,18 +3,11 @@ - - - - + - com.type-invaders.name.final - uniFE81 - com.type-invaders.name.production - alefMadda-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.fina.glif index 20fd7a97d3..78c6581fee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.fina.glif @@ -42,19 +42,8 @@ - - - - - - com.type-invaders.name.final - uniFEF0 - com.type-invaders.name.production - alefMaksura-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.glif index 804213a8ff..58db231f71 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.glif @@ -59,19 +59,8 @@ - - - - - - com.type-invaders.name.final - uni0649 - com.type-invaders.name.production - alefMaksura-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.init.glif index 42c7af3d3c..b7c4e3dc7a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.init.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uniFBE8 - com.type-invaders.name.production - alefMaksura-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.isol.glif index d7f775f764..663c4d129d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.isol.glif @@ -4,28 +4,9 @@ - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEEF - com.type-invaders.name.production - alefMaksura-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.medi.glif index 7aa113e0c6..2f0f21af9d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura-ar_.medi.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uniFBE9 - com.type-invaders.name.production - alefMaksura-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksuraAlefabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksuraAlefabove-ar__.fina.glif index fc71d5c19c..ebf0da92be 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksuraAlefabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksuraAlefabove-ar__.fina.glif @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uniFC90 - com.type-invaders.name.production - alefMaksuraAlefabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksuraAlefabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksuraAlefabove-ar__.glif index 9769778247..801093a9e9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksuraAlefabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksuraAlefabove-ar__.glif @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uniFC5D - com.type-invaders.name.production - alefMaksuraAlefabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..645e7371ed --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..9f44800a4d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..27e42117ba --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__noon-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__noonghunna-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__noonghunna-ar.glif deleted file mode 100644 index 87c84f6012..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__noonghunna-ar.glif +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - alefMaksura_noonghunnaar - com.type-invaders.name.production - alefMaksura_noonghunna-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__noonghunna-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__noonghunna-ar.rlig.glif new file mode 100644 index 0000000000..891d28d0d5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__noonghunna-ar.rlig.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__reh-ar.fina.glif deleted file mode 100644 index abd0960f6d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__reh-ar.fina.glif +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - alefMaksura_rehar.fina - com.type-invaders.name.production - alefMaksura_reh-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..5afd6c8197 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..f4ea05aca2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.short.glif @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__reh-ar.fina.short.glif deleted file mode 100644 index 2522a7cf79..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__reh-ar.fina.short.glif +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - alefMaksura_rehar.fina.short - com.type-invaders.name.production - alefMaksura_reh-ar.fina.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..43332f8871 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..9d83d2187b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefThreeabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefThreeabove-ar_.fina.glif index 5bee6f0979..3f73868c66 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefThreeabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefThreeabove-ar_.fina.glif @@ -2,18 +2,17 @@ - + + + + - com.type-invaders.name.final - uni0774.fina - com.type-invaders.name.production - alefThreeabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefThreeabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefThreeabove-ar_.glif index 0737dd1cf9..aaf54bf9ad 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefThreeabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefThreeabove-ar_.glif @@ -3,18 +3,17 @@ - + + + + - com.type-invaders.name.final - uni0774 - com.type-invaders.name.production - alefThreeabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefTwoabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefTwoabove-ar_.fina.glif index 3d42c40b0f..f21d29aa61 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefTwoabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefTwoabove-ar_.fina.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni0773.fina - com.type-invaders.name.production - alefTwoabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefTwoabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefTwoabove-ar_.glif index dd1865bfe2..a85e3f4b07 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefTwoabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefTwoabove-ar_.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uni0773 - com.type-invaders.name.production - alefTwoabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWasla-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWasla-ar_.fina.glif index f5f829f776..fb12350506 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWasla-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWasla-ar_.fina.glif @@ -3,18 +3,17 @@ - + + + + - com.type-invaders.name.final - uniFB51 - com.type-invaders.name.production - alefWasla-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWasla-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWasla-ar_.glif index f0df9650b7..3f4e13ba7a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWasla-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWasla-ar_.glif @@ -3,18 +3,17 @@ - + + + + - com.type-invaders.name.final - uni0671 - com.type-invaders.name.production - alefWasla-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWavyhamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWavyhamzaabove-ar_.fina.glif index 3d16b945a4..d620da1a1f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWavyhamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWavyhamzaabove-ar_.fina.glif @@ -2,21 +2,17 @@ - + - + - com.type-invaders.name.final - uni0672.fina - com.type-invaders.name.production - alefWavyhamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWavyhamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWavyhamzaabove-ar_.glif index c58fc052fe..7cf865fd54 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWavyhamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWavyhamzaabove-ar_.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uni0672 - com.type-invaders.name.production - alefWavyhamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWavyhamzabelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWavyhamzabelow-ar_.fina.glif index f40b846954..6baf02c89a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWavyhamzabelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWavyhamzabelow-ar_.fina.glif @@ -2,10 +2,10 @@ - + - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni0673.fina - com.type-invaders.name.production - alefWavyhamzabelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWavyhamzabelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWavyhamzabelow-ar_.glif index 1fe8394db5..6988889915 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWavyhamzabelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefWavyhamzabelow-ar_.glif @@ -3,10 +3,10 @@ - + - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0673 - com.type-invaders.name.production - alefWavyhamzabelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefabove-ar.glif index e7407834d1..8b28c66435 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefabove-ar.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni0670 - com.type-invaders.name.production - alefabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefbelow-ar.glif index 690cc6bfba..8235864813 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/alefbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni0656 - com.type-invaders.name.production - alefbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/allah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/allah-ar.glif index ce8eed9464..e9f848abc7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/allah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/allah-ar.glif @@ -119,12 +119,4 @@ - - - com.type-invaders.name.final - uniFDF2 - com.type-invaders.name.production - allah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/approxequal.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/approxequal.glif index 5c60581fdb..0a272c7a05 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/approxequal.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/approxequal.glif @@ -3,8 +3,8 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/aring.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/aring.alt01.glif index a3905d8012..f5e3eba446 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/aring.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/aring.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/aring.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/aring.glif index bddc74994d..5a0c550616 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/aring.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/aring.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdown.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdown.glif index 811b78c323..d95ff56106 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdown.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdown.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2193 - com.type-invaders.name.production - arrowdown - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownclockhalf.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownclockhalf.glif index 0a82814ec6..49f0534186 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownclockhalf.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownclockhalf.glif @@ -33,12 +33,4 @@ - - - com.type-invaders.name.final - uni21B7 - com.type-invaders.name.production - arrowdownclockhalf - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdowncounterclockhalf.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdowncounterclockhalf.glif index 959ca5e571..2347c0eea9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdowncounterclockhalf.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdowncounterclockhalf.glif @@ -33,12 +33,4 @@ - - - com.type-invaders.name.final - uni21B6 - com.type-invaders.name.production - arrowdowncounterclockhalf - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownleft.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownleft.glif index fe7c9cebd0..74e7d94830 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownleft.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownleft.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2199 - com.type-invaders.name.production - arrowdownleft - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownleftcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownleftcorner.glif index 312df375a9..6ad186c588 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownleftcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownleftcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni21B2 - com.type-invaders.name.production - arrowdownleftcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownright.glif index e2a77d5286..85b7416014 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownright.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2198 - com.type-invaders.name.production - arrowdownright - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownrightcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownrightcorner.glif index b0bf91cb26..63cbbe98d1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownrightcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowdownrightcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni21B3 - com.type-invaders.name.production - arrowdownrightcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowhookleft.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowhookleft.glif index 3afbeff86b..1235e1f565 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowhookleft.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowhookleft.glif @@ -33,12 +33,4 @@ - - - com.type-invaders.name.final - uni21A9 - com.type-invaders.name.production - arrowhookleft - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowhookright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowhookright.glif index 7889f82605..4d60b7bf52 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowhookright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowhookright.glif @@ -33,12 +33,4 @@ - - - com.type-invaders.name.final - uni21AA - com.type-invaders.name.production - arrowhookright - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleft.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleft.glif index 0741f9e104..a6140c865a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleft.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleft.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2190 - com.type-invaders.name.production - arrowleft - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleftarrowright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleftarrowright.glif index 4e56f4c82c..a71d73308a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleftarrowright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleftarrowright.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni21C6 - com.type-invaders.name.production - arrowleftarrowright com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleftdowncorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleftdowncorner.glif index 524c950354..a6b2edd376 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleftdowncorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleftdowncorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2B10 - com.type-invaders.name.production - arrowleftdowncorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleftright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleftright.glif index 2fe3dc5001..a8b742f69d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleftright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleftright.glif @@ -32,12 +32,4 @@ - - - com.type-invaders.name.final - uni2194 - com.type-invaders.name.production - arrowleftright - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleftupcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleftupcorner.glif index 96f9d35b03..e0100b0fdf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleftupcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowleftupcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2B11 - com.type-invaders.name.production - arrowleftupcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowright.glif index 235a8f6d23..2568362052 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowright.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2192 - com.type-invaders.name.production - arrowright - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowrightarrowleft.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowrightarrowleft.glif index 54b9ec6064..45b07b86aa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowrightarrowleft.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowrightarrowleft.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni21C4 - com.type-invaders.name.production - arrowrightarrowleft com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowrightdowncorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowrightdowncorner.glif index e835636946..533917edb8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowrightdowncorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowrightdowncorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2B0E - com.type-invaders.name.production - arrowrightdowncorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowrightupcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowrightupcorner.glif index 83b64977b2..7247b7fb52 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowrightupcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowrightupcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2B0F - com.type-invaders.name.production - arrowrightupcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowup.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowup.glif index 684895fa3b..76286d8548 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowup.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowup.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2191 - com.type-invaders.name.production - arrowup - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupdown.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupdown.glif index 7c3427962e..83b05b88f9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupdown.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupdown.glif @@ -32,12 +32,4 @@ - - - com.type-invaders.name.final - uni2195 - com.type-invaders.name.production - arrowupdown - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupleft.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupleft.glif index b9ada59613..f2a0c18c16 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupleft.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupleft.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2196 - com.type-invaders.name.production - arrowupleft - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupleftcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupleftcorner.glif index 2e944d9f07..3536a9a753 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupleftcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupleftcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni21B0 - com.type-invaders.name.production - arrowupleftcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupleftcounterclock.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupleftcounterclock.glif index 64c69ac3d3..9e55ce03eb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupleftcounterclock.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupleftcounterclock.glif @@ -43,12 +43,4 @@ - - - com.type-invaders.name.final - uni21BA - com.type-invaders.name.production - arrowupleftcounterclock - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupright.glif index b6f47f20d9..132debee1c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowupright.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2197 - com.type-invaders.name.production - arrowupright - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowuprightclock.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowuprightclock.glif index 489139d71c..e6ea282d4c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowuprightclock.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowuprightclock.glif @@ -43,12 +43,4 @@ - - - com.type-invaders.name.final - uni21BB - com.type-invaders.name.production - arrowuprightclock - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowuprightcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowuprightcorner.glif index 7f02cdbd18..bf25b6eb54 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowuprightcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/arrowuprightcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni21B1 - com.type-invaders.name.production - arrowuprightcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/asterisk-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/asterisk-ar.glif index ef435fba34..6f8fcb017e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/asterisk-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/asterisk-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni066D - com.type-invaders.name.production - asterisk-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/asteriskArt-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/asteriskArt-ar_.glif index 198ae7c5b0..b6871cf412 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/asteriskArt-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/asteriskArt-ar_.glif @@ -100,12 +100,4 @@ - - - com.type-invaders.name.final - uni06DE - com.type-invaders.name.production - asteriskArt-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/atilde.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/atilde.alt01.glif index a4d07f8d5c..e6c53096cf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/atilde.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/atilde.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/atilde.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/atilde.glif index 1d140aab24..6d216a2d8d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/atilde.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/atilde.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/b.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/b.glif index 7f636909ba..2abf4cd809 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/b.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/b.glif @@ -41,7 +41,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/baht.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/baht.glif index cb17c85a66..d5d9a632f7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/baht.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/baht.glif @@ -66,12 +66,4 @@ - - - com.type-invaders.name.final - uni0E3F - com.type-invaders.name.production - baht - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/basmalla-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/basmalla-ar.glif index f2e98b50cc..90b02c8fb9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/basmalla-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/basmalla-ar.glif @@ -563,12 +563,4 @@ - - - com.type-invaders.name.final - uniFDFA - com.type-invaders.name.production - basmalla-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beeh-ar.fina.glif index 4b0f12b940..971a6a490c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beeh-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB53 - com.type-invaders.name.production - beeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beeh-ar.glif index e7e024fadc..8392275898 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beeh-ar.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni067B - com.type-invaders.name.production - beeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beeh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beeh-ar.init.glif index a0f1d81d27..da2dbaa9b6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beeh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beeh-ar.init.glif @@ -3,10 +3,10 @@ - + - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB54 - com.type-invaders.name.production - beeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beeh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beeh-ar.medi.glif index e869b6a822..03da62c263 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beeh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beeh-ar.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB55 - com.type-invaders.name.production - beeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.fina.glif index 1efec82061..c44c696416 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFE90 - com.type-invaders.name.production - beh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.glif index 8527ee46f0..f7da1bf560 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0628 - com.type-invaders.name.production - beh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.init.glif index ccf9e8f0ca..a424662752 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFE91 - com.type-invaders.name.production - beh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.isol.glif index 3ba1a18571..44bd5ee5ef 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFE8F - com.type-invaders.name.production - beh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.medi.glif index 3ab37f1cc7..110e80e6cf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFE92 - com.type-invaders.name.production - beh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless-ar_.fina.glif index 7ad45a1709..2440936b3d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless-ar_.fina.glif @@ -47,12 +47,4 @@ - - - com.type-invaders.name.final - uni066E.fina - com.type-invaders.name.production - behDotless-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless-ar_.glif index 6e43524d55..219c4472da 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless-ar_.glif @@ -44,12 +44,4 @@ - - - com.type-invaders.name.final - uni066E - com.type-invaders.name.production - behDotless-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless-ar_.init.glif index 17d5253cdd..8adf558d04 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless-ar_.init.glif @@ -36,12 +36,4 @@ - - - com.type-invaders.name.final - uni066E.init - com.type-invaders.name.production - behDotless-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless-ar_.medi.glif index fee47fc67d..566549ebe8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless-ar_.medi.glif @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - uni066E.medi - com.type-invaders.name.production - behDotless-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless__alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless__alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..c71b90cbbe --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless__alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless__alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless__alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..04f09bf82d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behDotless__alefMaksura-ar_.rlig.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotshorizontalbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotshorizontalbelow-ar_.fina.glif index 6d0580d4b7..3735e26764 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotshorizontalbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotshorizontalbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni0750.fina - com.type-invaders.name.production - behThreedotshorizontalbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotshorizontalbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotshorizontalbelow-ar_.glif index 1ac9af54ba..1a0072ffbf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotshorizontalbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotshorizontalbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0750 - com.type-invaders.name.production - behThreedotshorizontalbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotshorizontalbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotshorizontalbelow-ar_.init.glif index 8d6525f34f..6ea287341f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotshorizontalbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotshorizontalbelow-ar_.init.glif @@ -71,13 +71,23 @@ + + + + + + + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0750.init - com.type-invaders.name.production - behThreedotshorizontalbelow-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotshorizontalbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotshorizontalbelow-ar_.medi.glif index 27d11c4a81..07ddad13e7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotshorizontalbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotshorizontalbelow-ar_.medi.glif @@ -76,13 +76,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0750.medi - com.type-invaders.name.production - behThreedotshorizontalbelow-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupabove-ar_.fina.glif index 6719761ef4..7fbc7006be 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupabove-ar_.fina.glif @@ -3,24 +3,20 @@ - + - + - + - com.type-invaders.name.final - uni0751.fina - com.type-invaders.name.production - behThreedotsupabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupabove-ar_.glif index 8b8d08cc7a..be89dd773b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupabove-ar_.glif @@ -4,24 +4,20 @@ - + - + - + - com.type-invaders.name.final - uni0751 - com.type-invaders.name.production - behThreedotsupabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupabove-ar_.init.glif index 8790cc3200..600effe212 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupabove-ar_.init.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0751.init - com.type-invaders.name.production - behThreedotsupabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupabove-ar_.medi.glif index 5675833191..2b652496a2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupabove-ar_.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0751.medi - com.type-invaders.name.production - behThreedotsupabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupbelow-ar_.fina.glif index 5b53f0a5f0..01628f96e8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni0752.fina - com.type-invaders.name.production - behThreedotsupbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupbelow-ar_.glif index 67d2493786..0a47f7f63c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0752 - com.type-invaders.name.production - behThreedotsupbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupbelow-ar_.init.glif index 8dd11c6f2b..1d047231ca 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0752.init - com.type-invaders.name.production - behThreedotsupbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupbelow-ar_.medi.glif index 88aaafe151..9ad1019855 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behThreedotsupbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0752.medi - com.type-invaders.name.production - behThreedotsupbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behTwodotsbelowDotabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behTwodotsbelowDotabove-ar__.fina.glif index 9d699dd177..16374c1581 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behTwodotsbelowDotabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behTwodotsbelowDotabove-ar__.fina.glif @@ -6,21 +6,17 @@ - + - + - com.type-invaders.name.final - uni0754.fina - com.type-invaders.name.production - behTwodotsbelowDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behTwodotsbelowDotabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behTwodotsbelowDotabove-ar__.glif index 83bba1cd37..c53de9b2a6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behTwodotsbelowDotabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behTwodotsbelowDotabove-ar__.glif @@ -7,21 +7,17 @@ - + - + - com.type-invaders.name.final - uni0754 - com.type-invaders.name.production - behTwodotsbelowDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behTwodotsbelowDotabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behTwodotsbelowDotabove-ar__.init.glif index 6f45ccd811..8e2bd85c4d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behTwodotsbelowDotabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behTwodotsbelowDotabove-ar__.init.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0754.init - com.type-invaders.name.production - behTwodotsbelowDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behTwodotsbelowDotabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behTwodotsbelowDotabove-ar__.medi.glif index 4260c6f461..6608310e2d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behTwodotsbelowDotabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behTwodotsbelowDotabove-ar__.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0754.medi - com.type-invaders.name.production - behTwodotsbelowDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVabove-ar_.fina.glif index 85b4a7e1b0..7db86871a7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0756.fina - com.type-invaders.name.production - behVabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVabove-ar_.glif index 6c3114311c..2c77d07562 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0756 - com.type-invaders.name.production - behVabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVabove-ar_.init.glif index 5daefd7aac..694f7b7087 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVabove-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0756.init - com.type-invaders.name.production - behVabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVabove-ar_.medi.glif index 03e6b33722..703f980f8d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVabove-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0756.medi - com.type-invaders.name.production - behVabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVbelow-ar_.fina.glif index 0bb2b847e5..b0fc93d30d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni08A0.fina - com.type-invaders.name.production - behVbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVbelow-ar_.glif index ba3a7149c5..2f579f0a35 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni08A0 - com.type-invaders.name.production - behVbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVbelow-ar_.init.glif index 69fd397ff8..cc3ee864f9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni08A0.init - com.type-invaders.name.production - behVbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVbelow-ar_.medi.glif index 27023fe74b..ab5a7a3a76 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni08A0.medi - com.type-invaders.name.production - behVbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVinvertedbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVinvertedbelow-ar_.fina.glif index 00190db88c..5f002d8515 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVinvertedbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVinvertedbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni0755.fina - com.type-invaders.name.production - behVinvertedbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVinvertedbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVinvertedbelow-ar_.glif index 298606a5cc..c4a01fa6b7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVinvertedbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVinvertedbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0755 - com.type-invaders.name.production - behVinvertedbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVinvertedbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVinvertedbelow-ar_.init.glif index cb0bb49033..e79e0e3779 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVinvertedbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVinvertedbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0755.init - com.type-invaders.name.production - behVinvertedbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVinvertedbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVinvertedbelow-ar_.medi.glif index 92756c0292..58effea6e9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVinvertedbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/behVinvertedbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0755.medi - com.type-invaders.name.production - behVinvertedbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_alefMaksura-ar_.fina.glif deleted file mode 100644 index d41271fadf..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6E - com.type-invaders.name.production - beh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..52fcbef8d5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_alefMaksura-ar_.glif deleted file mode 100644 index 96dbc0f684..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC09 - com.type-invaders.name.production - beh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..ba0d99d353 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_jeh-ar.fina.glif deleted file mode 100644 index c5d50e53d9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280698.fina - com.type-invaders.name.production - beh_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..ce70dfd7bb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..cab1a2519a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_jeh-ar.fina.short.glif deleted file mode 100644 index 24790bb89f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280698.fina.short - com.type-invaders.name.production - beh_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_noon-ar.fina.glif deleted file mode 100644 index 4cb96c301f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6D - com.type-invaders.name.production - beh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..62c335b1dc --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_reh-ar.fina.glif deleted file mode 100644 index 32de33d48c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6A - com.type-invaders.name.production - beh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..9cd82b2cbf --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..f0a3b8db19 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_reh-ar.fina.short.glif deleted file mode 100644 index 68669103c3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6A.short - com.type-invaders.name.production - beh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_rreh-ar.fina.glif deleted file mode 100644 index 87c1e081b3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280691.fina - com.type-invaders.name.production - beh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..bc784cbad8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..dddd8a2839 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_rreh-ar.fina.short.glif deleted file mode 100644 index c347f831a4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280691.fina.short - com.type-invaders.name.production - beh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-ar.fina.glif deleted file mode 100644 index 3b33b1c74a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6F - com.type-invaders.name.production - beh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..e343b67b2e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-ar.glif deleted file mode 100644 index 967055d262..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC0A - com.type-invaders.name.production - beh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..0bb14694b7 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-farsi.fina.glif deleted file mode 100644 index e30c6dce4a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - beh_yehfarsi.fina - com.type-invaders.name.production - beh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..ff52116f96 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-farsi.glif deleted file mode 100644 index 4211b7b290..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - beh_yehfarsi - com.type-invaders.name.production - beh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..8cebb46747 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 35ca1fdb8b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280626.fina - com.type-invaders.name.production - beh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..36d0d8a7ee --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yehHamzaabove-ar_.glif deleted file mode 100644 index 2cb7c22971..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280626 - com.type-invaders.name.production - beh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..2d083257e0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_zain-ar.fina.glif deleted file mode 100644 index 4708486f2d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6B - com.type-invaders.name.production - beh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..689d09b54d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..c93ebaae00 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_zain-ar.fina.short.glif deleted file mode 100644 index 0eb682b3f1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6B.short - com.type-invaders.name.production - beh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beheh-ar.fina.glif index babb153057..f1d5b188bf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beheh-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB5B - com.type-invaders.name.production - beheh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beheh-ar.glif index 7dc7a77dd6..00e7221d45 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beheh-ar.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0680 - com.type-invaders.name.production - beheh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beheh-ar.init.glif index b3b28d3fba..ac4764780b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beheh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB5C - com.type-invaders.name.production - beheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beheh-ar.medi.glif index 30a66d5d13..0527adbe91 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/beheh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB5D - com.type-invaders.name.production - beheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/bismillah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/bismillah-ar.glif index ebedbdc9d0..5d5b09cf1c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/bismillah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/bismillah-ar.glif @@ -629,12 +629,4 @@ - - - com.type-invaders.name.final - uniFDFD - com.type-invaders.name.production - bismillah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/bitcoin.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/bitcoin.glif index 0d44a9d0de..ee9cb7aedf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/bitcoin.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/bitcoin.glif @@ -60,12 +60,4 @@ - - - com.type-invaders.name.final - uni20BF - com.type-invaders.name.production - bitcoin - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/breve.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/breve.case.glif index e7c498e9b0..4226be9029 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/breve.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/breve.case.glif @@ -21,7 +21,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/breve.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/breve.glif index 4a6c6ab5b7..76344363ac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/breve.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/breve.glif @@ -22,7 +22,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/c.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/c.glif index b5f651bf95..e33bb2d833 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/c.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/c.glif @@ -33,10 +33,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caron.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caron.case.glif index cea9279d34..99e5d5c8c3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caron.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caron.case.glif @@ -12,7 +12,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caron.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caron.glif index 9f013cd0a7..d205038e17 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caron.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caron.glif @@ -13,7 +13,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caroncomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caroncomb.glif index fb128e812a..0e17f1a0a2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caroncomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caroncomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni030C - com.type-invaders.name.production - caroncomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caronslovak.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caronslovak.glif index 56d58de2cb..5fde67b076 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caronslovak.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caronslovak.glif @@ -10,15 +10,7 @@ - + - - - com.type-invaders.name.final - uni02BC - com.type-invaders.name.production - caronslovak - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caronslovakcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caronslovakcomb.glif index 9e762ede73..9fd40bfe7d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caronslovakcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/caronslovakcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0315 - com.type-invaders.name.production - caronslovakcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ccedilla.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ccedilla.glif index 1e270c6d58..26e7933e27 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ccedilla.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ccedilla.glif @@ -58,5 +58,8 @@ + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/cedi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/cedi.glif index 4685cee699..5e3e12ec95 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/cedi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/cedi.glif @@ -53,12 +53,4 @@ - - - com.type-invaders.name.final - uni20B5 - com.type-invaders.name.production - cedi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/cedilla.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/cedilla.glif index c7a9d34543..bcf2cba3bc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/cedilla.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/cedilla.glif @@ -33,7 +33,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/cedillacomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/cedillacomb.glif index 592d2bc41f..d0d1023360 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/cedillacomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/cedillacomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0327 - com.type-invaders.name.production - cedillacomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/celogo.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/celogo.glif index 1d3974891d..e58c3de688 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/celogo.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/celogo.glif @@ -63,12 +63,4 @@ - - - com.type-invaders.name.final - uniECE0 - com.type-invaders.name.production - celogo - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/checkmark.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/checkmark.glif index 81e7418b63..1f156ffbd6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/checkmark.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/checkmark.glif @@ -16,12 +16,4 @@ - - - com.type-invaders.name.final - uni2713 - com.type-invaders.name.production - checkmark - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/circumflex.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/circumflex.case.glif index b7184778dc..a5aca07511 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/circumflex.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/circumflex.case.glif @@ -12,7 +12,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/circumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/circumflex.glif index 66235a018c..80ff002963 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/circumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/circumflex.glif @@ -13,7 +13,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/circumflexcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/circumflexcomb.glif index 345002f868..5f18be2986 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/circumflexcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/circumflexcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0302 - com.type-invaders.name.production - circumflexcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/coloncurrency.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/coloncurrency.glif index c6837893fe..b8a00e89db 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/coloncurrency.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/coloncurrency.glif @@ -67,12 +67,4 @@ - - - com.type-invaders.name.final - uni20A1 - com.type-invaders.name.production - coloncurrency - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comma-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comma-ar.glif index 95455ac8f0..94dd0dd22c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comma-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comma-ar.glif @@ -24,12 +24,4 @@ - - - com.type-invaders.name.final - uni060C - com.type-invaders.name.production - comma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/commaturnedtop.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/commaturnedtop.glif index 98968064e0..6e49619fb2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/commaturnedtop.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/commaturnedtop.glif @@ -24,15 +24,7 @@ - + - - - com.type-invaders.name.final - uni02BB - com.type-invaders.name.production - commaturnedtop - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.alef-ar.fina.glif index 9edd004ba7..6c12e4b61a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.alef-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.alef-ar.fina.glif @@ -18,21 +18,13 @@ - + - + - + - - - com.type-invaders.name.final - comp.alefar.fina - com.type-invaders.name.production - comp.alef-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.alefmini-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.alefmini-ar.glif index 20519ca96e..16f0896b9a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.alefmini-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.alefmini-ar.glif @@ -9,12 +9,4 @@ - - - com.type-invaders.name.final - comp.alefminiar - com.type-invaders.name.production - comp.alefmini-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.bar-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.bar-ar.glif index 63df38500b..37b15fd0a4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.bar-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.bar-ar.glif @@ -9,18 +9,10 @@ - + - + - - - com.type-invaders.name.final - comp.barar - com.type-invaders.name.production - comp.bar-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.behDotless__alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.behDotless__alefMaksura-ar_.fina.glif deleted file mode 100644 index d1696f8c28..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.behDotless__alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - comp.behDotl_alefMk.fina - com.type-invaders.name.production - comp.behDotless_alefMaksura-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.behDotless__alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.behDotless__alefMaksura-ar_.glif deleted file mode 100644 index 3a687d5bf3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.behDotless__alefMaksura-ar_.glif +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - comp.behDotl_alefMk - com.type-invaders.name.production - comp.behDotless_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.cuberoot-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.cuberoot-ar.glif index 739539b4a5..533262bae7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.cuberoot-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.cuberoot-ar.glif @@ -15,15 +15,7 @@ - + - - - com.type-invaders.name.final - comp.cuberootar - com.type-invaders.name.production - comp.cuberoot-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.damma-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.damma-ar.glif index a660021828..63fea3c2b6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.damma-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.damma-ar.glif @@ -36,12 +36,4 @@ - - - com.type-invaders.name.final - comp.dammaar - com.type-invaders.name.production - comp.damma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.doublebar-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.doublebar-ar.glif index fc7fa41bdb..b7de28d155 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.doublebar-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.doublebar-ar.glif @@ -15,15 +15,7 @@ - + - - - com.type-invaders.name.final - comp.doublebarar - com.type-invaders.name.production - comp.doublebar-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.fatha-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.fatha-ar.glif index 2b5fced10a..4eac6f913c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.fatha-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.fatha-ar.glif @@ -9,12 +9,4 @@ - - - com.type-invaders.name.final - comp.fathaar - com.type-invaders.name.production - comp.fatha-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.fathacurly-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.fathacurly-ar.glif index 1d92b097f4..f6be2c25d8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.fathacurly-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.fathacurly-ar.glif @@ -31,12 +31,4 @@ - - - com.type-invaders.name.final - comp.fathacurlyar - com.type-invaders.name.production - comp.fathacurly-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.foururdu-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.foururdu-ar.glif index c99d3fd9c3..2e0eac9157 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.foururdu-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.foururdu-ar.glif @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - comp.foururduar - com.type-invaders.name.production - comp.foururdu-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.hamza-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.hamza-ar.glif index f12f1b36c3..0b4426d684 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.hamza-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.hamza-ar.glif @@ -30,12 +30,4 @@ - - - com.type-invaders.name.final - comp.hamzaar - com.type-invaders.name.production - comp.hamza-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.kafbar-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.kafbar-ar.glif index 2847b122a1..4d13ce37c9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.kafbar-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.kafbar-ar.glif @@ -9,18 +9,10 @@ - + - + - - - com.type-invaders.name.final - comp.kafbarar - com.type-invaders.name.production - comp.kafbar-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.meemSmall-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.meemSmall-ar_.glif index 75df1d23ac..853d1f1d79 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.meemSmall-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.meemSmall-ar_.glif @@ -30,12 +30,4 @@ - - - com.type-invaders.name.final - comp.meemSmallar - com.type-invaders.name.production - comp.meemSmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.seenSmall-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.seenSmall-ar_.glif index 55a36d7abe..a5d581f0e5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.seenSmall-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.seenSmall-ar_.glif @@ -67,12 +67,4 @@ - - - com.type-invaders.name.final - comp.seenSmallar - com.type-invaders.name.production - comp.seenSmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.tahmini-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.tahmini-ar.glif index 0fdecd0b10..7f4d1fce87 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.tahmini-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.tahmini-ar.glif @@ -36,12 +36,4 @@ - - - com.type-invaders.name.final - comp.tahminiar - com.type-invaders.name.production - comp.tahmini-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.v-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.v-ar.glif index a2273c2a54..ae00273ef7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.v-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.v-ar.glif @@ -13,12 +13,4 @@ - - - com.type-invaders.name.final - comp.var - com.type-invaders.name.production - comp.v-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.vinverted-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.vinverted-ar.glif index 8a5952462d..63e3664fc7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.vinverted-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.vinverted-ar.glif @@ -13,12 +13,4 @@ - - - com.type-invaders.name.final - comp.vinvertedar - com.type-invaders.name.production - comp.vinverted-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.wavyhamza-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.wavyhamza-ar.glif index 6d481952bb..1c44dfcefc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.wavyhamza-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.wavyhamza-ar.glif @@ -35,12 +35,4 @@ - - - com.type-invaders.name.final - comp.wavyhamzaar - com.type-invaders.name.production - comp.wavyhamza-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.yehSmall-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.yehSmall-ar_.glif index c0d4bac814..8a689821a7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.yehSmall-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/comp.yehSmall-ar_.glif @@ -28,12 +28,4 @@ - - - com.type-invaders.name.final - comp.yehSmallar - com.type-invaders.name.production - comp.yehSmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/contents.plist b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/contents.plist index 0413a6a474..5b16727bf9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/contents.plist +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/contents.plist @@ -274,12 +274,22 @@ alefMaksuraAlefabove-ar__.glif alefMaksuraAlefabove-ar.fina alefMaksuraAlefabove-ar__.fina.glif - alefMaksura_noonghunna-ar - alefMaksura__noonghunna-ar.glif - alefMaksura_reh-ar.fina - alefMaksura__reh-ar.fina.glif - alefMaksura_reh-ar.fina.short - alefMaksura__reh-ar.fina.short.glif + alefMaksura_jeh-ar.fina.rlig + alefMaksura__jeh-ar.fina.rlig.glif + alefMaksura_jeh-ar.fina.rlig.short + alefMaksura__jeh-ar.fina.rlig.short.glif + alefMaksura_noon-ar.fina.rlig + alefMaksura__noon-ar.fina.rlig.glif + alefMaksura_noonghunna-ar.rlig + alefMaksura__noonghunna-ar.rlig.glif + alefMaksura_reh-ar.fina.rlig + alefMaksura__reh-ar.fina.rlig.glif + alefMaksura_reh-ar.fina.rlig.short + alefMaksura__reh-ar.fina.rlig.short.glif + alefMaksura_zain-ar.fina.rlig + alefMaksura__zain-ar.fina.rlig.glif + alefMaksura_zain-ar.fina.rlig.short + alefMaksura__zain-ar.fina.rlig.short.glif alefThreeabove-ar alefThreeabove-ar_.glif alefThreeabove-ar.fina @@ -418,6 +428,10 @@ behDotless-ar_.init.glif behDotless-ar.medi behDotless-ar_.medi.glif + behDotless_alefMaksura-ar.fina.rlig + behDotless__alefMaksura-ar_.fina.rlig.glif + behDotless_alefMaksura-ar.rlig + behDotless__alefMaksura-ar_.rlig.glif behThreedotshorizontalbelow-ar behThreedotshorizontalbelow-ar_.glif behThreedotshorizontalbelow-ar.fina @@ -474,40 +488,40 @@ behVinvertedbelow-ar_.init.glif behVinvertedbelow-ar.medi behVinvertedbelow-ar_.medi.glif - beh_alefMaksura-ar - beh_alefMaksura-ar_.glif - beh_alefMaksura-ar.fina - beh_alefMaksura-ar_.fina.glif - beh_jeh-ar.fina - beh_jeh-ar.fina.glif - beh_jeh-ar.fina.short - beh_jeh-ar.fina.short.glif - beh_noon-ar.fina - beh_noon-ar.fina.glif - beh_reh-ar.fina - beh_reh-ar.fina.glif - beh_reh-ar.fina.short - beh_reh-ar.fina.short.glif - beh_rreh-ar.fina - beh_rreh-ar.fina.glif - beh_rreh-ar.fina.short - beh_rreh-ar.fina.short.glif - beh_yeh-ar - beh_yeh-ar.glif - beh_yeh-ar.fina - beh_yeh-ar.fina.glif - beh_yeh-farsi - beh_yeh-farsi.glif - beh_yeh-farsi.fina - beh_yeh-farsi.fina.glif - beh_yehHamzaabove-ar - beh_yehHamzaabove-ar_.glif - beh_yehHamzaabove-ar.fina - beh_yehHamzaabove-ar_.fina.glif - beh_zain-ar.fina - beh_zain-ar.fina.glif - beh_zain-ar.fina.short - beh_zain-ar.fina.short.glif + beh_alefMaksura-ar.fina.rlig + beh_alefMaksura-ar_.fina.rlig.glif + beh_alefMaksura-ar.rlig + beh_alefMaksura-ar_.rlig.glif + beh_jeh-ar.fina.rlig + beh_jeh-ar.fina.rlig.glif + beh_jeh-ar.fina.rlig.short + beh_jeh-ar.fina.rlig.short.glif + beh_noon-ar.fina.rlig + beh_noon-ar.fina.rlig.glif + beh_reh-ar.fina.rlig + beh_reh-ar.fina.rlig.glif + beh_reh-ar.fina.rlig.short + beh_reh-ar.fina.rlig.short.glif + beh_rreh-ar.fina.rlig + beh_rreh-ar.fina.rlig.glif + beh_rreh-ar.fina.rlig.short + beh_rreh-ar.fina.rlig.short.glif + beh_yeh-ar.fina.rlig + beh_yeh-ar.fina.rlig.glif + beh_yeh-ar.rlig + beh_yeh-ar.rlig.glif + beh_yeh-farsi.fina.rlig + beh_yeh-farsi.fina.rlig.glif + beh_yeh-farsi.rlig + beh_yeh-farsi.rlig.glif + beh_yehHamzaabove-ar.fina.rlig + beh_yehHamzaabove-ar_.fina.rlig.glif + beh_yehHamzaabove-ar.rlig + beh_yehHamzaabove-ar_.rlig.glif + beh_zain-ar.fina.rlig + beh_zain-ar.fina.rlig.glif + beh_zain-ar.fina.rlig.short + beh_zain-ar.fina.rlig.short.glif beheh-ar beheh-ar.glif beheh-ar.fina @@ -584,10 +598,6 @@ comp.alefmini-ar.glif comp.bar-ar comp.bar-ar.glif - comp.behDotless_alefMaksura-ar - comp.behDotless__alefMaksura-ar_.glif - comp.behDotless_alefMaksura-ar.fina - comp.behDotless__alefMaksura-ar_.fina.glif comp.cuberoot-ar comp.cuberoot-ar.glif comp.damma-ar @@ -654,54 +664,54 @@ dadDotbelow-ar_.init.glif dadDotbelow-ar.medi dadDotbelow-ar_.medi.glif - dad_alefMaksura-ar - dad_alefMaksura-ar_.glif - dad_alefMaksura-ar.fina - dad_alefMaksura-ar_.fina.glif - dad_jeh-ar - dad_jeh-ar.glif - dad_jeh-ar.fina - dad_jeh-ar.fina.glif - dad_jeh-ar.fina.short - dad_jeh-ar.fina.short.glif - dad_jeh-ar.short - dad_jeh-ar.short.glif - dad_reh-ar - dad_reh-ar.glif - dad_reh-ar.fina - dad_reh-ar.fina.glif - dad_reh-ar.fina.short - dad_reh-ar.fina.short.glif - dad_reh-ar.short - dad_reh-ar.short.glif - dad_rreh-ar - dad_rreh-ar.glif - dad_rreh-ar.fina - dad_rreh-ar.fina.glif - dad_rreh-ar.fina.short - dad_rreh-ar.fina.short.glif - dad_rreh-ar.short - dad_rreh-ar.short.glif - dad_yeh-ar - dad_yeh-ar.glif - dad_yeh-ar.fina - dad_yeh-ar.fina.glif - dad_yeh-farsi - dad_yeh-farsi.glif - dad_yeh-farsi.fina - dad_yeh-farsi.fina.glif - dad_yehHamzaabove-ar - dad_yehHamzaabove-ar_.glif - dad_yehHamzaabove-ar.fina - dad_yehHamzaabove-ar_.fina.glif - dad_zain-ar - dad_zain-ar.glif - dad_zain-ar.fina - dad_zain-ar.fina.glif - dad_zain-ar.fina.short - dad_zain-ar.fina.short.glif - dad_zain-ar.short - dad_zain-ar.short.glif + dad_alefMaksura-ar.fina.rlig + dad_alefMaksura-ar_.fina.rlig.glif + dad_alefMaksura-ar.rlig + dad_alefMaksura-ar_.rlig.glif + dad_jeh-ar.fina.rlig + dad_jeh-ar.fina.rlig.glif + dad_jeh-ar.fina.rlig.short + dad_jeh-ar.fina.rlig.short.glif + dad_jeh-ar.rlig + dad_jeh-ar.rlig.glif + dad_jeh-ar.rlig.short + dad_jeh-ar.rlig.short.glif + dad_reh-ar.fina.rlig + dad_reh-ar.fina.rlig.glif + dad_reh-ar.fina.rlig.short + dad_reh-ar.fina.rlig.short.glif + dad_reh-ar.rlig + dad_reh-ar.rlig.glif + dad_reh-ar.rlig.short + dad_reh-ar.rlig.short.glif + dad_rreh-ar.fina.rlig + dad_rreh-ar.fina.rlig.glif + dad_rreh-ar.fina.rlig.short + dad_rreh-ar.fina.rlig.short.glif + dad_rreh-ar.rlig + dad_rreh-ar.rlig.glif + dad_rreh-ar.rlig.short + dad_rreh-ar.rlig.short.glif + dad_yeh-ar.fina.rlig + dad_yeh-ar.fina.rlig.glif + dad_yeh-ar.rlig + dad_yeh-ar.rlig.glif + dad_yeh-farsi.fina.rlig + dad_yeh-farsi.fina.rlig.glif + dad_yeh-farsi.rlig + dad_yeh-farsi.rlig.glif + dad_yehHamzaabove-ar.fina.rlig + dad_yehHamzaabove-ar_.fina.rlig.glif + dad_yehHamzaabove-ar.rlig + dad_yehHamzaabove-ar_.rlig.glif + dad_zain-ar.fina.rlig + dad_zain-ar.fina.rlig.glif + dad_zain-ar.fina.rlig.short + dad_zain-ar.fina.rlig.short.glif + dad_zain-ar.rlig + dad_zain-ar.rlig.glif + dad_zain-ar.rlig.short + dad_zain-ar.rlig.short.glif dagger dagger.glif daggerdbl @@ -950,8 +960,8 @@ fehDotless-ar_.init.glif fehDotless-ar.medi fehDotless-ar_.medi.glif - fehDotless_alefMaksura-ar - fehDotless__alefMaksura-ar_.glif + fehDotless_alefMaksura-ar.rlig + fehDotless__alefMaksura-ar_.rlig.glif fehThreedotsbelow-ar fehThreedotsbelow-ar_.glif fehThreedotsbelow-ar.fina @@ -976,14 +986,14 @@ fehTwodotsbelow-ar_.init.glif fehTwodotsbelow-ar.medi fehTwodotsbelow-ar_.medi.glif - feh_alefMaksura-ar - feh_alefMaksura-ar_.glif - feh_yeh-ar - feh_yeh-ar.glif - feh_yeh-farsi - feh_yeh-farsi.glif - feh_yehHamzaabove-ar - feh_yehHamzaabove-ar_.glif + feh_alefMaksura-ar.rlig + feh_alefMaksura-ar_.rlig.glif + feh_yeh-ar.rlig + feh_yeh-ar.rlig.glif + feh_yeh-farsi.rlig + feh_yeh-farsi.rlig.glif + feh_yehHamzaabove-ar.rlig + feh_yehHamzaabove-ar_.rlig.glif fi fi.glif five @@ -1076,22 +1086,22 @@ gafTwodotsbelow-ar_.init.glif gafTwodotsbelow-ar.medi gafTwodotsbelow-ar_.medi.glif - gaf_alefMaksura-ar - gaf_alefMaksura-ar_.glif - gaf_alefMaksura-ar.fina - gaf_alefMaksura-ar_.fina.glif - gaf_yeh-ar - gaf_yeh-ar.glif - gaf_yeh-ar.fina - gaf_yeh-ar.fina.glif - gaf_yeh-farsi - gaf_yeh-farsi.glif - gaf_yeh-farsi.fina - gaf_yeh-farsi.fina.glif - gaf_yehHamzaabove-ar - gaf_yehHamzaabove-ar_.glif - gaf_yehHamzaabove-ar.fina - gaf_yehHamzaabove-ar_.fina.glif + gaf_alefMaksura-ar.fina.rlig + gaf_alefMaksura-ar_.fina.rlig.glif + gaf_alefMaksura-ar.rlig + gaf_alefMaksura-ar_.rlig.glif + gaf_yeh-ar.fina.rlig + gaf_yeh-ar.fina.rlig.glif + gaf_yeh-ar.rlig + gaf_yeh-ar.rlig.glif + gaf_yeh-farsi.fina.rlig + gaf_yeh-farsi.fina.rlig.glif + gaf_yeh-farsi.rlig + gaf_yeh-farsi.rlig.glif + gaf_yehHamzaabove-ar.fina.rlig + gaf_yehHamzaabove-ar_.fina.rlig.glif + gaf_yehHamzaabove-ar.rlig + gaf_yehHamzaabove-ar_.rlig.glif germandbls germandbls.glif germandbls.alt01 @@ -1442,22 +1452,22 @@ kafTwodotshorizontalabove-ar_.init.glif kafTwodotshorizontalabove-ar.medi kafTwodotshorizontalabove-ar_.medi.glif - kaf_alefMaksura-ar - kaf_alefMaksura-ar_.glif - kaf_alefMaksura-ar.fina - kaf_alefMaksura-ar_.fina.glif - kaf_yeh-ar - kaf_yeh-ar.glif - kaf_yeh-ar.fina - kaf_yeh-ar.fina.glif - kaf_yeh-farsi - kaf_yeh-farsi.glif - kaf_yeh-farsi.fina - kaf_yeh-farsi.fina.glif - kaf_yehHamzaabove-ar - kaf_yehHamzaabove-ar_.glif - kaf_yehHamzaabove-ar.fina - kaf_yehHamzaabove-ar_.fina.glif + kaf_alefMaksura-ar.fina.rlig + kaf_alefMaksura-ar_.fina.rlig.glif + kaf_alefMaksura-ar.rlig + kaf_alefMaksura-ar_.rlig.glif + kaf_yeh-ar.fina.rlig + kaf_yeh-ar.fina.rlig.glif + kaf_yeh-ar.rlig + kaf_yeh-ar.rlig.glif + kaf_yeh-farsi.fina.rlig + kaf_yeh-farsi.fina.rlig.glif + kaf_yeh-farsi.rlig + kaf_yeh-farsi.rlig.glif + kaf_yehHamzaabove-ar.fina.rlig + kaf_yehHamzaabove-ar_.fina.rlig.glif + kaf_yehHamzaabove-ar.rlig + kaf_yehHamzaabove-ar_.rlig.glif kafswash-ar kafswash-ar.glif kashida-ar @@ -1534,14 +1544,14 @@ kehehTwodotshorizontalabove-ar_.init.glif kehehTwodotshorizontalabove-ar.medi kehehTwodotshorizontalabove-ar_.medi.glif - keheh_yeh-ar - keheh_yeh-ar.glif - keheh_yeh-ar.fina - keheh_yeh-ar.fina.glif - keheh_yeh-farsi - keheh_yeh-farsi.glif - keheh_yeh-farsi.fina - keheh_yeh-farsi.fina.glif + keheh_yeh-ar.fina.rlig + keheh_yeh-ar.fina.rlig.glif + keheh_yeh-ar.rlig + keheh_yeh-ar.rlig.glif + keheh_yeh-farsi.fina.rlig + keheh_yeh-farsi.fina.rlig.glif + keheh_yeh-farsi.rlig + keheh_yeh-farsi.rlig.glif khah-ar khah-ar.glif khah-ar.fina @@ -1586,10 +1596,10 @@ lamBar-ar_.init.glif lamBar-ar.medi lamBar-ar_.medi.glif - lamBar_alef-ar - lamBar__alef-ar.glif - lamBar_alef-ar.fina - lamBar__alef-ar.fina.glif + lamBar_alef-ar.fina.rlig + lamBar__alef-ar.fina.rlig.glif + lamBar_alef-ar.rlig + lamBar__alef-ar.rlig.glif lamDotabove-ar lamDotabove-ar_.glif lamDotabove-ar.fina @@ -1598,10 +1608,10 @@ lamDotabove-ar_.init.glif lamDotabove-ar.medi lamDotabove-ar_.medi.glif - lamDotabove_alef-ar - lamDotabove__alef-ar.glif - lamDotabove_alef-ar.fina - lamDotabove__alef-ar.fina.glif + lamDotabove_alef-ar.fina.rlig + lamDotabove__alef-ar.fina.rlig.glif + lamDotabove_alef-ar.rlig + lamDotabove__alef-ar.rlig.glif lamDoublebar-ar lamDoublebar-ar_.glif lamDoublebar-ar.fina @@ -1618,10 +1628,10 @@ lamThreedotsabove-ar_.init.glif lamThreedotsabove-ar.medi lamThreedotsabove-ar_.medi.glif - lamThreedotsabove_alef-ar - lamThreedotsabove__alef-ar.glif - lamThreedotsabove_alef-ar.fina - lamThreedotsabove__alef-ar.fina.glif + lamThreedotsabove_alef-ar.fina.rlig + lamThreedotsabove__alef-ar.fina.rlig.glif + lamThreedotsabove_alef-ar.rlig + lamThreedotsabove__alef-ar.rlig.glif lamThreedotsbelow-ar lamThreedotsbelow-ar_.glif lamThreedotsbelow-ar.fina @@ -1630,10 +1640,10 @@ lamThreedotsbelow-ar_.init.glif lamThreedotsbelow-ar.medi lamThreedotsbelow-ar_.medi.glif - lamThreedotsbelow_alef-ar - lamThreedotsbelow__alef-ar.glif - lamThreedotsbelow_alef-ar.fina - lamThreedotsbelow__alef-ar.fina.glif + lamThreedotsbelow_alef-ar.fina.rlig + lamThreedotsbelow__alef-ar.fina.rlig.glif + lamThreedotsbelow_alef-ar.rlig + lamThreedotsbelow__alef-ar.rlig.glif lamVabove-ar lamVabove-ar_.glif lamVabove-ar.fina @@ -1642,50 +1652,50 @@ lamVabove-ar_.init.glif lamVabove-ar.medi lamVabove-ar_.medi.glif - lamVabove_alef-ar - lamVabove__alef-ar.glif - lamVabove_alef-ar.fina - lamVabove__alef-ar.fina.glif - lam_alef-ar - lam_alef-ar.glif - lam_alef-ar.fina - lam_alef-ar.fina.glif - lam_alefHamzaabove-ar - lam_alefHamzaabove-ar_.glif - lam_alefHamzaabove-ar.fina - lam_alefHamzaabove-ar_.fina.glif - lam_alefHamzabelow-ar - lam_alefHamzabelow-ar_.glif - lam_alefHamzabelow-ar.fina - lam_alefHamzabelow-ar_.fina.glif - lam_alefMadda-ar - lam_alefMadda-ar_.glif - lam_alefMadda-ar.fina - lam_alefMadda-ar_.fina.glif - lam_alefMaksura-ar - lam_alefMaksura-ar_.glif - lam_alefWasla-ar - lam_alefWasla-ar_.glif - lam_alefWasla-ar.fina - lam_alefWasla-ar_.fina.glif - lam_alefWavyhamzaabove-ar - lam_alefWavyhamzaabove-ar_.glif - lam_alefWavyhamzaabove-ar.fina - lam_alefWavyhamzaabove-ar_.fina.glif - lam_alefWavyhamzabelow-ar - lam_alefWavyhamzabelow-ar_.glif - lam_alefWavyhamzabelow-ar.fina - lam_alefWavyhamzabelow-ar_.fina.glif + lamVabove_alef-ar.fina.rlig + lamVabove__alef-ar.fina.rlig.glif + lamVabove_alef-ar.rlig + lamVabove__alef-ar.rlig.glif + lam_alef-ar.fina.rlig + lam_alef-ar.fina.rlig.glif + lam_alef-ar.rlig + lam_alef-ar.rlig.glif + lam_alefHamzaabove-ar.fina.rlig + lam_alefHamzaabove-ar_.fina.rlig.glif + lam_alefHamzaabove-ar.rlig + lam_alefHamzaabove-ar_.rlig.glif + lam_alefHamzabelow-ar.fina.rlig + lam_alefHamzabelow-ar_.fina.rlig.glif + lam_alefHamzabelow-ar.rlig + lam_alefHamzabelow-ar_.rlig.glif + lam_alefMadda-ar.fina.rlig + lam_alefMadda-ar_.fina.rlig.glif + lam_alefMadda-ar.rlig + lam_alefMadda-ar_.rlig.glif + lam_alefMaksura-ar.rlig + lam_alefMaksura-ar_.rlig.glif + lam_alefWasla-ar.fina.rlig + lam_alefWasla-ar_.fina.rlig.glif + lam_alefWasla-ar.rlig + lam_alefWasla-ar_.rlig.glif + lam_alefWavyhamzaabove-ar.fina.rlig + lam_alefWavyhamzaabove-ar_.fina.rlig.glif + lam_alefWavyhamzaabove-ar.rlig + lam_alefWavyhamzaabove-ar_.rlig.glif + lam_alefWavyhamzabelow-ar.fina.rlig + lam_alefWavyhamzabelow-ar_.fina.rlig.glif + lam_alefWavyhamzabelow-ar.rlig + lam_alefWavyhamzabelow-ar_.rlig.glif lam_meem-ar lam_meem-ar.glif lam_meem-ar.init lam_meem-ar.init.glif - lam_yeh-ar - lam_yeh-ar.glif - lam_yeh-farsi - lam_yeh-farsi.glif - lam_yehHamzaabove-ar - lam_yehHamzaabove-ar_.glif + lam_yeh-ar.rlig + lam_yeh-ar.rlig.glif + lam_yeh-farsi.rlig + lam_yeh-farsi.rlig.glif + lam_yehHamzaabove-ar.rlig + lam_yehHamzaabove-ar_.rlig.glif ldot ldot.glif leftarrowheadabove-ar @@ -1858,40 +1868,40 @@ noonVabove-ar_.init.glif noonVabove-ar.medi noonVabove-ar_.medi.glif - noon_alefMaksura-ar - noon_alefMaksura-ar_.glif - noon_alefMaksura-ar.fina - noon_alefMaksura-ar_.fina.glif - noon_jeh-ar.fina - noon_jeh-ar.fina.glif - noon_jeh-ar.fina.short - noon_jeh-ar.fina.short.glif - noon_noon-ar.fina - noon_noon-ar.fina.glif - noon_reh-ar.fina - noon_reh-ar.fina.glif - noon_reh-ar.fina.short - noon_reh-ar.fina.short.glif - noon_rreh-ar.fina - noon_rreh-ar.fina.glif - noon_rreh-ar.fina.short - noon_rreh-ar.fina.short.glif - noon_yeh-ar - noon_yeh-ar.glif - noon_yeh-ar.fina - noon_yeh-ar.fina.glif - noon_yeh-farsi - noon_yeh-farsi.glif - noon_yeh-farsi.fina - noon_yeh-farsi.fina.glif - noon_yehHamzaabove-ar - noon_yehHamzaabove-ar_.glif - noon_yehHamzaabove-ar.fina - noon_yehHamzaabove-ar_.fina.glif - noon_zain-ar.fina - noon_zain-ar.fina.glif - noon_zain-ar.fina.short - noon_zain-ar.fina.short.glif + noon_alefMaksura-ar.fina.rlig + noon_alefMaksura-ar_.fina.rlig.glif + noon_alefMaksura-ar.rlig + noon_alefMaksura-ar_.rlig.glif + noon_jeh-ar.fina.rlig + noon_jeh-ar.fina.rlig.glif + noon_jeh-ar.fina.rlig.short + noon_jeh-ar.fina.rlig.short.glif + noon_noon-ar.fina.rlig + noon_noon-ar.fina.rlig.glif + noon_reh-ar.fina.rlig + noon_reh-ar.fina.rlig.glif + noon_reh-ar.fina.rlig.short + noon_reh-ar.fina.rlig.short.glif + noon_rreh-ar.fina.rlig + noon_rreh-ar.fina.rlig.glif + noon_rreh-ar.fina.rlig.short + noon_rreh-ar.fina.rlig.short.glif + noon_yeh-ar.fina.rlig + noon_yeh-ar.fina.rlig.glif + noon_yeh-ar.rlig + noon_yeh-ar.rlig.glif + noon_yeh-farsi.fina.rlig + noon_yeh-farsi.fina.rlig.glif + noon_yeh-farsi.rlig + noon_yeh-farsi.rlig.glif + noon_yehHamzaabove-ar.fina.rlig + noon_yehHamzaabove-ar_.fina.rlig.glif + noon_yehHamzaabove-ar.rlig + noon_yehHamzaabove-ar_.rlig.glif + noon_zain-ar.fina.rlig + noon_zain-ar.fina.rlig.glif + noon_zain-ar.fina.rlig.short + noon_zain-ar.fina.rlig.short.glif noonabove-ar noonabove-ar.glif noonghunna-ar @@ -1992,40 +2002,40 @@ peh-ar.init.glif peh-ar.medi peh-ar.medi.glif - peh_alefMaksura-ar - peh_alefMaksura-ar_.glif - peh_alefMaksura-ar.fina - peh_alefMaksura-ar_.fina.glif - peh_jeh-ar.fina - peh_jeh-ar.fina.glif - peh_jeh-ar.fina.short - peh_jeh-ar.fina.short.glif - peh_noon-ar.fina - peh_noon-ar.fina.glif - peh_reh-ar.fina - peh_reh-ar.fina.glif - peh_reh-ar.fina.short - peh_reh-ar.fina.short.glif - peh_rreh-ar.fina - peh_rreh-ar.fina.glif - peh_rreh-ar.fina.short - peh_rreh-ar.fina.short.glif - peh_yeh-ar - peh_yeh-ar.glif - peh_yeh-ar.fina - peh_yeh-ar.fina.glif - peh_yeh-farsi - peh_yeh-farsi.glif - peh_yeh-farsi.fina - peh_yeh-farsi.fina.glif - peh_yehHamzaabove-ar - peh_yehHamzaabove-ar_.glif - peh_yehHamzaabove-ar.fina - peh_yehHamzaabove-ar_.fina.glif - peh_zain-ar.fina - peh_zain-ar.fina.glif - peh_zain-ar.fina.short - peh_zain-ar.fina.short.glif + peh_alefMaksura-ar.fina.rlig + peh_alefMaksura-ar_.fina.rlig.glif + peh_alefMaksura-ar.rlig + peh_alefMaksura-ar_.rlig.glif + peh_jeh-ar.fina.rlig + peh_jeh-ar.fina.rlig.glif + peh_jeh-ar.fina.rlig.short + peh_jeh-ar.fina.rlig.short.glif + peh_noon-ar.fina.rlig + peh_noon-ar.fina.rlig.glif + peh_reh-ar.fina.rlig + peh_reh-ar.fina.rlig.glif + peh_reh-ar.fina.rlig.short + peh_reh-ar.fina.rlig.short.glif + peh_rreh-ar.fina.rlig + peh_rreh-ar.fina.rlig.glif + peh_rreh-ar.fina.rlig.short + peh_rreh-ar.fina.rlig.short.glif + peh_yeh-ar.fina.rlig + peh_yeh-ar.fina.rlig.glif + peh_yeh-ar.rlig + peh_yeh-ar.rlig.glif + peh_yeh-farsi.fina.rlig + peh_yeh-farsi.fina.rlig.glif + peh_yeh-farsi.rlig + peh_yeh-farsi.rlig.glif + peh_yehHamzaabove-ar.fina.rlig + peh_yehHamzaabove-ar_.fina.rlig.glif + peh_yehHamzaabove-ar.rlig + peh_yehHamzaabove-ar_.rlig.glif + peh_zain-ar.fina.rlig + peh_zain-ar.fina.rlig.glif + peh_zain-ar.fina.rlig.short + peh_zain-ar.fina.rlig.short.glif peheh-ar peheh-ar.glif peheh-ar.fina @@ -2096,16 +2106,16 @@ qafThreedotsabove-ar_.init.glif qafThreedotsabove-ar.medi qafThreedotsabove-ar_.medi.glif - qaf_alefMaksura-ar - qaf_alefMaksura-ar_.glif + qaf_alefMaksura-ar.rlig + qaf_alefMaksura-ar_.rlig.glif qaf_lam_yeh-ar qaf_lam_yeh-ar.glif - qaf_yeh-ar - qaf_yeh-ar.glif - qaf_yeh-farsi - qaf_yeh-farsi.glif - qaf_yehHamzaabove-ar - qaf_yehHamzaabove-ar_.glif + qaf_yeh-ar.rlig + qaf_yeh-ar.rlig.glif + qaf_yeh-farsi.rlig + qaf_yeh-farsi.rlig.glif + qaf_yehHamzaabove-ar.rlig + qaf_yehHamzaabove-ar_.rlig.glif question question.glif question-ar @@ -2272,54 +2282,54 @@ sadTwodotsbelow-ar_.init.glif sadTwodotsbelow-ar.medi sadTwodotsbelow-ar_.medi.glif - sad_alefMaksura-ar - sad_alefMaksura-ar_.glif - sad_alefMaksura-ar.fina - sad_alefMaksura-ar_.fina.glif - sad_jeh-ar - sad_jeh-ar.glif - sad_jeh-ar.fina - sad_jeh-ar.fina.glif - sad_jeh-ar.fina.short - sad_jeh-ar.fina.short.glif - sad_jeh-ar.short - sad_jeh-ar.short.glif - sad_reh-ar - sad_reh-ar.glif - sad_reh-ar.fina - sad_reh-ar.fina.glif - sad_reh-ar.fina.short - sad_reh-ar.fina.short.glif - sad_reh-ar.short - sad_reh-ar.short.glif - sad_rreh-ar - sad_rreh-ar.glif - sad_rreh-ar.fina - sad_rreh-ar.fina.glif - sad_rreh-ar.fina.short - sad_rreh-ar.fina.short.glif - sad_rreh-ar.short - sad_rreh-ar.short.glif - sad_yeh-ar - sad_yeh-ar.glif - sad_yeh-ar.fina - sad_yeh-ar.fina.glif - sad_yeh-farsi - sad_yeh-farsi.glif - sad_yeh-farsi.fina - sad_yeh-farsi.fina.glif - sad_yehHamzaabove-ar - sad_yehHamzaabove-ar_.glif - sad_yehHamzaabove-ar.fina - sad_yehHamzaabove-ar_.fina.glif - sad_zain-ar - sad_zain-ar.glif - sad_zain-ar.fina - sad_zain-ar.fina.glif - sad_zain-ar.fina.short - sad_zain-ar.fina.short.glif - sad_zain-ar.short - sad_zain-ar.short.glif + sad_alefMaksura-ar.fina.rlig + sad_alefMaksura-ar_.fina.rlig.glif + sad_alefMaksura-ar.rlig + sad_alefMaksura-ar_.rlig.glif + sad_jeh-ar.fina.rlig + sad_jeh-ar.fina.rlig.glif + sad_jeh-ar.fina.rlig.short + sad_jeh-ar.fina.rlig.short.glif + sad_jeh-ar.rlig + sad_jeh-ar.rlig.glif + sad_jeh-ar.rlig.short + sad_jeh-ar.rlig.short.glif + sad_reh-ar.fina.rlig + sad_reh-ar.fina.rlig.glif + sad_reh-ar.fina.rlig.short + sad_reh-ar.fina.rlig.short.glif + sad_reh-ar.rlig + sad_reh-ar.rlig.glif + sad_reh-ar.rlig.short + sad_reh-ar.rlig.short.glif + sad_rreh-ar.fina.rlig + sad_rreh-ar.fina.rlig.glif + sad_rreh-ar.fina.rlig.short + sad_rreh-ar.fina.rlig.short.glif + sad_rreh-ar.rlig + sad_rreh-ar.rlig.glif + sad_rreh-ar.rlig.short + sad_rreh-ar.rlig.short.glif + sad_yeh-ar.fina.rlig + sad_yeh-ar.fina.rlig.glif + sad_yeh-ar.rlig + sad_yeh-ar.rlig.glif + sad_yeh-farsi.fina.rlig + sad_yeh-farsi.fina.rlig.glif + sad_yeh-farsi.rlig + sad_yeh-farsi.rlig.glif + sad_yehHamzaabove-ar.fina.rlig + sad_yehHamzaabove-ar_.fina.rlig.glif + sad_yehHamzaabove-ar.rlig + sad_yehHamzaabove-ar_.rlig.glif + sad_zain-ar.fina.rlig + sad_zain-ar.fina.rlig.glif + sad_zain-ar.fina.rlig.short + sad_zain-ar.fina.rlig.short.glif + sad_zain-ar.rlig + sad_zain-ar.rlig.glif + sad_zain-ar.rlig.short + sad_zain-ar.rlig.short.glif sadabove-ar sadabove-ar.glif sajdah-ar @@ -2396,54 +2406,54 @@ seenVinvertedabove-ar_.init.glif seenVinvertedabove-ar.medi seenVinvertedabove-ar_.medi.glif - seen_alefMaksura-ar - seen_alefMaksura-ar_.glif - seen_alefMaksura-ar.fina - seen_alefMaksura-ar_.fina.glif - seen_jeh-ar - seen_jeh-ar.glif - seen_jeh-ar.fina - seen_jeh-ar.fina.glif - seen_jeh-ar.fina.short - seen_jeh-ar.fina.short.glif - seen_jeh-ar.short - seen_jeh-ar.short.glif - seen_reh-ar - seen_reh-ar.glif - seen_reh-ar.fina - seen_reh-ar.fina.glif - seen_reh-ar.fina.short - seen_reh-ar.fina.short.glif - seen_reh-ar.short - seen_reh-ar.short.glif - seen_rreh-ar - seen_rreh-ar.glif - seen_rreh-ar.fina - seen_rreh-ar.fina.glif - seen_rreh-ar.fina.short - seen_rreh-ar.fina.short.glif - seen_rreh-ar.short - seen_rreh-ar.short.glif - seen_yeh-ar - seen_yeh-ar.glif - seen_yeh-ar.fina - seen_yeh-ar.fina.glif - seen_yeh-farsi - seen_yeh-farsi.glif - seen_yeh-farsi.fina - seen_yeh-farsi.fina.glif - seen_yehHamzaabove-ar - seen_yehHamzaabove-ar_.glif - seen_yehHamzaabove-ar.fina - seen_yehHamzaabove-ar_.fina.glif - seen_zain-ar - seen_zain-ar.glif - seen_zain-ar.fina - seen_zain-ar.fina.glif - seen_zain-ar.fina.short - seen_zain-ar.fina.short.glif - seen_zain-ar.short - seen_zain-ar.short.glif + seen_alefMaksura-ar.fina.rlig + seen_alefMaksura-ar_.fina.rlig.glif + seen_alefMaksura-ar.rlig + seen_alefMaksura-ar_.rlig.glif + seen_jeh-ar.fina.rlig + seen_jeh-ar.fina.rlig.glif + seen_jeh-ar.fina.rlig.short + seen_jeh-ar.fina.rlig.short.glif + seen_jeh-ar.rlig + seen_jeh-ar.rlig.glif + seen_jeh-ar.rlig.short + seen_jeh-ar.rlig.short.glif + seen_reh-ar.fina.rlig + seen_reh-ar.fina.rlig.glif + seen_reh-ar.fina.rlig.short + seen_reh-ar.fina.rlig.short.glif + seen_reh-ar.rlig + seen_reh-ar.rlig.glif + seen_reh-ar.rlig.short + seen_reh-ar.rlig.short.glif + seen_rreh-ar.fina.rlig + seen_rreh-ar.fina.rlig.glif + seen_rreh-ar.fina.rlig.short + seen_rreh-ar.fina.rlig.short.glif + seen_rreh-ar.rlig + seen_rreh-ar.rlig.glif + seen_rreh-ar.rlig.short + seen_rreh-ar.rlig.short.glif + seen_yeh-ar.fina.rlig + seen_yeh-ar.fina.rlig.glif + seen_yeh-ar.rlig + seen_yeh-ar.rlig.glif + seen_yeh-farsi.fina.rlig + seen_yeh-farsi.fina.rlig.glif + seen_yeh-farsi.rlig + seen_yeh-farsi.rlig.glif + seen_yehHamzaabove-ar.fina.rlig + seen_yehHamzaabove-ar_.fina.rlig.glif + seen_yehHamzaabove-ar.rlig + seen_yehHamzaabove-ar_.rlig.glif + seen_zain-ar.fina.rlig + seen_zain-ar.fina.rlig.glif + seen_zain-ar.fina.rlig.short + seen_zain-ar.fina.rlig.short.glif + seen_zain-ar.rlig + seen_zain-ar.rlig.glif + seen_zain-ar.rlig.short + seen_zain-ar.rlig.short.glif seenabove-ar seenabove-ar.glif seenbelow-ar @@ -2518,54 +2528,54 @@ sheenThreedotsbelow-ar_.init.glif sheenThreedotsbelow-ar.medi sheenThreedotsbelow-ar_.medi.glif - sheen_alefMaksura-ar - sheen_alefMaksura-ar_.glif - sheen_alefMaksura-ar.fina - sheen_alefMaksura-ar_.fina.glif - sheen_jeh-ar - sheen_jeh-ar.glif - sheen_jeh-ar.fina - sheen_jeh-ar.fina.glif - sheen_jeh-ar.fina.short - sheen_jeh-ar.fina.short.glif - sheen_jeh-ar.short - sheen_jeh-ar.short.glif - sheen_reh-ar - sheen_reh-ar.glif - sheen_reh-ar.fina - sheen_reh-ar.fina.glif - sheen_reh-ar.fina.short - sheen_reh-ar.fina.short.glif - sheen_reh-ar.short - sheen_reh-ar.short.glif - sheen_rreh-ar - sheen_rreh-ar.glif - sheen_rreh-ar.fina - sheen_rreh-ar.fina.glif - sheen_rreh-ar.fina.short - sheen_rreh-ar.fina.short.glif - sheen_rreh-ar.short - sheen_rreh-ar.short.glif - sheen_yeh-ar - sheen_yeh-ar.glif - sheen_yeh-ar.fina - sheen_yeh-ar.fina.glif - sheen_yeh-farsi - sheen_yeh-farsi.glif - sheen_yeh-farsi.fina - sheen_yeh-farsi.fina.glif - sheen_yehHamzaabove-ar - sheen_yehHamzaabove-ar_.glif - sheen_yehHamzaabove-ar.fina - sheen_yehHamzaabove-ar_.fina.glif - sheen_zain-ar - sheen_zain-ar.glif - sheen_zain-ar.fina - sheen_zain-ar.fina.glif - sheen_zain-ar.fina.short - sheen_zain-ar.fina.short.glif - sheen_zain-ar.short - sheen_zain-ar.short.glif + sheen_alefMaksura-ar.fina.rlig + sheen_alefMaksura-ar_.fina.rlig.glif + sheen_alefMaksura-ar.rlig + sheen_alefMaksura-ar_.rlig.glif + sheen_jeh-ar.fina.rlig + sheen_jeh-ar.fina.rlig.glif + sheen_jeh-ar.fina.rlig.short + sheen_jeh-ar.fina.rlig.short.glif + sheen_jeh-ar.rlig + sheen_jeh-ar.rlig.glif + sheen_jeh-ar.rlig.short + sheen_jeh-ar.rlig.short.glif + sheen_reh-ar.fina.rlig + sheen_reh-ar.fina.rlig.glif + sheen_reh-ar.fina.rlig.short + sheen_reh-ar.fina.rlig.short.glif + sheen_reh-ar.rlig + sheen_reh-ar.rlig.glif + sheen_reh-ar.rlig.short + sheen_reh-ar.rlig.short.glif + sheen_rreh-ar.fina.rlig + sheen_rreh-ar.fina.rlig.glif + sheen_rreh-ar.fina.rlig.short + sheen_rreh-ar.fina.rlig.short.glif + sheen_rreh-ar.rlig + sheen_rreh-ar.rlig.glif + sheen_rreh-ar.rlig.short + sheen_rreh-ar.rlig.short.glif + sheen_yeh-ar.fina.rlig + sheen_yeh-ar.fina.rlig.glif + sheen_yeh-ar.rlig + sheen_yeh-ar.rlig.glif + sheen_yeh-farsi.fina.rlig + sheen_yeh-farsi.fina.rlig.glif + sheen_yeh-farsi.rlig + sheen_yeh-farsi.rlig.glif + sheen_yehHamzaabove-ar.fina.rlig + sheen_yehHamzaabove-ar_.fina.rlig.glif + sheen_yehHamzaabove-ar.rlig + sheen_yehHamzaabove-ar_.rlig.glif + sheen_zain-ar.fina.rlig + sheen_zain-ar.fina.rlig.glif + sheen_zain-ar.fina.rlig.short + sheen_zain-ar.fina.rlig.short.glif + sheen_zain-ar.rlig + sheen_zain-ar.rlig.glif + sheen_zain-ar.rlig.short + sheen_zain-ar.rlig.short.glif sheqel sheqel.glif sindhiampersand-ar @@ -2710,40 +2720,40 @@ tehThreedotsupbelow-ar_.init.glif tehThreedotsupbelow-ar.medi tehThreedotsupbelow-ar_.medi.glif - teh_alefMaksura-ar - teh_alefMaksura-ar_.glif - teh_alefMaksura-ar.fina - teh_alefMaksura-ar_.fina.glif - teh_jeh-ar.fina - teh_jeh-ar.fina.glif - teh_jeh-ar.fina.short - teh_jeh-ar.fina.short.glif - teh_noon-ar.fina - teh_noon-ar.fina.glif - teh_reh-ar.fina - teh_reh-ar.fina.glif - teh_reh-ar.fina.short - teh_reh-ar.fina.short.glif - teh_rreh-ar.fina - teh_rreh-ar.fina.glif - teh_rreh-ar.fina.short - teh_rreh-ar.fina.short.glif - teh_yeh-ar - teh_yeh-ar.glif - teh_yeh-ar.fina - teh_yeh-ar.fina.glif - teh_yeh-farsi - teh_yeh-farsi.glif - teh_yeh-farsi.fina - teh_yeh-farsi.fina.glif - teh_yehHamzaabove-ar - teh_yehHamzaabove-ar_.glif - teh_yehHamzaabove-ar.fina - teh_yehHamzaabove-ar_.fina.glif - teh_zain-ar.fina - teh_zain-ar.fina.glif - teh_zain-ar.fina.short - teh_zain-ar.fina.short.glif + teh_alefMaksura-ar.fina.rlig + teh_alefMaksura-ar_.fina.rlig.glif + teh_alefMaksura-ar.rlig + teh_alefMaksura-ar_.rlig.glif + teh_jeh-ar.fina.rlig + teh_jeh-ar.fina.rlig.glif + teh_jeh-ar.fina.rlig.short + teh_jeh-ar.fina.rlig.short.glif + teh_noon-ar.fina.rlig + teh_noon-ar.fina.rlig.glif + teh_reh-ar.fina.rlig + teh_reh-ar.fina.rlig.glif + teh_reh-ar.fina.rlig.short + teh_reh-ar.fina.rlig.short.glif + teh_rreh-ar.fina.rlig + teh_rreh-ar.fina.rlig.glif + teh_rreh-ar.fina.rlig.short + teh_rreh-ar.fina.rlig.short.glif + teh_yeh-ar.fina.rlig + teh_yeh-ar.fina.rlig.glif + teh_yeh-ar.rlig + teh_yeh-ar.rlig.glif + teh_yeh-farsi.fina.rlig + teh_yeh-farsi.fina.rlig.glif + teh_yeh-farsi.rlig + teh_yeh-farsi.rlig.glif + teh_yehHamzaabove-ar.fina.rlig + teh_yehHamzaabove-ar_.fina.rlig.glif + teh_yehHamzaabove-ar.rlig + teh_yehHamzaabove-ar_.rlig.glif + teh_zain-ar.fina.rlig + teh_zain-ar.fina.rlig.glif + teh_zain-ar.fina.rlig.short + teh_zain-ar.fina.rlig.short.glif teheh-ar teheh-ar.glif teheh-ar.fina @@ -2774,40 +2784,40 @@ theh-ar.isol.glif theh-ar.medi theh-ar.medi.glif - theh_alefMaksura-ar - theh_alefMaksura-ar_.glif - theh_alefMaksura-ar.fina - theh_alefMaksura-ar_.fina.glif - theh_jeh-ar.fina - theh_jeh-ar.fina.glif - theh_jeh-ar.fina.short - theh_jeh-ar.fina.short.glif - theh_noon-ar.fina - theh_noon-ar.fina.glif - theh_reh-ar.fina - theh_reh-ar.fina.glif - theh_reh-ar.fina.short - theh_reh-ar.fina.short.glif - theh_rreh-ar.fina - theh_rreh-ar.fina.glif - theh_rreh-ar.fina.short - theh_rreh-ar.fina.short.glif - theh_yeh-ar - theh_yeh-ar.glif - theh_yeh-ar.fina - theh_yeh-ar.fina.glif - theh_yeh-farsi - theh_yeh-farsi.glif - theh_yeh-farsi.fina - theh_yeh-farsi.fina.glif - theh_yehHamzaabove-ar - theh_yehHamzaabove-ar_.glif - theh_yehHamzaabove-ar.fina - theh_yehHamzaabove-ar_.fina.glif - theh_zain-ar.fina - theh_zain-ar.fina.glif - theh_zain-ar.fina.short - theh_zain-ar.fina.short.glif + theh_alefMaksura-ar.fina.rlig + theh_alefMaksura-ar_.fina.rlig.glif + theh_alefMaksura-ar.rlig + theh_alefMaksura-ar_.rlig.glif + theh_jeh-ar.fina.rlig + theh_jeh-ar.fina.rlig.glif + theh_jeh-ar.fina.rlig.short + theh_jeh-ar.fina.rlig.short.glif + theh_noon-ar.fina.rlig + theh_noon-ar.fina.rlig.glif + theh_reh-ar.fina.rlig + theh_reh-ar.fina.rlig.glif + theh_reh-ar.fina.rlig.short + theh_reh-ar.fina.rlig.short.glif + theh_rreh-ar.fina.rlig + theh_rreh-ar.fina.rlig.glif + theh_rreh-ar.fina.rlig.short + theh_rreh-ar.fina.rlig.short.glif + theh_yeh-ar.fina.rlig + theh_yeh-ar.fina.rlig.glif + theh_yeh-ar.rlig + theh_yeh-ar.rlig.glif + theh_yeh-farsi.fina.rlig + theh_yeh-farsi.fina.rlig.glif + theh_yeh-farsi.rlig + theh_yeh-farsi.rlig.glif + theh_yehHamzaabove-ar.fina.rlig + theh_yehHamzaabove-ar_.fina.rlig.glif + theh_yehHamzaabove-ar.rlig + theh_yehHamzaabove-ar_.rlig.glif + theh_zain-ar.fina.rlig + theh_zain-ar.fina.rlig.glif + theh_zain-ar.fina.rlig.short + theh_zain-ar.fina.rlig.short.glif thorn thorn.glif thousandseparator-ar @@ -2878,40 +2888,32 @@ tteh-ar.init.glif tteh-ar.medi tteh-ar.medi.glif - tteh_alefMaksura-ar - tteh_alefMaksura-ar_.glif - tteh_alefMaksura-ar.fina - tteh_alefMaksura-ar_.fina.glif - tteh_jeh-ar.fina - tteh_jeh-ar.fina.glif - tteh_jeh-ar.fina.short - tteh_jeh-ar.fina.short.glif - tteh_noon-ar.fina - tteh_noon-ar.fina.glif - tteh_reh-ar.fina - tteh_reh-ar.fina.glif - tteh_reh-ar.fina.short - tteh_reh-ar.fina.short.glif - tteh_rreh-ar.fina - tteh_rreh-ar.fina.glif - tteh_rreh-ar.fina.short - tteh_rreh-ar.fina.short.glif - tteh_yeh-ar - tteh_yeh-ar.glif - tteh_yeh-ar.fina - tteh_yeh-ar.fina.glif - tteh_yeh-farsi - tteh_yeh-farsi.glif - tteh_yeh-farsi.fina - tteh_yeh-farsi.fina.glif - tteh_yehHamzaabove-ar - tteh_yehHamzaabove-ar_.glif - tteh_yehHamzaabove-ar.fina - tteh_yehHamzaabove-ar_.fina.glif - tteh_zain-ar.fina - tteh_zain-ar.fina.glif - tteh_zain-ar.fina.short - tteh_zain-ar.fina.short.glif + tteh_alefMaksura-ar.fina.rlig + tteh_alefMaksura-ar_.fina.rlig.glif + tteh_alefMaksura-ar.rlig + tteh_alefMaksura-ar_.rlig.glif + tteh_jeh-ar.fina.rlig + tteh_jeh-ar.fina.rlig.glif + tteh_noon-ar.fina.rlig + tteh_noon-ar.fina.rlig.glif + tteh_reh-ar.fina.rlig + tteh_reh-ar.fina.rlig.glif + tteh_rreh-ar.fina.rlig + tteh_rreh-ar.fina.rlig.glif + tteh_yeh-ar.fina.rlig + tteh_yeh-ar.fina.rlig.glif + tteh_yeh-ar.rlig + tteh_yeh-ar.rlig.glif + tteh_yeh-farsi.fina.rlig + tteh_yeh-farsi.fina.rlig.glif + tteh_yeh-farsi.rlig + tteh_yeh-farsi.rlig.glif + tteh_yehHamzaabove-ar.fina.rlig + tteh_yehHamzaabove-ar_.fina.rlig.glif + tteh_yehHamzaabove-ar.rlig + tteh_yehHamzaabove-ar_.rlig.glif + tteh_zain-ar.fina.rlig + tteh_zain-ar.fina.rlig.glif tteheh-ar tteheh-ar.glif tteheh-ar.fina @@ -3018,14 +3020,14 @@ veh-ar.init.glif veh-ar.medi veh-ar.medi.glif - veh_alefMaksura-ar - veh_alefMaksura-ar_.glif - veh_yeh-ar - veh_yeh-ar.glif - veh_yeh-farsi - veh_yeh-farsi.glif - veh_yehHamzaabove-ar - veh_yehHamzaabove-ar_.glif + veh_alefMaksura-ar.rlig + veh_alefMaksura-ar_.rlig.glif + veh_yeh-ar.rlig + veh_yeh-ar.rlig.glif + veh_yeh-farsi.rlig + veh_yeh-farsi.rlig.glif + veh_yehHamzaabove-ar.rlig + veh_yehHamzaabove-ar_.rlig.glif verseComma-ar verseComma-ar_.glif vinvertedabove-ar @@ -3126,40 +3128,40 @@ yehHamzaabove-ar_.isol.glif yehHamzaabove-ar.medi yehHamzaabove-ar_.medi.glif - yehHamzaabove_alefMaksura-ar - yehHamzaabove__alefMaksura-ar_.glif - yehHamzaabove_alefMaksura-ar.fina - yehHamzaabove__alefMaksura-ar_.fina.glif - yehHamzaabove_jeh-ar.fina - yehHamzaabove__jeh-ar.fina.glif - yehHamzaabove_jeh-ar.fina.short - yehHamzaabove__jeh-ar.fina.short.glif - yehHamzaabove_noon-ar.fina - yehHamzaabove__noon-ar.fina.glif - yehHamzaabove_reh-ar.fina - yehHamzaabove__reh-ar.fina.glif - yehHamzaabove_reh-ar.fina.short - yehHamzaabove__reh-ar.fina.short.glif - yehHamzaabove_rreh-ar.fina - yehHamzaabove__rreh-ar.fina.glif - yehHamzaabove_rreh-ar.fina.short - yehHamzaabove__rreh-ar.fina.short.glif - yehHamzaabove_yeh-ar - yehHamzaabove__yeh-ar.glif - yehHamzaabove_yeh-ar.fina - yehHamzaabove__yeh-ar.fina.glif - yehHamzaabove_yeh-farsi - yehHamzaabove__yeh-farsi.glif - yehHamzaabove_yeh-farsi.fina - yehHamzaabove__yeh-farsi.fina.glif - yehHamzaabove_yehHamzaabove-ar - yehHamzaabove__yehHamzaabove-ar_.glif - yehHamzaabove_yehHamzaabove-ar.fina - yehHamzaabove__yehHamzaabove-ar_.fina.glif - yehHamzaabove_zain-ar.fina - yehHamzaabove__zain-ar.fina.glif - yehHamzaabove_zain-ar.fina.short - yehHamzaabove__zain-ar.fina.short.glif + yehHamzaabove_alefMaksura-ar.fina.rlig + yehHamzaabove__alefMaksura-ar_.fina.rlig.glif + yehHamzaabove_alefMaksura-ar.rlig + yehHamzaabove__alefMaksura-ar_.rlig.glif + yehHamzaabove_jeh-ar.fina.rlig + yehHamzaabove__jeh-ar.fina.rlig.glif + yehHamzaabove_jeh-ar.fina.rlig.short + yehHamzaabove__jeh-ar.fina.rlig.short.glif + yehHamzaabove_noon-ar.fina.rlig + yehHamzaabove__noon-ar.fina.rlig.glif + yehHamzaabove_reh-ar.fina.rlig + yehHamzaabove__reh-ar.fina.rlig.glif + yehHamzaabove_reh-ar.fina.rlig.short + yehHamzaabove__reh-ar.fina.rlig.short.glif + yehHamzaabove_rreh-ar.fina.rlig + yehHamzaabove__rreh-ar.fina.rlig.glif + yehHamzaabove_rreh-ar.fina.rlig.short + yehHamzaabove__rreh-ar.fina.rlig.short.glif + yehHamzaabove_yeh-ar.fina.rlig + yehHamzaabove__yeh-ar.fina.rlig.glif + yehHamzaabove_yeh-ar.rlig + yehHamzaabove__yeh-ar.rlig.glif + yehHamzaabove_yeh-farsi.fina.rlig + yehHamzaabove__yeh-farsi.fina.rlig.glif + yehHamzaabove_yeh-farsi.rlig + yehHamzaabove__yeh-farsi.rlig.glif + yehHamzaabove_yehHamzaabove-ar.fina.rlig + yehHamzaabove__yehHamzaabove-ar_.fina.rlig.glif + yehHamzaabove_yehHamzaabove-ar.rlig + yehHamzaabove__yehHamzaabove-ar_.rlig.glif + yehHamzaabove_zain-ar.fina.rlig + yehHamzaabove__zain-ar.fina.rlig.glif + yehHamzaabove_zain-ar.fina.rlig.short + yehHamzaabove__zain-ar.fina.rlig.short.glif yehKashmiri-ar yehKashmiri-ar_.glif yehKashmiri-ar.fina @@ -3242,58 +3244,58 @@ yehVinverted-farsi_.init.glif yehVinverted-farsi.medi yehVinverted-farsi_.medi.glif - yeh_alefMaksura-ar - yeh_alefMaksura-ar_.glif - yeh_alefMaksura-ar.fina - yeh_alefMaksura-ar_.fina.glif - yeh_jeh-ar.fina - yeh_jeh-ar.fina.glif - yeh_jeh-ar.fina.short - yeh_jeh-ar.fina.short.glif - yeh_jeh-farsi.fina - yeh_jeh-farsi.fina.glif - yeh_jeh-farsi.fina.short - yeh_jeh-farsi.fina.short.glif - yeh_noon-ar.fina - yeh_noon-ar.fina.glif - yeh_noon-farsi.fina - yeh_noon-farsi.fina.glif - yeh_reh-ar.fina - yeh_reh-ar.fina.glif - yeh_reh-ar.fina.short - yeh_reh-ar.fina.short.glif - yeh_reh-farsi.fina - yeh_reh-farsi.fina.glif - yeh_reh-farsi.fina.short - yeh_reh-farsi.fina.short.glif - yeh_rreh-ar.fina - yeh_rreh-ar.fina.glif - yeh_rreh-ar.fina.short - yeh_rreh-ar.fina.short.glif - yeh_rreh-farsi.fina - yeh_rreh-farsi.fina.glif - yeh_rreh-farsi.fina.short - yeh_rreh-farsi.fina.short.glif - yeh_yeh-ar - yeh_yeh-ar.glif - yeh_yeh-ar.fina - yeh_yeh-ar.fina.glif - yeh_yeh-farsi - yeh_yeh-farsi.glif - yeh_yeh-farsi.fina - yeh_yeh-farsi.fina.glif - yeh_yehHamzaabove-ar - yeh_yehHamzaabove-ar_.glif - yeh_yehHamzaabove-ar.fina - yeh_yehHamzaabove-ar_.fina.glif - yeh_zain-ar.fina - yeh_zain-ar.fina.glif - yeh_zain-ar.fina.short - yeh_zain-ar.fina.short.glif - yeh_zain-farsi.fina - yeh_zain-farsi.fina.glif - yeh_zain-farsi.fina.short - yeh_zain-farsi.fina.short.glif + yeh_alefMaksura-ar.fina.rlig + yeh_alefMaksura-ar_.fina.rlig.glif + yeh_alefMaksura-ar.rlig + yeh_alefMaksura-ar_.rlig.glif + yeh_jeh-ar.fina.rlig + yeh_jeh-ar.fina.rlig.glif + yeh_jeh-ar.fina.rlig.short + yeh_jeh-ar.fina.rlig.short.glif + yeh_jeh-farsi.fina.rlig + yeh_jeh-farsi.fina.rlig.glif + yeh_jeh-farsi.fina.rlig.short + yeh_jeh-farsi.fina.rlig.short.glif + yeh_noon-ar.fina.rlig + yeh_noon-ar.fina.rlig.glif + yeh_noon-farsi.fina.rlig + yeh_noon-farsi.fina.rlig.glif + yeh_reh-ar.fina.rlig + yeh_reh-ar.fina.rlig.glif + yeh_reh-ar.fina.rlig.short + yeh_reh-ar.fina.rlig.short.glif + yeh_reh-farsi.fina.rlig + yeh_reh-farsi.fina.rlig.glif + yeh_reh-farsi.fina.rlig.short + yeh_reh-farsi.fina.rlig.short.glif + yeh_rreh-ar.fina.rlig + yeh_rreh-ar.fina.rlig.glif + yeh_rreh-ar.fina.rlig.short + yeh_rreh-ar.fina.rlig.short.glif + yeh_rreh-farsi.fina.rlig + yeh_rreh-farsi.fina.rlig.glif + yeh_rreh-farsi.fina.rlig.short + yeh_rreh-farsi.fina.rlig.short.glif + yeh_yeh-ar.fina.rlig + yeh_yeh-ar.fina.rlig.glif + yeh_yeh-ar.rlig + yeh_yeh-ar.rlig.glif + yeh_yeh-farsi.fina.rlig + yeh_yeh-farsi.fina.rlig.glif + yeh_yeh-farsi.rlig + yeh_yeh-farsi.rlig.glif + yeh_yehHamzaabove-ar.fina.rlig + yeh_yehHamzaabove-ar_.fina.rlig.glif + yeh_yehHamzaabove-ar.rlig + yeh_yehHamzaabove-ar_.rlig.glif + yeh_zain-ar.fina.rlig + yeh_zain-ar.fina.rlig.glif + yeh_zain-ar.fina.rlig.short + yeh_zain-ar.fina.rlig.short.glif + yeh_zain-farsi.fina.rlig + yeh_zain-farsi.fina.rlig.glif + yeh_zain-farsi.fina.rlig.short + yeh_zain-farsi.fina.rlig.short.glif yehabove-ar yehabove-ar.glif yehbarree-ar diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/crossmark.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/crossmark.glif index fb78a0f577..1e3c86570a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/crossmark.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/crossmark.glif @@ -18,12 +18,4 @@ - - - com.type-invaders.name.final - uni274C - com.type-invaders.name.production - crossmark - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/cuberoot-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/cuberoot-ar.glif index 11294bbe11..b6832affa6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/cuberoot-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/cuberoot-ar.glif @@ -5,13 +5,12 @@ + + + - com.type-invaders.name.final - uni0606 - com.type-invaders.name.production - cuberoot-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/d.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/d.glif index 8d4a2b2a6b..f3f673fb97 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/d.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/d.glif @@ -41,10 +41,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.fina.glif index ef37841fb5..c360aca737 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.fina.glif @@ -9,15 +9,17 @@ - + + + + + + + - com.type-invaders.name.final - uniFEBE - com.type-invaders.name.production - dad-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.glif index 939e34a0a6..35f37323bf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.glif @@ -9,15 +9,17 @@ - + + + + + + + - com.type-invaders.name.final - uni0636 - com.type-invaders.name.production - dad-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.init.glif index 1f33148873..5e9a02fec9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.init.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEBF - com.type-invaders.name.production - dad-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.isol.glif index 09f528ca1b..b27abd94b6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFEBD - com.type-invaders.name.production - dad-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.medi.glif index 14c388e9c7..4b95ab4497 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad-ar.medi.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEC0 - com.type-invaders.name.production - dad-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dadDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dadDotbelow-ar_.fina.glif index 01b98cfa9b..3ea8b38c91 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dadDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dadDotbelow-ar_.fina.glif @@ -3,21 +3,23 @@ - + + + + + + + - + - + - com.type-invaders.name.final - uni06FB.fina - com.type-invaders.name.production - dadDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dadDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dadDotbelow-ar_.glif index cca5017390..e7e9e6e71b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dadDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dadDotbelow-ar_.glif @@ -4,21 +4,23 @@ - + + + + + + + - + - + - com.type-invaders.name.final - uni06FB - com.type-invaders.name.production - dadDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dadDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dadDotbelow-ar_.init.glif index 119582f4a5..7b7df1d32a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dadDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dadDotbelow-ar_.init.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni06FB.init - com.type-invaders.name.production - dadDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dadDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dadDotbelow-ar_.medi.glif index b2a1585ed7..123c5a3248 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dadDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dadDotbelow-ar_.medi.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni06FB.medi - com.type-invaders.name.production - dadDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_alefMaksura-ar_.fina.glif deleted file mode 100644 index 0f9fd26849..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD23 - com.type-invaders.name.production - dad_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..af1ebe9e6c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_alefMaksura-ar_.glif deleted file mode 100644 index 965c464e16..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD07 - com.type-invaders.name.production - dad_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..68f36ceb4a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.fina.glif deleted file mode 100644 index 056218b360..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360698.fina - com.type-invaders.name.production - dad_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..fe8e86c459 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.fina.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..14bf06826b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.fina.short.glif deleted file mode 100644 index 7bdc314a4c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360698.fina.short - com.type-invaders.name.production - dad_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.glif deleted file mode 100644 index 4acf80f6bd..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360698 - com.type-invaders.name.production - dad_jeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.rlig.glif new file mode 100644 index 0000000000..78ae737160 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.rlig.short.glif new file mode 100644 index 0000000000..8a3f35388b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.short.glif deleted file mode 100644 index accb155640..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_jeh-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360698.short - com.type-invaders.name.production - dad_jeh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.fina.glif deleted file mode 100644 index 4308a06517..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2C - com.type-invaders.name.production - dad_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..b2e25858fb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.fina.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..332a798a95 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.fina.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.fina.short.glif deleted file mode 100644 index d580dfc9a0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2C.short - com.type-invaders.name.production - dad_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.glif deleted file mode 100644 index cecf3628dc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD10 - com.type-invaders.name.production - dad_reh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.rlig.glif new file mode 100644 index 0000000000..7d69679111 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.rlig.short.glif new file mode 100644 index 0000000000..f7e848b1a7 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.short.glif deleted file mode 100644 index 7a76f0112c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_reh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD10.short - com.type-invaders.name.production - dad_reh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.fina.glif deleted file mode 100644 index b4c5ad8e52..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360691.fina - com.type-invaders.name.production - dad_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..9a9128fb8f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.fina.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..11f2356c0f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.fina.short.glif deleted file mode 100644 index ff13f192ec..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360691.fina.short - com.type-invaders.name.production - dad_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.glif deleted file mode 100644 index ce91bdb0cf..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360691 - com.type-invaders.name.production - dad_rreh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.rlig.glif new file mode 100644 index 0000000000..617c9406d3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.rlig.short.glif new file mode 100644 index 0000000000..99988db5ca --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.short.glif deleted file mode 100644 index f250d0c0bf..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_rreh-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360691.short - com.type-invaders.name.production - dad_rreh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-ar.fina.glif deleted file mode 100644 index 4311685ded..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD24 - com.type-invaders.name.production - dad_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..5f123fe2bc --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-ar.glif deleted file mode 100644 index 98e3be4b9d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD08 - com.type-invaders.name.production - dad_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-ar.rlig.glif new file mode 100644 index 0000000000..c010481be1 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-farsi.fina.glif deleted file mode 100644 index a5ec398bc7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - dad_yehfarsi.fina - com.type-invaders.name.production - dad_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..1ce3dc21a8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-farsi.glif deleted file mode 100644 index 4f54a96bc2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - dad_yehfarsi - com.type-invaders.name.production - dad_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..0efc2859c3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 2c148cfba8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360626.fina - com.type-invaders.name.production - dad_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..ed91ebbe29 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yehHamzaabove-ar_.glif deleted file mode 100644 index addc8afa69..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360626 - com.type-invaders.name.production - dad_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..3b274365fb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.fina.glif deleted file mode 100644 index 9ce7b8d890..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360632.fina - com.type-invaders.name.production - dad_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..1b21e6102a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.fina.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..082412c64c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.fina.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.fina.short.glif deleted file mode 100644 index 139f43b84c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360632.fina.short - com.type-invaders.name.production - dad_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.glif deleted file mode 100644 index 286fed9b70..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360632 - com.type-invaders.name.production - dad_zain-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.rlig.glif new file mode 100644 index 0000000000..a29e79f129 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.rlig.short.glif new file mode 100644 index 0000000000..025edd4532 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.short.glif deleted file mode 100644 index 1456c439cb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dad_zain-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360632.short - com.type-invaders.name.production - dad_zain-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dahal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dahal-ar.fina.glif index 497b1f19e8..aa13b16453 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dahal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dahal-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB85 - com.type-invaders.name.production - dahal-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dahal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dahal-ar.glif index cb588748fa..0da048db54 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dahal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dahal-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni068C - com.type-invaders.name.production - dahal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dal-ar.fina.glif index 5d2ae27d6f..2852a207ac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dal-ar.fina.glif @@ -45,12 +45,4 @@ - - - com.type-invaders.name.final - uniFEAA - com.type-invaders.name.production - dal-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dal-ar.glif index 86e31bb0d2..a1025a56a0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dal-ar.glif @@ -38,12 +38,4 @@ - - - com.type-invaders.name.final - uni062F - com.type-invaders.name.production - dal-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dal-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dal-ar.isol.glif index fd85703e41..f910e99629 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dal-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dal-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEA9 - com.type-invaders.name.production - dal-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalDotbelow-ar_.fina.glif index 02cd959d67..0a5fa095d4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalDotbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni068A.fina - com.type-invaders.name.production - dalDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalDotbelow-ar_.glif index 03d53579f9..3f033dc785 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalDotbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni068A - com.type-invaders.name.production - dalDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalDotbelowTah-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalDotbelowTah-ar__.fina.glif index 92dde0481e..724bc532a9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalDotbelowTah-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalDotbelowTah-ar__.fina.glif @@ -3,24 +3,20 @@ - + - + - + - com.type-invaders.name.final - uni068B.fina - com.type-invaders.name.production - dalDotbelowTah-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalDotbelowTah-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalDotbelowTah-ar__.glif index 20b98d61c5..087eadb152 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalDotbelowTah-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalDotbelowTah-ar__.glif @@ -4,24 +4,20 @@ - + - + - + - com.type-invaders.name.final - uni068B - com.type-invaders.name.production - dalDotbelowTah-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalFourdots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalFourdots-ar_.fina.glif index ce39a14811..efabffbe17 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalFourdots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalFourdots-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0690.fina - com.type-invaders.name.production - dalFourdots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalFourdots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalFourdots-ar_.glif index 93dcda2911..96bad947b6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalFourdots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalFourdots-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0690 - com.type-invaders.name.production - dalFourdots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalRing-ar_.fina.glif index b8df20be5a..92c233751f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalRing-ar_.fina.glif @@ -60,13 +60,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0689.fina - com.type-invaders.name.production - dalRing-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalRing-ar_.glif index 38440bd278..823fbba87f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalRing-ar_.glif @@ -54,13 +54,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0689 - com.type-invaders.name.production - dalRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalThreedotsdown-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalThreedotsdown-ar_.fina.glif index 7c1090d800..afd8902fc4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalThreedotsdown-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalThreedotsdown-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni068F.fina - com.type-invaders.name.production - dalThreedotsdown-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalThreedotsdown-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalThreedotsdown-ar_.glif index 4f90b8f084..e6bf25f82a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalThreedotsdown-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalThreedotsdown-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni068F - com.type-invaders.name.production - dalThreedotsdown-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.fina.glif index 333388cd99..5c97e8c611 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.fina.glif @@ -3,24 +3,20 @@ - + - + - + - com.type-invaders.name.final - uni0759.fina - com.type-invaders.name.production - dalTwodotsverticalbelowTah-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.glif index c3d40fd8c4..4caf7526c0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.glif @@ -4,24 +4,20 @@ - + - + - + - com.type-invaders.name.final - uni0759 - com.type-invaders.name.production - dalTwodotsverticalbelowTah-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalVinvertedabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalVinvertedabove-ar_.fina.glif index 973995cf45..4919cecdbe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalVinvertedabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalVinvertedabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni06EE.fina - com.type-invaders.name.production - dalVinvertedabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalVinvertedabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalVinvertedabove-ar_.glif index add38e7bea..0c7dd857ef 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalVinvertedabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalVinvertedabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni06EE - com.type-invaders.name.production - dalVinvertedabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalVinvertedbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalVinvertedbelow-ar_.fina.glif index 9b35f576a7..c0bc7d9c56 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalVinvertedbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalVinvertedbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni075A.fina - com.type-invaders.name.production - dalVinvertedbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalVinvertedbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalVinvertedbelow-ar_.glif index ce5547debe..d8b64f56a0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalVinvertedbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dalVinvertedbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni075A - com.type-invaders.name.production - dalVinvertedbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/damma-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/damma-ar.glif index 27fb213921..e892ceccca 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/damma-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/damma-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni064F - com.type-invaders.name.production - damma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/damma-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/damma-ar.isol.glif index cbd2bfb4a6..6c94820772 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/damma-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/damma-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE78 - com.type-invaders.name.production - damma-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/damma-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/damma-ar.medi.glif index d4ed877f07..a91101a6bb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/damma-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/damma-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFE79 - com.type-invaders.name.production - damma-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammaCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammaCurly-ar_.glif index 0be224a903..6dd2824e96 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammaCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammaCurly-ar_.glif @@ -42,18 +42,10 @@ - + - + - - - com.type-invaders.name.final - uni08E5 - com.type-invaders.name.production - dammaCurly-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammaDot-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammaDot-ar_.glif index ffffb9a809..81cad0b31e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammaDot-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammaDot-ar_.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni08FE - com.type-invaders.name.production - dammaDot-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammahigh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammahigh-ar.glif index c73c8cfa10..d7d1725116 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammahigh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammahigh-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - dammahighar - com.type-invaders.name.production - dammahigh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammainverted-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammainverted-ar.glif index a8f485f1b5..518d4a885e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammainverted-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammainverted-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni0657 - com.type-invaders.name.production - dammainverted-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammareversed-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammareversed-ar.glif index 1b7232d940..6c72cc7b5f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammareversed-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammareversed-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni065D - com.type-invaders.name.production - dammareversed-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammasmall-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammasmall-ar.glif index c2a092a971..65deb219d9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammasmall-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammasmall-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni0619 - com.type-invaders.name.production - dammasmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammatan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammatan-ar.glif index 8582b6cd6a..2394925cd6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammatan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammatan-ar.glif @@ -57,18 +57,10 @@ - + - + - - - com.type-invaders.name.final - uni064C - com.type-invaders.name.production - dammatan-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammatan-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammatan-ar.isol.glif index a3f204b3d1..3334a14a18 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammatan-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammatan-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE72 - com.type-invaders.name.production - dammatan-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammatanCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammatanCurly-ar_.glif index 4fb0c24869..b6af183236 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammatanCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dammatanCurly-ar_.glif @@ -80,18 +80,10 @@ - + - + - - - com.type-invaders.name.final - uni08E8 - com.type-invaders.name.production - dammatanCurly-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dateseparator-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dateseparator-ar.glif index 3b6f513c36..e544a1288d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dateseparator-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dateseparator-ar.glif @@ -14,12 +14,4 @@ - - - com.type-invaders.name.final - uni060D - com.type-invaders.name.production - dateseparator-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ddahal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ddahal-ar.fina.glif index 5558e7151c..a80f91ba9c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ddahal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ddahal-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB83 - com.type-invaders.name.production - ddahal-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ddahal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ddahal-ar.glif index 3f0eb2eb3d..8d0076bd61 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ddahal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ddahal-ar.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni068D - com.type-invaders.name.production - ddahal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ddal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ddal-ar.fina.glif index 09bfcf9d0e..1cafb129da 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ddal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ddal-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB89 - com.type-invaders.name.production - ddal-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ddal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ddal-ar.glif index 53c35cb932..02c04986a8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ddal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ddal-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0688 - com.type-invaders.name.production - ddal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/decimalseparator-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/decimalseparator-ar.glif index 0ce46b5007..a953d35530 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/decimalseparator-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/decimalseparator-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni066B - com.type-invaders.name.production - decimalseparator-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dieresis.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dieresis.case.glif index 319ae4a307..8393ce42c4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dieresis.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dieresis.case.glif @@ -35,7 +35,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dieresis.glif index b99e0e3375..b43a40f0c2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dieresis.glif @@ -36,7 +36,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dieresiscomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dieresiscomb.glif index ef7ce1f5d3..1cd53f859f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dieresiscomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dieresiscomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0308 - com.type-invaders.name.production - dieresiscomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/divisionslash.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/divisionslash.glif index 829ff4c48e..637deb0fa3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/divisionslash.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/divisionslash.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni2215 - com.type-invaders.name.production - divisionslash com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dong.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dong.glif index db8843de9c..4c5c11255b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dong.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dong.glif @@ -55,12 +55,4 @@ - - - com.type-invaders.name.final - uni20AB - com.type-invaders.name.production - dong - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotStopabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotStopabove-ar_.glif index e2a9337110..4d1444d440 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotStopabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotStopabove-ar_.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06EC - com.type-invaders.name.production - dotStopabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotabove-ar.glif index 8751f42e05..36c30f696c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotabove-ar.glif @@ -20,18 +20,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB2 - com.type-invaders.name.production - dotabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotaccent.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotaccent.case.glif index a9f2a5d0cd..f8a8ceea9e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotaccent.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotaccent.case.glif @@ -19,7 +19,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotaccent.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotaccent.glif index 1e33175a4a..46018579e4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotaccent.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotaccent.glif @@ -20,7 +20,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotaccentcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotaccentcomb.glif index 13097fac8e..4dc39332e5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotaccentcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotaccentcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0307 - com.type-invaders.name.production - dotaccentcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotbelow-ar.glif index 65a0417c74..985d7bda1d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotbelow-ar.glif @@ -20,18 +20,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB3 - com.type-invaders.name.production - dotbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotcenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotcenter-ar.glif index 75d9074dcc..cc7cfe9e0c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotcenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotcenter-ar.glif @@ -19,15 +19,7 @@ - + - - - com.type-invaders.name.final - dotcenterar - com.type-invaders.name.production - dotcenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotlessi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotlessi.glif index e2891a410e..94d38d995c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotlessi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotlessi.glif @@ -10,7 +10,13 @@ - + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotlessj.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotlessj.glif index 68a7a882bc..50840d8b8d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotlessj.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotlessj.glif @@ -15,15 +15,7 @@ - + - - - com.type-invaders.name.final - uni0237 - com.type-invaders.name.production - dotlessj - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dottedCircle_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dottedCircle_.glif index 090ec29742..ed5521d17a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dottedCircle_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dottedCircle_.glif @@ -196,18 +196,10 @@ - + - + - - - com.type-invaders.name.final - uni25CC - com.type-invaders.name.production - dottedCircle - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotvowelbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotvowelbelow-ar.glif index e0846af088..bd208a93bb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotvowelbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dotvowelbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni065C - com.type-invaders.name.production - dotvowelbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/doublerightarrowheadDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/doublerightarrowheadDotabove-ar_.glif index c26ded148a..ac4a5543b5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/doublerightarrowheadDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/doublerightarrowheadDotabove-ar_.glif @@ -40,18 +40,10 @@ - + - + - - - com.type-invaders.name.final - uni08FC - com.type-invaders.name.production - doublerightarrowheadDotabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/doublerightarrowheadabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/doublerightarrowheadabove-ar.glif index a03e6e050a..00bc8311af 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/doublerightarrowheadabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/doublerightarrowheadabove-ar.glif @@ -24,18 +24,10 @@ - + - + - - - com.type-invaders.name.final - uni08FB - com.type-invaders.name.production - doublerightarrowheadabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dul-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dul-ar.fina.glif index 0b7669025c..bc3d855551 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dul-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dul-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB87 - com.type-invaders.name.production - dul-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dul-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dul-ar.glif index 0a5d43a6c5..3a3b358c57 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dul-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dul-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni068E - com.type-invaders.name.production - dul-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dyeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dyeh-ar.fina.glif index 0bfa210c45..cbef74823d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dyeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dyeh-ar.fina.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB73 - com.type-invaders.name.production - dyeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dyeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dyeh-ar.glif index 9d2cff6b41..90e5d0fb45 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dyeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dyeh-ar.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0684 - com.type-invaders.name.production - dyeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dyeh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dyeh-ar.init.glif index d423b7eb79..12737e74d6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dyeh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dyeh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB74 - com.type-invaders.name.production - dyeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dyeh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dyeh-ar.medi.glif index c6a6d31e74..017880efaa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dyeh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/dyeh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB75 - com.type-invaders.name.production - dyeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e-ar.fina.glif index b264d8bb1c..a2a9b55c71 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uniFBE5 - com.type-invaders.name.production - e-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e-ar.glif index de7b59655d..349ddd6116 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e-ar.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uni06D0 - com.type-invaders.name.production - e-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e-ar.init.glif index 207c0a6d34..1a4058aa8f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e-ar.init.glif @@ -3,10 +3,10 @@ - + - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFBE6 - com.type-invaders.name.production - e-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e-ar.medi.glif index 2ae034a9ba..2dab53a644 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e-ar.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFBE7 - com.type-invaders.name.production - e-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e.glif index a890e4eb67..649df8e7d1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/e.glif @@ -39,13 +39,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eacute.glif index 85e820a745..cd8d36d2d3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eacute.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ecircumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ecircumflex.glif index 7d725e9646..27804745ff 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ecircumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ecircumflex.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/edieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/edieresis.glif index bf836220cc..83aa8b6c8d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/edieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/edieresis.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/egrave.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/egrave.glif index 2e52f81654..a6215b1b47 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/egrave.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/egrave.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eight-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eight-ar.glif index 1996814d9e..eddd74e05c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eight-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eight-ar.glif @@ -14,12 +14,4 @@ - - - com.type-invaders.name.final - uni0668 - com.type-invaders.name.production - eight-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eight-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eight-persian.glif index 296fdd2253..0fddb3acd8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eight-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eight-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F8 - com.type-invaders.name.production - eight-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eightinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eightinferior.glif index 86858b4638..5fb1b34e07 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eightinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eightinferior.glif @@ -64,12 +64,4 @@ - - - com.type-invaders.name.final - uni2088 - com.type-invaders.name.production - eightinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eightsuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eightsuperior.glif index 244d8ad817..f2048398e2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eightsuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eightsuperior.glif @@ -64,12 +64,4 @@ - - - com.type-invaders.name.final - uni2078 - com.type-invaders.name.production - eightsuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/endofayah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/endofayah-ar.glif index b7b8876358..3d70bb79db 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/endofayah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/endofayah-ar.glif @@ -66,12 +66,4 @@ - - - com.type-invaders.name.final - uni06DD - com.type-invaders.name.production - endofayah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/estimated.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/estimated.glif index 966a126903..404c00e652 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/estimated.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/estimated.glif @@ -38,12 +38,4 @@ - - - com.type-invaders.name.final - uni212E - com.type-invaders.name.production - estimated - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eth.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eth.glif index 370dbabe53..3e753251c0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eth.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/eth.glif @@ -53,5 +53,8 @@ + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/f.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/f.glif index 765eba7860..cc4572b469 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/f.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/f.glif @@ -23,7 +23,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fatha-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fatha-ar.glif index 9a989cbe3b..4bd1aad495 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fatha-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fatha-ar.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni064E - com.type-invaders.name.production - fatha-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fatha-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fatha-ar.isol.glif index a5884dbc02..99417692f5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fatha-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fatha-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE76 - com.type-invaders.name.production - fatha-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fatha-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fatha-ar.medi.glif index 25792ba814..8edf920a04 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fatha-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fatha-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFE77 - com.type-invaders.name.production - fatha-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathaCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathaCurly-ar_.glif index 8ea6385264..3bac016b69 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathaCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathaCurly-ar_.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni08E4 - com.type-invaders.name.production - fathaCurly-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathaDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathaDotabove-ar_.glif index 054cbedeaf..e9e6e8fbf4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathaDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathaDotabove-ar_.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni08F5 - com.type-invaders.name.production - fathaDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathaHorizont-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathaHorizont-ar_.glif index 2e443547b2..0a1d18e376 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathaHorizont-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathaHorizont-ar_.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni0659 - com.type-invaders.name.production - fathaHorizont-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathaRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathaRing-ar_.glif index 8281313490..b3d90aaa65 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathaRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathaRing-ar_.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uni08F4 - com.type-invaders.name.production - fathaRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathasmall-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathasmall-ar.glif index 18c7bf1a3e..6cc6c3cd86 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathasmall-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathasmall-ar.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni0618 - com.type-invaders.name.production - fathasmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatan-ar.glif index 7ffa45151b..68fb5f4034 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatan-ar.glif @@ -16,18 +16,10 @@ - + - + - - - com.type-invaders.name.final - uni064B - com.type-invaders.name.production - fathatan-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatan-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatan-ar.isol.glif index c9ff36198c..8ae63c7921 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatan-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatan-ar.isol.glif @@ -8,10 +8,6 @@ - com.type-invaders.name.final - uniFE70 - com.type-invaders.name.production - fathatan-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatan-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatan-ar.medi.glif index 4ed3d43f42..0b5def6175 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatan-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatan-ar.medi.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uniFE71 - com.type-invaders.name.production - fathatan-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatanCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatanCurly-ar_.glif index 9f204f3a39..0f0a204b35 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatanCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatanCurly-ar_.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni08E7 - com.type-invaders.name.production - fathatanCurly-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatwodots-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatwodots-ar.glif index 5b1925105f..70ba47b8f1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatwodots-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fathatwodots-ar.glif @@ -42,18 +42,10 @@ - + - + - - - com.type-invaders.name.final - uni065E - com.type-invaders.name.production - fathatwodots-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fcclogo.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fcclogo.glif index e1159c0d15..6229ffb60c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fcclogo.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fcclogo.glif @@ -69,12 +69,4 @@ - - - com.type-invaders.name.final - uniEFCC - com.type-invaders.name.production - fcclogo - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.fina.glif index 6d2b100a03..eae1edfbb1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED2 - com.type-invaders.name.production - feh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.glif index 1d0dfd12af..285e6143ab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni0641 - com.type-invaders.name.production - feh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.init.glif index 3b8bda30e0..e3dd671b1d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED3 - com.type-invaders.name.production - feh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.isol.glif index 7c818794ba..f2926c98c9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFED1 - com.type-invaders.name.production - feh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.medi.glif index 636d755b91..60f6159210 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED4 - com.type-invaders.name.production - feh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelow-ar_.fina.glif index f3b5d6ceaf..113de4d055 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelow-ar_.fina.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni06A3.fina - com.type-invaders.name.production - fehDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelow-ar_.glif index c5669427a3..d1eb2029bc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelow-ar_.glif @@ -4,21 +4,17 @@ - + - + - + - com.type-invaders.name.final - uni06A3 - com.type-invaders.name.production - fehDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelow-ar_.init.glif index c69b19be5c..ab840783d9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelow-ar_.init.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni06A3.init - com.type-invaders.name.production - fehDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelow-ar_.medi.glif index 04aeeff34f..44216e0f86 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelow-ar_.medi.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni06A3.medi - com.type-invaders.name.production - fehDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelowThreedotsabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelowThreedotsabove-ar__.fina.glif index 17b2b765b7..713395491f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelowThreedotsabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelowThreedotsabove-ar__.fina.glif @@ -6,18 +6,17 @@ - + - + + + + - com.type-invaders.name.final - uni08A4.fina - com.type-invaders.name.production - fehDotbelowThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelowThreedotsabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelowThreedotsabove-ar__.glif index 0f494aa8b4..cab7bd52b8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelowThreedotsabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelowThreedotsabove-ar__.glif @@ -7,18 +7,17 @@ - + - + + + + - com.type-invaders.name.final - uni08A4 - com.type-invaders.name.production - fehDotbelowThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelowThreedotsabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelowThreedotsabove-ar__.init.glif index 8570dae722..6aa00f20e6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelowThreedotsabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelowThreedotsabove-ar__.init.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni08A4.init - com.type-invaders.name.production - fehDotbelowThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelowThreedotsabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelowThreedotsabove-ar__.medi.glif index 0e9a7d0072..fc4bb07545 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelowThreedotsabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotbelowThreedotsabove-ar__.medi.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni08A4.medi - com.type-invaders.name.production - fehDotbelowThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless-ar_.fina.glif index b9ff4c0531..13c4f0c019 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless-ar_.fina.glif @@ -64,12 +64,4 @@ - - - com.type-invaders.name.final - uni06A1.fina - com.type-invaders.name.production - fehDotless-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless-ar_.glif index 09f00c2178..19efcebcf1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless-ar_.glif @@ -61,12 +61,4 @@ - - - com.type-invaders.name.final - uni06A1 - com.type-invaders.name.production - fehDotless-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless-ar_.init.glif index d198e6075d..2b510a709d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless-ar_.init.glif @@ -50,12 +50,4 @@ - - - com.type-invaders.name.final - uni06A1.init - com.type-invaders.name.production - fehDotless-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless-ar_.medi.glif index 0fa48b3bc9..fdb910933c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless-ar_.medi.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uni06A1.medi - com.type-invaders.name.production - fehDotless-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless__alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless__alefMaksura-ar_.glif deleted file mode 100644 index d8d769bc66..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless__alefMaksura-ar_.glif +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - fehDotless_alefMaksuraar - com.type-invaders.name.production - fehDotless_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless__alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless__alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..92e9f4988f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehDotless__alefMaksura-ar_.rlig.glif @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsbelow-ar_.fina.glif index 10bcdb2d0f..8a84fddabd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06A5.fina - com.type-invaders.name.production - fehThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsbelow-ar_.glif index 75c1f035bd..1bd5d1963e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni06A5 - com.type-invaders.name.production - fehThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsbelow-ar_.init.glif index 9b24b26224..e7d0fbed67 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06A5.init - com.type-invaders.name.production - fehThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsbelow-ar_.medi.glif index 98051570fc..e9ef14c91c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06A5.medi - com.type-invaders.name.production - fehThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsupbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsupbelow-ar_.fina.glif index 8854d1c0d8..f29f60dd4b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsupbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsupbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0761.fina - com.type-invaders.name.production - fehThreedotsupbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsupbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsupbelow-ar_.glif index 09aeead79e..44a77da687 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsupbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsupbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni0761 - com.type-invaders.name.production - fehThreedotsupbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsupbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsupbelow-ar_.init.glif index 330074a72a..1cbdbe0843 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsupbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsupbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0761.init - com.type-invaders.name.production - fehThreedotsupbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsupbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsupbelow-ar_.medi.glif index f47bc6180f..2645fd3658 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsupbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehThreedotsupbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0761.medi - com.type-invaders.name.production - fehThreedotsupbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehTwodotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehTwodotsbelow-ar_.fina.glif index 4f57427ea4..b1494bff0f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehTwodotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehTwodotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0760.fina - com.type-invaders.name.production - fehTwodotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehTwodotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehTwodotsbelow-ar_.glif index 9b73fbdaad..7a87a3ffd8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehTwodotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehTwodotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni0760 - com.type-invaders.name.production - fehTwodotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehTwodotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehTwodotsbelow-ar_.init.glif index 8d3816c0c9..941f5bc7cf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehTwodotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehTwodotsbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0760.init - com.type-invaders.name.production - fehTwodotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehTwodotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehTwodotsbelow-ar_.medi.glif index aca0268699..815679cb6c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehTwodotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fehTwodotsbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0760.medi - com.type-invaders.name.production - fehTwodotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_alefMaksura-ar_.glif deleted file mode 100644 index 32a29f8db8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC31 - com.type-invaders.name.production - feh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..abde992a29 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yeh-ar.glif deleted file mode 100644 index ea9e724222..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC32 - com.type-invaders.name.production - feh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..8c0cddc716 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yeh-farsi.glif deleted file mode 100644 index cb3f973d3b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - feh_yehfarsi - com.type-invaders.name.production - feh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..570964449a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yehHamzaabove-ar_.glif deleted file mode 100644 index aaaed8d2bf..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06410626 - com.type-invaders.name.production - feh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..1e22a0dd65 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/feh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/five-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/five-ar.glif index 4eb904b8ad..af9c03dab1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/five-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/five-ar.glif @@ -33,12 +33,4 @@ - - - com.type-invaders.name.final - uni0665 - com.type-invaders.name.production - five-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/five-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/five-persian.glif index 6ac9d7ce3e..d9f58cf22d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/five-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/five-persian.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uni06F5 - com.type-invaders.name.production - five-persian - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fiveinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fiveinferior.glif index cc0eea2812..7acca164a5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fiveinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fiveinferior.glif @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - uni2085 - com.type-invaders.name.production - fiveinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fivesuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fivesuperior.glif index 62b742ef38..0c049543e9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fivesuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fivesuperior.glif @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - uni2075 - com.type-invaders.name.production - fivesuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fl.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fl.glif index 1d3eb56e35..02944e94c6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fl.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fl.glif @@ -5,15 +5,6 @@ - - - - - - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/footnotemarker-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/footnotemarker-ar.glif index baedc5b925..bce0893abd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/footnotemarker-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/footnotemarker-ar.glif @@ -32,12 +32,4 @@ - - - com.type-invaders.name.final - uni0602 - com.type-invaders.name.production - footnotemarker-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/four-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/four-ar.glif index 48cac16a4a..22d01589ad 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/four-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/four-ar.glif @@ -44,12 +44,4 @@ - - - com.type-invaders.name.final - uni0664 - com.type-invaders.name.production - four-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/four-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/four-persian.glif index ed32613674..95f16312de 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/four-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/four-persian.glif @@ -35,12 +35,4 @@ - - - com.type-invaders.name.final - uni06F4 - com.type-invaders.name.production - four-persian - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/four-persian.urdu.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/four-persian.urdu.glif index 15e84da735..ea2bfaba53 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/four-persian.urdu.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/four-persian.urdu.glif @@ -40,12 +40,4 @@ - - - com.type-invaders.name.final - uni06F4.urdu - com.type-invaders.name.production - four-persian.urdu - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourabove-ar.glif index 6e71d30696..56b56bc923 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourabove-ar.glif @@ -43,18 +43,10 @@ - + - + - - - com.type-invaders.name.final - fourabovear - com.type-invaders.name.production - fourabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourdotsabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourdotsabove-ar.glif index 94655ecad9..fbc01178d9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourdotsabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourdotsabove-ar.glif @@ -68,18 +68,10 @@ - + - + - - - com.type-invaders.name.final - uniFBBA - com.type-invaders.name.production - fourdotsabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourdotsbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourdotsbelow-ar.glif index c9ddb0e8bb..56901812a7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourdotsbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourdotsbelow-ar.glif @@ -68,18 +68,10 @@ - + - + - - - com.type-invaders.name.final - uniFBBB - com.type-invaders.name.production - fourdotsbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourdotscenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourdotscenter-ar.glif index 7822db3265..009844cdca 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourdotscenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourdotscenter-ar.glif @@ -67,15 +67,7 @@ - + - - - com.type-invaders.name.final - fourdotscenterar - com.type-invaders.name.production - fourdotscenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourinferior.glif index f813721237..787fb86bcc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourinferior.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2084 - com.type-invaders.name.production - fourinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/foursuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/foursuperior.glif index d17e2627f6..744eb77bbf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/foursuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/foursuperior.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2074 - com.type-invaders.name.production - foursuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourthroot-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourthroot-ar.glif index b583636037..d50cfc99ee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourthroot-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fourthroot-ar.glif @@ -5,13 +5,12 @@ + + + - com.type-invaders.name.final - uni0607 - com.type-invaders.name.production - fourthroot-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/foururduabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/foururduabove-ar.glif index a2d6a4969a..591a740009 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/foururduabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/foururduabove-ar.glif @@ -39,18 +39,10 @@ - + - + - - - com.type-invaders.name.final - foururduabovear - com.type-invaders.name.production - foururduabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/foururdubelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/foururdubelow-ar.glif index a7fcc547a0..40d5d06b68 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/foururdubelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/foururdubelow-ar.glif @@ -39,18 +39,10 @@ - + - + - - - com.type-invaders.name.final - foururdubelowar - com.type-invaders.name.production - foururdubelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/foururducenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/foururducenter-ar.glif index 2c8e7cfec1..77381e0767 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/foururducenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/foururducenter-ar.glif @@ -39,15 +39,7 @@ - + - - - com.type-invaders.name.final - foururducenterar - com.type-invaders.name.production - foururducenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fullstop-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fullstop-ar.glif index 491c1710d0..eaf3e38c55 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fullstop-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/fullstop-ar.glif @@ -16,12 +16,4 @@ - - - com.type-invaders.name.final - uni06D4 - com.type-invaders.name.production - fullstop-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/g.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/g.alt01.glif index 5cd710cebb..335bd93974 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/g.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/g.alt01.glif @@ -52,7 +52,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/g.alt02.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/g.alt02.glif index 23616ef6c7..63147a2634 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/g.alt02.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/g.alt02.glif @@ -85,7 +85,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/g.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/g.glif index ce3bfaa716..17ca2c15d8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/g.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/g.glif @@ -91,7 +91,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf-ar.fina.glif index 9b56ea5f91..8683aac254 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf-ar.fina.glif @@ -8,6 +8,9 @@ + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uniFB93 - com.type-invaders.name.production - gaf-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf-ar.glif index be9989a423..23e8e1675b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf-ar.glif @@ -8,6 +8,9 @@ + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uni06AF - com.type-invaders.name.production - gaf-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf-ar.init.glif index b020dd1ca5..289a865d42 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf-ar.init.glif @@ -3,11 +3,14 @@ - + + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uniFB94 - com.type-invaders.name.production - gaf-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf-ar.medi.glif index 50c8d89c77..61d41c39c2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf-ar.medi.glif @@ -3,11 +3,14 @@ - + + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uniFB95 - com.type-invaders.name.production - gaf-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafRing-ar_.fina.glif index 7bdc250a15..d2d518ef83 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafRing-ar_.fina.glif @@ -5,18 +5,20 @@ - + - + + + + + + + - com.type-invaders.name.final - uni06B0.fina - com.type-invaders.name.production - gafRing-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafRing-ar_.glif index 042a575ae9..172e698aae 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafRing-ar_.glif @@ -6,18 +6,20 @@ - + - + + + + + + + - com.type-invaders.name.final - uni06B0 - com.type-invaders.name.production - gafRing-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafRing-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafRing-ar_.init.glif index aba7015092..60f85c2f59 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafRing-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafRing-ar_.init.glif @@ -2,21 +2,23 @@ - + + + + + + + - + - + - com.type-invaders.name.final - uni06B0.init - com.type-invaders.name.production - gafRing-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafRing-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafRing-ar_.medi.glif index fefc2968e4..6099935c4b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafRing-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafRing-ar_.medi.glif @@ -2,21 +2,23 @@ - + + + + + + + - + - + - com.type-invaders.name.final - uni06B0.medi - com.type-invaders.name.production - gafRing-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafThreedots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafThreedots-ar_.fina.glif index 9b7950f37e..2ff1e12786 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafThreedots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafThreedots-ar_.fina.glif @@ -3,24 +3,23 @@ - + + + + - + - com.type-invaders.name.final - uni06B4.fina - com.type-invaders.name.production - gafThreedots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafThreedots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafThreedots-ar_.glif index 11b918e6da..e98eeba0eb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafThreedots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafThreedots-ar_.glif @@ -4,24 +4,23 @@ - + + + + - + - com.type-invaders.name.final - uni06B4 - com.type-invaders.name.production - gafThreedots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafThreedots-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafThreedots-ar_.init.glif index 8468c33d58..47f95f174e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafThreedots-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafThreedots-ar_.init.glif @@ -2,25 +2,24 @@ - - + + + + + - + - com.type-invaders.name.final - uni06B4.init - com.type-invaders.name.production - gafThreedots-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafThreedots-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafThreedots-ar_.medi.glif index b2404bc03d..17f3b7b8ea 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafThreedots-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafThreedots-ar_.medi.glif @@ -2,25 +2,24 @@ - - + + + + + - + - com.type-invaders.name.final - uni06B4.medi - com.type-invaders.name.production - gafThreedots-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafTwodotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafTwodotsbelow-ar_.fina.glif index c4fd06a62a..6cefa46d2c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafTwodotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafTwodotsbelow-ar_.fina.glif @@ -3,10 +3,13 @@ - + + + + - + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uni06B2.fina - com.type-invaders.name.production - gafTwodotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafTwodotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafTwodotsbelow-ar_.glif index 2c7fff6315..73a77ca6a9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafTwodotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafTwodotsbelow-ar_.glif @@ -4,10 +4,13 @@ - + + + + - + @@ -18,10 +21,6 @@ - com.type-invaders.name.final - uni06B2 - com.type-invaders.name.production - gafTwodotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafTwodotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafTwodotsbelow-ar_.init.glif index bce5476081..ef789e9f64 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafTwodotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafTwodotsbelow-ar_.init.glif @@ -2,11 +2,14 @@ - + - + + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uni06B2.init - com.type-invaders.name.production - gafTwodotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafTwodotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafTwodotsbelow-ar_.medi.glif index 9896ea88fd..a33aa48050 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafTwodotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gafTwodotsbelow-ar_.medi.glif @@ -2,11 +2,14 @@ - + - + + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uni06B2.medi - com.type-invaders.name.production - gafTwodotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_alefMaksura-ar_.fina.glif deleted file mode 100644 index dea03fad8e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF0649.fina - com.type-invaders.name.production - gaf_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..79d1610d30 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_alefMaksura-ar_.glif deleted file mode 100644 index aa9cd052ad..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_alefMaksura-ar_.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF0649 - com.type-invaders.name.production - gaf_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..645e60b187 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_alefMaksura-ar_.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-ar.fina.glif deleted file mode 100644 index 1eea62d305..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-ar.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF064A.fina - com.type-invaders.name.production - gaf_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..b38660488e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-ar.glif deleted file mode 100644 index 26ea238e45..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-ar.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF064A - com.type-invaders.name.production - gaf_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-ar.rlig.glif new file mode 100644 index 0000000000..0ab609f235 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-farsi.fina.glif deleted file mode 100644 index 5f5fe89e66..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-farsi.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - gaf_yehfarsi.fina - com.type-invaders.name.production - gaf_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..4af27c842c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-farsi.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-farsi.glif deleted file mode 100644 index 8ea9599c73..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-farsi.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - gaf_yehfarsi - com.type-invaders.name.production - gaf_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..f284c6768e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yeh-farsi.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 04f1f24b2f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF0626.fina - com.type-invaders.name.production - gaf_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..5a31805f71 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yehHamzaabove-ar_.glif deleted file mode 100644 index 8845d0e80d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF0626 - com.type-invaders.name.production - gaf_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..fe807963e7 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gaf_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.fina.glif index 2f33a53477..4521e74c16 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFECE - com.type-invaders.name.production - ghain-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.glif index 511c0710f9..740a9d2dc8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni063A - com.type-invaders.name.production - ghain-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.init.glif index 6536c073b8..3162eae0b6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFECF - com.type-invaders.name.production - ghain-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.isol.glif index f2995f62ef..fec645be4b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFECD - com.type-invaders.name.production - ghain-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.medi.glif index 481af60302..de6b9731cd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED0 - com.type-invaders.name.production - ghain-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.short.glif index 4990f55841..e469a04373 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghain-ar.short.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni063A.short - com.type-invaders.name.production - ghain-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghainDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghainDotbelow-ar_.fina.glif index 4fe7f041b5..cd91151c17 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghainDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghainDotbelow-ar_.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni06FC.fina - com.type-invaders.name.production - ghainDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghainDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghainDotbelow-ar_.glif index 76088b82d0..5d377bb670 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghainDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghainDotbelow-ar_.glif @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni06FC - com.type-invaders.name.production - ghainDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghainDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghainDotbelow-ar_.init.glif index 3d87ac9c79..e68b779109 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghainDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghainDotbelow-ar_.init.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni06FC.init - com.type-invaders.name.production - ghainDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghainDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghainDotbelow-ar_.medi.glif index 03102c2622..2d1e18e903 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghainDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ghainDotbelow-ar_.medi.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06FC.medi - com.type-invaders.name.production - ghainDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/grave.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/grave.case.glif index 3620dddfed..178b6ca24f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/grave.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/grave.case.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/grave.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/grave.glif index 1d7e456486..f6ab487772 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/grave.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/grave.glif @@ -10,7 +10,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gravecomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gravecomb.glif index f5d584b3a4..0ee93e65e2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gravecomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gravecomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0300 - com.type-invaders.name.production - gravecomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/guarani.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/guarani.glif index 27c6e6684a..6403f9d8e9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/guarani.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/guarani.glif @@ -59,12 +59,4 @@ - - - com.type-invaders.name.final - uni20B2 - com.type-invaders.name.production - guarani - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gueh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gueh-ar.fina.glif index fd11342851..5a80a1c28f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gueh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gueh-ar.fina.glif @@ -4,10 +4,13 @@ - + + + + - + @@ -18,10 +21,6 @@ - com.type-invaders.name.final - uniFB97 - com.type-invaders.name.production - gueh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gueh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gueh-ar.glif index ff39eda58c..ed13e533a0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gueh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gueh-ar.glif @@ -4,10 +4,13 @@ - + + + + - + @@ -18,10 +21,6 @@ - com.type-invaders.name.final - uni06B3 - com.type-invaders.name.production - gueh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gueh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gueh-ar.init.glif index 386fba2653..a76880face 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gueh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gueh-ar.init.glif @@ -3,11 +3,14 @@ - + - + + + + @@ -18,10 +21,6 @@ - com.type-invaders.name.final - uniFB98 - com.type-invaders.name.production - gueh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gueh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gueh-ar.medi.glif index 7e729e210a..01f6df6133 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gueh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/gueh-ar.medi.glif @@ -3,11 +3,14 @@ - - + + + + + - + @@ -18,10 +21,6 @@ - com.type-invaders.name.final - uniFB99 - com.type-invaders.name.production - gueh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/h.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/h.glif index af99e3306f..669571954d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/h.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/h.glif @@ -27,10 +27,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.fina.glif index e1e5cca830..53feacc58e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.fina.glif @@ -59,12 +59,4 @@ - - - com.type-invaders.name.final - uniFEA2 - com.type-invaders.name.production - hah-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.glif index 5234f78d14..3074f5140b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.glif @@ -47,12 +47,4 @@ - - - com.type-invaders.name.final - uni062D - com.type-invaders.name.production - hah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.init.glif index b458680ff1..f09c0b2c02 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.init.glif @@ -43,12 +43,4 @@ - - - com.type-invaders.name.final - uniFEA3 - com.type-invaders.name.production - hah-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.isol.glif index 5bdafff15d..f8f375ee99 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEA1 - com.type-invaders.name.production - hah-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.medi.glif index 5567af7b69..51c7fac108 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.medi.glif @@ -53,12 +53,4 @@ - - - com.type-invaders.name.final - uniFEA4 - com.type-invaders.name.production - hah-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.short.glif index 880a58c5dc..a20bfec41a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hah-ar.short.glif @@ -46,12 +46,4 @@ - - - com.type-invaders.name.final - uni062D.short - com.type-invaders.name.production - hah-ar.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahFourbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahFourbelow-ar_.fina.glif index 04c4145d72..ade4b6fa50 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahFourbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahFourbelow-ar_.fina.glif @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni077C.fina - com.type-invaders.name.production - hahFourbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahFourbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahFourbelow-ar_.glif index 9425c545ea..cba2b7b4ca 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahFourbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahFourbelow-ar_.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni077C - com.type-invaders.name.production - hahFourbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahFourbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahFourbelow-ar_.init.glif index 7975898a00..6a302ba37b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahFourbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahFourbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni077C.init - com.type-invaders.name.production - hahFourbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahFourbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahFourbelow-ar_.medi.glif index fffa49098e..1f989962a6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahFourbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahFourbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni077C.medi - com.type-invaders.name.production - hahFourbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahHamzaabove-ar_.fina.glif index 5981b19984..1836f6aeac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahHamzaabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0681.fina - com.type-invaders.name.production - hahHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahHamzaabove-ar_.glif index 2b0e921486..986c95b3d7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahHamzaabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0681 - com.type-invaders.name.production - hahHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahHamzaabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahHamzaabove-ar_.init.glif index 424b560262..62e2c3d05e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahHamzaabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahHamzaabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0681.init - com.type-invaders.name.production - hahHamzaabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahHamzaabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahHamzaabove-ar_.medi.glif index a6ef237c85..e9c30a41ce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahHamzaabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahHamzaabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0681.medi - com.type-invaders.name.production - hahHamzaabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.fina.glif index fd39326fbf..bee11e0ab8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.fina.glif @@ -3,8 +3,8 @@ - + @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni076F.fina - com.type-invaders.name.production - hahTahTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.glif index cf4c68cc02..8fa13d865d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.glif @@ -4,8 +4,8 @@ - + @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni076F - com.type-invaders.name.production - hahTahTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.init.glif index abbfac96a4..070fa56405 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.init.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uni076F.init - com.type-invaders.name.production - hahTahTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.medi.glif index 3a0ba1e5e8..e556d52c67 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.medi.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uni076F.medi - com.type-invaders.name.production - hahTahTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahabove-ar_.fina.glif index 369097bd75..9106fc3106 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0772.fina - com.type-invaders.name.production - hahTahabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahabove-ar_.glif index 6e762df0a5..161c4a5beb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0772 - com.type-invaders.name.production - hahTahabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahabove-ar_.init.glif index 06934ec41e..3fe0d96959 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0772.init - com.type-invaders.name.production - hahTahabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahabove-ar_.medi.glif index 7e4205a54b..fc722d7bf2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0772.medi - com.type-invaders.name.production - hahTahabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahbelow-ar_.fina.glif index 0336739eb2..8ffc50dce0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahbelow-ar_.fina.glif @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni076E.fina - com.type-invaders.name.production - hahTahbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahbelow-ar_.glif index f6844233bf..3acc10eedf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahbelow-ar_.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni076E - com.type-invaders.name.production - hahTahbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahbelow-ar_.init.glif index c6e8d880b8..039f829e1f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni076E.init - com.type-invaders.name.production - hahTahbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahbelow-ar_.medi.glif index eba1c61f43..45d5d0ad82 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTahbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni076E.medi - com.type-invaders.name.production - hahTahbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsabove-ar_.fina.glif index 980d974823..4057c7413f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0685.fina - com.type-invaders.name.production - hahThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsabove-ar_.glif index 3bb3f99b5a..53efee4535 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0685 - com.type-invaders.name.production - hahThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsabove-ar_.init.glif index 4981873a0c..db508ec3fe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0685.init - com.type-invaders.name.production - hahThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsabove-ar_.medi.glif index e81aab9ec0..ccbcb96cfd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0685.medi - com.type-invaders.name.production - hahThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsupbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsupbelow-ar_.fina.glif index 0d820011c5..a64bcf510d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsupbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsupbelow-ar_.fina.glif @@ -96,13 +96,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0758.fina - com.type-invaders.name.production - hahThreedotsupbelow-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsupbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsupbelow-ar_.glif index 27158772c8..7794156ed6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsupbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsupbelow-ar_.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0758 - com.type-invaders.name.production - hahThreedotsupbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsupbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsupbelow-ar_.init.glif index 066b206d7e..c94f759de3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsupbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsupbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0758.init - com.type-invaders.name.production - hahThreedotsupbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsupbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsupbelow-ar_.medi.glif index a7bd59c168..467cb79788 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsupbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahThreedotsupbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0758.medi - com.type-invaders.name.production - hahThreedotsupbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotshorizontalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotshorizontalabove-ar_.fina.glif index 85c147453c..cf3e5a791a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotshorizontalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotshorizontalabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0757.fina - com.type-invaders.name.production - hahTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotshorizontalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotshorizontalabove-ar_.glif index 611ba515ef..843182e9f6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotshorizontalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotshorizontalabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0757 - com.type-invaders.name.production - hahTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotshorizontalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotshorizontalabove-ar_.init.glif index f679f1721b..d02abb0e4a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotshorizontalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotshorizontalabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0757.init - com.type-invaders.name.production - hahTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotshorizontalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotshorizontalabove-ar_.medi.glif index 7853109574..c73c61d586 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotshorizontalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotshorizontalabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0757.medi - com.type-invaders.name.production - hahTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotsverticalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotsverticalabove-ar_.fina.glif index 9afb3a6b67..ca8645bd4e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotsverticalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotsverticalabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0682.fina - com.type-invaders.name.production - hahTwodotsverticalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotsverticalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotsverticalabove-ar_.glif index 97f891b52d..ff374c3732 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotsverticalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotsverticalabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0682 - com.type-invaders.name.production - hahTwodotsverticalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotsverticalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotsverticalabove-ar_.init.glif index 1f1d5f2092..3945b95a34 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotsverticalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotsverticalabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0682.init - com.type-invaders.name.production - hahTwodotsverticalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotsverticalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotsverticalabove-ar_.medi.glif index 38ae309c70..6bdfae027b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotsverticalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahTwodotsverticalabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0682.medi - com.type-invaders.name.production - hahTwodotsverticalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahabove-ar.glif index 4c0cd1497b..047e6af62b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hahabove-ar.glif @@ -30,18 +30,10 @@ - + - + - - - com.type-invaders.name.final - uni06E1 - com.type-invaders.name.production - hahabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamza-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamza-ar.glif index b2c03dae04..6835c8ee7c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamza-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamza-ar.glif @@ -37,12 +37,4 @@ - - - com.type-invaders.name.final - uni0621 - com.type-invaders.name.production - hamza-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamza-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamza-ar.isol.glif index 82a217f2f6..c29fe99ce7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamza-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamza-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFE80 - com.type-invaders.name.production - hamza-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaabove-ar.glif index 9f9092e033..34f1124ac1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaabove-ar.glif @@ -31,18 +31,10 @@ - + - + - - - com.type-invaders.name.final - uni0654 - com.type-invaders.name.production - hamzaabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveDamma-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveDamma-ar_.glif index 85668105aa..4247fde737 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveDamma-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveDamma-ar_.glif @@ -2,15 +2,11 @@ - + - com.type-invaders.name.final - uni0654064F - com.type-invaders.name.production - hamzaaboveDamma-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveDammatan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveDammatan-ar_.glif index b7b86f6f39..f0fc0b5d97 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveDammatan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveDammatan-ar_.glif @@ -2,15 +2,11 @@ - + - com.type-invaders.name.final - uni0654064C - com.type-invaders.name.production - hamzaaboveDammatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveFatha-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveFatha-ar_.glif index 747b7164e6..da001b8f3c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveFatha-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveFatha-ar_.glif @@ -2,15 +2,11 @@ - + - com.type-invaders.name.final - uni0654064E - com.type-invaders.name.production - hamzaaboveFatha-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveFathatan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveFathatan-ar_.glif index e8d6148639..b680c8829c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveFathatan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveFathatan-ar_.glif @@ -2,16 +2,12 @@ - + - com.type-invaders.name.final - uni0654064B - com.type-invaders.name.production - hamzaaboveFathatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveSukun-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveSukun-ar_.glif index 2fb23f9b78..f6a6fb0a2e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveSukun-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzaaboveSukun-ar_.glif @@ -2,15 +2,11 @@ - + - com.type-invaders.name.final - uni06540652 - com.type-invaders.name.production - hamzaaboveSukun-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzabelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzabelow-ar.glif index 278fc4ac53..8e7e59a4b8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzabelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzabelow-ar.glif @@ -31,18 +31,10 @@ - + - + - - - com.type-invaders.name.final - uni0655 - com.type-invaders.name.production - hamzabelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzabelowKasra-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzabelowKasra-ar_.glif index 4feccdbc07..0b28f86f5e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzabelowKasra-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzabelowKasra-ar_.glif @@ -2,15 +2,11 @@ - + - com.type-invaders.name.final - uni06550650 - com.type-invaders.name.production - hamzabelowKasra-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzabelowKasratan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzabelowKasratan-ar_.glif index 70e370f3eb..f12ac97ee6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzabelowKasratan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzabelowKasratan-ar_.glif @@ -2,16 +2,12 @@ - - + + - com.type-invaders.name.final - uni0655064D - com.type-invaders.name.production - hamzabelowKasratan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzacenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzacenter-ar.glif index 71f3587642..e7b0197772 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzacenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzacenter-ar.glif @@ -4,15 +4,11 @@ - + - com.type-invaders.name.final - hamzacenterar - com.type-invaders.name.production - hamzacenter-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzahigh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzahigh-ar.glif index 2dc490af77..1b8b786e30 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzahigh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hamzahigh-ar.glif @@ -30,18 +30,10 @@ - + - + - - - com.type-invaders.name.final - hamzahighar - com.type-invaders.name.production - hamzahigh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.fina.glif index a80c32b801..f7ee06e175 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.fina.glif @@ -49,12 +49,4 @@ - - - com.type-invaders.name.final - uniFEEA - com.type-invaders.name.production - heh-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.glif index 32d2e423c7..cf87676a5d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.glif @@ -45,12 +45,4 @@ - - - com.type-invaders.name.final - uni0647 - com.type-invaders.name.production - heh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.init.glif index f58b58d3d1..bde4f937a0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.init.glif @@ -67,12 +67,4 @@ - - - com.type-invaders.name.final - uniFEEB - com.type-invaders.name.production - heh-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.isol.glif index e20b383285..2b00909b21 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFEE9 - com.type-invaders.name.production - heh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.medi.glif index 6ff66d7929..da098eaa39 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/heh-ar.medi.glif @@ -47,12 +47,4 @@ - - - com.type-invaders.name.final - uniFEEC - com.type-invaders.name.production - heh-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehAlefabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehAlefabove-ar_.init.glif index 4a5c499e1a..9b425fdea3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehAlefabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehAlefabove-ar_.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFCD9 - com.type-invaders.name.production - hehAlefabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehDoachashmee-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehDoachashmee-ar_.fina.glif index d581037e2b..a682134b60 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehDoachashmee-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehDoachashmee-ar_.fina.glif @@ -64,12 +64,4 @@ - - - com.type-invaders.name.final - uniFBAB - com.type-invaders.name.production - hehDoachashmee-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehDoachashmee-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehDoachashmee-ar_.glif index 7b0903e7a1..9a1fd37765 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehDoachashmee-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehDoachashmee-ar_.glif @@ -66,12 +66,4 @@ - - - com.type-invaders.name.final - uni06BE - com.type-invaders.name.production - hehDoachashmee-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehDoachashmee-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehDoachashmee-ar_.init.glif index caac730915..7b98f3db03 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehDoachashmee-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehDoachashmee-ar_.init.glif @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uniFBAC - com.type-invaders.name.production - hehDoachashmee-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehDoachashmee-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehDoachashmee-ar_.medi.glif index 266fd44b7f..06468e1ab9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehDoachashmee-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehDoachashmee-ar_.medi.glif @@ -65,12 +65,4 @@ - - - com.type-invaders.name.final - uniFBAD - com.type-invaders.name.production - hehDoachashmee-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehHamzaabove-ar_.fina.glif index b7e1cac72a..bab9aa0ed9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehHamzaabove-ar_.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFBA5 - com.type-invaders.name.production - hehHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehHamzaabove-ar_.glif index 4b7aaa8465..35f47464fa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehHamzaabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06C0 - com.type-invaders.name.production - hehHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehVinvertedabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehVinvertedabove-ar_.fina.glif index 72a5946d63..3a4dd87b70 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehVinvertedabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehVinvertedabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06FF.fina - com.type-invaders.name.production - hehVinvertedabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehVinvertedabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehVinvertedabove-ar_.glif index dc29bf3471..7ae8c5ed90 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehVinvertedabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehVinvertedabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06FF - com.type-invaders.name.production - hehVinvertedabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehVinvertedabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehVinvertedabove-ar_.init.glif index c157fadff8..664f17b85a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehVinvertedabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehVinvertedabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06FF.init - com.type-invaders.name.production - hehVinvertedabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehVinvertedabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehVinvertedabove-ar_.medi.glif index 6e53f820cd..c0106ea115 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehVinvertedabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehVinvertedabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06FF.medi - com.type-invaders.name.production - hehVinvertedabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoal-ar.fina.glif index de88e0605d..e64bbfa3d7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoal-ar.fina.glif @@ -38,12 +38,4 @@ - - - com.type-invaders.name.final - uniFBA7 - com.type-invaders.name.production - hehgoal-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoal-ar.glif index b927d2e281..0564a26ca3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoal-ar.glif @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06C1 - com.type-invaders.name.production - hehgoal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoal-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoal-ar.init.glif index 9d195aefa7..ae152052ba 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoal-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoal-ar.init.glif @@ -65,12 +65,4 @@ - - - com.type-invaders.name.final - uniFBA8 - com.type-invaders.name.production - hehgoal-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoal-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoal-ar.medi.glif index 59556a4305..68a640bbc2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoal-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoal-ar.medi.glif @@ -60,13 +60,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uniFBA9 - com.type-invaders.name.production - hehgoal-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoalHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoalHamzaabove-ar_.fina.glif index c5286646d8..a133f3c823 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoalHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoalHamzaabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06C2.fina - com.type-invaders.name.production - hehgoalHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoalHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoalHamzaabove-ar_.glif index bf7754062b..9f572506d0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoalHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoalHamzaabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06C2 - com.type-invaders.name.production - hehgoalHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoalHamzaabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoalHamzaabove-ar_.init.glif index 477c7c5e26..6beaf2199e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoalHamzaabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoalHamzaabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06C2.init - com.type-invaders.name.production - hehgoalHamzaabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoalHamzaabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoalHamzaabove-ar_.medi.glif index f03abc4c55..8e668d546d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoalHamzaabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hehgoalHamzaabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06C2.medi - com.type-invaders.name.production - hehgoalHamzaabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamza-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamza-ar.glif index 53af15431f..48a2b55a5d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamza-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamza-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni0674 - com.type-invaders.name.production - highhamza-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaAlef-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaAlef-ar_.fina.glif index 7b1191c659..27d3f3a7db 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaAlef-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaAlef-ar_.fina.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uni0675.fina - com.type-invaders.name.production - highhamzaAlef-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaAlef-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaAlef-ar_.glif index 031cbd3c72..1bf6c5d480 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaAlef-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaAlef-ar_.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0675 - com.type-invaders.name.production - highhamzaAlef-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaWaw-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaWaw-ar_.fina.glif index 993ea8bf09..ee78fb1675 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaWaw-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaWaw-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -25,10 +22,6 @@ - com.type-invaders.name.final - uni0676.fina - com.type-invaders.name.production - highhamzaWaw-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaWaw-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaWaw-ar_.glif index c82b8eb57d..03cc1db7c5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaWaw-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaWaw-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -26,10 +23,6 @@ - com.type-invaders.name.final - uni0676 - com.type-invaders.name.production - highhamzaWaw-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaYeh-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaYeh-ar_.fina.glif index 668baf05bb..72debf5e9a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaYeh-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaYeh-ar_.fina.glif @@ -13,19 +13,12 @@ - - - - com.type-invaders.name.final - uni0678.fina - com.type-invaders.name.production - highhamzaYeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaYeh-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaYeh-ar_.glif index 35ae96a449..7c8f082651 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaYeh-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaYeh-ar_.glif @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uni0678 - com.type-invaders.name.production - highhamzaYeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaYeh-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaYeh-ar_.init.glif index 9a7c7c8061..3de3b0d310 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaYeh-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaYeh-ar_.init.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0678.init - com.type-invaders.name.production - highhamzaYeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaYeh-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaYeh-ar_.medi.glif index ec91f7e78e..db29c72732 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaYeh-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highhamzaYeh-ar_.medi.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0678.medi - com.type-invaders.name.production - highhamzaYeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highwaw-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highwaw-ar.glif index 4d8e785769..2c92600b1d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highwaw-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/highwaw-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni08F3 - com.type-invaders.name.production - highwaw-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/horizontalbar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/horizontalbar.glif index 9c13049072..1ca1628520 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/horizontalbar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/horizontalbar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni2015 - com.type-invaders.name.production - horizontalbar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hryvnia.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hryvnia.glif index e172c5deb9..6a7bf13c71 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hryvnia.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hryvnia.glif @@ -58,12 +58,4 @@ - - - com.type-invaders.name.final - uni20B4 - com.type-invaders.name.production - hryvnia - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hungarumlaut.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hungarumlaut.glif index e58e6f5581..263923dc5c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hungarumlaut.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hungarumlaut.glif @@ -16,7 +16,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hungarumlautcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hungarumlautcomb.glif index 923349e8c1..10ccf4b11e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hungarumlautcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hungarumlautcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni030B - com.type-invaders.name.production - hungarumlautcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hyphentwo.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hyphentwo.glif index 1010ee0697..d26d57f304 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hyphentwo.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/hyphentwo.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni2010 - com.type-invaders.name.production - hyphentwo com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/i.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/i.glif index dbeec58036..fd5c583be4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/i.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/i.glif @@ -26,10 +26,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/iacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/iacute.glif index 647a291afd..dcacc8e0c9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/iacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/iacute.glif @@ -5,6 +5,12 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/icircumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/icircumflex.glif index 0f794abffa..2b6ac10d30 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/icircumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/icircumflex.glif @@ -5,6 +5,12 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/idieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/idieresis.glif index e125a3d82b..60f9c6cc38 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/idieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/idieresis.glif @@ -5,6 +5,12 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/igrave.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/igrave.glif index a1c7f1e130..9b305c35c3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/igrave.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/igrave.glif @@ -5,6 +5,12 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ij.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ij.glif index 19a756f7f7..d1ab8483be 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ij.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ij.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jallajalalouhou-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jallajalalouhou-ar.glif index 26c42ec320..736a2f2f05 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jallajalalouhou-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jallajalalouhou-ar.glif @@ -265,12 +265,4 @@ - - - com.type-invaders.name.final - uniFDFB - com.type-invaders.name.production - jallajalalouhou-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.fina.glif index 791bfcad0b..8f70b1b0bc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.fina.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFE9E - com.type-invaders.name.production - jeem-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.glif index 4854e3dfd8..72f4405267 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni062C - com.type-invaders.name.production - jeem-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.init.glif index d661c4fad5..e8f6890f76 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFE9F - com.type-invaders.name.production - jeem-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.isol.glif index d1fe6576b6..640e7dda4f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFE9D - com.type-invaders.name.production - jeem-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.medi.glif index e2e0de9e43..45fa0d1064 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFEA0 - com.type-invaders.name.production - jeem-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.short.glif index 651f8c9f7e..35b1f2a57a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeem-ar.short.glif @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni062C.short - com.type-invaders.name.production - jeem-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemTwodotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemTwodotsabove-ar_.fina.glif index 7c69512456..696b34aa4b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemTwodotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemTwodotsabove-ar_.fina.glif @@ -3,8 +3,8 @@ - + @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni08A2.fina - com.type-invaders.name.production - jeemTwodotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemTwodotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemTwodotsabove-ar_.glif index cb266fa3ff..e838c75115 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemTwodotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemTwodotsabove-ar_.glif @@ -4,8 +4,8 @@ - + @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni08A2 - com.type-invaders.name.production - jeemTwodotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemTwodotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemTwodotsabove-ar_.init.glif index 2435da29eb..69b52419ba 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemTwodotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemTwodotsabove-ar_.init.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni08A2.init - com.type-invaders.name.production - jeemTwodotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemTwodotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemTwodotsabove-ar_.medi.glif index b05b9fd44e..c1501303f7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemTwodotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemTwodotsabove-ar_.medi.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni08A2.medi - com.type-invaders.name.production - jeemTwodotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemabove-ar.glif index 693a44b2ed..ac977d4cb7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeemabove-ar.glif @@ -54,18 +54,10 @@ - + - + - - - com.type-invaders.name.final - uni06DA - com.type-invaders.name.production - jeemabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeh-ar.fina.glif index 4d6a1256d3..6b4d5beb38 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeh-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB8B - com.type-invaders.name.production - jeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeh-ar.fina.short.glif index adf6fb15af..7d235cc39e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeh-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeh-ar.fina.short.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uniFB8B.short - com.type-invaders.name.production - jeh-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeh-ar.glif index 2100846bc0..900c9787bd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeh-ar.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0698 - com.type-invaders.name.production - jeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeh-ar.short.glif index 95650e755a..da681dd823 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeh-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/jeh-ar.short.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni0698.short - com.type-invaders.name.production - jeh-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/k.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/k.glif index 3bd3a540c5..5f73c904d3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/k.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/k.glif @@ -20,7 +20,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.fina.glif index 1200fb256b..789946f444 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.fina.glif @@ -69,12 +69,4 @@ - - - com.type-invaders.name.final - uniFEDA - com.type-invaders.name.production - kaf-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.fina.ss01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.fina.ss01.glif index 594761b33c..d2db94f659 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.fina.ss01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.fina.ss01.glif @@ -32,13 +32,11 @@ + + + + + + - - - com.type-invaders.name.final - uniFEDA.ss01 - com.type-invaders.name.production - kaf-ar.fina.ss01 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.glif index 2877756403..9eec816149 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.glif @@ -48,12 +48,4 @@ - - - com.type-invaders.name.final - uni0643 - com.type-invaders.name.production - kaf-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.init.glif index 3494bf2940..d0073c4a42 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.init.glif @@ -41,12 +41,4 @@ - - - com.type-invaders.name.final - uniFEDB - com.type-invaders.name.production - kaf-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.init.ss01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.init.ss01.glif index aacd71bacb..eeb39fce4d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.init.ss01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.init.ss01.glif @@ -24,13 +24,11 @@ + + + + + + - - - com.type-invaders.name.final - uniFEDB.ss01 - com.type-invaders.name.production - kaf-ar.init.ss01 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.isol.glif index bfa8e0767b..d55c304976 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFED9 - com.type-invaders.name.production - kaf-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.medi.glif index 981b36b33e..c8f8fd8d6e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.medi.glif @@ -51,12 +51,4 @@ - - - com.type-invaders.name.final - uniFEDC - com.type-invaders.name.production - kaf-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.medi.ss01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.medi.ss01.glif index 9b24ec39ba..efc6657b3b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.medi.ss01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf-ar.medi.ss01.glif @@ -33,13 +33,11 @@ + + + + + + - - - com.type-invaders.name.final - uniFEDC.ss01 - com.type-invaders.name.production - kaf-ar.medi.ss01 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafDotabove-ar_.fina.glif index e2fa5d6739..7ad8eea10c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafDotabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06AC.fina - com.type-invaders.name.production - kafDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafDotabove-ar_.glif index 26b7ead527..ad0c685cd6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafDotabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06AC - com.type-invaders.name.production - kafDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafDotabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafDotabove-ar_.init.glif index ea51a11943..8f6c6217ce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafDotabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafDotabove-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni06AC.init - com.type-invaders.name.production - kafDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafDotabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafDotabove-ar_.medi.glif index f8fe5d7c38..1da320c008 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafDotabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafDotabove-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni06AC.medi - com.type-invaders.name.production - kafDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafRing-ar_.fina.glif index 1d5162409f..e7bb5b33f5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafRing-ar_.fina.glif @@ -73,13 +73,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06AB.fina - com.type-invaders.name.production - kafRing-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafRing-ar_.glif index da68a1614d..676326e7e0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafRing-ar_.glif @@ -63,13 +63,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06AB - com.type-invaders.name.production - kafRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafRing-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafRing-ar_.init.glif index 1de891201e..d080757af3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafRing-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafRing-ar_.init.glif @@ -52,13 +52,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06AB.init - com.type-invaders.name.production - kafRing-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafRing-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafRing-ar_.medi.glif index 008f9ffd49..e3b14d82ec 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafRing-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafRing-ar_.medi.glif @@ -62,13 +62,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06AB.medi - com.type-invaders.name.production - kafRing-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafThreedotsbelow-ar_.fina.glif index bed79cb80f..5724d5f7d9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafThreedotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06AE.fina - com.type-invaders.name.production - kafThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafThreedotsbelow-ar_.glif index 6d42a92329..4910289a76 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafThreedotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni06AE - com.type-invaders.name.production - kafThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafThreedotsbelow-ar_.init.glif index 0c17bdffba..3b33350bbe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafThreedotsbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni06AE.init - com.type-invaders.name.production - kafThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafThreedotsbelow-ar_.medi.glif index 8ff3806f4c..58a9d62a7e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafThreedotsbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni06AE.medi - com.type-invaders.name.production - kafThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafTwodotshorizontalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafTwodotshorizontalabove-ar_.fina.glif index 76e56e37be..db9f89b190 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafTwodotshorizontalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafTwodotshorizontalabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni077F.fina - com.type-invaders.name.production - kafTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafTwodotshorizontalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafTwodotshorizontalabove-ar_.glif index 8a5d7fdba5..f133845d66 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafTwodotshorizontalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafTwodotshorizontalabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni077F - com.type-invaders.name.production - kafTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafTwodotshorizontalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafTwodotshorizontalabove-ar_.init.glif index ed8c4dcd79..0db86e0907 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafTwodotshorizontalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafTwodotshorizontalabove-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni077F.init - com.type-invaders.name.production - kafTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafTwodotshorizontalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafTwodotshorizontalabove-ar_.medi.glif index 7b92a1db49..afb7486508 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafTwodotshorizontalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafTwodotshorizontalabove-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni077F.medi - com.type-invaders.name.production - kafTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_alefMaksura-ar_.fina.glif deleted file mode 100644 index 156dee5418..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC83 - com.type-invaders.name.production - kaf_alefMaksura-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..73ac556de3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_alefMaksura-ar_.glif deleted file mode 100644 index 52090bb26a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_alefMaksura-ar_.glif +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC3D - com.type-invaders.name.production - kaf_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..56cff60ea7 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_alefMaksura-ar_.rlig.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-ar.fina.glif deleted file mode 100644 index edba0db036..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-ar.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC84 - com.type-invaders.name.production - kaf_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..13ac0d9b52 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-ar.glif deleted file mode 100644 index c7f3f0ef73..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-ar.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC3E - com.type-invaders.name.production - kaf_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-ar.rlig.glif new file mode 100644 index 0000000000..01e6e81b5c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-farsi.fina.glif deleted file mode 100644 index 10765413ea..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-farsi.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni05DB.initFBFD.init.fina - com.type-invaders.name.production - kaf_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..65319f7234 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-farsi.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-farsi.glif deleted file mode 100644 index 65ca033d2e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-farsi.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni05DB.initFBFD.init - com.type-invaders.name.production - kaf_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..3a564763f3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yeh-farsi.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index c52242bab6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06430626.fina - com.type-invaders.name.production - kaf_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..c2894a18ea --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yehHamzaabove-ar_.glif deleted file mode 100644 index e92022b68f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06430626 - com.type-invaders.name.production - kaf_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..6287b489d8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kaf_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafswash-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafswash-ar.glif index a6c13ffcb1..2194c2a9d9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafswash-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kafswash-ar.glif @@ -24,13 +24,11 @@ + + + + + + - - - com.type-invaders.name.final - uni06AA - com.type-invaders.name.production - kafswash-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kashida-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kashida-ar.glif index 16a3a23871..66a35c2de6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kashida-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kashida-ar.glif @@ -18,12 +18,4 @@ - - - com.type-invaders.name.final - uni0640 - com.type-invaders.name.production - kashida-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kashida-ar.long.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kashida-ar.long.glif index 080298ab37..3f43e4be66 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kashida-ar.long.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kashida-ar.long.glif @@ -17,12 +17,4 @@ - - - com.type-invaders.name.final - uni0640.long - com.type-invaders.name.production - kashida-ar.long - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kashidaFina-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kashidaFina-ar_.glif index 6869a86aae..ae623c1c6d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kashidaFina-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kashidaFina-ar_.glif @@ -16,12 +16,4 @@ - - - com.type-invaders.name.final - uniFE73 - com.type-invaders.name.production - kashidaFina-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kashidaFina2-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kashidaFina2-ar_.glif index 51a2464fab..ca2def52c0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kashidaFina2-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kashidaFina2-ar_.glif @@ -15,12 +15,4 @@ - - - com.type-invaders.name.final - kashidaFina2ar - com.type-invaders.name.production - kashidaFina2-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasra-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasra-ar.glif index 44b2bdd869..1de305bbc4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasra-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasra-ar.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni0650 - com.type-invaders.name.production - kasra-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasra-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasra-ar.isol.glif index 8bb75f3f37..4a5824d2de 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasra-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasra-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE7A - com.type-invaders.name.production - kasra-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasra-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasra-ar.medi.glif index 04e88d60bb..8e9473d7e8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasra-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasra-ar.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFE7B - com.type-invaders.name.production - kasra-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasraCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasraCurly-ar_.glif index 879f72b2d9..5e4ae891f6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasraCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasraCurly-ar_.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni08E6 - com.type-invaders.name.production - kasraCurly-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasraDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasraDotbelow-ar_.glif index b671505428..a805bcd9cb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasraDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasraDotbelow-ar_.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni08F6 - com.type-invaders.name.production - kasraDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasrasmall-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasrasmall-ar.glif index 7b32effb8a..597f8bfbc7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasrasmall-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasrasmall-ar.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni061A - com.type-invaders.name.production - kasrasmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasratan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasratan-ar.glif index 17cf3f1895..4f04ab8e2c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasratan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasratan-ar.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni064D - com.type-invaders.name.production - kasratan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasratan-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasratan-ar.isol.glif index df1a845514..9718cb24c5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasratan-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasratan-ar.isol.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uniFE74 - com.type-invaders.name.production - kasratan-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasratanCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasratanCurly-ar_.glif index 17c3aa6c1f..e6e84227aa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasratanCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kasratanCurly-ar_.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni08E9 - com.type-invaders.name.production - kasratanCurly-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh-ar.fina.glif index 6347703192..0c3d5f09ae 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh-ar.fina.glif @@ -62,12 +62,4 @@ - - - com.type-invaders.name.final - uniFB8F - com.type-invaders.name.production - keheh-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh-ar.glif index 9dc739f202..0df5bba58f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh-ar.glif @@ -51,12 +51,4 @@ - - - com.type-invaders.name.final - uni06A9 - com.type-invaders.name.production - keheh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh-ar.init.glif index 06d814efe7..803a2b55f3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh-ar.init.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uniFB90 - com.type-invaders.name.production - keheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh-ar.medi.glif index 79554fed40..c7bfc70ffe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh-ar.medi.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uniFB91 - com.type-invaders.name.production - keheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehDotabove-ar_.fina.glif index 67d84350bb..69a7dc36fc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehDotabove-ar_.fina.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0762.fina - com.type-invaders.name.production - kehehDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehDotabove-ar_.glif index aa373db9f5..2722730ce2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehDotabove-ar_.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0762 - com.type-invaders.name.production - kehehDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehDotabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehDotabove-ar_.init.glif index dd0eb1ecb6..e37d10b932 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehDotabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehDotabove-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0762.init - com.type-invaders.name.production - kehehDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehDotabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehDotabove-ar_.medi.glif index 6507d35fc8..25217fc587 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehDotabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehDotabove-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0762.medi - com.type-invaders.name.production - kehehDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsabove-ar_.fina.glif index 26983db8a6..39a5f76501 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsabove-ar_.fina.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0763.fina - com.type-invaders.name.production - kehehThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsabove-ar_.glif index f74555f64e..cdd68c1a25 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsabove-ar_.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0763 - com.type-invaders.name.production - kehehThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsabove-ar_.init.glif index 9fb5b52325..f4072975fd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsabove-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0763.init - com.type-invaders.name.production - kehehThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsabove-ar_.medi.glif index f024b2cc24..23b1433b78 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsabove-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0763.medi - com.type-invaders.name.production - kehehThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsbelow-ar_.fina.glif index 6f3adc22be..bb605bc185 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni063C.fina - com.type-invaders.name.production - kehehThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsbelow-ar_.glif index 91beb9db73..a6f5ee09fa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uni063C - com.type-invaders.name.production - kehehThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsbelow-ar_.init.glif index cfc1ad3158..b7356cde9d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni063C.init - com.type-invaders.name.production - kehehThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsbelow-ar_.medi.glif index f97609951f..c843ff1940 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni063C.medi - com.type-invaders.name.production - kehehThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsupbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsupbelow-ar_.fina.glif index 6ffe5d838e..3001e6b7ab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsupbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsupbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0764.fina - com.type-invaders.name.production - kehehThreedotsupbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsupbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsupbelow-ar_.glif index c26c895460..6c6099c072 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsupbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsupbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uni0764 - com.type-invaders.name.production - kehehThreedotsupbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsupbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsupbelow-ar_.init.glif index 378fdaa7cf..b7fd0d9f69 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsupbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsupbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0764.init - com.type-invaders.name.production - kehehThreedotsupbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsupbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsupbelow-ar_.medi.glif index 40ee74e27e..bdacf00510 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsupbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehThreedotsupbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0764.medi - com.type-invaders.name.production - kehehThreedotsupbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehTwodotshorizontalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehTwodotshorizontalabove-ar_.fina.glif index 9928d2ec6a..55b0b2a3d6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehTwodotshorizontalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehTwodotshorizontalabove-ar_.fina.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni063B.fina - com.type-invaders.name.production - kehehTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehTwodotshorizontalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehTwodotshorizontalabove-ar_.glif index 2daad0f3a2..f88554fb28 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehTwodotshorizontalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehTwodotshorizontalabove-ar_.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063B - com.type-invaders.name.production - kehehTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehTwodotshorizontalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehTwodotshorizontalabove-ar_.init.glif index c39dd6877e..1d2c45faea 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehTwodotshorizontalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehTwodotshorizontalabove-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni063B.init - com.type-invaders.name.production - kehehTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehTwodotshorizontalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehTwodotshorizontalabove-ar_.medi.glif index f0c67a78b9..656a1af326 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehTwodotshorizontalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kehehTwodotshorizontalabove-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni063B.medi - com.type-invaders.name.production - kehehTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-ar.fina.glif deleted file mode 100644 index 2b5e0df229..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-ar.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06A9064A.fina - com.type-invaders.name.production - keheh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..346c1fa79d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-ar.glif deleted file mode 100644 index 7a0a92028b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-ar.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06A9064A - com.type-invaders.name.production - keheh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..d5a4dbcb8a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-ar.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-farsi.fina.glif deleted file mode 100644 index 41a2210133..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-farsi.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - keheh_yehfarsi.fina - com.type-invaders.name.production - keheh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..df727ce626 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-farsi.glif deleted file mode 100644 index bb12569cae..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-farsi.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - keheh_yehfarsi - com.type-invaders.name.production - keheh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..8b0b005433 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/keheh_yeh-farsi.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.fina.glif index 3ea6ce8597..b133b9b96e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFEA6 - com.type-invaders.name.production - khah-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.glif index cfd43fef62..ac40277389 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni062E - com.type-invaders.name.production - khah-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.init.glif index d3f8c11520..fe912d6c7c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFEA7 - com.type-invaders.name.production - khah-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.isol.glif index 03daef921e..3d338a53f7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFEA5 - com.type-invaders.name.production - khah-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.medi.glif index b86a0d9898..1955d6d72b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFEA8 - com.type-invaders.name.production - khah-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.short.glif index 4f79a3f714..15218dfaa1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/khah-ar.short.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni062E.short - com.type-invaders.name.production - khah-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kip.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kip.glif index df2abb5b6c..25b73440bb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kip.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kip.glif @@ -26,12 +26,4 @@ - - - com.type-invaders.name.final - uni20AD - com.type-invaders.name.production - kip - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kirghizoe-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kirghizoe-ar.fina.glif index 505d9ea45e..5d91d8dc29 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kirghizoe-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kirghizoe-ar.fina.glif @@ -48,9 +48,6 @@ - - - @@ -67,12 +64,4 @@ - - - com.type-invaders.name.final - uniFBE1 - com.type-invaders.name.production - kirghizoe-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kirghizoe-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kirghizoe-ar.glif index b7ce136c3c..3228bcc91f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kirghizoe-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kirghizoe-ar.glif @@ -49,9 +49,6 @@ - - - @@ -68,12 +65,4 @@ - - - com.type-invaders.name.final - uni06C5 - com.type-invaders.name.production - kirghizoe-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kirghizyu-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kirghizyu-ar.fina.glif index 9b8050d9ab..ed46e8c08d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kirghizyu-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kirghizyu-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFBE3 - com.type-invaders.name.production - kirghizyu-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kirghizyu-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kirghizyu-ar.glif index 664fe6e70c..68a85382cc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kirghizyu-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/kirghizyu-ar.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06C9 - com.type-invaders.name.production - kirghizyu-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/l.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/l.glif index b8cc164687..af8f6abc66 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/l.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/l.glif @@ -15,13 +15,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.fina.glif index 276470d6ab..fdd352d948 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.fina.glif @@ -32,9 +32,6 @@ - - - @@ -42,12 +39,4 @@ - - - com.type-invaders.name.final - uniFEDE - com.type-invaders.name.production - lam-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.glif index a6e041ed53..bc2aad90b6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.glif @@ -28,9 +28,6 @@ - - - @@ -38,12 +35,4 @@ - - - com.type-invaders.name.final - uni0644 - com.type-invaders.name.production - lam-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.init.glif index ac74bc53e6..09f3b157bb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.init.glif @@ -18,9 +18,6 @@ - - - @@ -28,12 +25,4 @@ - - - com.type-invaders.name.final - uniFEDF - com.type-invaders.name.production - lam-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.isol.glif index 9d35189308..3daeef69f7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEDD - com.type-invaders.name.production - lam-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.medi.glif index e3cb4d5073..1378397c91 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam-ar.medi.glif @@ -27,9 +27,6 @@ - - - @@ -37,12 +34,4 @@ - - - com.type-invaders.name.final - uniFEE0 - com.type-invaders.name.production - lam-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamAlefabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamAlefabove-ar_.glif index d8e942e6df..cf37b8d802 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamAlefabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamAlefabove-ar_.glif @@ -34,18 +34,10 @@ - + - + - - - com.type-invaders.name.final - uni06D9 - com.type-invaders.name.production - lamAlefabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar-ar_.fina.glif index 0ec23acc46..862834921d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar-ar_.fina.glif @@ -39,13 +39,11 @@ + + + + + + - - - com.type-invaders.name.final - uni076A.fina - com.type-invaders.name.production - lamBar-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar-ar_.glif index 13db4c9c53..03856e26da 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar-ar_.glif @@ -36,13 +36,11 @@ + + + + + + - - - com.type-invaders.name.final - uni076A - com.type-invaders.name.production - lamBar-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar-ar_.init.glif index b0956fc7f8..c010a45ae9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar-ar_.init.glif @@ -25,13 +25,11 @@ + + + + + + - - - com.type-invaders.name.final - uni076A.init - com.type-invaders.name.production - lamBar-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar-ar_.medi.glif index ad9752ae2c..99f2b8adec 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar-ar_.medi.glif @@ -34,13 +34,11 @@ + + + + + + - - - com.type-invaders.name.final - uni076A.medi - com.type-invaders.name.production - lamBar-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar__alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar__alef-ar.fina.glif deleted file mode 100644 index 78ffdff2fe..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar__alef-ar.fina.glif +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni076A0627.fina - com.type-invaders.name.production - lamBar_alef-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar__alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar__alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..1d592005b8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar__alef-ar.fina.rlig.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar__alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar__alef-ar.glif deleted file mode 100644 index f22da52c65..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar__alef-ar.glif +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni076A0627 - com.type-invaders.name.production - lamBar_alef-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar__alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar__alef-ar.rlig.glif new file mode 100644 index 0000000000..9f753c5268 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamBar__alef-ar.rlig.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove-ar_.fina.glif index cfdf977ab8..164ccfbeaf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove-ar_.fina.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B6.fina - com.type-invaders.name.production - lamDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove-ar_.glif index eac5d4f73a..be1436c6b6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove-ar_.glif @@ -5,22 +5,15 @@ - - - - + - com.type-invaders.name.final - uni06B6 - com.type-invaders.name.production - lamDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove-ar_.init.glif index 4e77f4e263..840921603b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove-ar_.init.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B6.init - com.type-invaders.name.production - lamDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove-ar_.medi.glif index db366d61d8..43bd8a91cd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove-ar_.medi.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B6.medi - com.type-invaders.name.production - lamDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove__alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove__alef-ar.fina.glif deleted file mode 100644 index ff789a7120..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove__alef-ar.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B60627.fina - com.type-invaders.name.production - lamDotabove_alef-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove__alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove__alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..59e1d5e993 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove__alef-ar.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove__alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove__alef-ar.glif deleted file mode 100644 index 7c0e5614d8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove__alef-ar.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B60627 - com.type-invaders.name.production - lamDotabove_alef-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove__alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove__alef-ar.rlig.glif new file mode 100644 index 0000000000..5c79c4a631 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDotabove__alef-ar.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDoublebar-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDoublebar-ar_.fina.glif index c916ea0975..2adec6a95e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDoublebar-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDoublebar-ar_.fina.glif @@ -47,13 +47,11 @@ + + + + + + - - - com.type-invaders.name.final - uni08A6.fina - com.type-invaders.name.production - lamDoublebar-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDoublebar-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDoublebar-ar_.glif index 5b7ec59dfd..ebd800bee8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDoublebar-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDoublebar-ar_.glif @@ -44,13 +44,11 @@ + + + + + + - - - com.type-invaders.name.final - uni08A6 - com.type-invaders.name.production - lamDoublebar-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDoublebar-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDoublebar-ar_.init.glif index 5cbbad320d..e6290179d3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDoublebar-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDoublebar-ar_.init.glif @@ -33,13 +33,11 @@ + + + + + + - - - com.type-invaders.name.final - uni08A6.init - com.type-invaders.name.production - lamDoublebar-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDoublebar-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDoublebar-ar_.medi.glif index 7bc3642de3..a9d737e284 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDoublebar-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamDoublebar-ar_.medi.glif @@ -42,13 +42,11 @@ + + + + + + - - - com.type-invaders.name.final - uni08A6.medi - com.type-invaders.name.production - lamDoublebar-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove-ar_.fina.glif index 7bfd9e4ae5..9b835af746 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove-ar_.fina.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B7.fina - com.type-invaders.name.production - lamThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove-ar_.glif index ab75a2aeb4..66d4722759 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove-ar_.glif @@ -5,22 +5,15 @@ - - - - + - com.type-invaders.name.final - uni06B7 - com.type-invaders.name.production - lamThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove-ar_.init.glif index 3310aec486..8f9ed52d37 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove-ar_.init.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B7.init - com.type-invaders.name.production - lamThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove-ar_.medi.glif index a1d1489f8a..04e2cf0803 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove-ar_.medi.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B7.medi - com.type-invaders.name.production - lamThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove__alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove__alef-ar.fina.glif deleted file mode 100644 index 98b772ecae..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove__alef-ar.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B70627.fina - com.type-invaders.name.production - lamThreedotsabove_alef-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove__alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove__alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..a5dad72aff --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove__alef-ar.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove__alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove__alef-ar.glif deleted file mode 100644 index 3d14e75b36..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove__alef-ar.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B70627 - com.type-invaders.name.production - lamThreedotsabove_alef-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove__alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove__alef-ar.rlig.glif new file mode 100644 index 0000000000..a237133224 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsabove__alef-ar.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow-ar_.fina.glif index fe5631190f..064488c5e7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow-ar_.fina.glif @@ -5,10 +5,7 @@ - - - - + @@ -16,10 +13,6 @@ - com.type-invaders.name.final - uni06B8.fina - com.type-invaders.name.production - lamThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow-ar_.glif index 79bdd5268b..d56f5f6dcc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow-ar_.glif @@ -6,10 +6,7 @@ - - - - + @@ -17,10 +14,6 @@ - com.type-invaders.name.final - uni06B8 - com.type-invaders.name.production - lamThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow-ar_.init.glif index 1655bf5e80..d04314b5f5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow-ar_.init.glif @@ -2,13 +2,10 @@ - + - - - - + @@ -16,10 +13,6 @@ - com.type-invaders.name.final - uni06B8.init - com.type-invaders.name.production - lamThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow-ar_.medi.glif index dc76b92db0..5c6960fde5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow-ar_.medi.glif @@ -5,10 +5,7 @@ - - - - + @@ -16,10 +13,6 @@ - com.type-invaders.name.final - uni06B8.medi - com.type-invaders.name.production - lamThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.glif deleted file mode 100644 index b8e3ff3715..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B80627.fina - com.type-invaders.name.production - lamThreedotsbelow_alef-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..e0485ea0ce --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow__alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow__alef-ar.glif deleted file mode 100644 index 32af15e24a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow__alef-ar.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B80627 - com.type-invaders.name.production - lamThreedotsbelow_alef-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow__alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow__alef-ar.rlig.glif new file mode 100644 index 0000000000..7a2771f322 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamThreedotsbelow__alef-ar.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove-ar_.fina.glif index 9ce15709d2..23dd1595fa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove-ar_.fina.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B5.fina - com.type-invaders.name.production - lamVabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove-ar_.glif index 88608445eb..89ff55b17a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove-ar_.glif @@ -5,22 +5,15 @@ - - - - + - com.type-invaders.name.final - uni06B5 - com.type-invaders.name.production - lamVabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove-ar_.init.glif index c8abf5c290..d9531f7b64 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove-ar_.init.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B5.init - com.type-invaders.name.production - lamVabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove-ar_.medi.glif index 8ac024fc5d..49aa0f94f4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove-ar_.medi.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B5.medi - com.type-invaders.name.production - lamVabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove__alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove__alef-ar.fina.glif deleted file mode 100644 index cd5f9743e7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove__alef-ar.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B50627.fina - com.type-invaders.name.production - lamVabove_alef-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove__alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove__alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..afabcd1a5f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove__alef-ar.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove__alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove__alef-ar.glif deleted file mode 100644 index 94ad3dd15f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove__alef-ar.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B50627 - com.type-invaders.name.production - lamVabove_alef-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove__alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove__alef-ar.rlig.glif new file mode 100644 index 0000000000..90beaf7f41 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lamVabove__alef-ar.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alef-ar.fina.glif deleted file mode 100644 index c6f483fcf6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alef-ar.fina.glif +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEFC - com.type-invaders.name.production - lam_alef-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..c689329f87 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alef-ar.fina.rlig.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alef-ar.glif deleted file mode 100644 index 794926da2d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alef-ar.glif +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEFB - com.type-invaders.name.production - lam_alef-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alef-ar.rlig.glif new file mode 100644 index 0000000000..d3ccbf1f7b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alef-ar.rlig.glif @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzaabove-ar_.fina.glif deleted file mode 100644 index dc64becb6e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF8 - com.type-invaders.name.production - lam_alefHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..4b9861145d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzaabove-ar_.glif deleted file mode 100644 index b91a5d3269..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzaabove-ar_.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF7 - com.type-invaders.name.production - lam_alefHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..9473fe82cb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzabelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzabelow-ar_.fina.glif deleted file mode 100644 index ddb6dbbb1e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzabelow-ar_.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEFA - com.type-invaders.name.production - lam_alefHamzabelow-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzabelow-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzabelow-ar_.fina.rlig.glif new file mode 100644 index 0000000000..38731895e6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzabelow-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzabelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzabelow-ar_.glif deleted file mode 100644 index 8845505891..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzabelow-ar_.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF9 - com.type-invaders.name.production - lam_alefHamzabelow-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzabelow-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzabelow-ar_.rlig.glif new file mode 100644 index 0000000000..d3d7cb3c61 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefHamzabelow-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMadda-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMadda-ar_.fina.glif deleted file mode 100644 index 05d0eb1ec9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMadda-ar_.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF6 - com.type-invaders.name.production - lam_alefMadda-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMadda-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMadda-ar_.fina.rlig.glif new file mode 100644 index 0000000000..35f8d82cdd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMadda-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMadda-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMadda-ar_.glif deleted file mode 100644 index 7d6cc948c6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMadda-ar_.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF5 - com.type-invaders.name.production - lam_alefMadda-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMadda-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMadda-ar_.rlig.glif new file mode 100644 index 0000000000..5b2876a935 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMadda-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMaksura-ar_.glif deleted file mode 100644 index c4245c0b65..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMaksura-ar_.glif +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC43 - com.type-invaders.name.production - lam_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..a164cf82ba --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefMaksura-ar_.rlig.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWasla-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWasla-ar_.fina.glif deleted file mode 100644 index 83b844fd74..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWasla-ar_.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440671.fina - com.type-invaders.name.production - lam_alefWasla-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWasla-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWasla-ar_.fina.rlig.glif new file mode 100644 index 0000000000..c34993e1e7 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWasla-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWasla-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWasla-ar_.glif deleted file mode 100644 index 458c51bcf6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWasla-ar_.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440671 - com.type-invaders.name.production - lam_alefWasla-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWasla-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWasla-ar_.rlig.glif new file mode 100644 index 0000000000..a6fe5327d9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWasla-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.glif deleted file mode 100644 index ce7b909ee0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440672.fina - com.type-invaders.name.production - lam_alefWavyhamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..1d88a677e9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzaabove-ar_.glif deleted file mode 100644 index e15712f376..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzaabove-ar_.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440672 - com.type-invaders.name.production - lam_alefWavyhamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..ea475901a5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzaabove-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.glif deleted file mode 100644 index 61e5c8360e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440673.fina - com.type-invaders.name.production - lam_alefWavyhamzabelow-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.rlig.glif new file mode 100644 index 0000000000..3e1c9bf019 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzabelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzabelow-ar_.glif deleted file mode 100644 index 3d26a2abdc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzabelow-ar_.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440673 - com.type-invaders.name.production - lam_alefWavyhamzabelow-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzabelow-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzabelow-ar_.rlig.glif new file mode 100644 index 0000000000..022402a01a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_alefWavyhamzabelow-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_meem-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_meem-ar.glif index a8f5e34272..6bad0959d9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_meem-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_meem-ar.glif @@ -1,6 +1,6 @@ - + @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - uniFC42 - com.type-invaders.name.production - lam_meem-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_meem-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_meem-ar.init.glif index af91ac8749..662bcb3955 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_meem-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_meem-ar.init.glif @@ -1,6 +1,6 @@ - + @@ -34,12 +34,4 @@ - - - com.type-invaders.name.final - uniFCCC - com.type-invaders.name.production - lam_meem-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yeh-ar.glif deleted file mode 100644 index 6c1659c99a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC44 - com.type-invaders.name.production - lam_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yeh-ar.rlig.glif new file mode 100644 index 0000000000..12f7845ca0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yeh-farsi.glif deleted file mode 100644 index 95d456a460..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yeh-farsi.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - lam_yehfarsi - com.type-invaders.name.production - lam_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..bf9457ddb0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yeh-farsi.rlig.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yehHamzaabove-ar_.glif deleted file mode 100644 index 195af8b352..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440626 - com.type-invaders.name.production - lam_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..eb7775d109 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lam_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ldot.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ldot.glif index 82440d3469..923581e700 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ldot.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ldot.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/leftarrowheadabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/leftarrowheadabove-ar.glif index cfc3e2b89a..d8f7adc6c6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/leftarrowheadabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/leftarrowheadabove-ar.glif @@ -14,18 +14,10 @@ - + - + - - - com.type-invaders.name.final - uni08F7 - com.type-invaders.name.production - leftarrowheadabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/leftarrowheadbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/leftarrowheadbelow-ar.glif index fb2610e0b7..c9e2847402 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/leftarrowheadbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/leftarrowheadbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni08F9 - com.type-invaders.name.production - leftarrowheadbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lira.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lira.glif index 1934519dfb..a19055d730 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lira.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/lira.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uni20A4 - com.type-invaders.name.production - lira - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/liraturkish.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/liraturkish.glif index 3c0ff6e4e1..62d90d8267 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/liraturkish.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/liraturkish.glif @@ -34,12 +34,4 @@ - - - com.type-invaders.name.final - uni20BA - com.type-invaders.name.production - liraturkish - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/litre.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/litre.glif index 22728da2af..9d2129bee3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/litre.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/litre.glif @@ -51,12 +51,4 @@ - - - com.type-invaders.name.final - uni2113 - com.type-invaders.name.production - litre - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/m.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/m.glif index 7249dd33b6..642b6f2861 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/m.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/m.glif @@ -43,10 +43,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/macron.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/macron.case.glif index 28d4467930..ed77d12686 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/macron.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/macron.case.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/macron.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/macron.glif index 08ae63a23f..4a1d081938 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/macron.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/macron.glif @@ -10,7 +10,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/macroncomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/macroncomb.glif index 70d6230ec6..89eb3f5c5e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/macroncomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/macroncomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0304 - com.type-invaders.name.production - macroncomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/madda-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/madda-ar.glif index b67c90b59e..c3d7f0ef1c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/madda-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/madda-ar.glif @@ -27,18 +27,10 @@ - + - + - - - com.type-invaders.name.final - uni0653 - com.type-invaders.name.production - madda-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/maddalong-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/maddalong-ar.glif index 9449d60f8f..e648eb9a43 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/maddalong-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/maddalong-ar.glif @@ -27,18 +27,10 @@ - + - + - - - com.type-invaders.name.final - uni06E4 - com.type-invaders.name.production - maddalong-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.fina.glif index 872eb1cb98..3d512c6741 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.fina.glif @@ -58,12 +58,4 @@ - - - com.type-invaders.name.final - uniFEE2 - com.type-invaders.name.production - meem-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.glif index b523e2bb7d..8f6d53ba91 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.glif @@ -38,12 +38,4 @@ - - - com.type-invaders.name.final - uni0645 - com.type-invaders.name.production - meem-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.init.glif index 0ab6fec5ea..36024b4d9b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.init.glif @@ -41,12 +41,4 @@ - - - com.type-invaders.name.final - uniFEE3 - com.type-invaders.name.production - meem-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.isol.glif index 2e282756de..b177e03128 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFEE1 - com.type-invaders.name.production - meem-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.medi.glif index 2aa1858f1f..a5b2662cd6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meem-ar.medi.glif @@ -59,12 +59,4 @@ - - - com.type-invaders.name.final - uniFEE4 - com.type-invaders.name.production - meem-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotabove-ar_.fina.glif index 0a29a2a593..ce3ae223af 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0765.fina - com.type-invaders.name.production - meemDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotabove-ar_.glif index ce1a72425f..c0eadde7c2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni0765 - com.type-invaders.name.production - meemDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotabove-ar_.init.glif index ff06c3ff17..b9b26e36b2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0765.init - com.type-invaders.name.production - meemDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotabove-ar_.medi.glif index a9fd33a44c..2a8c73ced9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0765.medi - com.type-invaders.name.production - meemDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotbelow-ar_.fina.glif index 9f61a70b3b..1ae827ef0b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0766.fina - com.type-invaders.name.production - meemDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotbelow-ar_.glif index 94c7cb91c1..59d2a6e1d0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni0766 - com.type-invaders.name.production - meemDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotbelow-ar_.init.glif index 1932f37272..c7288b6eca 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0766.init - com.type-invaders.name.production - meemDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotbelow-ar_.medi.glif index de86dca6bd..e407e7f67f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemDotbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0766.medi - com.type-invaders.name.production - meemDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemStopabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemStopabove-ar_.glif index 2e7f8cf58a..504b227388 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemStopabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemStopabove-ar_.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06E2 - com.type-invaders.name.production - meemStopabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemThreedotsabove-ar_.fina.glif index 6ca3938b7c..aa615d6782 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemThreedotsabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni08A7.fina - com.type-invaders.name.production - meemThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemThreedotsabove-ar_.glif index 0611da4f64..045fd47b0d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemThreedotsabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni08A7 - com.type-invaders.name.production - meemThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemThreedotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemThreedotsabove-ar_.init.glif index 1891e48441..d345ae146e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemThreedotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemThreedotsabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni08A7.init - com.type-invaders.name.production - meemThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemThreedotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemThreedotsabove-ar_.medi.glif index ec0a980200..58cb2f69eb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemThreedotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemThreedotsabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni08A7.medi - com.type-invaders.name.production - meemThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemabove-ar.glif index 33216d8008..16d0117905 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meemabove-ar.glif @@ -35,18 +35,10 @@ - + - + - - - com.type-invaders.name.final - uni06D8 - com.type-invaders.name.production - meemabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meembelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meembelow-ar.glif index 59531dc47f..6a8b7683f3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meembelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/meembelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06ED - com.type-invaders.name.production - meembelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/misraComma-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/misraComma-ar_.glif index 0fc6d3da24..138918083a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/misraComma-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/misraComma-ar_.glif @@ -74,12 +74,4 @@ - - - com.type-invaders.name.final - uni060F - com.type-invaders.name.production - misraComma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/mohammad-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/mohammad-ar.glif index 3956653814..87e4b628be 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/mohammad-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/mohammad-ar.glif @@ -93,12 +93,4 @@ - - - com.type-invaders.name.final - uniFDF4 - com.type-invaders.name.production - mohammad-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/n.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/n.glif index 06053c8a5f..478b777cdf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/n.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/n.glif @@ -27,10 +27,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/naira.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/naira.glif index 108dbc3ae4..47a6da5796 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/naira.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/naira.glif @@ -46,12 +46,4 @@ - - - com.type-invaders.name.final - uni20A6 - com.type-invaders.name.production - naira - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nbspace.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nbspace.glif index c827e61501..35b00c6dfb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nbspace.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nbspace.glif @@ -4,12 +4,4 @@ - - - com.type-invaders.name.final - uni00A0 - com.type-invaders.name.production - nbspace - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ng-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ng-ar.fina.glif index 57df8f8fb6..688a15c00e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ng-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ng-ar.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFBD4 - com.type-invaders.name.production - ng-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ng-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ng-ar.glif index 126439bd93..a5abceabbd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ng-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ng-ar.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06AD - com.type-invaders.name.production - ng-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ng-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ng-ar.init.glif index 7b0dc03b5f..dae2d94034 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ng-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ng-ar.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFBD5 - com.type-invaders.name.production - ng-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ng-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ng-ar.medi.glif index 536abb81a8..2f033a3b03 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ng-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ng-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFBD6 - com.type-invaders.name.production - ng-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ngoeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ngoeh-ar.fina.glif index 787fbc3097..1cbb0eaf91 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ngoeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ngoeh-ar.fina.glif @@ -4,24 +4,23 @@ - + + + + - + - com.type-invaders.name.final - uniFB9B - com.type-invaders.name.production - ngoeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ngoeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ngoeh-ar.glif index c3d3dd71eb..bf20288066 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ngoeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ngoeh-ar.glif @@ -4,24 +4,23 @@ - + + + + - + - com.type-invaders.name.final - uni06B1 - com.type-invaders.name.production - ngoeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ngoeh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ngoeh-ar.init.glif index b1d54ac217..4475b81019 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ngoeh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ngoeh-ar.init.glif @@ -3,25 +3,24 @@ - - + + + + + - + - com.type-invaders.name.final - uniFB9C - com.type-invaders.name.production - ngoeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ngoeh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ngoeh-ar.medi.glif index 7b0a6a10fc..c430e241e2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ngoeh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ngoeh-ar.medi.glif @@ -3,25 +3,24 @@ - - + + + + + - + - com.type-invaders.name.final - uniFB9D - com.type-invaders.name.production - ngoeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nine-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nine-ar.glif index 893bf2cc42..3b2bb0356c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nine-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nine-ar.glif @@ -38,12 +38,4 @@ - - - com.type-invaders.name.final - uni0669 - com.type-invaders.name.production - nine-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nine-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nine-persian.glif index ff408c7272..a2709ee195 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nine-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nine-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F9 - com.type-invaders.name.production - nine-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nineinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nineinferior.glif index 833aab3c42..517e339792 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nineinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nineinferior.glif @@ -42,12 +42,4 @@ - - - com.type-invaders.name.final - uni2089 - com.type-invaders.name.production - nineinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ninesuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ninesuperior.glif index 277728994e..68b81b6582 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ninesuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ninesuperior.glif @@ -42,12 +42,4 @@ - - - com.type-invaders.name.final - uni2079 - com.type-invaders.name.production - ninesuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.fina.glif index c237aeb749..69211dda60 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.fina.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEE6 - com.type-invaders.name.production - noon-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.glif index 2379537218..c59aaa72e8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni0646 - com.type-invaders.name.production - noon-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.init.glif index ce081cd4ec..4d2231ec8f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFEE7 - com.type-invaders.name.production - noon-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.isol.glif index 2faad0f751..1cba78b43d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFEE5 - com.type-invaders.name.production - noon-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.medi.glif index 698a991f65..1f46de6603 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFEE8 - com.type-invaders.name.production - noon-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonDotbelow-ar_.fina.glif index 4d881b7367..8075c86742 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonDotbelow-ar_.fina.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni06B9.fina - com.type-invaders.name.production - noonDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonDotbelow-ar_.glif index 8cea82d850..6d5d268983 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonDotbelow-ar_.glif @@ -4,21 +4,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni06B9 - com.type-invaders.name.production - noonDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonDotbelow-ar_.init.glif index d0635c3b01..15099b2cf2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonDotbelow-ar_.init.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni06B9.init - com.type-invaders.name.production - noonDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonDotbelow-ar_.medi.glif index 6da81f38de..ad9a4f60b6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonDotbelow-ar_.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni06B9.medi - com.type-invaders.name.production - noonDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonRing-ar_.fina.glif index b64b302b6f..711dd693fe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonRing-ar_.fina.glif @@ -79,13 +79,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni06BC.fina - com.type-invaders.name.production - noonRing-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonRing-ar_.glif index 48bbe9c1f1..8b3d1b04d3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonRing-ar_.glif @@ -76,13 +76,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni06BC - com.type-invaders.name.production - noonRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonRing-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonRing-ar_.init.glif index 2cd2e72667..4e58832420 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonRing-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonRing-ar_.init.glif @@ -66,13 +66,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06BC.init - com.type-invaders.name.production - noonRing-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonRing-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonRing-ar_.medi.glif index 26cc14ee30..4b0ace2fb9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonRing-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonRing-ar_.medi.glif @@ -69,13 +69,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06BC.medi - com.type-invaders.name.production - noonRing-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTahabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTahabove-ar_.fina.glif index 07ab4f6ec1..ed4acba4aa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTahabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTahabove-ar_.fina.glif @@ -3,21 +3,20 @@ - + - + + + + - com.type-invaders.name.final - uni0768.fina - com.type-invaders.name.production - noonTahabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTahabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTahabove-ar_.glif index b677c976e8..b65be94070 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTahabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTahabove-ar_.glif @@ -4,21 +4,20 @@ - + - + + + + - com.type-invaders.name.final - uni0768 - com.type-invaders.name.production - noonTahabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTahabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTahabove-ar_.init.glif index 7bb3e12218..da69408acc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTahabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTahabove-ar_.init.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0768.init - com.type-invaders.name.production - noonTahabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTahabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTahabove-ar_.medi.glif index 4a40bb13db..6ad33098bc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTahabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTahabove-ar_.medi.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0768.medi - com.type-invaders.name.production - noonTahabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonThreedotsabove-ar_.fina.glif index 3c52a75172..0b063feba9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonThreedotsabove-ar_.fina.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni06BD.fina - com.type-invaders.name.production - noonThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonThreedotsabove-ar_.glif index b74231271a..50cb08c8f3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonThreedotsabove-ar_.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni06BD - com.type-invaders.name.production - noonThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTwodotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTwodotsbelow-ar_.fina.glif index 2c25520fef..9876ebee03 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTwodotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTwodotsbelow-ar_.fina.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni0767.fina - com.type-invaders.name.production - noonTwodotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTwodotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTwodotsbelow-ar_.glif index eed57b9a75..1c123d8f62 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTwodotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTwodotsbelow-ar_.glif @@ -4,21 +4,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni0767 - com.type-invaders.name.production - noonTwodotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTwodotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTwodotsbelow-ar_.init.glif index bbefeca3f4..4f4ccd25de 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTwodotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTwodotsbelow-ar_.init.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0767.init - com.type-invaders.name.production - noonTwodotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTwodotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTwodotsbelow-ar_.medi.glif index 03c7435c55..4271aab8b5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTwodotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonTwodotsbelow-ar_.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0767.medi - com.type-invaders.name.production - noonTwodotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonVabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonVabove-ar_.fina.glif index 809403d76f..e2abb3d259 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonVabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonVabove-ar_.fina.glif @@ -3,21 +3,20 @@ - + - + + + + - com.type-invaders.name.final - uni0769.fina - com.type-invaders.name.production - noonVabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonVabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonVabove-ar_.glif index e494dc8b57..a5f8a0ce7f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonVabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonVabove-ar_.glif @@ -4,21 +4,20 @@ - + - + + + + - com.type-invaders.name.final - uni0769 - com.type-invaders.name.production - noonVabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonVabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonVabove-ar_.init.glif index 4e12266fb2..596271bf87 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonVabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonVabove-ar_.init.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0769.init - com.type-invaders.name.production - noonVabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonVabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonVabove-ar_.medi.glif index 9726858102..713ad4e7f7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonVabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonVabove-ar_.medi.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0769.medi - com.type-invaders.name.production - noonVabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_alefMaksura-ar_.fina.glif deleted file mode 100644 index ce7f060f90..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8E - com.type-invaders.name.production - noon_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..6a936ed1c0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_alefMaksura-ar_.glif deleted file mode 100644 index 7f6ee80f49..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC4F - com.type-invaders.name.production - noon_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..d76a7fad38 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_jeh-ar.fina.glif deleted file mode 100644 index deb41b0551..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460698.fina - com.type-invaders.name.production - noon_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..fcb53ab37f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..2c0ecb677f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_jeh-ar.fina.short.glif deleted file mode 100644 index c78dffecae..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460698.fina.short - com.type-invaders.name.production - noon_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_noon-ar.fina.glif deleted file mode 100644 index 2c48d6ed70..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8D - com.type-invaders.name.production - noon_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..5dbc0cc9d6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_reh-ar.fina.glif deleted file mode 100644 index c52d1ab1d2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8A - com.type-invaders.name.production - noon_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..812508031c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..28e51075c9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_reh-ar.fina.short.glif deleted file mode 100644 index 26f6731f5d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8A.short - com.type-invaders.name.production - noon_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_rreh-ar.fina.glif deleted file mode 100644 index 0c60277a18..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460691.fina - com.type-invaders.name.production - noon_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..1fdc2b8e12 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..52347247c1 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_rreh-ar.fina.short.glif deleted file mode 100644 index 29f576e462..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460691.fina.short - com.type-invaders.name.production - noon_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-ar.fina.glif deleted file mode 100644 index 3c2b65fbf8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8F - com.type-invaders.name.production - noon_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..6165d87bc9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-ar.glif deleted file mode 100644 index e27ceb6379..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC50 - com.type-invaders.name.production - noon_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-ar.rlig.glif new file mode 100644 index 0000000000..bb1204e95a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-farsi.fina.glif deleted file mode 100644 index ae0c6205f7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - noon_yehfarsi.fina - com.type-invaders.name.production - noon_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..02f895df1f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-farsi.glif deleted file mode 100644 index 84fe2f72e9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - noon_yehfarsi - com.type-invaders.name.production - noon_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..406b13e63e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index a1e98d00e0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460626.fina - com.type-invaders.name.production - noon_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..d361596a3b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yehHamzaabove-ar_.glif deleted file mode 100644 index 4ee4f99d1a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460626 - com.type-invaders.name.production - noon_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..e8ab5fd6f5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_zain-ar.fina.glif deleted file mode 100644 index 65337da995..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8B - com.type-invaders.name.production - noon_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..97dd03b0ea --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..dec9461752 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_zain-ar.fina.short.glif deleted file mode 100644 index 26edb04e7c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noon_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8B.short - com.type-invaders.name.production - noon_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonabove-ar.glif index bbce5db604..ab49c21631 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonabove-ar.glif @@ -51,18 +51,10 @@ - + - + - - - com.type-invaders.name.final - uni06E8 - com.type-invaders.name.production - noonabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonghunna-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonghunna-ar.fina.glif index 6855b3a624..7ee6753b52 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonghunna-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonghunna-ar.fina.glif @@ -41,16 +41,11 @@ + + + - - - com.type-invaders.name.final - uniFB9F - com.type-invaders.name.production - noonghunna-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonghunna-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonghunna-ar.glif index 2739aec1e7..ed31ea8594 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonghunna-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonghunna-ar.glif @@ -37,16 +37,11 @@ + + + - - - com.type-invaders.name.final - uni06BA - com.type-invaders.name.production - noonghunna-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonghunnaabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonghunnaabove-ar.glif index e4c0c39fe3..d6c75c0088 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonghunnaabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/noonghunnaabove-ar.glif @@ -35,18 +35,10 @@ - + - + - - - com.type-invaders.name.final - uni0658 - com.type-invaders.name.production - noonghunnaabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ntilde.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ntilde.glif index 9f4217b692..9752b71eb1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ntilde.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ntilde.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/number-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/number-ar.glif index 1d7b731d3a..238e735516 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/number-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/number-ar.glif @@ -30,12 +30,4 @@ - - - com.type-invaders.name.final - uni0600 - com.type-invaders.name.production - number-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/numerosign.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/numerosign.glif index 86a35b1e96..11514c1a68 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/numerosign.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/numerosign.glif @@ -56,12 +56,4 @@ - - - com.type-invaders.name.final - uni2116 - com.type-invaders.name.production - numerosign - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nyeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nyeh-ar.fina.glif index 383fb23988..acf654eaf3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nyeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nyeh-ar.fina.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB77 - com.type-invaders.name.production - nyeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nyeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nyeh-ar.glif index 294e088b1c..f7c7530a74 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nyeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nyeh-ar.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0683 - com.type-invaders.name.production - nyeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nyeh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nyeh-ar.init.glif index 7e71d72c9f..0b038c9a85 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nyeh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nyeh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB78 - com.type-invaders.name.production - nyeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nyeh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nyeh-ar.medi.glif index 581eca6c97..5bf9414f5f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nyeh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/nyeh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB79 - com.type-invaders.name.production - nyeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/o.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/o.glif index 0bdda3ba1d..20897a5b66 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/o.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/o.glif @@ -34,10 +34,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oacute.glif index 51e21678d1..c11b805482 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oacute.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ocircumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ocircumflex.glif index eac0c2ba32..18da857832 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ocircumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ocircumflex.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/odieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/odieresis.glif index e5b65768f0..9e73f1a024 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/odieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/odieresis.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oe-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oe-ar.fina.glif index 5a631a384d..32898c95fa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oe-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oe-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFBDA - com.type-invaders.name.production - oe-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oe-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oe-ar.glif index b520eea635..c3308e9c88 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oe-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oe-ar.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06C6 - com.type-invaders.name.production - oe-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oe.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oe.glif index 87a8a5a833..242b24816e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oe.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oe.glif @@ -68,5 +68,11 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ogonek.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ogonek.glif index 01e33d1d0b..ab7b7a4867 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ogonek.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ogonek.glif @@ -28,7 +28,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ogonekcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ogonekcomb.glif index 456e7b8448..4dfb2c8f6b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ogonekcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ogonekcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0328 - com.type-invaders.name.production - ogonekcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ograve.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ograve.glif index bba918d61d..c2596d46b8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ograve.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ograve.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/one-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/one-ar.glif index dd1fb642eb..5902d6a857 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/one-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/one-ar.glif @@ -10,12 +10,4 @@ - - - com.type-invaders.name.final - uni0661 - com.type-invaders.name.production - one-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/one-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/one-persian.glif index 87e7f50332..272640fe67 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/one-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/one-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F1 - com.type-invaders.name.production - one-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oneinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oneinferior.glif index ef6297182e..aeb9421a86 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oneinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oneinferior.glif @@ -18,12 +18,4 @@ - - - com.type-invaders.name.final - uni2081 - com.type-invaders.name.production - oneinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/opendammatan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/opendammatan-ar.glif index f32289c496..21b6b3205d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/opendammatan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/opendammatan-ar.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni08F1 - com.type-invaders.name.production - opendammatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/openfathatan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/openfathatan-ar.glif index bb576d144a..7b393c6bac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/openfathatan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/openfathatan-ar.glif @@ -8,10 +8,6 @@ - com.type-invaders.name.final - uni08F0 - com.type-invaders.name.production - openfathatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/openkasratan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/openkasratan-ar.glif index cb09cfe1c9..6df7bc6f36 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/openkasratan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/openkasratan-ar.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni08F2 - com.type-invaders.name.production - openkasratan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oslash.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oslash.glif index 19eb96c824..c47fb00957 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oslash.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/oslash.glif @@ -56,7 +56,10 @@ - + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/otilde.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/otilde.glif index 55ca9c5e8a..d49e242dc5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/otilde.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/otilde.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/p.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/p.glif index 651d925e21..2b89fd1a04 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/p.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/p.glif @@ -41,7 +41,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/pagenumber-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/pagenumber-ar.glif index 90cccee76a..32d623b15c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/pagenumber-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/pagenumber-ar.glif @@ -51,12 +51,4 @@ - - - com.type-invaders.name.final - uni0603 - com.type-invaders.name.production - pagenumber-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/parenleft-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/parenleft-ar.glif index cf42b0c8d9..216008938f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/parenleft-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/parenleft-ar.glif @@ -48,12 +48,4 @@ - - - com.type-invaders.name.final - uniFD3E - com.type-invaders.name.production - parenleft-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/parenright-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/parenright-ar.glif index 1b76447c57..8303b7f59d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/parenright-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/parenright-ar.glif @@ -48,12 +48,4 @@ - - - com.type-invaders.name.final - uniFD3F - com.type-invaders.name.production - parenright-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh-ar.fina.glif index 50a2b107bc..3f6f5880b2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB57 - com.type-invaders.name.production - peh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh-ar.glif index 3b5541dc03..97aeb6f33f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh-ar.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni067E - com.type-invaders.name.production - peh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh-ar.init.glif index ac0fcc4858..7c744beb92 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB58 - com.type-invaders.name.production - peh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh-ar.medi.glif index b3f89805d4..46a3d87088 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB59 - com.type-invaders.name.production - peh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_alefMaksura-ar_.fina.glif deleted file mode 100644 index b2a1c14ef7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0649.fina - com.type-invaders.name.production - peh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..680f3b4ea9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_alefMaksura-ar_.glif deleted file mode 100644 index a6d71153b6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_alefMaksura-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0649 - com.type-invaders.name.production - peh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..0498057158 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_jeh-ar.fina.glif deleted file mode 100644 index 047e7224a7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0698.fina - com.type-invaders.name.production - peh_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..5cb17bff5c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..0115a91cf9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_jeh-ar.fina.short.glif deleted file mode 100644 index 7e44ddd099..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0698.fina.short - com.type-invaders.name.production - peh_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_noon-ar.fina.glif deleted file mode 100644 index de51070885..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_noon-ar.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0646.fina - com.type-invaders.name.production - peh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..f64d405979 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_noon-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_reh-ar.fina.glif deleted file mode 100644 index 95a7363e15..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_reh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0631.fina - com.type-invaders.name.production - peh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..6156679d54 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_reh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..cff51aab3f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_reh-ar.fina.short.glif deleted file mode 100644 index f218d3102d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0631.fina.short - com.type-invaders.name.production - peh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_rreh-ar.fina.glif deleted file mode 100644 index 857c170732..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0691.fina - com.type-invaders.name.production - peh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..61a7ce22e0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..14073f3338 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_rreh-ar.fina.short.glif deleted file mode 100644 index c19ca3b0d6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0691.fina.short - com.type-invaders.name.production - peh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-ar.fina.glif deleted file mode 100644 index 7f36b05a20..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E064A.fina - com.type-invaders.name.production - peh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..90089772da --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-ar.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-ar.glif deleted file mode 100644 index 7938877632..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E064A - com.type-invaders.name.production - peh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..4a94db147e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-farsi.fina.glif deleted file mode 100644 index ee8444851a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - peh_yehfarsi.fina - com.type-invaders.name.production - peh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..860314721d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-farsi.glif deleted file mode 100644 index 235547dc7a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - peh_yehfarsi - com.type-invaders.name.production - peh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..06f7e89b7e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 13109b09f3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0626.fina - com.type-invaders.name.production - peh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..2370b7267d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yehHamzaabove-ar_.glif deleted file mode 100644 index 943e8c9085..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0626 - com.type-invaders.name.production - peh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..d210f87469 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_zain-ar.fina.glif deleted file mode 100644 index 4a2cd62f00..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_zain-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0632.fina - com.type-invaders.name.production - peh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..f1e731b475 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_zain-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..1e31d9d478 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_zain-ar.fina.short.glif deleted file mode 100644 index 6f5ba3381d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0632.fina.short - com.type-invaders.name.production - peh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peheh-ar.fina.glif index 9abc9342db..7c86787679 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peheh-ar.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB6F - com.type-invaders.name.production - peheh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peheh-ar.glif index 2e48c7dd62..05e6afaaaa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peheh-ar.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06A6 - com.type-invaders.name.production - peheh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peheh-ar.init.glif index 5eafd2b469..b8b5bcef23 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peheh-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB70 - com.type-invaders.name.production - peheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peheh-ar.medi.glif index 443dba2261..ea1646009d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peheh-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB71 - com.type-invaders.name.production - peheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/percent-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/percent-ar.glif index 6dd876bfc3..9bddf89f9c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/percent-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/percent-ar.glif @@ -42,12 +42,4 @@ - - - com.type-invaders.name.final - uni066A - com.type-invaders.name.production - percent-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/pertenthousand-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/pertenthousand-ar.glif index e3e0945984..1329578175 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/pertenthousand-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/pertenthousand-ar.glif @@ -74,12 +74,4 @@ - - - com.type-invaders.name.final - uni060A - com.type-invaders.name.production - pertenthousand-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/perthousand-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/perthousand-ar.glif index 7e64f1d934..bdabdb93af 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/perthousand-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/perthousand-ar.glif @@ -58,12 +58,4 @@ - - - com.type-invaders.name.final - uni0609 - com.type-invaders.name.production - perthousand-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peso.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peso.glif index 5a93d6fc1c..dfe2b3ea8d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peso.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/peso.glif @@ -59,12 +59,4 @@ - - - com.type-invaders.name.final - uni20B1 - com.type-invaders.name.production - peso - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/q.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/q.glif index e1d8aa2643..fc7e699e2a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/q.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/q.glif @@ -41,7 +41,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.fina.glif index dd98aeac9d..39412ed05a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED6 - com.type-invaders.name.production - qaf-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.glif index 3e6cba03d1..c8a660dd3c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni0642 - com.type-invaders.name.production - qaf-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.init.glif index 9138f69719..d064d13a18 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED7 - com.type-invaders.name.production - qaf-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.isol.glif index d834aa5df8..2f50b956da 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFED5 - com.type-invaders.name.production - qaf-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.medi.glif index 599ac82644..61c81a4344 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED8 - com.type-invaders.name.production - qaf-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotabove-ar_.fina.glif index 860c07683f..25c8317382 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A7.fina - com.type-invaders.name.production - qafDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotabove-ar_.glif index 0aed304b50..1f423ea7ff 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06A7 - com.type-invaders.name.production - qafDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotbelow-ar_.fina.glif index df6133ae0e..e77aaab32e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotbelow-ar_.fina.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni08A5.fina - com.type-invaders.name.production - qafDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotbelow-ar_.glif index f628864bf5..33629eec0b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotbelow-ar_.glif @@ -4,21 +4,17 @@ - + - + - + - com.type-invaders.name.final - uni08A5 - com.type-invaders.name.production - qafDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotbelow-ar_.init.glif index d54e609a90..a7aed7e921 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotbelow-ar_.init.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni08A5.init - com.type-invaders.name.production - qafDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotbelow-ar_.medi.glif index 81ee5489e1..f027909e60 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotbelow-ar_.medi.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni08A5.medi - com.type-invaders.name.production - qafDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotless-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotless-ar_.fina.glif index d8e243fc39..90d9a04516 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotless-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotless-ar_.fina.glif @@ -58,12 +58,4 @@ - - - com.type-invaders.name.final - uni066F.fina - com.type-invaders.name.production - qafDotless-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotless-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotless-ar_.glif index 2bcc9a825e..b4e48aff26 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotless-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafDotless-ar_.glif @@ -61,12 +61,4 @@ - - - com.type-invaders.name.final - uni066F - com.type-invaders.name.production - qafDotless-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafLamAlefMaksuraabove-ar___.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafLamAlefMaksuraabove-ar___.glif index dc7d065d8e..d67a9da167 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafLamAlefMaksuraabove-ar___.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafLamAlefMaksuraabove-ar___.glif @@ -107,18 +107,10 @@ - + - + - - - com.type-invaders.name.final - uni06D7 - com.type-invaders.name.production - qafLamAlefMaksuraabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafThreedotsabove-ar_.fina.glif index 00e2cedd67..4ffea89af2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafThreedotsabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A8.fina - com.type-invaders.name.production - qafThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafThreedotsabove-ar_.glif index 73efd32e9a..fad6468c6c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafThreedotsabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06A8 - com.type-invaders.name.production - qafThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafThreedotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafThreedotsabove-ar_.init.glif index 9419100b88..44eafccc44 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafThreedotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafThreedotsabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A8.init - com.type-invaders.name.production - qafThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafThreedotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafThreedotsabove-ar_.medi.glif index 3e6baa1f47..ebf1fd10b0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafThreedotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qafThreedotsabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A8.medi - com.type-invaders.name.production - qafThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_alefMaksura-ar_.glif deleted file mode 100644 index a147e0a281..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC35 - com.type-invaders.name.production - qaf_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..6c9d62ad37 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_lam_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_lam_yeh-ar.glif index bc0f4bccae..b77d81d478 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_lam_yeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_lam_yeh-ar.glif @@ -106,13 +106,23 @@ + + + + + + + + + + + + + + + + + + - - - com.type-invaders.name.final - uniFDF1 - com.type-invaders.name.production - qaf_lam_yeh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yeh-ar.glif deleted file mode 100644 index 8ca70d6d3f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC36 - com.type-invaders.name.production - qaf_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yeh-ar.rlig.glif new file mode 100644 index 0000000000..fe93bfc93b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yeh-farsi.glif deleted file mode 100644 index ad0df67143..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - qaf_yehfarsi - com.type-invaders.name.production - qaf_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..6fcaa222f8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yehHamzaabove-ar_.glif deleted file mode 100644 index b28e759870..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06420626 - com.type-invaders.name.production - qaf_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..008ced8491 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/qaf_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/question-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/question-ar.glif index 563fb138c6..02b9ca7166 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/question-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/question-ar.glif @@ -44,12 +44,4 @@ - - - com.type-invaders.name.final - uni061F - com.type-invaders.name.production - question-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/r.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/r.glif index 7926410feb..d179f89683 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/r.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/r.glif @@ -21,10 +21,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ray-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ray-ar.glif index eb29c5fbf0..dbf3ab6d84 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ray-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ray-ar.glif @@ -64,12 +64,4 @@ - - - com.type-invaders.name.final - uni0608 - com.type-invaders.name.production - ray-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.fina.glif index b44ec98387..edc7b52106 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.fina.glif @@ -27,9 +27,6 @@ - - - @@ -40,12 +37,4 @@ - - - com.type-invaders.name.final - uniFEAE - com.type-invaders.name.production - reh-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.fina.short.glif index 566b14ffb4..cac5b00845 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.fina.short.glif @@ -27,24 +27,13 @@ - + - + - - - - + - - - com.type-invaders.name.final - uniFEAE.short - com.type-invaders.name.production - reh-ar.fina.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.glif index 9ebe1ea5df..624382f826 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.glif @@ -23,9 +23,6 @@ - - - @@ -36,12 +33,4 @@ - - - com.type-invaders.name.final - uni0631 - com.type-invaders.name.production - reh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.isol.glif index 7430ed2a23..d519a6acd9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.isol.glif @@ -4,25 +4,9 @@ - - - - - - - - - - - - - com.type-invaders.name.final - uniFEAD - com.type-invaders.name.production - reh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.short.glif index 9f922bb00d..2fac4b88d0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/reh-ar.short.glif @@ -22,9 +22,6 @@ - - - @@ -35,12 +32,4 @@ - - - com.type-invaders.name.final - uni0631.short - com.type-invaders.name.production - reh-ar.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehAlefabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehAlefabove-ar_.glif index a8fc81c3d0..722902fb31 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehAlefabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehAlefabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uniFC5C - com.type-invaders.name.production - rehAlefabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDadabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDadabove-ar_.glif index c1ec2a00f5..f7b36872ff 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDadabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDadabove-ar_.glif @@ -85,18 +85,10 @@ - + - + - - - com.type-invaders.name.final - uni0613 - com.type-invaders.name.production - rehDadabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDotbelow-ar_.fina.glif index a9061f1cbe..f2a35cc2fe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDotbelow-ar_.fina.glif @@ -2,13 +2,10 @@ - + - - - - + @@ -19,10 +16,6 @@ - com.type-invaders.name.final - uni0694.fina - com.type-invaders.name.production - rehDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDotbelow-ar_.glif index c9cb46ba9f..2d177d12cd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDotbelow-ar_.glif @@ -3,13 +3,10 @@ - + - - - - + @@ -20,10 +17,6 @@ - com.type-invaders.name.final - uni0694 - com.type-invaders.name.production - rehDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDotbelowdotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDotbelowdotabove-ar_.fina.glif index 9052a7031e..0cc6a452e1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDotbelowdotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDotbelowdotabove-ar_.fina.glif @@ -2,28 +2,21 @@ + - - - - - + - + - com.type-invaders.name.final - uni0696.fina - com.type-invaders.name.production - rehDotbelowdotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDotbelowdotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDotbelowdotabove-ar_.glif index 7e192bc260..ff221da967 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDotbelowdotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehDotbelowdotabove-ar_.glif @@ -3,28 +3,21 @@ + - - - - - + - + - com.type-invaders.name.final - uni0696 - com.type-invaders.name.production - rehDotbelowdotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehFourdots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehFourdots-ar_.fina.glif index b04aa8c3e0..7c47780600 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehFourdots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehFourdots-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni0699.fina - com.type-invaders.name.production - rehFourdots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehFourdots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehFourdots-ar_.glif index 5c3155817d..62ae41d819 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehFourdots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehFourdots-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0699 - com.type-invaders.name.production - rehFourdots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehHahabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehHahabove-ar_.glif index f04fec1718..38739e7417 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehHahabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehHahabove-ar_.glif @@ -46,18 +46,10 @@ - + - + - - - com.type-invaders.name.final - uni0612 - com.type-invaders.name.production - rehHahabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehHamzaabove-ar_.fina.glif index 6cddf1fc5d..5cd69a4c95 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehHamzaabove-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni076C.fina - com.type-invaders.name.production - rehHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehHamzaabove-ar_.glif index 08912d4fda..941e602bd9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehHamzaabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni076C - com.type-invaders.name.production - rehHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehLoop-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehLoop-ar_.fina.glif index eb48ae6f68..e07866281c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehLoop-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehLoop-ar_.fina.glif @@ -57,12 +57,4 @@ - - - com.type-invaders.name.final - uni08AA.fina - com.type-invaders.name.production - rehLoop-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehLoop-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehLoop-ar_.glif index 4dc962d87b..f1e71ecef7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehLoop-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehLoop-ar_.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uni08AA - com.type-invaders.name.production - rehLoop-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehRing-ar_.fina.glif index 0656a85e1d..e029331f4b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehRing-ar_.fina.glif @@ -52,13 +52,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0693.fina - com.type-invaders.name.production - rehRing-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehRing-ar_.glif index 63d7fb1a6e..bc1a2d37ff 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehRing-ar_.glif @@ -49,13 +49,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0693 - com.type-invaders.name.production - rehRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehStroke-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehStroke-ar_.fina.glif index c63e8e1489..921ab49b11 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehStroke-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehStroke-ar_.fina.glif @@ -32,9 +32,6 @@ - - - @@ -45,12 +42,4 @@ - - - com.type-invaders.name.final - uni075B.fina - com.type-invaders.name.production - rehStroke-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehStroke-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehStroke-ar_.glif index ec55fc7ea8..15d445e2be 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehStroke-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehStroke-ar_.glif @@ -29,9 +29,6 @@ - - - @@ -42,12 +39,4 @@ - - - com.type-invaders.name.final - uni075B - com.type-invaders.name.production - rehStroke-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodots-ar_.fina.glif index 45a15f5867..e480feca8d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodots-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni0697.fina - com.type-invaders.name.production - rehTwodots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodots-ar_.glif index e6b2b362da..0dbfbc04ae 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodots-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0697 - com.type-invaders.name.production - rehTwodots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.fina.glif index 4e14ba2769..a5c77aeb18 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.fina.glif @@ -3,11 +3,8 @@ - - - - + @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0771.fina - com.type-invaders.name.production - rehTwodotshorizontalaboveTahabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.glif index 161f9af521..967d7d2fd9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.glif @@ -4,11 +4,8 @@ - - - - + @@ -16,15 +13,11 @@ - + - com.type-invaders.name.final - uni0771 - com.type-invaders.name.production - rehTwodotshorizontalaboveTahabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodotsverticalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodotsverticalabove-ar_.fina.glif index 18c828fed4..a38e8ffbde 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodotsverticalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodotsverticalabove-ar_.fina.glif @@ -2,11 +2,8 @@ - - - - + @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni076B.fina - com.type-invaders.name.production - rehTwodotsverticalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodotsverticalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodotsverticalabove-ar_.glif index 7838da7aba..c42064bc8f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodotsverticalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehTwodotsverticalabove-ar_.glif @@ -3,11 +3,8 @@ - - - - + @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni076B - com.type-invaders.name.production - rehTwodotsverticalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehVbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehVbelow-ar_.fina.glif index 00b203dcdb..1eb9a23dc2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehVbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehVbelow-ar_.fina.glif @@ -2,13 +2,10 @@ - + - - - - + @@ -19,10 +16,6 @@ - com.type-invaders.name.final - uni0695.fina - com.type-invaders.name.production - rehVbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehVbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehVbelow-ar_.glif index feeb7748f6..4c208f214c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehVbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehVbelow-ar_.glif @@ -3,13 +3,10 @@ - + - - - - + @@ -20,10 +17,6 @@ - com.type-invaders.name.final - uni0695 - com.type-invaders.name.production - rehVbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehVinvertedabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehVinvertedabove-ar_.fina.glif index 347db865df..66fd17eea2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehVinvertedabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehVinvertedabove-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni06EF.fina - com.type-invaders.name.production - rehVinvertedabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehVinvertedabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehVinvertedabove-ar_.glif index 00ba4e9ec7..8ae7499e38 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehVinvertedabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehVinvertedabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni06EF - com.type-invaders.name.production - rehVinvertedabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehv-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehv-ar.fina.glif index 8c858dd667..f56692b989 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehv-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehv-ar.fina.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni0692.fina - com.type-invaders.name.production - rehv-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehv-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehv-ar.glif index 3112c4bff4..a35215a655 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehv-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rehv-ar.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0692 - com.type-invaders.name.production - rehv-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rhombusStopabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rhombusStopabove-ar_.glif index eb05d8fc61..9a0e411670 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rhombusStopabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rhombusStopabove-ar_.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06EB - com.type-invaders.name.production - rhombusStopabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rhombusStopbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rhombusStopbelow-ar_.glif index d567ab7b0c..f61f41a9c4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rhombusStopbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rhombusStopbelow-ar_.glif @@ -16,18 +16,10 @@ - + - + - - - com.type-invaders.name.final - uni06EA - com.type-invaders.name.production - rhombusStopbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rial.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rial.glif index f64bf1b7a9..f5f490fa8a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rial.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rial.glif @@ -108,12 +108,4 @@ - - - com.type-invaders.name.final - uniFDFC - com.type-invaders.name.production - rial - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rightarrowheadDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rightarrowheadDotabove-ar_.glif index 5a4878ed5b..d230b6ed4a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rightarrowheadDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rightarrowheadDotabove-ar_.glif @@ -30,18 +30,10 @@ - + - + - - - com.type-invaders.name.final - uni08FD - com.type-invaders.name.production - rightarrowheadDotabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rightarrowheadabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rightarrowheadabove-ar.glif index 67afb51ebd..28cf1d17f6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rightarrowheadabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rightarrowheadabove-ar.glif @@ -14,18 +14,10 @@ - + - + - - - com.type-invaders.name.final - uni08F8 - com.type-invaders.name.production - rightarrowheadabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rightarrowheadbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rightarrowheadbelow-ar.glif index 4beb1547a9..9646745a77 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rightarrowheadbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rightarrowheadbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni08FA - com.type-invaders.name.production - rightarrowheadbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ring-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ring-ar.glif index 016950373f..04b3a4aa44 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ring-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ring-ar.glif @@ -32,15 +32,7 @@ - + - - - com.type-invaders.name.final - uniFBBF - com.type-invaders.name.production - ring-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ring.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ring.case.glif index 144c8f8cb3..e15fe927e7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ring.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ring.case.glif @@ -33,7 +33,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ring.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ring.glif index 0570e4e79a..be97c1d188 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ring.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ring.glif @@ -34,7 +34,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ringcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ringcomb.glif index 40cd2a35d0..813b13ca5c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ringcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ringcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni030A - com.type-invaders.name.production - ringcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rnoon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rnoon-ar.fina.glif index fd5a282611..4b132e4cce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rnoon-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rnoon-ar.fina.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFBA1 - com.type-invaders.name.production - rnoon-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rnoon-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rnoon-ar.glif index b01af76f32..9cb1b71c59 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rnoon-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rnoon-ar.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni06BB - com.type-invaders.name.production - rnoon-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rreh-ar.fina.glif index 095a2bb59f..a44e7fe2e3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rreh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rreh-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB8D - com.type-invaders.name.production - rreh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rreh-ar.fina.short.glif index dd30d344cc..a03eac7d24 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rreh-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rreh-ar.fina.short.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uniFB8D.short - com.type-invaders.name.production - rreh-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rreh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rreh-ar.glif index c63616d196..707ce90dd9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rreh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rreh-ar.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0691 - com.type-invaders.name.production - rreh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rreh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rreh-ar.short.glif index bad8acfcab..7645483532 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rreh-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rreh-ar.short.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni0691.short - com.type-invaders.name.production - rreh-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ruble.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ruble.glif index fcd7a9f1bb..496e05f0dc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ruble.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ruble.glif @@ -41,12 +41,4 @@ - - - com.type-invaders.name.final - uni20BD - com.type-invaders.name.production - ruble - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rupee.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rupee.glif index 1c7139d0e2..40a9e91cac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rupee.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rupee.glif @@ -70,12 +70,4 @@ - - - com.type-invaders.name.final - uni20A8 - com.type-invaders.name.production - rupee - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rupeeindian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rupeeindian.glif index 5c4952f6d5..f71a14f973 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rupeeindian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/rupeeindian.glif @@ -36,12 +36,4 @@ - - - com.type-invaders.name.final - uni20B9 - com.type-invaders.name.production - rupeeindian - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/s.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/s.glif index 94d61623d3..e24baf4a55 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/s.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/s.glif @@ -46,10 +46,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.fina.glif index 94f8d25497..e6bdd4d64f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.fina.glif @@ -76,16 +76,14 @@ + + + + + + - - - com.type-invaders.name.final - uniFEBA - com.type-invaders.name.production - sad-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.glif index 856fae3729..c2d8b92505 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.glif @@ -64,16 +64,14 @@ + + + + + + - - - com.type-invaders.name.final - uni0635 - com.type-invaders.name.production - sad-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.init.glif index df9b73525d..57e682e51c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.init.glif @@ -56,13 +56,8 @@ + + + - - - com.type-invaders.name.final - uniFEBB - com.type-invaders.name.production - sad-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.isol.glif index 670c1d40c8..0bca3efcba 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFEB9 - com.type-invaders.name.production - sad-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.medi.glif index b660ad4da1..1efd8fda95 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad-ar.medi.glif @@ -68,13 +68,8 @@ + + + - - - com.type-invaders.name.final - uniFEBC - com.type-invaders.name.production - sad-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadLamAlefMaksuraabove-ar___.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadLamAlefMaksuraabove-ar___.glif index b960981747..88977fce87 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadLamAlefMaksuraabove-ar___.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadLamAlefMaksuraabove-ar___.glif @@ -81,18 +81,10 @@ - + - + - - - com.type-invaders.name.final - uni06D6 - com.type-invaders.name.production - sadLamAlefMaksuraabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadThreedots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadThreedots-ar_.fina.glif index 24276d4746..6bb333feae 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadThreedots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadThreedots-ar_.fina.glif @@ -8,15 +8,17 @@ - + + + + + + + - com.type-invaders.name.final - uni069E.fina - com.type-invaders.name.production - sadThreedots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadThreedots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadThreedots-ar_.glif index 445dd631ea..ccafe8773e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadThreedots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadThreedots-ar_.glif @@ -9,15 +9,17 @@ - + + + + + + + - com.type-invaders.name.final - uni069E - com.type-invaders.name.production - sadThreedots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadThreedots-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadThreedots-ar_.init.glif index 16428d8eb3..5622ed3424 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadThreedots-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadThreedots-ar_.init.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni069E.init - com.type-invaders.name.production - sadThreedots-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadThreedots-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadThreedots-ar_.medi.glif index 0cfa6c8e5f..6634e98f51 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadThreedots-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadThreedots-ar_.medi.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni069E.medi - com.type-invaders.name.production - sadThreedots-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadTwodotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadTwodotsbelow-ar_.fina.glif index 3158160675..8b99f3f0d4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadTwodotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadTwodotsbelow-ar_.fina.glif @@ -5,18 +5,20 @@ - + + + + + + + - com.type-invaders.name.final - uni069D.fina - com.type-invaders.name.production - sadTwodotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadTwodotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadTwodotsbelow-ar_.glif index 6943d8f280..01ff956bf9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadTwodotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadTwodotsbelow-ar_.glif @@ -6,18 +6,20 @@ - + + + + + + + - com.type-invaders.name.final - uni069D - com.type-invaders.name.production - sadTwodotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadTwodotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadTwodotsbelow-ar_.init.glif index 62df9111a3..8874539900 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadTwodotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadTwodotsbelow-ar_.init.glif @@ -5,18 +5,17 @@ - + + + + - com.type-invaders.name.final - uni069D.init - com.type-invaders.name.production - sadTwodotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadTwodotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadTwodotsbelow-ar_.medi.glif index d80ed56ba9..29b2843f83 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadTwodotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadTwodotsbelow-ar_.medi.glif @@ -5,18 +5,17 @@ - + + + + - com.type-invaders.name.final - uni069D.medi - com.type-invaders.name.production - sadTwodotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_alefMaksura-ar_.fina.glif deleted file mode 100644 index 45da0754d1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD21 - com.type-invaders.name.production - sad_alefMaksura-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..2a0c9a2029 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_alefMaksura-ar_.glif deleted file mode 100644 index 4baad24b17..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_alefMaksura-ar_.glif +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD05 - com.type-invaders.name.production - sad_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..7ed2ac3f5b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_alefMaksura-ar_.rlig.glif @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.fina.glif deleted file mode 100644 index a424b13caf..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350698.fina - com.type-invaders.name.production - sad_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..ba25f6cbf5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.fina.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..6486e4e2f6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.fina.short.glif deleted file mode 100644 index b6a9fdbec5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350698.fina.short - com.type-invaders.name.production - sad_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.glif deleted file mode 100644 index debfa3c68b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350698 - com.type-invaders.name.production - sad_jeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.rlig.glif new file mode 100644 index 0000000000..56cef78d5b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.rlig.short.glif new file mode 100644 index 0000000000..55a04c59ec --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.short.glif deleted file mode 100644 index 9afe618083..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_jeh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350698.short - com.type-invaders.name.production - sad_jeh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.fina.glif deleted file mode 100644 index a9820f52d5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.fina.glif +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2B - com.type-invaders.name.production - sad_reh-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..7f8a01ad75 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.fina.rlig.glif @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..c2b969634e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.fina.rlig.short.glif @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.fina.short.glif deleted file mode 100644 index 63c122e49a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.fina.short.glif +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2B.short - com.type-invaders.name.production - sad_reh-ar.fina.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.glif deleted file mode 100644 index 50ef5fa446..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.glif +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0F - com.type-invaders.name.production - sad_reh-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.rlig.glif new file mode 100644 index 0000000000..d1dace1e47 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.rlig.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.rlig.short.glif new file mode 100644 index 0000000000..55d9e05021 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.rlig.short.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.short.glif deleted file mode 100644 index 075c806820..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_reh-ar.short.glif +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0F.short - com.type-invaders.name.production - sad_reh-ar.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.fina.glif deleted file mode 100644 index 41251d7fba..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350691.fina - com.type-invaders.name.production - sad_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..cade0bf334 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.fina.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..de300cc04c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.fina.short.glif deleted file mode 100644 index 904cc24f0f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350691.fina.short - com.type-invaders.name.production - sad_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.glif deleted file mode 100644 index 6fafaa15cc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350691 - com.type-invaders.name.production - sad_rreh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.rlig.glif new file mode 100644 index 0000000000..64ce91421d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.rlig.short.glif new file mode 100644 index 0000000000..d3ae63f0f5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.short.glif deleted file mode 100644 index 07bd9fd353..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_rreh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350691.short - com.type-invaders.name.production - sad_rreh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-ar.fina.glif deleted file mode 100644 index 14c78403dc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD22 - com.type-invaders.name.production - sad_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..1ca1e5020b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-ar.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-ar.glif deleted file mode 100644 index 1fe081c3af..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD06 - com.type-invaders.name.production - sad_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-ar.rlig.glif new file mode 100644 index 0000000000..ba52663e21 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-farsi.fina.glif deleted file mode 100644 index d53d671ab2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-farsi.fina.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - sad_yehfarsi.fina - com.type-invaders.name.production - sad_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..65c43922fd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-farsi.fina.rlig.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-farsi.glif deleted file mode 100644 index 15ff4bc906..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-farsi.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - sad_yehfarsi - com.type-invaders.name.production - sad_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..8a313e295d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yeh-farsi.rlig.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 9b157bc2c4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350626.fina - com.type-invaders.name.production - sad_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..258f17166b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yehHamzaabove-ar_.glif deleted file mode 100644 index 33d2a263e4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350626 - com.type-invaders.name.production - sad_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..15fa3469cf --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.fina.glif deleted file mode 100644 index 1ade4275b0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350632.fina - com.type-invaders.name.production - sad_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..6b40f4c784 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.fina.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..d7468668a1 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.fina.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.fina.short.glif deleted file mode 100644 index fc90ca53c1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350632.fina.short - com.type-invaders.name.production - sad_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.glif deleted file mode 100644 index aba8d3675b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350632 - com.type-invaders.name.production - sad_zain-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.rlig.glif new file mode 100644 index 0000000000..44b8261b60 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.rlig.short.glif new file mode 100644 index 0000000000..285b55b144 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.short.glif deleted file mode 100644 index a8e13f1be4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sad_zain-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350632.short - com.type-invaders.name.production - sad_zain-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadabove-ar.glif index cff52a6446..8628f742b6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sadabove-ar.glif @@ -49,18 +49,10 @@ - + - + - - - com.type-invaders.name.final - uni0610 - com.type-invaders.name.production - sadabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sajdah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sajdah-ar.glif index 9d53b57637..839fbc589e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sajdah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sajdah-ar.glif @@ -115,12 +115,4 @@ - - - com.type-invaders.name.final - uni06E9 - com.type-invaders.name.production - sajdah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/samvat-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/samvat-ar.glif index c65234483d..4d99148ec9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/samvat-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/samvat-ar.glif @@ -77,12 +77,4 @@ - - - com.type-invaders.name.final - uni0604 - com.type-invaders.name.production - samvat-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/scaron.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/scaron.glif index 8b9a794153..3842002467 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/scaron.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/scaron.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.fina.glif index ed8bbb7a6a..2cabaf6a09 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.fina.glif @@ -82,12 +82,4 @@ - - - com.type-invaders.name.final - uniFEB2 - com.type-invaders.name.production - seen-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.glif index 46426376ad..98f897e3da 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.glif @@ -78,12 +78,4 @@ - - - com.type-invaders.name.final - uni0633 - com.type-invaders.name.production - seen-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.init.glif index 0747a4a83e..f4082c595c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.init.glif @@ -64,12 +64,4 @@ - - - com.type-invaders.name.final - uniFEB3 - com.type-invaders.name.production - seen-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.isol.glif index 02d29fb838..03cdb78bf2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEB1 - com.type-invaders.name.production - seen-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.medi.glif index 5593c88bd0..cc1c225cd6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen-ar.medi.glif @@ -68,12 +68,4 @@ - - - com.type-invaders.name.final - uniFEB4 - com.type-invaders.name.production - seen-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenDotbelowDotabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenDotbelowDotabove-ar__.fina.glif index fc3b0d7d4a..49df4a33d4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenDotbelowDotabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenDotbelowDotabove-ar__.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni069A.fina - com.type-invaders.name.production - seenDotbelowDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenDotbelowDotabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenDotbelowDotabove-ar__.glif index d1799ba526..d64035eeb5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenDotbelowDotabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenDotbelowDotabove-ar__.glif @@ -4,8 +4,8 @@ - + @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni069A - com.type-invaders.name.production - seenDotbelowDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenDotbelowDotabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenDotbelowDotabove-ar__.init.glif index 73d0b3e7a1..dd10a12d78 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenDotbelowDotabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenDotbelowDotabove-ar__.init.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni069A.init - com.type-invaders.name.production - seenDotbelowDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenDotbelowDotabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenDotbelowDotabove-ar__.medi.glif index 1bfbc65bf0..fe06f22761 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenDotbelowDotabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenDotbelowDotabove-ar__.medi.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni069A.medi - com.type-invaders.name.production - seenDotbelowDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourabove-ar_.fina.glif index 652ad026e3..5afd64683e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni077D.fina - com.type-invaders.name.production - seenFourabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourabove-ar_.glif index 6822f955c5..ef9461f526 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni077D - com.type-invaders.name.production - seenFourabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourabove-ar_.init.glif index 57d8f4eafe..7a365790ba 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni077D.init - com.type-invaders.name.production - seenFourabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourabove-ar_.medi.glif index da84beddaa..8f3f3d5b30 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni077D.medi - com.type-invaders.name.production - seenFourabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourdotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourdotsabove-ar_.fina.glif index c166a08efe..069af313a1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourdotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourdotsabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni075C.fina - com.type-invaders.name.production - seenFourdotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourdotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourdotsabove-ar_.glif index 1c38c95a56..c615bcd281 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourdotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourdotsabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni075C - com.type-invaders.name.production - seenFourdotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourdotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourdotsabove-ar_.init.glif index 00df65bcce..bdc73978e5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourdotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourdotsabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075C.init - com.type-invaders.name.production - seenFourdotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourdotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourdotsabove-ar_.medi.glif index 542274d05a..18e62d328f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourdotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenFourdotsabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075C.medi - com.type-invaders.name.production - seenFourdotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.fina.glif index 6fdb7f5d0f..e49fe0b4c5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.fina.glif @@ -3,8 +3,8 @@ - + @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0770.fina - com.type-invaders.name.production - seenTahTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.glif index ed38063a91..243056f7b8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.glif @@ -4,8 +4,8 @@ - + @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni0770 - com.type-invaders.name.production - seenTahTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.init.glif index 37e526ea88..b29fa8c5f6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.init.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uni0770.init - com.type-invaders.name.production - seenTahTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.medi.glif index 60bb8a2815..4983b9cce9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.medi.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uni0770.medi - com.type-invaders.name.production - seenTahTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenThreedotsbelow-ar_.fina.glif index 8738a0e260..27eceef0f4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenThreedotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni069B.fina - com.type-invaders.name.production - seenThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenThreedotsbelow-ar_.glif index c71f1fee36..2620d14d4b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenThreedotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni069B - com.type-invaders.name.production - seenThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenThreedotsbelow-ar_.init.glif index 93160bbc89..65ff74fde9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenThreedotsbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni069B.init - com.type-invaders.name.production - seenThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenThreedotsbelow-ar_.medi.glif index 53eac227c6..f78843cfc3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenThreedotsbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni069B.medi - com.type-invaders.name.production - seenThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTwodotshorizontalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTwodotshorizontalabove-ar_.fina.glif index 6a9acc7ccf..2d1c1826b0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTwodotshorizontalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTwodotshorizontalabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni076D.fina - com.type-invaders.name.production - seenTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTwodotshorizontalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTwodotshorizontalabove-ar_.glif index 134f053e8f..8ab957abe8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTwodotshorizontalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTwodotshorizontalabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni076D - com.type-invaders.name.production - seenTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTwodotshorizontalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTwodotshorizontalabove-ar_.init.glif index e5c1a4efd9..296b265c78 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTwodotshorizontalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTwodotshorizontalabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni076D.init - com.type-invaders.name.production - seenTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTwodotshorizontalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTwodotshorizontalabove-ar_.medi.glif index a8a0089335..2eaff1d2ab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTwodotshorizontalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenTwodotshorizontalabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni076D.medi - com.type-invaders.name.production - seenTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenVinvertedabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenVinvertedabove-ar_.fina.glif index 7127b062a3..6fb3a7a488 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenVinvertedabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenVinvertedabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni077E.fina - com.type-invaders.name.production - seenVinvertedabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenVinvertedabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenVinvertedabove-ar_.glif index af81386461..0dcc6fbbee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenVinvertedabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenVinvertedabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni077E - com.type-invaders.name.production - seenVinvertedabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenVinvertedabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenVinvertedabove-ar_.init.glif index 47209a0caa..0a04269b7b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenVinvertedabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenVinvertedabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni077E.init - com.type-invaders.name.production - seenVinvertedabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenVinvertedabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenVinvertedabove-ar_.medi.glif index 8161a75c60..aa1200d855 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenVinvertedabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenVinvertedabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni077E.medi - com.type-invaders.name.production - seenVinvertedabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_alefMaksura-ar_.fina.glif deleted file mode 100644 index 52c8acda9f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD17 - com.type-invaders.name.production - seen_alefMaksura-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..972d9b67d3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_alefMaksura-ar_.glif deleted file mode 100644 index 43f73a9b0d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_alefMaksura-ar_.glif +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFCFB - com.type-invaders.name.production - seen_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..e549b8b91a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_alefMaksura-ar_.rlig.glif @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.fina.glif deleted file mode 100644 index f82035e7a1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330698.fina - com.type-invaders.name.production - seen_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..5dc808f37a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..5019b3b151 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.fina.short.glif deleted file mode 100644 index 43d340e2d5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330698.fina.short - com.type-invaders.name.production - seen_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.glif deleted file mode 100644 index 33af40799d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330698 - com.type-invaders.name.production - seen_jeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.rlig.glif new file mode 100644 index 0000000000..fdfbabff4b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.rlig.short.glif new file mode 100644 index 0000000000..574c6811f6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.short.glif deleted file mode 100644 index f6a5616e1b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_jeh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330698.short - com.type-invaders.name.production - seen_jeh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.fina.glif deleted file mode 100644 index c4c59546b6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.fina.glif +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2A - com.type-invaders.name.production - seen_reh-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..544dd6b965 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.fina.rlig.glif @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..48596327b1 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.fina.rlig.short.glif @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.fina.short.glif deleted file mode 100644 index 330a3cfca9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.fina.short.glif +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2A.short - com.type-invaders.name.production - seen_reh-ar.fina.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.glif deleted file mode 100644 index 3fb8d94e31..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.glif +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0E - com.type-invaders.name.production - seen_reh-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.rlig.glif new file mode 100644 index 0000000000..e9ab7fe929 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.rlig.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.rlig.short.glif new file mode 100644 index 0000000000..2c77e2a930 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.rlig.short.glif @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.short.glif deleted file mode 100644 index 9179a5a48f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_reh-ar.short.glif +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0E.short - com.type-invaders.name.production - seen_reh-ar.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.fina.glif deleted file mode 100644 index 159e22cd49..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330691.fina - com.type-invaders.name.production - seen_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..606c97a69e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..aafe77db0f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.fina.short.glif deleted file mode 100644 index 43b818c519..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330691.fina.short - com.type-invaders.name.production - seen_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.glif deleted file mode 100644 index 7fed69f375..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330691 - com.type-invaders.name.production - seen_rreh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.rlig.glif new file mode 100644 index 0000000000..5b0360c629 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.rlig.short.glif new file mode 100644 index 0000000000..5fba9aa2ff --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.short.glif deleted file mode 100644 index e50d8b218e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_rreh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330691.short - com.type-invaders.name.production - seen_rreh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-ar.fina.glif deleted file mode 100644 index 286e17660e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD18 - com.type-invaders.name.production - seen_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..9faac464ce --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-ar.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-ar.glif deleted file mode 100644 index a597f6e2f7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFCFC - com.type-invaders.name.production - seen_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-ar.rlig.glif new file mode 100644 index 0000000000..bfe179f4f5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-farsi.fina.glif deleted file mode 100644 index 31c40a661a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-farsi.fina.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - seen_yehfarsi.fina - com.type-invaders.name.production - seen_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..807688f92e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-farsi.fina.rlig.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-farsi.glif deleted file mode 100644 index 56c1417a94..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-farsi.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - seen_yehfarsi - com.type-invaders.name.production - seen_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..c59938131c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yeh-farsi.rlig.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index af5163ef20..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330626.fina - com.type-invaders.name.production - seen_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..ad63b751a5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yehHamzaabove-ar_.glif deleted file mode 100644 index d6a8fe017e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330626 - com.type-invaders.name.production - seen_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..280eac68fb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.fina.glif deleted file mode 100644 index e9340b4e61..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330632.fina - com.type-invaders.name.production - seen_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..ec107efc1b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..8bdaba96ca --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.fina.short.glif deleted file mode 100644 index c22d54e1dd..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330632.fina.short - com.type-invaders.name.production - seen_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.glif deleted file mode 100644 index e88b949dbd..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330632 - com.type-invaders.name.production - seen_zain-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.rlig.glif new file mode 100644 index 0000000000..0214e69aca --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.rlig.short.glif new file mode 100644 index 0000000000..6414508213 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.short.glif deleted file mode 100644 index 9ec134f645..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seen_zain-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330632.short - com.type-invaders.name.production - seen_zain-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenabove-ar.glif index 3de97611b6..48715d47d7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenabove-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06DC - com.type-invaders.name.production - seenabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenbelow-ar.glif index e3816f1f6a..b31fae4b5a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seenbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06E3 - com.type-invaders.name.production - seenbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/semicolon-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/semicolon-ar.glif index bd07d41c59..06434b4014 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/semicolon-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/semicolon-ar.glif @@ -8,10 +8,6 @@ - com.type-invaders.name.final - uni061B - com.type-invaders.name.production - semicolon-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seven-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seven-ar.glif index a5f1e06abc..76a7b639da 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seven-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seven-ar.glif @@ -14,12 +14,4 @@ - - - com.type-invaders.name.final - uni0667 - com.type-invaders.name.production - seven-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seven-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seven-persian.glif index 54fb340a26..8b7b5c6ff2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seven-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seven-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F7 - com.type-invaders.name.production - seven-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seven-persian.urdu.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seven-persian.urdu.glif index 501c9a78a2..01c3b0b28f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seven-persian.urdu.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seven-persian.urdu.glif @@ -12,12 +12,4 @@ - - - com.type-invaders.name.final - uni06F7.urdu - com.type-invaders.name.production - seven-persian.urdu - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seveninferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seveninferior.glif index 614d174c30..2f1be69b8f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seveninferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/seveninferior.glif @@ -15,12 +15,4 @@ - - - com.type-invaders.name.final - uni2087 - com.type-invaders.name.production - seveninferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sevensuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sevensuperior.glif index f9899633cf..31a615fd13 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sevensuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sevensuperior.glif @@ -15,12 +15,4 @@ - - - com.type-invaders.name.final - uni2077 - com.type-invaders.name.production - sevensuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda-ar.glif index 332995648d..9e7f93367c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda-ar.glif @@ -44,18 +44,10 @@ - + - + - - - com.type-invaders.name.final - uni0651 - com.type-invaders.name.production - shadda-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda-ar.isol.glif index 8f3866b42c..e6f0820ca9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE7C - com.type-invaders.name.production - shadda-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda-ar.medi.glif index db2b04b9d4..fcb71c1c06 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda-ar.medi.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uniFE7D - com.type-invaders.name.production - shadda-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaAlefabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaAlefabove-ar_.glif index e3c79d98ed..dc1bcad6a9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaAlefabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaAlefabove-ar_.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06510670 - com.type-invaders.name.production - shaddaAlefabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaDamma-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaDamma-ar_.glif index 3fb7d5bb2a..d58386a5df 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaDamma-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaDamma-ar_.glif @@ -76,12 +76,4 @@ - - - com.type-invaders.name.final - uni0651064F - com.type-invaders.name.production - shaddaDamma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaDammatan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaDammatan-ar_.glif index 1c60f8a56b..23481b17d9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaDammatan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaDammatan-ar_.glif @@ -2,15 +2,11 @@ - + - com.type-invaders.name.final - uni0651064C - com.type-invaders.name.production - shaddaDammatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaFatha-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaFatha-ar_.glif index 8bbb97656f..41603eafc3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaFatha-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaFatha-ar_.glif @@ -49,12 +49,4 @@ - - - com.type-invaders.name.final - uni0651064E - com.type-invaders.name.production - shaddaFatha-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaFathatan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaFathatan-ar_.glif index 2bd1c71de5..0a5f70d510 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaFathatan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaFathatan-ar_.glif @@ -8,10 +8,6 @@ - com.type-invaders.name.final - uni0651064B.1 - com.type-invaders.name.production - shaddaFathatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaKasra-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaKasra-ar_.glif index af6b8e4dbe..e37eb10f06 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaKasra-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaKasra-ar_.glif @@ -49,12 +49,4 @@ - - - com.type-invaders.name.final - uni06510650 - com.type-invaders.name.production - shaddaKasra-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaKasratan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaKasratan-ar_.glif index 1e944ffe96..a63269b0d3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaKasratan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shaddaKasratan-ar_.glif @@ -2,16 +2,12 @@ + - - com.type-invaders.name.final - uni0651064D - com.type-invaders.name.production - shaddaKasratan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda_damma-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda_damma-ar.medi.glif index dfd9344b57..920c76528d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda_damma-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda_damma-ar.medi.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uniFCF3 - com.type-invaders.name.production - shadda_damma-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda_fatha-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda_fatha-ar.medi.glif index 6a176f7821..ef04c49286 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda_fatha-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda_fatha-ar.medi.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uniFCF2 - com.type-invaders.name.production - shadda_fatha-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda_kasra-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda_kasra-ar.medi.glif index c130523247..1d4183fa27 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda_kasra-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/shadda_kasra-ar.medi.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uniFCF4 - com.type-invaders.name.production - shadda_kasra-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.fina.glif index 56e585c7b5..ee70a8af54 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFEB6 - com.type-invaders.name.production - sheen-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.glif index 41ba6673a1..b808e1111a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0634 - com.type-invaders.name.production - sheen-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.init.glif index b90389548e..d4bd928f64 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFEB7 - com.type-invaders.name.production - sheen-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.isol.glif index 8a5426eb59..334552b9b4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFEB5 - com.type-invaders.name.production - sheen-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.medi.glif index 060c9b0c05..dc6884ac42 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFEB8 - com.type-invaders.name.production - sheen-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenDotbelow-ar_.fina.glif index cb7ee02fde..9c6484b99e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenDotbelow-ar_.fina.glif @@ -3,24 +3,20 @@ - + - + - + - com.type-invaders.name.final - uni06FA.fina - com.type-invaders.name.production - sheenDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenDotbelow-ar_.glif index 018f477933..dd90a7e0d4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenDotbelow-ar_.glif @@ -4,24 +4,20 @@ - + - + - + - com.type-invaders.name.final - uni06FA - com.type-invaders.name.production - sheenDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenDotbelow-ar_.init.glif index 3617285c1f..8dec91d827 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenDotbelow-ar_.init.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06FA.init - com.type-invaders.name.production - sheenDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenDotbelow-ar_.medi.glif index 1401629403..0c4daf1d4a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenDotbelow-ar_.medi.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06FA.medi - com.type-invaders.name.production - sheenDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenThreedotsbelow-ar_.fina.glif index 4b754d839e..abfd58062d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenThreedotsbelow-ar_.fina.glif @@ -3,24 +3,20 @@ - + - + - + - com.type-invaders.name.final - uni069C.fina - com.type-invaders.name.production - sheenThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenThreedotsbelow-ar_.glif index 523ceefa89..b333b80060 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenThreedotsbelow-ar_.glif @@ -4,24 +4,20 @@ - + - + - + - com.type-invaders.name.final - uni069C - com.type-invaders.name.production - sheenThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenThreedotsbelow-ar_.init.glif index a7c451169e..540b17c7da 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenThreedotsbelow-ar_.init.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni069C.init - com.type-invaders.name.production - sheenThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenThreedotsbelow-ar_.medi.glif index e82f82ee5f..6d13ec9d8a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheenThreedotsbelow-ar_.medi.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni069C.medi - com.type-invaders.name.production - sheenThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_alefMaksura-ar_.fina.glif deleted file mode 100644 index 6a70a082d8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD19 - com.type-invaders.name.production - sheen_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..a75676d9c4 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_alefMaksura-ar_.glif deleted file mode 100644 index 4fd2e38162..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFCFD - com.type-invaders.name.production - sheen_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..be47ab75f6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.fina.glif deleted file mode 100644 index ceb3facc97..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340698.fina - com.type-invaders.name.production - sheen_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..a2cbc1c4e0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..9307371a28 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.fina.short.glif deleted file mode 100644 index c94dec997d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340698.fina.short - com.type-invaders.name.production - sheen_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.glif deleted file mode 100644 index 4352ebb8a9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340698 - com.type-invaders.name.production - sheen_jeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.rlig.glif new file mode 100644 index 0000000000..147594130a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.rlig.short.glif new file mode 100644 index 0000000000..30fbc34b33 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.short.glif deleted file mode 100644 index 25c7a4410a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_jeh-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340698.short - com.type-invaders.name.production - sheen_jeh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.fina.glif deleted file mode 100644 index 64f15f8898..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD29 - com.type-invaders.name.production - sheen_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..8087fc304a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..4d87feed51 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.fina.short.glif deleted file mode 100644 index 08be1ed55c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD29.short - com.type-invaders.name.production - sheen_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.glif deleted file mode 100644 index 2542ed87d7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0D - com.type-invaders.name.production - sheen_reh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.rlig.glif new file mode 100644 index 0000000000..11a9c66852 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.rlig.short.glif new file mode 100644 index 0000000000..557f0aff01 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.short.glif deleted file mode 100644 index 9695975a7c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_reh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0D.short - com.type-invaders.name.production - sheen_reh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.fina.glif deleted file mode 100644 index ae1c97646d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340691.fina - com.type-invaders.name.production - sheen_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..7d2a8630bf --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..f51ddc8f97 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.fina.short.glif deleted file mode 100644 index a9fd79a6be..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340691.fina.short - com.type-invaders.name.production - sheen_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.glif deleted file mode 100644 index c3828781f2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340691 - com.type-invaders.name.production - sheen_rreh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.rlig.glif new file mode 100644 index 0000000000..6b2b4e0a06 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.rlig.short.glif new file mode 100644 index 0000000000..e880a53f24 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.short.glif deleted file mode 100644 index 4f10e30848..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_rreh-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340691.short - com.type-invaders.name.production - sheen_rreh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-ar.fina.glif deleted file mode 100644 index 2ff11c8018..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD1A - com.type-invaders.name.production - sheen_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..494d9a38ae --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-ar.glif deleted file mode 100644 index f793b01443..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFCFE - com.type-invaders.name.production - sheen_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-ar.rlig.glif new file mode 100644 index 0000000000..26dc808811 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-farsi.fina.glif deleted file mode 100644 index d68ba88ce4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - sheen_yehfarsi.fina - com.type-invaders.name.production - sheen_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..3eba1a157c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-farsi.glif deleted file mode 100644 index 744dd144b4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - sheen_yehfarsi - com.type-invaders.name.production - sheen_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..67debf7a49 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 413795f477..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340626.fina - com.type-invaders.name.production - sheen_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..41e504c50b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yehHamzaabove-ar_.glif deleted file mode 100644 index 6ce3cf5954..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340626 - com.type-invaders.name.production - sheen_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..3a00b4f663 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.fina.glif deleted file mode 100644 index 51c886032b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340632.fina - com.type-invaders.name.production - sheen_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..4821680395 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..6a36327b38 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.fina.short.glif deleted file mode 100644 index 2465da7896..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340632.fina.short - com.type-invaders.name.production - sheen_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.glif deleted file mode 100644 index 09badcacbb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340632 - com.type-invaders.name.production - sheen_zain-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.rlig.glif new file mode 100644 index 0000000000..b79c543866 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.rlig.short.glif new file mode 100644 index 0000000000..d3b46a6008 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.short.glif deleted file mode 100644 index 2b1be8b071..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheen_zain-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340632.short - com.type-invaders.name.production - sheen_zain-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheqel.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheqel.glif index b65895b1d1..2664e6ca4e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheqel.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sheqel.glif @@ -36,12 +36,4 @@ - - - com.type-invaders.name.final - uni20AA - com.type-invaders.name.production - sheqel - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sindhiampersand-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sindhiampersand-ar.glif index 4ba6ab44ad..527e8c93df 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sindhiampersand-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sindhiampersand-ar.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni06FD - com.type-invaders.name.production - sindhiampersand-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sindhipostpositionmen-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sindhipostpositionmen-ar.glif index 2637b1e949..b31a6388f4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sindhipostpositionmen-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sindhipostpositionmen-ar.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni06FE - com.type-invaders.name.production - sindhipostpositionmen-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/six-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/six-ar.glif index 462485cd26..a24b1e9478 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/six-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/six-ar.glif @@ -15,12 +15,4 @@ - - - com.type-invaders.name.final - uni0666 - com.type-invaders.name.production - six-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/six-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/six-persian.glif index e3e747bcb3..dfee430d67 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/six-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/six-persian.glif @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - uni06F6 - com.type-invaders.name.production - six-persian - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sixinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sixinferior.glif index c7c12285f0..1a5f1792a9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sixinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sixinferior.glif @@ -42,12 +42,4 @@ - - - com.type-invaders.name.final - uni2086 - com.type-invaders.name.production - sixinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sixsuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sixsuperior.glif index ffcd03539b..c4f9f602af 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sixsuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sixsuperior.glif @@ -42,12 +42,4 @@ - - - com.type-invaders.name.final - uni2076 - com.type-invaders.name.production - sixsuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/softhyphen.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/softhyphen.glif index fff1eacf0a..b3a3dac76b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/softhyphen.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/softhyphen.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni00AD - com.type-invaders.name.production - softhyphen com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukun-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukun-ar.glif index 3b2d8c007c..652b822c64 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukun-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukun-ar.glif @@ -34,18 +34,10 @@ - + - + - - - com.type-invaders.name.final - uni0652 - com.type-invaders.name.production - sukun-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukun-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukun-ar.isol.glif index af147ac0a9..783f23ff07 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukun-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukun-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE7E - com.type-invaders.name.production - sukun-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukun-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukun-ar.medi.glif index b54882b4d3..e8d1044c87 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukun-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukun-ar.medi.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uniFE7F - com.type-invaders.name.production - sukun-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukunoval-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukunoval-ar.glif index 948a7cb96d..432fa63b78 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukunoval-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukunoval-ar.glif @@ -32,18 +32,10 @@ - + - + - - - com.type-invaders.name.final - uni06E0 - com.type-invaders.name.production - sukunoval-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukunround-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukunround-ar.glif index 7b7384a256..a6d0c76471 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukunround-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/sukunround-ar.glif @@ -32,18 +32,10 @@ - + - + - - - com.type-invaders.name.final - uni06DF - com.type-invaders.name.production - sukunround-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/t.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/t.glif index b0d39bb060..51808f9adf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/t.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/t.glif @@ -26,10 +26,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.fina.glif index 94af935cdf..b1e0eab51f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.fina.glif @@ -56,13 +56,8 @@ + + + - - - com.type-invaders.name.final - uniFEC2 - com.type-invaders.name.production - tah-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.glif index f31062cfac..edc4ac23a0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.glif @@ -44,13 +44,8 @@ + + + - - - com.type-invaders.name.final - uni0637 - com.type-invaders.name.production - tah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.init.glif index c82be7c03f..d13ad52c52 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.init.glif @@ -45,13 +45,8 @@ + + + - - - com.type-invaders.name.final - uniFEC3 - com.type-invaders.name.production - tah-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.isol.glif index 0c4dc78978..23c13f4359 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFEC1 - com.type-invaders.name.production - tah-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.medi.glif index b382db36a0..6f46043450 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tah-ar.medi.glif @@ -57,13 +57,8 @@ + + + - - - com.type-invaders.name.final - uniFEC4 - com.type-invaders.name.production - tah-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahThreedots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahThreedots-ar_.fina.glif index 050449a872..69b41381dd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahThreedots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahThreedots-ar_.fina.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni069F.fina - com.type-invaders.name.production - tahThreedots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahThreedots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahThreedots-ar_.glif index c95b40f3e7..7b498eac89 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahThreedots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahThreedots-ar_.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni069F - com.type-invaders.name.production - tahThreedots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahThreedots-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahThreedots-ar_.init.glif index 7b21e0f32d..4d742aa285 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahThreedots-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahThreedots-ar_.init.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni069F.init - com.type-invaders.name.production - tahThreedots-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahThreedots-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahThreedots-ar_.medi.glif index 2e668a5964..5a0a62e9f4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahThreedots-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahThreedots-ar_.medi.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni069F.medi - com.type-invaders.name.production - tahThreedots-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahTwodotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahTwodotsabove-ar_.fina.glif index c355271b81..3fc5f8ce0b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahTwodotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahTwodotsabove-ar_.fina.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni08A3.fina - com.type-invaders.name.production - tahTwodotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahTwodotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahTwodotsabove-ar_.glif index 2899ff20a3..4a58d759b3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahTwodotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahTwodotsabove-ar_.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni08A3 - com.type-invaders.name.production - tahTwodotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahTwodotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahTwodotsabove-ar_.init.glif index f0643b0ffb..90e11cde67 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahTwodotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahTwodotsabove-ar_.init.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni08A3.init - com.type-invaders.name.production - tahTwodotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahTwodotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahTwodotsabove-ar_.medi.glif index 063bb9e10d..51c348fe1b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahTwodotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahTwodotsabove-ar_.medi.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni08A3.medi - com.type-invaders.name.production - tahTwodotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahabove-ar.glif index 588c547703..e36e4e279f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahabove-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni0615 - com.type-invaders.name.production - tahabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahbelow-ar.glif index 2e7577b97a..2ea7317ff7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahbelow-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uniFBC1 - com.type-invaders.name.production - tahbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahcenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahcenter-ar.glif index 2eb3414026..492065abab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahcenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tahcenter-ar.glif @@ -36,15 +36,7 @@ - + - - - com.type-invaders.name.final - uni0615.alt - com.type-invaders.name.production - tahcenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/takhallusabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/takhallusabove-ar.glif index 109319d18c..14628cad22 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/takhallusabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/takhallusabove-ar.glif @@ -40,18 +40,10 @@ - + - + - - - com.type-invaders.name.final - uni0614 - com.type-invaders.name.production - takhallusabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.fina.glif index 211b7d42bc..9bf72ece3a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.fina.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB7B - com.type-invaders.name.production - tcheh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.glif index 1c2c918cb0..a627d13905 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0686 - com.type-invaders.name.production - tcheh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.init.glif index fe92712841..9366e87447 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB7C - com.type-invaders.name.production - tcheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.medi.glif index b328fc6454..c4b31977b4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB7D - com.type-invaders.name.production - tcheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.short.glif index 3ddeeb7385..3d6c63b6d2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheh-ar.short.glif @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni0686.short - com.type-invaders.name.production - tcheh-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tchehDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tchehDotabove-ar_.fina.glif index 7f08c4a5a1..7dcf5750b0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tchehDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tchehDotabove-ar_.fina.glif @@ -3,8 +3,8 @@ - + @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni06BF.fina - com.type-invaders.name.production - tchehDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tchehDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tchehDotabove-ar_.glif index 580b8f6b3e..99c721866d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tchehDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tchehDotabove-ar_.glif @@ -4,8 +4,8 @@ - + @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni06BF - com.type-invaders.name.production - tchehDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tchehDotabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tchehDotabove-ar_.init.glif index 524b582baa..2ab213f0f6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tchehDotabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tchehDotabove-ar_.init.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06BF.init - com.type-invaders.name.production - tchehDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tchehDotabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tchehDotabove-ar_.medi.glif index 1c528e0dc9..ec3ddbf9ce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tchehDotabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tchehDotabove-ar_.medi.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06BF.medi - com.type-invaders.name.production - tchehDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheheh-ar.fina.glif index f14974b45d..f7fc4a9897 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheheh-ar.fina.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB7F - com.type-invaders.name.production - tcheheh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheheh-ar.glif index a8b05e5eee..af1a9faa4e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheheh-ar.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0687 - com.type-invaders.name.production - tcheheh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheheh-ar.init.glif index e69f2e71ba..1d5bb3be72 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheheh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB80 - com.type-invaders.name.production - tcheheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheheh-ar.medi.glif index 96587464e6..6b260977cd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tcheheh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB81 - com.type-invaders.name.production - tcheheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.fina.glif index 1aa85d8bc1..9245ae277c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFE96 - com.type-invaders.name.production - teh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.glif index ac7bc8d002..27885f3122 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni062A - com.type-invaders.name.production - teh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.init.glif index cee1a38979..a34c978d72 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE97 - com.type-invaders.name.production - teh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.isol.glif index 7f6d90223e..aa9052491b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFE95 - com.type-invaders.name.production - teh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.medi.glif index f969431237..8cf5aaf4d0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE98 - com.type-invaders.name.production - teh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbuta-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbuta-ar_.fina.glif index 684f8a4f94..91adb36287 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbuta-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbuta-ar_.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFE94 - com.type-invaders.name.production - tehMarbuta-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbuta-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbuta-ar_.glif index 24435ebb92..3c1ca548a8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbuta-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbuta-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni0629 - com.type-invaders.name.production - tehMarbuta-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbuta-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbuta-ar_.isol.glif index 42104dbd0a..197221782c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbuta-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbuta-ar_.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFE93 - com.type-invaders.name.production - tehMarbuta-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbutagoal-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbutagoal-ar_.fina.glif index 0b3e1ce46f..60d0c28810 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbutagoal-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbutagoal-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06C3.fina - com.type-invaders.name.production - tehMarbutagoal-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbutagoal-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbutagoal-ar_.glif index afe54e96ef..887edeb6d9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbutagoal-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehMarbutagoal-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06C3 - com.type-invaders.name.production - tehMarbutagoal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehRing-ar_.fina.glif index 6899c36ea8..8a154b906a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehRing-ar_.fina.glif @@ -95,13 +95,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni067C.fina - com.type-invaders.name.production - tehRing-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehRing-ar_.glif index 551247c909..9344430d13 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehRing-ar_.glif @@ -92,13 +92,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni067C - com.type-invaders.name.production - tehRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehRing-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehRing-ar_.init.glif index 4f11c04018..d677ceb110 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehRing-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehRing-ar_.init.glif @@ -81,13 +81,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni067C.init - com.type-invaders.name.production - tehRing-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehRing-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehRing-ar_.medi.glif index f9df672417..af82091575 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehRing-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehRing-ar_.medi.glif @@ -85,13 +85,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni067C.medi - com.type-invaders.name.production - tehRing-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsdown-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsdown-ar_.fina.glif index 9aa7028387..6291f31b60 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsdown-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsdown-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni067D.fina - com.type-invaders.name.production - tehThreedotsdown-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsdown-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsdown-ar_.glif index 3a8340926a..e85a67d05f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsdown-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsdown-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni067D - com.type-invaders.name.production - tehThreedotsdown-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsdown-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsdown-ar_.init.glif index 5cdd7a3e14..9a2495c38a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsdown-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsdown-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni067D.init - com.type-invaders.name.production - tehThreedotsdown-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsdown-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsdown-ar_.medi.glif index 8b0fcc4f8c..52aa00566f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsdown-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsdown-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni067D.medi - com.type-invaders.name.production - tehThreedotsdown-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsupbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsupbelow-ar_.fina.glif index 73753894db..527e8cd7c3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsupbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsupbelow-ar_.fina.glif @@ -6,21 +6,17 @@ - + - + - com.type-invaders.name.final - uni0753.fina - com.type-invaders.name.production - tehThreedotsupbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsupbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsupbelow-ar_.glif index b495fa83d0..f55736208f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsupbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsupbelow-ar_.glif @@ -7,21 +7,17 @@ - + - + - com.type-invaders.name.final - uni0753 - com.type-invaders.name.production - tehThreedotsupbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsupbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsupbelow-ar_.init.glif index f27c9fbaf5..44c0536151 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsupbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsupbelow-ar_.init.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0753.init - com.type-invaders.name.production - tehThreedotsupbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsupbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsupbelow-ar_.medi.glif index 9bac98367e..32c0d403f8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsupbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tehThreedotsupbelow-ar_.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0753.medi - com.type-invaders.name.production - tehThreedotsupbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_alefMaksura-ar_.fina.glif deleted file mode 100644 index 06ee51dd66..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC74 - com.type-invaders.name.production - teh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..b026b47f6b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_alefMaksura-ar_.glif deleted file mode 100644 index 938a826ed0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC0F - com.type-invaders.name.production - teh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..233ee070e2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_jeh-ar.fina.glif deleted file mode 100644 index 1e4739f7c6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0698.fina - com.type-invaders.name.production - teh_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..5b747bfe9a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..cc83433019 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_jeh-ar.fina.short.glif deleted file mode 100644 index 7da730cb06..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0698.fina.short - com.type-invaders.name.production - teh_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_noon-ar.fina.glif deleted file mode 100644 index d940c06d2d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC73 - com.type-invaders.name.production - teh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..941f9d0bcc --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_reh-ar.fina.glif deleted file mode 100644 index a73f5aa6d1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC70 - com.type-invaders.name.production - teh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..d67c51410a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..92512a5a51 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_reh-ar.fina.short.glif deleted file mode 100644 index 929862cdec..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC70.short - com.type-invaders.name.production - teh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_rreh-ar.fina.glif deleted file mode 100644 index cf006da5f6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0691.fina - com.type-invaders.name.production - teh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..a862981124 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..33c44088bc --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_rreh-ar.fina.short.glif deleted file mode 100644 index ecce72ea7b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0691.fina.short - com.type-invaders.name.production - teh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-ar.fina.glif deleted file mode 100644 index 1ad1eb03a2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC75 - com.type-invaders.name.production - teh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..4a1040e2ae --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-ar.glif deleted file mode 100644 index 85ead341a4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC10 - com.type-invaders.name.production - teh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..7eb99244bd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-farsi.fina.glif deleted file mode 100644 index 7a478dbb75..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - teh_yehfarsi.fina - com.type-invaders.name.production - teh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..232e79a56f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-farsi.glif deleted file mode 100644 index 5f4a393dff..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - teh_yehfarsi - com.type-invaders.name.production - teh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..6125fd5086 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 0622c8fb95..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0626.fina - com.type-invaders.name.production - teh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..282cc37bc6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yehHamzaabove-ar_.glif deleted file mode 100644 index 6178ce04ba..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0626 - com.type-invaders.name.production - teh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..0a005c708c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_zain-ar.fina.glif deleted file mode 100644 index 9a55a8ba34..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC71 - com.type-invaders.name.production - teh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..5290078965 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..05931075e0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_zain-ar.fina.short.glif deleted file mode 100644 index f8bb56f92c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC71.short - com.type-invaders.name.production - teh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teheh-ar.fina.glif index a584a81bc7..1410fb7e56 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teheh-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB63 - com.type-invaders.name.production - teheh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teheh-ar.glif index d0f1a324e3..325ac802fe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teheh-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni067F - com.type-invaders.name.production - teheh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teheh-ar.init.glif index 15016561e2..6ee67b87dd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teheh-ar.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB64 - com.type-invaders.name.production - teheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teheh-ar.medi.glif index 034200e0c1..cf7b76665b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/teheh-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB65 - com.type-invaders.name.production - teheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tenge.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tenge.glif index 76ff0534e1..70c70f3526 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tenge.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tenge.glif @@ -20,12 +20,4 @@ - - - com.type-invaders.name.final - uni20B8 - com.type-invaders.name.production - tenge - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thal-ar.fina.glif index e5245c66c9..f9a810cc2d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thal-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFEAC - com.type-invaders.name.production - thal-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thal-ar.glif index ef3ce92a3c..934cc411e0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thal-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0630 - com.type-invaders.name.production - thal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thal-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thal-ar.isol.glif index f43d450711..42906dc8ac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thal-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thal-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFEAB - com.type-invaders.name.production - thal-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thalAlefabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thalAlefabove-ar_.fina.glif index 2f245d4450..93ba8bbd56 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thalAlefabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thalAlefabove-ar_.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFC5B.fina - com.type-invaders.name.production - thalAlefabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thalAlefabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thalAlefabove-ar_.glif index 0a244f827e..808bde5ec7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thalAlefabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thalAlefabove-ar_.glif @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uniFC5B - com.type-invaders.name.production - thalAlefabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.fina.glif index cf82b17e68..3c3ec50510 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFE9A - com.type-invaders.name.production - theh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.glif index a52ffa1efa..24b7894b7e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni062B - com.type-invaders.name.production - theh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.init.glif index b46cf5fa17..04e1639699 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE9B - com.type-invaders.name.production - theh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.isol.glif index 3c1be7c5b3..84d2da5b53 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFE99 - com.type-invaders.name.production - theh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.medi.glif index a08cb268a1..568ae6fe05 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE9C - com.type-invaders.name.production - theh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_alefMaksura-ar_.fina.glif deleted file mode 100644 index dbb3fa8af9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC7A - com.type-invaders.name.production - theh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..4a9a02fd26 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_alefMaksura-ar_.glif deleted file mode 100644 index 485df22069..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC13 - com.type-invaders.name.production - theh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..efb75e268d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_jeh-ar.fina.glif deleted file mode 100644 index 9f4147904a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0698.fina - com.type-invaders.name.production - theh_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..34e62265fa --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..9f2d4474c2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_jeh-ar.fina.short.glif deleted file mode 100644 index 45a36930f8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0698.fina.short - com.type-invaders.name.production - theh_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_noon-ar.fina.glif deleted file mode 100644 index 36fb0450b4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC79 - com.type-invaders.name.production - theh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..4ea0ee8ea6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_reh-ar.fina.glif deleted file mode 100644 index 24feed2123..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC76 - com.type-invaders.name.production - theh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..ac6823383d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..b831cabfca --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_reh-ar.fina.short.glif deleted file mode 100644 index db36233613..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC76.short - com.type-invaders.name.production - theh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_rreh-ar.fina.glif deleted file mode 100644 index 9b0d4c0e23..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0691.fina - com.type-invaders.name.production - theh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..45fb6b8fd9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..0e9d09ab02 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_rreh-ar.fina.short.glif deleted file mode 100644 index 4c87441876..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0691.fina.short - com.type-invaders.name.production - theh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-ar.fina.glif deleted file mode 100644 index 7040db526e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC7B - com.type-invaders.name.production - theh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..8b7242e8b0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-ar.glif deleted file mode 100644 index 4101ca16e0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC14 - com.type-invaders.name.production - theh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..a5b071bb2c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-farsi.fina.glif deleted file mode 100644 index b80296be5e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - theh_yehfarsi.fina - com.type-invaders.name.production - theh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..c073dd1031 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-farsi.glif deleted file mode 100644 index c55703e447..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - theh_yehfarsi - com.type-invaders.name.production - theh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..abbe6eb1bc --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 577376dd65..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0626.fina - com.type-invaders.name.production - theh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..d13e7ed82f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yehHamzaabove-ar_.glif deleted file mode 100644 index f8673944b8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0626 - com.type-invaders.name.production - theh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..8b9606ba94 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_zain-ar.fina.glif deleted file mode 100644 index b9bb44ddd2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC77 - com.type-invaders.name.production - theh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..050050b2ba --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..f0d3e9da34 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_zain-ar.fina.short.glif deleted file mode 100644 index 6411917630..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/theh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC77.short - com.type-invaders.name.production - theh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thousandseparator-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thousandseparator-ar.glif index c546355804..ff77c2b10c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thousandseparator-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/thousandseparator-ar.glif @@ -10,12 +10,4 @@ - - - com.type-invaders.name.final - uni066C - com.type-invaders.name.production - thousandseparator-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/three-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/three-ar.glif index ad57f4933a..f8ac4abe98 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/three-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/three-ar.glif @@ -43,12 +43,4 @@ - - - com.type-invaders.name.final - uni0663 - com.type-invaders.name.production - three-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/three-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/three-persian.glif index 5f28f3f832..1c20411a4d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/three-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/three-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F3 - com.type-invaders.name.production - three-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threeabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threeabove-ar.glif index fdff8f89dc..0c10650db3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threeabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threeabove-ar.glif @@ -41,18 +41,10 @@ - + - + - - - com.type-invaders.name.final - threeabovear - com.type-invaders.name.production - threeabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedots-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedots-ar.glif index ade7beda90..6d0814cad1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedots-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedots-ar.glif @@ -4,15 +4,11 @@ - + - com.type-invaders.name.final - uni061E - com.type-invaders.name.production - threedots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsabove-ar.glif index ada08e349f..9b2ddf5a56 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsabove-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06DB - com.type-invaders.name.production - threedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsdownabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsdownabove-ar.glif index a39baf1c98..de6ebac616 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsdownabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsdownabove-ar.glif @@ -52,18 +52,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB8 - com.type-invaders.name.production - threedotsdownabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsdownbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsdownbelow-ar.glif index 893bb4d9d9..726383ca04 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsdownbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsdownbelow-ar.glif @@ -52,18 +52,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB9 - com.type-invaders.name.production - threedotsdownbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsdowncenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsdowncenter-ar.glif index 4921e61f68..758fa7eb65 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsdowncenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsdowncenter-ar.glif @@ -51,15 +51,7 @@ - + - - - com.type-invaders.name.final - threedotsdowncenterar - com.type-invaders.name.production - threedotsdowncenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotshorizontalbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotshorizontalbelow-ar.glif index 42fb9923bc..b4e1d8bdd4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotshorizontalbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotshorizontalbelow-ar.glif @@ -51,18 +51,10 @@ - + - + - - - com.type-invaders.name.final - threedotshoridownar - com.type-invaders.name.production - threedotshorizontalbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsupabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsupabove-ar.glif index 8812ab8f6c..7f85e0e666 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsupabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsupabove-ar.glif @@ -52,18 +52,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB6 - com.type-invaders.name.production - threedotsupabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsupbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsupbelow-ar.glif index 3717ce2ba7..b598ab2ac4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsupbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsupbelow-ar.glif @@ -52,18 +52,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB7 - com.type-invaders.name.production - threedotsupbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsupcenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsupcenter-ar.glif index a799c1dc48..6c4047424c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsupcenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threedotsupcenter-ar.glif @@ -51,15 +51,7 @@ - + - - - com.type-invaders.name.final - threedotsupcenterar - com.type-invaders.name.production - threedotsupcenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threeinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threeinferior.glif index b2333c270a..9fecbe026e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threeinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/threeinferior.glif @@ -50,12 +50,4 @@ - - - com.type-invaders.name.final - uni2083 - com.type-invaders.name.production - threeinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tilde.alt01.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tilde.alt01.case.glif index aaff3fed03..cfa93360e3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tilde.alt01.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tilde.alt01.case.glif @@ -31,7 +31,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tilde.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tilde.alt01.glif index 01e679d22f..4af3fb0ecf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tilde.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tilde.alt01.glif @@ -31,7 +31,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tilde.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tilde.case.glif index 3cd8803308..2dfd193533 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tilde.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tilde.case.glif @@ -31,7 +31,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tilde.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tilde.glif index fded8670c3..6e5c90d72a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tilde.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tilde.glif @@ -32,7 +32,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tildecomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tildecomb.glif index 40c7357c2e..ce22315975 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tildecomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tildecomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0303 - com.type-invaders.name.production - tildecomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/toneloopabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/toneloopabove-ar.glif index 04bf8626a9..0c326f6f65 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/toneloopabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/toneloopabove-ar.glif @@ -46,18 +46,10 @@ - + - + - - - com.type-invaders.name.final - uni08EC - com.type-invaders.name.production - toneloopabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/toneloopbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/toneloopbelow-ar.glif index e5b86788a7..f603a1d43c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/toneloopbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/toneloopbelow-ar.glif @@ -46,18 +46,10 @@ - + - + - - - com.type-invaders.name.final - uni08EF - com.type-invaders.name.production - toneloopbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/toneonedotabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/toneonedotabove-ar.glif index de13c00649..3d78f563a7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/toneonedotabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/toneonedotabove-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni08EA - com.type-invaders.name.production - toneonedotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/toneonedotbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/toneonedotbelow-ar.glif index 6af247657f..3f7b0ea46e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/toneonedotbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/toneonedotbelow-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni08ED - com.type-invaders.name.production - toneonedotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tonetwodotsabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tonetwodotsabove-ar.glif index 6b8707ed3d..7bbd5145b2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tonetwodotsabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tonetwodotsabove-ar.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni08EB - com.type-invaders.name.production - tonetwodotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tonetwodotsbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tonetwodotsbelow-ar.glif index fdda1b5abc..ef750de6fe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tonetwodotsbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tonetwodotsbelow-ar.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni08EE - com.type-invaders.name.production - tonetwodotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh-ar.fina.glif index cbc2221b3b..c1e70e6a14 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB67 - com.type-invaders.name.production - tteh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh-ar.glif index 147361c86d..1941c928b9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0679 - com.type-invaders.name.production - tteh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh-ar.init.glif index cd96c75aa5..ffbc1b3bbd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh-ar.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB68 - com.type-invaders.name.production - tteh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh-ar.medi.glif index 2683edb75d..bef8b88675 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB69 - com.type-invaders.name.production - tteh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_alefMaksura-ar_.fina.glif deleted file mode 100644 index 7fdc469301..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790649.fina - com.type-invaders.name.production - tteh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..c28d9f3bdb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_alefMaksura-ar_.glif deleted file mode 100644 index b20fd31110..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_alefMaksura-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790649 - com.type-invaders.name.production - tteh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..b7e75d7d0a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_jeh-ar.fina.glif deleted file mode 100644 index de0585ee91..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790698.fina - com.type-invaders.name.production - tteh_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..6b00493d1e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_jeh-ar.fina.short.glif deleted file mode 100644 index 1846cf3d80..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790698.fina.short - com.type-invaders.name.production - tteh_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_noon-ar.fina.glif deleted file mode 100644 index 5c1b93b55e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_noon-ar.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790646.fina - com.type-invaders.name.production - tteh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..e32f68420c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_noon-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_reh-ar.fina.glif deleted file mode 100644 index 92c7146571..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_reh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790631.fina - com.type-invaders.name.production - tteh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..b980aabbab --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_reh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_reh-ar.fina.short.glif deleted file mode 100644 index cdaa9b0e1d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790631.fina.short - com.type-invaders.name.production - tteh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_rreh-ar.fina.glif deleted file mode 100644 index acff2dff93..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790691.fina - com.type-invaders.name.production - tteh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..d704fb7871 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_rreh-ar.fina.short.glif deleted file mode 100644 index 8e12e347a1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790691.fina.short - com.type-invaders.name.production - tteh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-ar.fina.glif deleted file mode 100644 index ec60472923..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni0679064A.fina - com.type-invaders.name.production - tteh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..b89e3103d9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-ar.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-ar.glif deleted file mode 100644 index e54364a024..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni0679064A - com.type-invaders.name.production - tteh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..f7a851e559 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-farsi.fina.glif deleted file mode 100644 index bc7d568db9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - tteh_yehfarsi.fina - com.type-invaders.name.production - tteh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..ecb2d73d47 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-farsi.glif deleted file mode 100644 index daa2f28f9e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - tteh_yehfarsi - com.type-invaders.name.production - tteh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..cba861cb84 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 19068f2ed6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790626.fina - com.type-invaders.name.production - tteh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..7ca809f49e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yehHamzaabove-ar_.glif deleted file mode 100644 index 999fd3250b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790626 - com.type-invaders.name.production - tteh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..1d54894caa --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_zain-ar.fina.glif deleted file mode 100644 index eaae228987..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_zain-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790632.fina - com.type-invaders.name.production - tteh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..a845df6fc2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_zain-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_zain-ar.fina.short.glif deleted file mode 100644 index 3e37773a1f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790632.fina.short - com.type-invaders.name.production - tteh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteheh-ar.fina.glif index bd9ea8a654..2c6025d3d1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteheh-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB5F - com.type-invaders.name.production - tteheh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteheh-ar.glif index 4ebe5db72a..848fc1542f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteheh-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni067A - com.type-invaders.name.production - tteheh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteheh-ar.init.glif index 5b164d4676..dbd88e053b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteheh-ar.init.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB60 - com.type-invaders.name.production - tteheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteheh-ar.medi.glif index ea4540c14a..1d68d8f7a1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tteheh-ar.medi.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB61 - com.type-invaders.name.production - tteheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tugrik.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tugrik.glif index 3a875126c4..dc650f6546 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tugrik.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/tugrik.glif @@ -30,12 +30,4 @@ - - - com.type-invaders.name.final - uni20AE - com.type-invaders.name.production - tugrik - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/two-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/two-ar.glif index 374c541cf3..a45817d5a1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/two-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/two-ar.glif @@ -26,12 +26,4 @@ - - - com.type-invaders.name.final - uni0662 - com.type-invaders.name.production - two-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/two-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/two-persian.glif index c74b39581d..48f830865c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/two-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/two-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F2 - com.type-invaders.name.production - two-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twoabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twoabove-ar.glif index a052fe6b04..84939ef5fe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twoabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twoabove-ar.glif @@ -25,18 +25,10 @@ - + - + - - - com.type-invaders.name.final - twoabovear - com.type-invaders.name.production - twoabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotshorizontalabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotshorizontalabove-ar.glif index aa31f088d3..fade19822f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotshorizontalabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotshorizontalabove-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB4 - com.type-invaders.name.production - twodotshorizontalabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotshorizontalbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotshorizontalbelow-ar.glif index 6e1df39851..83b4fa7b89 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotshorizontalbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotshorizontalbelow-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB5 - com.type-invaders.name.production - twodotshorizontalbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotshorizontalcenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotshorizontalcenter-ar.glif index 9e850f86c3..c3765c15d0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotshorizontalcenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotshorizontalcenter-ar.glif @@ -35,15 +35,7 @@ - + - - - com.type-invaders.name.final - twodotshorizontalcenterar - com.type-invaders.name.production - twodotshorizontalcenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotsverticalabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotsverticalabove-ar.glif index 226240c7c2..ea2184fdcd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotsverticalabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotsverticalabove-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - uniFBBD - com.type-invaders.name.production - twodotsverticalabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotsverticalbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotsverticalbelow-ar.glif index e146bcdf95..29385dfc89 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotsverticalbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotsverticalbelow-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - uniFBBE - com.type-invaders.name.production - twodotsverticalbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotsverticalcenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotsverticalcenter-ar.glif index c226601d41..d9294be797 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotsverticalcenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twodotsverticalcenter-ar.glif @@ -35,15 +35,7 @@ - + - - - com.type-invaders.name.final - twodotsverticalcenterar - com.type-invaders.name.production - twodotsverticalcenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twoinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twoinferior.glif index ee9c3b298c..9941263ff1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twoinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/twoinferior.glif @@ -32,12 +32,4 @@ - - - com.type-invaders.name.final - uni2082 - com.type-invaders.name.production - twoinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/u-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/u-ar.fina.glif index e418871627..0279e3b864 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/u-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/u-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFBD8 - com.type-invaders.name.production - u-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/u-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/u-ar.glif index 2b0a471859..21d257bacb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/u-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/u-ar.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06C7 - com.type-invaders.name.production - u-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/u.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/u.glif index 0970ef1b95..322035b03f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/u.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/u.glif @@ -27,13 +27,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uHamzaabove-ar_.fina.glif index 6f02e3e051..83dcffec61 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uHamzaabove-ar_.fina.glif @@ -2,12 +2,9 @@ + - - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni0677.fina - com.type-invaders.name.production - uHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uHamzaabove-ar_.glif index d8fa2a0e4a..be9220ef69 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uHamzaabove-ar_.glif @@ -3,12 +3,9 @@ + - - - - @@ -22,15 +19,11 @@ - + - com.type-invaders.name.final - uni0677 - com.type-invaders.name.production - uHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uacute.glif index 2503f8d675..2e44b5e989 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uacute.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ucircumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ucircumflex.glif index de286c9b7e..361d469952 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ucircumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ucircumflex.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/udieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/udieresis.glif index 469ac4475d..558c74e69c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/udieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/udieresis.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ugrave.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ugrave.glif index 495d7850eb..75ce382789 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ugrave.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ugrave.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215A_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215A_.glif index aa7d0f4cfe..3f0280d99a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215A_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215A_.glif @@ -1,10 +1,11 @@ - + + - - - + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215B_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215B_.glif index bb10729c90..3a19da281c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215B_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215B_.glif @@ -1,6 +1,7 @@ + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215C_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215C_.glif index 6bd9f7052b..540dc8b0fd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215C_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215C_.glif @@ -1,6 +1,7 @@ + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215D_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215D_.glif index 59b49b3ea8..2e2eff3f34 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215D_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215D_.glif @@ -1,10 +1,11 @@ - + + - - - + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215E_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215E_.glif index c7a041f0aa..d36afee8ba 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215E_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uni215E_.glif @@ -1,6 +1,7 @@ + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uniFBBC____.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uniFBBC____.glif index 20eadc7d23..02ddef6dbd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uniFBBC____.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uniFBBC____.glif @@ -1,6 +1,7 @@ + @@ -15,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uniFBC0___.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uniFBC0___.glif index 00f1286b29..ed594340d5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uniFBC0___.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/uniFBC0___.glif @@ -1,13 +1,14 @@ + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/v.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/v.glif index 4670bab466..51ed162a1f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/v.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/v.glif @@ -16,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/vabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/vabove-ar.glif index fe3aa07f14..7f582100a9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/vabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/vabove-ar.glif @@ -14,18 +14,10 @@ - + - + - - - com.type-invaders.name.final - uni065A - com.type-invaders.name.production - vabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/vbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/vbelow-ar.glif index 0be1efbddd..5fc73158e1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/vbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/vbelow-ar.glif @@ -13,18 +13,10 @@ - + - + - - - com.type-invaders.name.final - vbelowar - com.type-invaders.name.production - vbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ve-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ve-ar.fina.glif index b0d0579bce..304ee5433c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ve-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ve-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFBDF - com.type-invaders.name.production - ve-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ve-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ve-ar.glif index 8160920cb6..57f674ca61 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ve-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ve-ar.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06CB - com.type-invaders.name.production - ve-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh-ar.fina.glif index d04d353079..caf9046237 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh-ar.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB6B - com.type-invaders.name.production - veh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh-ar.glif index 5dc891cf51..687bea99cc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh-ar.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06A4 - com.type-invaders.name.production - veh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh-ar.init.glif index 3bbd22a780..47730beb76 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB6C - com.type-invaders.name.production - veh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh-ar.medi.glif index ae749b9cd2..a2489ce760 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB6D - com.type-invaders.name.production - veh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_alefMaksura-ar_.glif deleted file mode 100644 index d048a59c5a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_alefMaksura-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06A40649 - com.type-invaders.name.production - veh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..928c27120a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yeh-ar.glif deleted file mode 100644 index 29ed40d4cf..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06A4064A - com.type-invaders.name.production - veh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..e9023d080f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yeh-farsi.glif deleted file mode 100644 index f0c23e4596..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - veh_yehfarsi - com.type-invaders.name.production - veh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..a372e3ee90 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yehHamzaabove-ar_.glif deleted file mode 100644 index 2b4b95b59a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06A40626 - com.type-invaders.name.production - veh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..a9e088934b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/veh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/verseComma-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/verseComma-ar_.glif index 0191b426a2..1fda2554cb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/verseComma-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/verseComma-ar_.glif @@ -42,12 +42,4 @@ - - - com.type-invaders.name.final - uni060E - com.type-invaders.name.production - verseComma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/vinvertedabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/vinvertedabove-ar.glif index 49402a11ae..763170f6e9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/vinvertedabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/vinvertedabove-ar.glif @@ -14,18 +14,10 @@ - + - + - - - com.type-invaders.name.final - uni065B - com.type-invaders.name.production - vinvertedabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/vinvertedbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/vinvertedbelow-ar.glif index 27363940b4..26a02f047f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/vinvertedbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/vinvertedbelow-ar.glif @@ -13,18 +13,10 @@ - + - + - - - com.type-invaders.name.final - vinvertedbelowar - com.type-invaders.name.production - vinvertedbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/w.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/w.glif index e8cb9cd2a6..e95d4bbd36 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/w.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/w.glif @@ -28,10 +28,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wasla-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wasla-ar.glif index 39f58aacb5..f8b2078dc6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wasla-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wasla-ar.glif @@ -41,18 +41,10 @@ - + - + - - - com.type-invaders.name.final - waslaar - com.type-invaders.name.production - wasla-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wavyhamza_above-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wavyhamza_above-ar.glif index 725b3810fc..271f84795a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wavyhamza_above-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wavyhamza_above-ar.glif @@ -35,18 +35,10 @@ - + - + - - - com.type-invaders.name.final - wavyhamza_abovear - com.type-invaders.name.production - wavyhamza_above-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wavyhamzabelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wavyhamzabelow-ar.glif index a414ff927e..6149399c87 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wavyhamzabelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wavyhamzabelow-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - uni065F - com.type-invaders.name.production - wavyhamzabelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/waw-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/waw-ar.fina.glif index 7e92931647..ce94fe36de 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/waw-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/waw-ar.fina.glif @@ -42,9 +42,6 @@ - - - @@ -61,12 +58,4 @@ - - - com.type-invaders.name.final - uniFEEE - com.type-invaders.name.production - waw-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/waw-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/waw-ar.glif index 9c453d4d53..5391112ef2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/waw-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/waw-ar.glif @@ -43,9 +43,6 @@ - - - @@ -62,12 +59,4 @@ - - - com.type-invaders.name.final - uni0648 - com.type-invaders.name.production - waw-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/waw-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/waw-ar.isol.glif index 13bb8b2a7f..659b717e4e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/waw-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/waw-ar.isol.glif @@ -4,31 +4,9 @@ - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEED - com.type-invaders.name.production - waw-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawDotabove-ar_.fina.glif index cb83503571..30ee8f71d1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawDotabove-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -20,15 +17,11 @@ - + - com.type-invaders.name.final - uni06CF.fina - com.type-invaders.name.production - wawDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawDotabove-ar_.glif index 042167c775..7d18e74587 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawDotabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06CF - com.type-invaders.name.production - wawDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawDotcenter-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawDotcenter-ar_.fina.glif index 6f8b4fa48f..27befb3966 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawDotcenter-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawDotcenter-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -25,10 +22,6 @@ - com.type-invaders.name.final - uni08AB.fina - com.type-invaders.name.production - wawDotcenter-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawDotcenter-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawDotcenter-ar_.glif index 971ea18802..50ef50f3b8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawDotcenter-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawDotcenter-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -26,10 +23,6 @@ - com.type-invaders.name.final - uni08AB - com.type-invaders.name.production - wawDotcenter-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawHamzaabove-ar_.fina.glif index 310fefff9e..42d9eceed7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawHamzaabove-ar_.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFE86 - com.type-invaders.name.production - wawHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawHamzaabove-ar_.glif index 1c1f1cc862..6343daf03a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawHamzaabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni0624 - com.type-invaders.name.production - wawHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawHamzaabove-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawHamzaabove-ar_.isol.glif index 6e23e660ae..958baf6c45 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawHamzaabove-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawHamzaabove-ar_.isol.glif @@ -5,28 +5,9 @@ - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFE85 - com.type-invaders.name.production - wawHamzaabove-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawSmall-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawSmall-ar_.glif index 10221da1b5..869a9b06d2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawSmall-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawSmall-ar_.glif @@ -43,12 +43,4 @@ - - - com.type-invaders.name.final - uni06E5 - com.type-invaders.name.production - wawSmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawThreeAbove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawThreeAbove-ar__.fina.glif index 3e3e6543a2..cacc1c253f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawThreeAbove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawThreeAbove-ar__.fina.glif @@ -4,9 +4,6 @@ - - - @@ -19,13 +16,12 @@ + + + - com.type-invaders.name.final - uni0779.fina - com.type-invaders.name.production - wawThreeAbove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawThreeAbove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawThreeAbove-ar__.glif index b3f3e649e6..26517b0a7c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawThreeAbove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawThreeAbove-ar__.glif @@ -5,9 +5,6 @@ - - - @@ -20,13 +17,12 @@ + + + - com.type-invaders.name.final - uni0779 - com.type-invaders.name.production - wawThreeAbove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawTwoabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawTwoabove-ar_.fina.glif index bdeebc8f38..3a8cb694ab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawTwoabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawTwoabove-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -19,13 +16,12 @@ + + + - com.type-invaders.name.final - uni0778.fina - com.type-invaders.name.production - wawTwoabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawTwoabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawTwoabove-ar_.glif index 6e7c2da954..980f94332c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawTwoabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawTwoabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -20,13 +17,12 @@ + + + - com.type-invaders.name.final - uni0778 - com.type-invaders.name.production - wawTwoabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawTwodots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawTwodots-ar_.fina.glif index b7de2e94d3..f511a65b9c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawTwodots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawTwodots-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -20,15 +17,11 @@ - + - com.type-invaders.name.final - uni06CA.fina - com.type-invaders.name.production - wawTwodots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawTwodots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawTwodots-ar_.glif index 9dffd540b0..86909d62c2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawTwodots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawTwodots-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06CA - com.type-invaders.name.production - wawTwodots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawring-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawring-ar.fina.glif index 74ca835fa4..58ff255f6f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawring-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawring-ar.fina.glif @@ -67,13 +67,20 @@ + + + + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06C4.fina - com.type-invaders.name.production - wawring-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawring-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawring-ar.glif index ce7139b1dd..f953b87260 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawring-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/wawring-ar.glif @@ -69,13 +69,20 @@ + + + + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06C4 - com.type-invaders.name.production - wawring-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/won.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/won.glif index 4590be6737..9a5e406ba0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/won.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/won.glif @@ -62,12 +62,4 @@ - - - com.type-invaders.name.final - uni20A9 - com.type-invaders.name.production - won - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/x.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/x.glif index 5f98335cae..7e54696112 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/x.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/x.glif @@ -20,10 +20,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/y.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/y.glif index 4bf8224428..32b6e9b25a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/y.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/y.glif @@ -22,10 +22,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yacute.glif index 64c0a7736f..a865f3de7a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yacute.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ydieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ydieresis.glif index 38e6f6f8cd..55a348e53e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ydieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/ydieresis.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/year-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/year-ar.glif index b8bf12277b..9ed3e1b22b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/year-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/year-ar.glif @@ -61,12 +61,4 @@ - - - com.type-invaders.name.final - uni0601 - com.type-invaders.name.production - year-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.fina.glif index 93c596af46..893926fa64 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uniFEF2 - com.type-invaders.name.production - yeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.glif index 07d3aabaa5..0d5f3cc491 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uni064A - com.type-invaders.name.production - yeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.init.glif index 43dcb8bd8e..10f8b238a5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFEF3 - com.type-invaders.name.production - yeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.isol.glif index d40b2fe181..60bb6cb6cc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.isol.glif @@ -5,25 +5,9 @@ - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF1 - com.type-invaders.name.production - yeh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.medi.glif index a5c8bfe1ae..4bc164ba84 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFEF4 - com.type-invaders.name.production - yeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-farsi.fina.glif index 3ca9b0d34f..5f1f5ed991 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-farsi.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-farsi.fina.glif @@ -13,19 +13,12 @@ - - - - com.type-invaders.name.final - uniFBFD - com.type-invaders.name.production - yeh-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-farsi.glif index a66fa7e11e..26e5e79ce5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-farsi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-farsi.glif @@ -13,19 +13,12 @@ - - - - com.type-invaders.name.final - uni06CC - com.type-invaders.name.production - yeh-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-farsi.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-farsi.init.glif index f6c4fcc454..21fdf5680f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-farsi.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-farsi.init.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFBFE - com.type-invaders.name.production - yeh-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-farsi.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-farsi.medi.glif index 71a6f1fb37..7f833f0679 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-farsi.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh-farsi.medi.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFBFF - com.type-invaders.name.production - yeh-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehFourbelow-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehFourbelow-farsi_.fina.glif index 367e6e0386..de20f196b6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehFourbelow-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehFourbelow-farsi_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,19 +13,12 @@ - - - - com.type-invaders.name.final - uni0777.fina - com.type-invaders.name.production - yehFourbelow-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehFourbelow-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehFourbelow-farsi_.glif index f469c32eff..d575be6fbb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehFourbelow-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehFourbelow-farsi_.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uni0777 - com.type-invaders.name.production - yehFourbelow-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehFourbelow-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehFourbelow-farsi_.init.glif index a920dc9178..c94f6b069c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehFourbelow-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehFourbelow-farsi_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0777.init - com.type-invaders.name.production - yehFourbelow-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehFourbelow-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehFourbelow-farsi_.medi.glif index e6e927d221..b33a030802 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehFourbelow-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehFourbelow-farsi_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0777.medi - com.type-invaders.name.production - yehFourbelow-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.fina.glif index 20879f1cba..16bc0ba320 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.fina.glif @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uniFE8A - com.type-invaders.name.production - yehHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.glif index 360ec28ab7..d7136eea62 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.glif @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni0626 - com.type-invaders.name.production - yehHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.init.glif index c61a493a56..d4d4c915e6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE8B - com.type-invaders.name.production - yehHamzaabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.isol.glif index b153326017..8552b4c11a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.isol.glif @@ -5,25 +5,9 @@ - - - - - - - - - - - - - com.type-invaders.name.final - uniFE89 - com.type-invaders.name.production - yehHamzaabove-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.medi.glif index ba8ecf696d..6b11d1299e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove-ar_.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE8C - com.type-invaders.name.production - yehHamzaabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.glif deleted file mode 100644 index 2d8999419b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC68 - com.type-invaders.name.production - yehHamzaabove_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..78acf73a7d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.glif deleted file mode 100644 index 5644c78dc8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC03 - com.type-invaders.name.production - yehHamzaabove_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..f5416b6dcd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__jeh-ar.fina.glif deleted file mode 100644 index 234064371a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260698.fina - com.type-invaders.name.production - yehHamzaabove_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..9021cd2b26 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..2a3dc5378a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__jeh-ar.fina.short.glif deleted file mode 100644 index 4688f148ed..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260698.fina.short - com.type-invaders.name.production - yehHamzaabove_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__noon-ar.fina.glif deleted file mode 100644 index 8262f4fe0c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC67 - com.type-invaders.name.production - yehHamzaabove_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..cc088a5596 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__reh-ar.fina.glif deleted file mode 100644 index eb977116df..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC64 - com.type-invaders.name.production - yehHamzaabove_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..3756388202 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..f4cd00a102 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__reh-ar.fina.short.glif deleted file mode 100644 index 600db1b37c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC64.short - com.type-invaders.name.production - yehHamzaabove_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__rreh-ar.fina.glif deleted file mode 100644 index dcf84e75e1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260691.fina - com.type-invaders.name.production - yehHamzaabove_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..c3ee928bf9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..9b34f39c8a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__rreh-ar.fina.short.glif deleted file mode 100644 index 81e945cf87..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260691.fina.short - com.type-invaders.name.production - yehHamzaabove_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-ar.fina.glif deleted file mode 100644 index 5f6f97216b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC69 - com.type-invaders.name.production - yehHamzaabove_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..c4806700ed --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-ar.glif deleted file mode 100644 index afb8930ceb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC04 - com.type-invaders.name.production - yehHamzaabove_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-ar.rlig.glif new file mode 100644 index 0000000000..dd6491328b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.glif deleted file mode 100644 index cdd63e1d40..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yehHamzaabove_yehfarsi.fina - com.type-invaders.name.production - yehHamzaabove_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..ff6950db40 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-farsi.glif deleted file mode 100644 index ad8b4b4f66..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yehHamzaabove_yehfarsi - com.type-invaders.name.production - yehHamzaabove_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-farsi.rlig.glif new file mode 100644 index 0000000000..997e8cb1fe --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.glif deleted file mode 100644 index ef8d9c4863..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260626.fina - com.type-invaders.name.production - yehHamzaabove_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..9d60c2775e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.glif deleted file mode 100644 index abaac616d0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260626 - com.type-invaders.name.production - yehHamzaabove_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..30c7568746 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__zain-ar.fina.glif deleted file mode 100644 index b9d52b642f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC65 - com.type-invaders.name.production - yehHamzaabove_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..b14af42e3e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..e145d190c9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__zain-ar.fina.short.glif deleted file mode 100644 index 23bd450221..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehHamzaabove__zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC65.short - com.type-invaders.name.production - yehHamzaabove_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehKashmiri-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehKashmiri-ar_.fina.glif index b45f808236..f9daee1082 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehKashmiri-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehKashmiri-ar_.fina.glif @@ -58,13 +58,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0620.fina - com.type-invaders.name.production - yehKashmiri-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehKashmiri-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehKashmiri-ar_.glif index 909e0f98a7..5bcccfdf7b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehKashmiri-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehKashmiri-ar_.glif @@ -76,13 +76,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0620 - com.type-invaders.name.production - yehKashmiri-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehKashmiri-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehKashmiri-ar_.init.glif index 4a5dd9ce67..525c2fd099 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehKashmiri-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehKashmiri-ar_.init.glif @@ -49,13 +49,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0620.init - com.type-invaders.name.production - yehKashmiri-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehKashmiri-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehKashmiri-ar_.medi.glif index 11f7fea58c..7f647e6155 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehKashmiri-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehKashmiri-ar_.medi.glif @@ -53,13 +53,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0620.medi - com.type-invaders.name.production - yehKashmiri-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehRohingya_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehRohingya_.glif index 8507c39a0f..3c604ca443 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehRohingya_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehRohingya_.glif @@ -85,18 +85,10 @@ - + - - - com.type-invaders.name.final - uni08AC - com.type-invaders.name.production - yehRohingya - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTail-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTail-ar_.fina.glif index ba4bce42bd..f0e077323f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTail-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTail-ar_.fina.glif @@ -35,9 +35,6 @@ - - - @@ -51,12 +48,4 @@ - - - com.type-invaders.name.final - uni06CD.fina - com.type-invaders.name.production - yehTail-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTail-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTail-ar_.glif index a3407956d6..e37007ff42 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTail-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTail-ar_.glif @@ -53,9 +53,6 @@ - - - @@ -69,12 +66,4 @@ - - - com.type-invaders.name.final - uni06CD - com.type-invaders.name.production - yehTail-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreeabove-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreeabove-farsi_.fina.glif index dfba6f0984..f0f517834a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreeabove-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreeabove-farsi_.fina.glif @@ -2,8 +2,8 @@ - + @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0776.fina - com.type-invaders.name.production - yehThreeabove-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreeabove-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreeabove-farsi_.glif index 707bddcf4a..c0a84e1732 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreeabove-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreeabove-farsi_.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0776 - com.type-invaders.name.production - yehThreeabove-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreeabove-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreeabove-farsi_.init.glif index a115323430..c179b9ca82 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreeabove-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreeabove-farsi_.init.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni0776.init - com.type-invaders.name.production - yehThreeabove-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreeabove-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreeabove-farsi_.medi.glif index 60a66df36c..87324ba3d0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreeabove-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreeabove-farsi_.medi.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni0776.medi - com.type-invaders.name.production - yehThreeabove-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsabove-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsabove-farsi_.fina.glif index f255c64bd4..dba6181470 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsabove-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsabove-farsi_.fina.glif @@ -2,8 +2,8 @@ - + @@ -14,18 +14,11 @@ - - - - + - com.type-invaders.name.final - uni063F.fina - com.type-invaders.name.production - yehThreedotsabove-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsabove-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsabove-farsi_.glif index 7f33961477..cba218ac95 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsabove-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsabove-farsi_.glif @@ -3,8 +3,8 @@ - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni063F - com.type-invaders.name.production - yehThreedotsabove-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsabove-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsabove-farsi_.init.glif index efc052accf..b706c8e05b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsabove-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsabove-farsi_.init.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063F.init - com.type-invaders.name.production - yehThreedotsabove-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsabove-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsabove-farsi_.medi.glif index b980743126..6c98dd0d9f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsabove-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsabove-farsi_.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063F.medi - com.type-invaders.name.production - yehThreedotsabove-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsbelow-ar_.fina.glif index b4ee801936..d5eb967cf6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,19 +13,12 @@ - - - - com.type-invaders.name.final - uni06D1.fina - com.type-invaders.name.production - yehThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsbelow-ar_.glif index 5a11d73356..ace7311da3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehThreedotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uni06D1 - com.type-invaders.name.production - yehThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwoabove-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwoabove-farsi_.fina.glif index 33e7a9dc2b..bb52f61580 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwoabove-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwoabove-farsi_.fina.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0775.fina - com.type-invaders.name.production - yehTwoabove-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwoabove-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwoabove-farsi_.glif index 798c6655ab..d63bdfaca2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwoabove-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwoabove-farsi_.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0775 - com.type-invaders.name.production - yehTwoabove-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwoabove-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwoabove-farsi_.init.glif index 254b334a55..09549bddde 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwoabove-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwoabove-farsi_.init.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni0775.init - com.type-invaders.name.production - yehTwoabove-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwoabove-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwoabove-farsi_.medi.glif index 08501f332e..4a95d3743f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwoabove-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwoabove-farsi_.medi.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni0775.medi - com.type-invaders.name.production - yehTwoabove-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsabove-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsabove-farsi_.fina.glif index 637ccf2375..8749250702 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsabove-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsabove-farsi_.fina.glif @@ -2,8 +2,8 @@ - + @@ -14,18 +14,11 @@ - - - - + - com.type-invaders.name.final - uni063E.fina - com.type-invaders.name.production - yehTwodotsabove-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsabove-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsabove-farsi_.glif index d2cded1ff0..b07107a9fa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsabove-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsabove-farsi_.glif @@ -3,8 +3,8 @@ - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni063E - com.type-invaders.name.production - yehTwodotsabove-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsabove-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsabove-farsi_.init.glif index 34426155ba..31b93ad684 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsabove-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsabove-farsi_.init.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063E.init - com.type-invaders.name.production - yehTwodotsabove-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsabove-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsabove-farsi_.medi.glif index df107c0eca..df6f427564 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsabove-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsabove-farsi_.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063E.medi - com.type-invaders.name.production - yehTwodotsabove-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowDotabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowDotabove-ar__.fina.glif index f362ca9ea1..2c5f0a8225 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowDotabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowDotabove-ar__.fina.glif @@ -3,10 +3,10 @@ - + - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni08A9.fina - com.type-invaders.name.production - yehTwodotsbelowDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowDotabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowDotabove-ar__.glif index e504efbb78..b20ef2ed35 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowDotabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowDotabove-ar__.glif @@ -4,10 +4,10 @@ - + - + @@ -16,18 +16,11 @@ - - - - + - com.type-invaders.name.final - uni08A9 - com.type-invaders.name.production - yehTwodotsbelowDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowDotabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowDotabove-ar__.init.glif index 894358a767..faef03775b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowDotabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowDotabove-ar__.init.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni08A9.init - com.type-invaders.name.production - yehTwodotsbelowDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowDotabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowDotabove-ar__.medi.glif index b34b6741cf..a68f3b1548 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowDotabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowDotabove-ar__.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni08A9.medi - com.type-invaders.name.production - yehTwodotsbelowDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.fina.glif index a63b000c34..30f1f2af51 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.fina.glif @@ -3,10 +3,10 @@ - + - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni08A8.fina - com.type-invaders.name.production - yehTwodotsbelowHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.glif index b9150c905a..d8fb933d24 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.glif @@ -4,10 +4,10 @@ - + - + @@ -16,18 +16,11 @@ - - - - + - com.type-invaders.name.final - uni08A8 - com.type-invaders.name.production - yehTwodotsbelowHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.init.glif index 1fada2b493..4e3e3ba807 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.init.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni08A8.init - com.type-invaders.name.production - yehTwodotsbelowHamzaabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.medi.glif index 7ef8a90ea2..e2a1a15eff 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni08A8.medi - com.type-invaders.name.production - yehTwodotsbelowHamzaabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVabove-ar_.fina.glif index af3526b654..e309553931 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVabove-ar_.fina.glif @@ -2,8 +2,8 @@ - + @@ -14,18 +14,11 @@ - - - - + - com.type-invaders.name.final - uni06CE.fina - com.type-invaders.name.production - yehVabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVabove-ar_.glif index 6c2c22778e..c3d5cf25aa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVabove-ar_.glif @@ -3,8 +3,8 @@ - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni06CE - com.type-invaders.name.production - yehVabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVabove-ar_.init.glif index 70027f388b..7956cbb6b6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVabove-ar_.init.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni06CE.init - com.type-invaders.name.production - yehVabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVabove-ar_.medi.glif index 36f1385537..e6ec508f2d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVabove-ar_.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni06CE.medi - com.type-invaders.name.production - yehVabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVinverted-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVinverted-farsi_.fina.glif index c570c0085c..940ca43f1d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVinverted-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVinverted-farsi_.fina.glif @@ -2,8 +2,8 @@ - + @@ -14,18 +14,11 @@ - - - - + - com.type-invaders.name.final - uni063D.fina - com.type-invaders.name.production - yehVinverted-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVinverted-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVinverted-farsi_.glif index 27def617ae..468a442b42 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVinverted-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVinverted-farsi_.glif @@ -3,8 +3,8 @@ - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni063D - com.type-invaders.name.production - yehVinverted-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVinverted-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVinverted-farsi_.init.glif index 4c8edbc1fb..6deaf7588c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVinverted-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVinverted-farsi_.init.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063D.init - com.type-invaders.name.production - yehVinverted-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVinverted-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVinverted-farsi_.medi.glif index e03dad9dba..1db330aeb2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVinverted-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehVinverted-farsi_.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063D.medi - com.type-invaders.name.production - yehVinverted-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_alefMaksura-ar_.fina.glif deleted file mode 100644 index 16c2ccef21..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC95 - com.type-invaders.name.production - yeh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..fd390ffd89 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_alefMaksura-ar_.glif deleted file mode 100644 index c90f0d2870..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC59 - com.type-invaders.name.production - yeh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..dd46ac84f3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-ar.fina.glif deleted file mode 100644 index cee08d7dc3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0698.fina - com.type-invaders.name.production - yeh_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..743cfadcd8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..7bbd791bb8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-ar.fina.short.glif deleted file mode 100644 index aff3eb18c9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0698.fina.short - com.type-invaders.name.production - yeh_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-farsi.fina.glif deleted file mode 100644 index 9a919ce708..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-farsi.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_jehfarsi.fina - com.type-invaders.name.production - yeh_jeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..312ea2f0ab --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-farsi.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-farsi.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-farsi.fina.rlig.short.glif new file mode 100644 index 0000000000..8ac0bfbd0f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-farsi.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-farsi.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-farsi.fina.short.glif deleted file mode 100644 index 40113375f8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_jeh-farsi.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_jehfarsi.fina.short - com.type-invaders.name.production - yeh_jeh-farsi.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_noon-ar.fina.glif deleted file mode 100644 index 6a03979d91..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC94 - com.type-invaders.name.production - yeh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..8c92254f15 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_noon-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_noon-farsi.fina.glif deleted file mode 100644 index 794ae0b8d2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_noon-farsi.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_noonfarsi.fina - com.type-invaders.name.production - yeh_noon-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_noon-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_noon-farsi.fina.rlig.glif new file mode 100644 index 0000000000..6d9cd732b3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_noon-farsi.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-ar.fina.glif deleted file mode 100644 index 23feee3b9b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC91 - com.type-invaders.name.production - yeh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..262ced4900 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..cfbe7473d4 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-ar.fina.short.glif deleted file mode 100644 index 77e05f2e94..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC91.short - com.type-invaders.name.production - yeh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-farsi.fina.glif deleted file mode 100644 index 3a1cac6939..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_rehfarsi.fina - com.type-invaders.name.production - yeh_reh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..47c170df47 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-farsi.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-farsi.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-farsi.fina.rlig.short.glif new file mode 100644 index 0000000000..8f34f774e1 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-farsi.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-farsi.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-farsi.fina.short.glif deleted file mode 100644 index 97e2a76a17..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_reh-farsi.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_rehfarsi.fina.short - com.type-invaders.name.production - yeh_reh-farsi.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-ar.fina.glif deleted file mode 100644 index 96993eb03d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0691.fina - com.type-invaders.name.production - yeh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..1da16cdb14 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..63d35332b2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-ar.fina.short.glif deleted file mode 100644 index dab56dde20..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0691.fina.short - com.type-invaders.name.production - yeh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-farsi.fina.glif deleted file mode 100644 index 678ece7470..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-farsi.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_rrehfarsi.fina - com.type-invaders.name.production - yeh_rreh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..99f1b0f3d2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-farsi.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-farsi.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-farsi.fina.rlig.short.glif new file mode 100644 index 0000000000..7ff8520a25 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-farsi.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-farsi.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-farsi.fina.short.glif deleted file mode 100644 index 39f3d72b5e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_rreh-farsi.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_rrehfarsi.fina.short - com.type-invaders.name.production - yeh_rreh-farsi.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-ar.fina.glif deleted file mode 100644 index 6fd7416997..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC96 - com.type-invaders.name.production - yeh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..2b1abd4829 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-ar.glif deleted file mode 100644 index 8349e56406..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC5A - com.type-invaders.name.production - yeh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..d1a7ddb47e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-farsi.fina.glif deleted file mode 100644 index b605996961..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06CC06CC.fina - com.type-invaders.name.production - yeh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..064ed9a9d8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-farsi.glif deleted file mode 100644 index 5c0787dd24..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06CC06CC - com.type-invaders.name.production - yeh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..f3f818ea0b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 35c8babe52..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0626.fina - com.type-invaders.name.production - yeh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..c1a68a195d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yehHamzaabove-ar_.glif deleted file mode 100644 index 85d0ad447f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0626 - com.type-invaders.name.production - yeh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..3a3393933a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-ar.fina.glif deleted file mode 100644 index be432bbe7e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC92 - com.type-invaders.name.production - yeh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..397529d33e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..b18a0ef3bf --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-ar.fina.short.glif deleted file mode 100644 index c5673a4d6b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC92.short - com.type-invaders.name.production - yeh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-farsi.fina.glif deleted file mode 100644 index 3d4f6d0651..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-farsi.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_zainfarsi.fina - com.type-invaders.name.production - yeh_zain-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-farsi.fina.rlig.glif new file mode 100644 index 0000000000..2066747d38 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-farsi.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-farsi.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-farsi.fina.rlig.short.glif new file mode 100644 index 0000000000..580dbf4ab8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-farsi.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-farsi.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-farsi.fina.short.glif deleted file mode 100644 index 59e466dff0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yeh_zain-farsi.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_zainfarsi.fina.short - com.type-invaders.name.production - yeh_zain-farsi.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehabove-ar.glif index 9683c7d145..ba29858485 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehabove-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06E7 - com.type-invaders.name.production - yehabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.glif index 11a732160e..86b54f00df 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.glif @@ -30,12 +30,4 @@ - - - com.type-invaders.name.final - uniFBAF - com.type-invaders.name.production - yehbarree-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.short.glif index 37039d1c1d..a0dae9f607 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.short.glif @@ -29,12 +29,4 @@ - - - com.type-invaders.name.final - uniFBAF.short - com.type-invaders.name.production - yehbarree-ar.fina.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.short2.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.short2.glif index 9ba271ac78..23362f1beb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.short2.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.short2.glif @@ -29,12 +29,4 @@ - - - com.type-invaders.name.final - uniFBAF.short2 - com.type-invaders.name.production - yehbarree-ar.fina.short2 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.short3.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.short3.glif index 36d643e313..07e2ac2988 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.short3.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.short3.glif @@ -29,12 +29,4 @@ - - - com.type-invaders.name.final - uniFBAF.short3 - com.type-invaders.name.production - yehbarree-ar.fina.short3 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.short4.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.short4.glif index 46a1b08454..d3b61af697 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.short4.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.fina.short4.glif @@ -29,12 +29,4 @@ - - - com.type-invaders.name.final - uniFBAF.short4 - com.type-invaders.name.production - yehbarree-ar.fina.short4 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.glif index 6d2571ca4b..9dcddeafea 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarree-ar.glif @@ -35,12 +35,4 @@ - - - com.type-invaders.name.final - uni06D2 - com.type-invaders.name.production - yehbarree-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.glif index add9bcaa43..98cb004d61 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFBB1 - com.type-invaders.name.production - yehbarreeHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short.glif index 5e39403e7d..73bf08721a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uniFBB1.short - com.type-invaders.name.production - yehbarreeHamzaabove-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short2.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short2.glif index c619ec666c..7b497e3548 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short2.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short2.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uniFBB1.short2 - com.type-invaders.name.production - yehbarreeHamzaabove-ar.fina.short2 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short3.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short3.glif index e64298954c..15092843df 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short3.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short3.glif @@ -2,8 +2,8 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uniFBB1.short3 - com.type-invaders.name.production - yehbarreeHamzaabove-ar.fina.short3 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short4.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short4.glif index 6ef3fd0f49..c7c5900efa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short4.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short4.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uniFBB1.short4 - com.type-invaders.name.production - yehbarreeHamzaabove-ar.fina.short4 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.glif index 8b41bde265..992bfd83a7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeHamzaabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06D3 - com.type-invaders.name.production - yehbarreeHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.glif index c845fd17ea..b2b75fe1d4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077B.fina - com.type-invaders.name.production - yehbarreeThreeabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short.glif index 89050df995..cccd598257 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077B.fina.short - com.type-invaders.name.production - yehbarreeThreeabove-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short2.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short2.glif index e32fe22b46..1ab2165073 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short2.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short2.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077B.fina.short2 - com.type-invaders.name.production - yehbarreeThreeabove-ar.fina.short2 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short3.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short3.glif index 37763ead84..eec0cfc3da 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short3.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short3.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077B.fina.short3 - com.type-invaders.name.production - yehbarreeThreeabove-ar.fina.short3 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short4.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short4.glif index 579129de0f..b6e341edf9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short4.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short4.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077B.fina.short4 - com.type-invaders.name.production - yehbarreeThreeabove-ar.fina.short4 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.glif index d8d2cc254b..e4a68884b1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uni077B - com.type-invaders.name.production - yehbarreeThreeabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.init.glif index 130197cae0..e3b800cc6a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.init.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni077B.init - com.type-invaders.name.production - yehbarreeThreeabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.medi.glif index 557aadab27..97f89f5d85 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeThreeabove-ar_.medi.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni077B.medi - com.type-invaders.name.production - yehbarreeThreeabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.glif index 993e1a06f1..402d5fe38b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077A.fina - com.type-invaders.name.production - yehbarreeTwoabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short.glif index fabf770163..3f99eaea25 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077A.fina.short - com.type-invaders.name.production - yehbarreeTwoabove-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short2.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short2.glif index 490b42d2fe..63ef8fbb23 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short2.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short2.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077A.fina.short2 - com.type-invaders.name.production - yehbarreeTwoabove-ar.fina.short2 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short3.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short3.glif index a921dafe09..f10fe5d44f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short3.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short3.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077A.fina.short3 - com.type-invaders.name.production - yehbarreeTwoabove-ar.fina.short3 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short4.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short4.glif index 1f2b5f16f4..00ea90d725 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short4.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short4.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077A.fina.short4 - com.type-invaders.name.production - yehbarreeTwoabove-ar.fina.short4 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.glif index ae858aa9a7..75c97f28be 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uni077A - com.type-invaders.name.production - yehbarreeTwoabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.init.glif index 3e87ac41b7..0a0b116dbf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.init.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni077A.init - com.type-invaders.name.production - yehbarreeTwoabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.medi.glif index e73bc52863..2e5847bd34 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbarreeTwoabove-ar_.medi.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni077A.medi - com.type-invaders.name.production - yehbarreeTwoabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbelow-ar.glif index 02f2b50c43..c1f9aca7a9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yehbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06E6 - com.type-invaders.name.production - yehbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yu-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yu-ar.fina.glif index 1a728c0c2e..322ffc0c4c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yu-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yu-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFBDC - com.type-invaders.name.production - yu-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yu-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yu-ar.glif index 8e66ea9eef..18f84cfaec 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yu-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/yu-ar.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06C8 - com.type-invaders.name.production - yu-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/z.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/z.glif index a0c73117d9..5936b53d8f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/z.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/z.glif @@ -16,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.fina.glif index 9db28d4d22..e9149d8b06 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.fina.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEC6 - com.type-invaders.name.production - zah-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.glif index a4f7aabcc5..ac9f6be3c4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni0638 - com.type-invaders.name.production - zah-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.init.glif index 6d0461dbf7..6c18a13a9d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.init.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEC7 - com.type-invaders.name.production - zah-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.isol.glif index 7ba89da46d..73e5656b7f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFEC5 - com.type-invaders.name.production - zah-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.medi.glif index 02a869b66a..ef9c99469a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zah-ar.medi.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEC8 - com.type-invaders.name.production - zah-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.fina.glif index a21a17f4e5..65ec95d887 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uniFEB0 - com.type-invaders.name.production - zain-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.fina.short.glif index ef1bc9d566..5cca1ab753 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.fina.short.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uniFEB0.short - com.type-invaders.name.production - zain-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.glif index 483204da1d..066afb871a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0632 - com.type-invaders.name.production - zain-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.isol.glif index f5d3df37ac..c4ac50aafa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.isol.glif @@ -5,22 +5,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEAF - com.type-invaders.name.production - zain-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.short.glif index 8326d3f440..0f38296a76 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zain-ar.short.glif @@ -38,9 +38,6 @@ - - - @@ -51,12 +48,4 @@ - - - com.type-invaders.name.final - uni0632.short - com.type-invaders.name.production - zain-ar.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zainabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zainabove-ar.glif index 25f379d6a6..ee114894e4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zainabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zainabove-ar.glif @@ -40,18 +40,10 @@ - + - + - - - com.type-invaders.name.final - uni0617 - com.type-invaders.name.production - zainabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zcaron.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zcaron.glif index a7adba942b..4fbd3e33c7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zcaron.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zcaron.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zero-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zero-ar.glif index acf45e3909..3ba1c612e2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zero-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zero-ar.glif @@ -20,12 +20,4 @@ - - - com.type-invaders.name.final - uni0660 - com.type-invaders.name.production - zero-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zero-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zero-persian.glif index 233699d2f9..9009ba581e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zero-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zero-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F0 - com.type-invaders.name.production - zero-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zeroinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zeroinferior.glif index e994d44b05..443a22f7eb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zeroinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zeroinferior.glif @@ -34,12 +34,4 @@ - - - com.type-invaders.name.final - uni2080 - com.type-invaders.name.production - zeroinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zerosuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zerosuperior.glif index b769aaca1d..aad4900329 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zerosuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/glyphs/zerosuperior.glif @@ -34,12 +34,4 @@ - - - com.type-invaders.name.final - uni2070 - com.type-invaders.name.production - zerosuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/groups.plist b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/groups.plist new file mode 100644 index 0000000000..39730859d9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/groups.plist @@ -0,0 +1,906 @@ + + + + + @MMK_L_arab_ain + + ain-ar + ghain-ar + ain-ar.short + ghain-ar.short + + @MMK_L_arab_alef + + alef-ar + alefHamzabelow-ar + alefWavyhamzabelow-ar + highhamzaAlef-ar + alef-ar.fina + alefHamzabelow-ar.fina + alefWavyhamzabelow-ar.fina + alef-ar.short + alefFathatan-ar + alef-ar.fina.short + alefFathatan-ar.fina + highhamzaAlef-ar.fina + + @MMK_L_arab_alefHamzaabove + + alefHamzaabove-ar + alefHamzaabove-ar.fina + + @MMK_L_arab_alefMadda + + alefWavyhamzaabove-ar + alefMadda-ar + alefWasla-ar + alefWavyhamzaabove-ar.fina + alefMadda-ar.fina + alefWasla-ar.fina + + @MMK_L_arab_alefMaksura + + alefMaksura-ar + yeh-ar + yehHamzaabove-ar + + @MMK_L_arab_hah + + hah-ar + jeem-ar + khah-ar + hah-ar.short + jeem-ar.short + khah-ar.short + + @MMK_L_arab_kaf_init + + gaf-ar + + @MMK_L_arab_lam_alef_rlig + + lam_alef-ar.rlig + lam_alefHamzaabove-ar.rlig + lam_alefHamzabelow-ar.rlig + lam_alefWavyhamzabelow-ar.rlig + + @MMK_L_arab_reh + + reh-ar + zain-ar + reh-ar.short + reh-ar.fina + zain-ar.fina + reh-ar.fina.short + zain-ar.fina.short + zain-ar.short + seen_reh-ar.rlig + seen_zain-ar.rlig + seen_rreh-ar.rlig + seen_jeh-ar.rlig + sheen_reh-ar.rlig + sheen_zain-ar.rlig + sheen_rreh-ar.rlig + sheen_jeh-ar.rlig + seen_reh-ar.fina.rlig + seen_zain-ar.fina.rlig + seen_rreh-ar.fina.rlig + seen_jeh-ar.fina.rlig + sheen_reh-ar.fina.rlig + sheen_zain-ar.fina.rlig + sheen_rreh-ar.fina.rlig + sheen_jeh-ar.fina.rlig + seen_reh-ar.fina.rlig.short + seen_zain-ar.fina.rlig.short + seen_rreh-ar.fina.rlig.short + seen_jeh-ar.fina.rlig.short + sheen_reh-ar.fina.rlig.short + sheen_zain-ar.fina.rlig.short + sheen_rreh-ar.fina.rlig.short + sheen_jeh-ar.fina.rlig.short + seen_reh-ar.rlig.short + seen_zain-ar.rlig.short + seen_rreh-ar.rlig.short + seen_jeh-ar.rlig.short + sheen_reh-ar.rlig.short + sheen_zain-ar.rlig.short + sheen_rreh-ar.rlig.short + sheen_jeh-ar.rlig.short + sad_reh-ar.rlig + sad_zain-ar.rlig + sad_rreh-ar.rlig + sad_jeh-ar.rlig + dad_reh-ar.rlig + dad_zain-ar.rlig + dad_rreh-ar.rlig + dad_jeh-ar.rlig + sad_reh-ar.fina.rlig + sad_zain-ar.fina.rlig + sad_rreh-ar.fina.rlig + sad_jeh-ar.fina.rlig + dad_reh-ar.fina.rlig + dad_zain-ar.fina.rlig + dad_rreh-ar.fina.rlig + dad_jeh-ar.fina.rlig + sad_reh-ar.fina.rlig.short + sad_zain-ar.fina.rlig.short + sad_rreh-ar.fina.rlig.short + sad_jeh-ar.fina.rlig.short + dad_reh-ar.fina.rlig.short + dad_zain-ar.fina.rlig.short + dad_rreh-ar.fina.rlig.short + dad_jeh-ar.fina.rlig.short + sad_reh-ar.rlig.short + sad_zain-ar.rlig.short + sad_rreh-ar.rlig.short + sad_jeh-ar.rlig.short + dad_reh-ar.rlig.short + dad_zain-ar.rlig.short + dad_rreh-ar.rlig.short + dad_jeh-ar.rlig.short + alefMaksura_reh-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig.short + alefMaksura_jeh-ar.fina.rlig + alefMaksura_jeh-ar.fina.rlig.short + beh_reh-ar.fina.rlig + beh_zain-ar.fina.rlig + beh_rreh-ar.fina.rlig + beh_jeh-ar.fina.rlig + peh_reh-ar.fina.rlig + peh_zain-ar.fina.rlig + peh_rreh-ar.fina.rlig + peh_jeh-ar.fina.rlig + teh_reh-ar.fina.rlig + teh_zain-ar.fina.rlig + teh_rreh-ar.fina.rlig + teh_jeh-ar.fina.rlig + theh_reh-ar.fina.rlig + theh_zain-ar.fina.rlig + theh_rreh-ar.fina.rlig + theh_jeh-ar.fina.rlig + tteh_reh-ar.fina.rlig + tteh_zain-ar.fina.rlig + tteh_rreh-ar.fina.rlig + tteh_jeh-ar.fina.rlig + noon_reh-ar.fina.rlig + noon_zain-ar.fina.rlig + noon_rreh-ar.fina.rlig + noon_jeh-ar.fina.rlig + yeh_reh-ar.fina.rlig + yeh_zain-ar.fina.rlig + yeh_rreh-ar.fina.rlig + yeh_jeh-ar.fina.rlig + yehHamzaabove_reh-ar.fina.rlig + yehHamzaabove_zain-ar.fina.rlig + yehHamzaabove_rreh-ar.fina.rlig + yehHamzaabove_jeh-ar.fina.rlig + yeh_zain-farsi.fina.rlig + yeh_reh-farsi.fina.rlig + yeh_jeh-farsi.fina.rlig + yeh_rreh-farsi.fina.rlig + alefMaksura_reh-ar.fina.rlig.short + beh_reh-ar.fina.rlig.short + beh_zain-ar.fina.rlig.short + beh_rreh-ar.fina.rlig.short + beh_jeh-ar.fina.rlig.short + peh_reh-ar.fina.rlig.short + peh_zain-ar.fina.rlig.short + peh_rreh-ar.fina.rlig.short + peh_jeh-ar.fina.rlig.short + teh_reh-ar.fina.rlig.short + teh_zain-ar.fina.rlig.short + teh_rreh-ar.fina.rlig.short + teh_jeh-ar.fina.rlig.short + theh_reh-ar.fina.rlig.short + theh_zain-ar.fina.rlig.short + theh_rreh-ar.fina.rlig.short + theh_jeh-ar.fina.rlig.short + noon_reh-ar.fina.rlig.short + noon_zain-ar.fina.rlig.short + noon_rreh-ar.fina.rlig.short + noon_jeh-ar.fina.rlig.short + yeh_reh-ar.fina.rlig.short + yeh_zain-ar.fina.rlig.short + yeh_rreh-ar.fina.rlig.short + yeh_jeh-ar.fina.rlig.short + yehHamzaabove_reh-ar.fina.rlig.short + yehHamzaabove_zain-ar.fina.rlig.short + yehHamzaabove_rreh-ar.fina.rlig.short + yehHamzaabove_jeh-ar.fina.rlig.short + yeh_jeh-farsi.fina.rlig.short + yeh_reh-farsi.fina.rlig.short + yeh_rreh-farsi.fina.rlig.short + yeh_zain-farsi.fina.rlig.short + + @MMK_L_arab_tah_init + + tah-ar.medi + tah-ar.init + + @MMK_L_arab_three + + three-ar + + @MMK_L_arab_waw + + waw-ar + wawHamzaabove-ar + waw-ar.fina + wawHamzaabove-ar.fina + + @MMK_L_grek_uc_Alpha + + Delta + + @MMK_L_grek_uc_Omega + + Omega + + @MMK_L_inp_colon + + colon + semicolon + + @MMK_L_inp_foot + + quotesingle + quotedbl + asterisk + + @MMK_L_inp_fraction + + fraction + divisionslash + + @MMK_L_inp_guill + + guilsinglleft + guillemotleft + + @MMK_L_inp_guilr + + guilsinglright + guillemotright + + @MMK_L_inp_hyph + + hyphen + softhyphen + endash + emdash + + @MMK_L_inp_parenth + + bracketleft + braceleft + + @MMK_L_inp_period + + period + ellipsis + comma + quotesinglbase + quotedblbase + + @MMK_L_inp_quotel + + quoteleft + quotedblleft + + @MMK_L_inp_quoter + + quoteright + quotedblright + + @MMK_L_latn_lc_a + + a + aacute + acircumflex + adieresis + agrave + aring + atilde + + @MMK_L_latn_lc_b + + b + p + thorn + + @MMK_L_latn_lc_c + + c + ccedilla + + @MMK_L_latn_lc_e + + e + ae + eacute + ecircumflex + edieresis + egrave + oe + + @MMK_L_latn_lc_f + + f + + @MMK_L_latn_lc_g + + g + g.alt02 + + @MMK_L_latn_lc_i + + i + fi + iacute + icircumflex + idieresis + igrave + + @MMK_L_latn_lc_j + + g.alt01 + j + q + dotlessi + ij + dotlessj + jacute + jcircumflex + + @MMK_L_latn_lc_k + + k + + @MMK_L_latn_lc_l + + l + fl + lslash + + @MMK_L_latn_lc_n + + h + m + n + ntilde + + @MMK_L_latn_lc_o + + o + eth + oacute + ocircumflex + odieresis + ograve + oslash + otilde + + @MMK_L_latn_lc_r + + r + + @MMK_L_latn_lc_s + + s + scaron + + @MMK_L_latn_lc_t + + t + + @MMK_L_latn_lc_u + + a.alt01 + u + aacute.alt01 + acircumflex.alt01 + adieresis.alt01 + agrave.alt01 + aring.alt01 + atilde.alt01 + uacute + ucircumflex + udieresis + ugrave + + @MMK_L_latn_lc_w + + w + + @MMK_L_latn_lc_y + + y + yacute + ydieresis + + @MMK_L_latn_lc_z + + z + zcaron + + @MMK_L_latn_uc_a + + A + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + + @MMK_L_latn_uc_c + + C + Ccedilla + + @MMK_L_latn_uc_d + + D + Dcroat + Eth + + @MMK_L_latn_uc_e + + E + AE + Eacute + Ecircumflex + Edieresis + Egrave + OE + + @MMK_L_latn_uc_g + + G + + @MMK_L_latn_uc_i + + I + Iacute + Icircumflex + Idieresis + Igrave + + @MMK_L_latn_uc_j + + J + + @MMK_L_latn_uc_k + + K + + @MMK_L_latn_uc_l + + L + Lslash + + @MMK_L_latn_uc_o + + O + Q + Oacute + Ocircumflex + Odieresis + Ograve + Oslash + Otilde + + @MMK_L_latn_uc_r + + R + + @MMK_L_latn_uc_s + + S + Scaron + + @MMK_L_latn_uc_t + + T + + @MMK_L_latn_uc_u + + U + IJ + Uacute + Ucircumflex + Udieresis + Ugrave + + @MMK_L_latn_uc_w + + W + + @MMK_L_latn_uc_y + + Y + Yacute + Ydieresis + + @MMK_L_latn_uc_z + + Z + Zcaron + + @MMK_R_arab_ain + + ain-ar + ghain-ar + ain-ar.short + ghain-ar.short + + @MMK_R_arab_alefMaksura + + alefMaksura-ar + yeh-ar + yehHamzaabove-ar + + @MMK_R_arab_alefMaksura_fina + + alefMaksura-ar.fina + yeh-ar.fina + yehHamzaabove-ar.fina + + @MMK_R_arab_beh_init + + beeh-ar.init + behThreedotsupabove-ar.init + e-ar.init + tehRing-ar.init + + @MMK_R_arab_dotlessbeh_init + + behDotless-ar.init + behDotless-ar + + @MMK_R_arab_dotlessfeh_init + + fehDotless-ar + fehDotless-ar.init + + @MMK_R_arab_hah + + hah-ar + jeem-ar + khah-ar + hah-ar.short + jeem-ar.short + khah-ar.short + + @MMK_R_arab_hah_init + + hah-ar.init + jeem-ar.init + khah-ar.init + + @MMK_R_arab_kaf_alefMaksura + + kaf_alefMaksura-ar.rlig + kaf_yeh-ar.rlig + kaf_yehHamzaabove-ar.rlig + keheh_yeh-ar.rlig + gaf_alefMaksura-ar.rlig + gaf_yeh-ar.rlig + gaf_yehHamzaabove-ar.rlig + + @MMK_R_arab_kaf_init + + kaf-ar.init + keheh-ar.init + gaf-ar.init + keheh-ar + + @MMK_R_arab_lam_alef_rlig + + lam_alef-ar.rlig + lam_alefHamzaabove-ar.rlig + lam_alefHamzabelow-ar.rlig + lam_alefWavyhamzaabove-ar.rlig + lam_alefWavyhamzabelow-ar.rlig + lam_alefMadda-ar.rlig + lam_alefWasla-ar.rlig + + @MMK_R_arab_noonghunna + + lam-ar.fina + noonghunna-ar + + @MMK_R_arab_reh + + reh-ar + zain-ar + reh-ar.short + zain-ar.short + + @MMK_R_arab_teh_init + + teh-ar.init + theh-ar.init + teheh-ar.init + + @MMK_R_arab_three + + three-ar + + @MMK_R_arab_yeh_init + + peh-ar.init + beheh-ar.init + behThreedotsupbelow-ar.init + tehThreedotsupbelow-ar.init + behVinvertedbelow-ar.init + behVbelow-ar.init + yeh-ar.init + yeh-farsi.init + + @MMK_R_grek_lc_kappa + + mu + + @MMK_R_grek_uc_Alpha + + Delta + + @MMK_R_grek_uc_Omega + + Omega + + @MMK_R_inp_colon + + colon + semicolon + + @MMK_R_inp_foot + + quotesingle + quotedbl + asterisk + + @MMK_R_inp_fraction + + fraction + divisionslash + + @MMK_R_inp_guill + + guilsinglleft + guillemotleft + + @MMK_R_inp_guilr + + guilsinglright + guillemotright + + @MMK_R_inp_hyph + + hyphen + softhyphen + endash + emdash + + @MMK_R_inp_parenth + + bracketright + braceright + + @MMK_R_inp_period + + period + ellipsis + comma + quotesinglbase + quotedblbase + + @MMK_R_inp_quotel + + quoteleft + quotedblleft + + @MMK_R_inp_quoter + + quoteright + quotedblright + + @MMK_R_latn_lc_a + + a + aacute + acircumflex + adieresis + agrave + aring + atilde + ae + + @MMK_R_latn_lc_c + + c + e + o + ccedilla + eacute + ecircumflex + edieresis + egrave + oacute + ocircumflex + odieresis + ograve + oslash + otilde + oe + + @MMK_R_latn_lc_d + + a.alt01 + d + g.alt01 + q + aacute.alt01 + acircumflex.alt01 + adieresis.alt01 + agrave.alt01 + aring.alt01 + atilde.alt01 + eth + + @MMK_R_latn_lc_f + + f + fi + fl + germandbls + + @MMK_R_latn_lc_g + + g + g.alt02 + + @MMK_R_latn_lc_h + + b + h + k + + @MMK_R_latn_lc_i + + i + iacute + icircumflex + idieresis + igrave + ij + + @MMK_R_latn_lc_j + + j + dotlessj + jacute + jcircumflex + + @MMK_R_latn_lc_l + + l + ldot + lslash + germandbls.alt01 + + @MMK_R_latn_lc_n + + m + n + r + dotlessi + ntilde + + @MMK_R_latn_lc_s + + s + scaron + + @MMK_R_latn_lc_t + + t + + @MMK_R_latn_lc_u + + u + uacute + ucircumflex + udieresis + ugrave + + @MMK_R_latn_lc_w + + w + + @MMK_R_latn_lc_y + + y + yacute + ydieresis + + @MMK_R_latn_lc_z + + z + zcaron + + @MMK_R_latn_uc_a + + A + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + AE + + @MMK_R_latn_uc_i + + I + Iacute + Icircumflex + Idieresis + Igrave + + @MMK_R_latn_uc_j + + J + + @MMK_R_latn_uc_o + + C + G + O + Q + Ccedilla + Oacute + Ocircumflex + Odieresis + Ograve + Oslash + Otilde + OE + + @MMK_R_latn_uc_s + + S + Scaron + + @MMK_R_latn_uc_t + + T + + @MMK_R_latn_uc_u + + U + IJ + Uacute + Ucircumflex + Udieresis + Ugrave + + @MMK_R_latn_uc_w + + W + + @MMK_R_latn_uc_y + + Y + Yacute + Ydieresis + + @MMK_R_latn_uc_z + + Z + Zcaron + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/kerning.plist b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/kerning.plist new file mode 100644 index 0000000000..3ad57f0f29 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/kerning.plist @@ -0,0 +1,5315 @@ + + + + + @MMK_L_arab_alef + + @MMK_L_arab_kaf_init + 80 + highhamzaAlef-ar + 170 + + @MMK_L_arab_alefHamzaabove + + @MMK_L_arab_kaf_init + 140 + + @MMK_L_arab_alefMadda + + @MMK_L_arab_kaf_init + 160 + + @MMK_L_arab_lam_alef_rlig + + @MMK_L_arab_kaf_init + 90 + + @MMK_L_arab_reh + + @MMK_L_arab_reh + 20 + beh-ar.init + 40 + behThreedotshorizontalbelow-ar.init + 140 + beh_yeh-ar.rlig + 20 + + @MMK_L_arab_waw + + yeh-ar.init + 10 + + @MMK_L_grek_uc_Alpha + + @MMK_R_grek_uc_Alpha + 15 + @MMK_R_inp_foot + -50 + @MMK_R_inp_hyph + -20 + @MMK_R_inp_period + 15 + @MMK_R_inp_quotel + -65 + @MMK_R_inp_quoter + -50 + ampersand + -10 + at + -5 + eightsuperior + -50 + fiveinferior + 10 + fivesuperior + -50 + fourinferior + 10 + foursuperior + -40 + nineinferior + -5 + ninesuperior + -60 + oneinferior + 15 + onesuperior + -40 + pi + -8 + question + -10 + registered + -60 + sevensuperior + -70 + sixinferior + 5 + sixsuperior + -50 + slash + 10 + threeinferior + 20 + threesuperior + -40 + trademark + -75 + twoinferior + 20 + twosuperior + -30 + underscore + 15 + zeroinferior + 20 + zerosuperior + -50 + + @MMK_L_inp_colon + + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_y + -40 + V + -20 + X + -10 + + @MMK_L_inp_foot + + @MMK_L_inp_period + -90 + @MMK_R_grek_uc_Alpha + -50 + @MMK_R_inp_period + -90 + @MMK_R_latn_lc_c + -20 + @MMK_R_latn_lc_d + -20 + @MMK_R_latn_lc_w + 20 + @MMK_R_latn_lc_y + 20 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + -50 + @MMK_R_latn_uc_j + -30 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_t + 15 + @MMK_R_latn_uc_w + 15 + @MMK_R_latn_uc_y + 10 + @MMK_R_latn_uc_z + 5 + V + 10 + pi + 15 + questiondown + -90 + v + 20 + x + 10 + + @MMK_L_inp_fraction + + fourinferior + -20 + oneinferior + 5 + seveninferior + 5 + sixinferior + -20 + threeinferior + 5 + twoinferior + 5 + + @MMK_L_inp_guill + + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_t + 5 + @MMK_R_latn_uc_t + -30 + @MMK_R_latn_uc_y + -40 + V + -10 + + @MMK_L_inp_guilr + + @MMK_R_latn_lc_c + 15 + @MMK_R_latn_lc_d + 15 + @MMK_R_latn_uc_o + 20 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_y + -40 + V + -10 + X + -20 + x + -10 + + @MMK_L_inp_hyph + + @MMK_R_grek_uc_Alpha + -20 + @MMK_R_latn_lc_c + 10 + @MMK_R_latn_lc_d + 10 + @MMK_R_latn_lc_w + -4 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_lc_z + -15 + @MMK_R_latn_uc_a + -20 + @MMK_R_latn_uc_i + -30 + @MMK_R_latn_uc_j + -30 + @MMK_R_latn_uc_o + 15 + @MMK_R_latn_uc_s + -20 + @MMK_R_latn_uc_t + -50 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -50 + @MMK_R_latn_uc_z + -40 + V + -25 + X + -40 + v + -10 + x + -35 + + @MMK_L_inp_parenth + + @MMK_R_latn_lc_j + 10 + pi + -10 + + @MMK_L_inp_period + + @MMK_L_inp_foot + -90 + @MMK_L_inp_quotel + -70 + @MMK_L_inp_quoter + -70 + @MMK_R_grek_uc_Alpha + 15 + @MMK_R_inp_foot + -90 + @MMK_R_inp_quotel + -70 + @MMK_R_inp_quoter + -70 + @MMK_R_latn_lc_a + 5 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -20 + @MMK_R_latn_lc_f + -15 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_t + -15 + @MMK_R_latn_lc_u + -5 + @MMK_R_latn_lc_w + -30 + @MMK_R_latn_lc_y + -45 + @MMK_R_latn_lc_z + 15 + @MMK_R_latn_uc_a + 15 + @MMK_R_latn_uc_o + -30 + @MMK_R_latn_uc_t + -80 + @MMK_R_latn_uc_u + -20 + @MMK_R_latn_uc_w + -30 + @MMK_R_latn_uc_y + -60 + @MMK_R_latn_uc_z + 30 + V + -60 + X + 10 + eightsuperior + -50 + fivesuperior + -60 + fourinferior + 10 + foursuperior + -50 + nineinferior + -20 + ninesuperior + -70 + onesuperior + -50 + pi + -40 + question + -75 + seveninferior + -10 + sevensuperior + -30 + sixsuperior + -50 + threesuperior + -50 + twoinferior + 10 + twosuperior + -50 + v + -45 + zerosuperior + -60 + + @MMK_L_inp_quotel + + @MMK_L_inp_period + -70 + @MMK_R_grek_lc_kappa + -20 + @MMK_R_grek_uc_Alpha + -60 + @MMK_R_inp_period + -70 + @MMK_R_latn_lc_a + -30 + @MMK_R_latn_lc_c + -45 + @MMK_R_latn_lc_d + -45 + @MMK_R_latn_lc_f + 10 + @MMK_R_latn_lc_g + -40 + @MMK_R_latn_lc_n + -20 + @MMK_R_latn_lc_s + -15 + @MMK_R_latn_lc_t + 14 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + 10 + @MMK_R_latn_uc_a + -60 + @MMK_R_latn_uc_j + -10 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_s + -5 + @MMK_R_latn_uc_t + 20 + @MMK_R_latn_uc_w + 20 + @MMK_R_latn_uc_y + 20 + @MMK_R_latn_uc_z + 5 + AE + -100 + V + 20 + p + -20 + questiondown + -90 + v + 15 + x + -15 + + @MMK_L_inp_quoter + + @MMK_L_inp_colon + -20 + @MMK_L_inp_hyph + -40 + @MMK_L_inp_period + -70 + @MMK_R_grek_lc_kappa + -40 + @MMK_R_grek_uc_Alpha + -60 + @MMK_R_inp_colon + -20 + @MMK_R_inp_hyph + -40 + @MMK_R_inp_period + -70 + @MMK_R_latn_lc_a + -30 + @MMK_R_latn_lc_c + -70 + @MMK_R_latn_lc_d + -70 + @MMK_R_latn_lc_g + -65 + @MMK_R_latn_lc_n + -40 + @MMK_R_latn_lc_s + -50 + @MMK_R_latn_lc_u + -10 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -15 + @MMK_R_latn_lc_z + -20 + @MMK_R_latn_uc_a + -60 + @MMK_R_latn_uc_j + -20 + @MMK_R_latn_uc_o + -15 + @MMK_R_latn_uc_t + 20 + @MMK_R_latn_uc_w + 25 + @MMK_R_latn_uc_y + 20 + @MMK_R_latn_uc_z + 10 + AE + -105 + V + 20 + icircumflex + 30 + idieresis + 30 + p + -15 + pi + -30 + questiondown + -100 + v + -15 + x + -15 + + @MMK_L_latn_lc_a + + @MMK_R_inp_foot + -15 + @MMK_R_inp_hyph + -5 + @MMK_R_inp_period + 10 + @MMK_R_inp_quotel + -20 + @MMK_R_latn_lc_w + -3 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_uc_a + 8 + @MMK_R_latn_uc_t + -70 + @MMK_R_latn_uc_y + -50 + @MMK_R_latn_uc_z + 6 + V + -30 + eightinferior + 10 + fiveinferior + 15 + fourinferior + 20 + ninesuperior + -20 + oneinferior + 5 + onesuperior + -10 + sevensuperior + -20 + sixinferior + 15 + sixsuperior + -5 + slash + 20 + threeinferior + 15 + trademark + -10 + twoinferior + 20 + twosuperior + -10 + underscore + 10 + v + -8 + zeroinferior + 10 + + @MMK_L_latn_lc_b + + @MMK_R_inp_foot + -20 + @MMK_R_inp_guill + 15 + @MMK_R_inp_hyph + 10 + @MMK_R_inp_period + -20 + @MMK_R_inp_quotel + -30 + @MMK_R_inp_quoter + -25 + @MMK_R_latn_lc_f + -6 + @MMK_R_latn_lc_t + -6 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_lc_z + -5 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_t + -70 + @MMK_R_latn_uc_w + -15 + @MMK_R_latn_uc_y + -40 + V + -30 + X + -15 + eightinferior + 5 + fiveinferior + 5 + fourinferior + 5 + foursuperior + 5 + nineinferior + 10 + ninesuperior + -25 + registered + -5 + sevensuperior + -20 + sixinferior + 5 + trademark + -15 + underscore + -60 + v + -8 + x + -12 + zeroinferior + 10 + zerosuperior + -20 + + @MMK_L_latn_lc_c + + @MMK_R_inp_guill + 5 + @MMK_R_inp_quotel + 5 + @MMK_R_inp_quoter + 10 + @MMK_R_latn_lc_c + -6 + @MMK_R_latn_lc_d + -6 + @MMK_R_latn_lc_g + -4 + @MMK_R_latn_uc_a + 8 + @MMK_R_latn_uc_j + 5 + @MMK_R_latn_uc_s + 3 + @MMK_R_latn_uc_t + -46 + @MMK_R_latn_uc_w + -5 + @MMK_R_latn_uc_y + -32 + @MMK_R_latn_uc_z + 6 + V + -27 + ampersand + -5 + eightsuperior + 15 + fiveinferior + 10 + fivesuperior + 15 + fourinferior + 10 + foursuperior + 25 + ninesuperior + -5 + oneinferior + 10 + seveninferior + 5 + sixinferior + 5 + sixsuperior + 15 + slash + 10 + threeinferior + 10 + threesuperior + 15 + twoinferior + 10 + twosuperior + 15 + underscore + -10 + zeroinferior + 15 + zerosuperior + 15 + + @MMK_L_latn_lc_e + + @MMK_R_inp_foot + -20 + @MMK_R_inp_guill + 15 + @MMK_R_inp_hyph + 10 + @MMK_R_inp_period + -20 + @MMK_R_inp_quotel + -30 + @MMK_R_inp_quoter + -25 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_lc_z + -5 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + -70 + @MMK_R_latn_uc_w + -15 + @MMK_R_latn_uc_y + -40 + @MMK_R_latn_uc_z + -5 + V + -30 + X + -15 + eightinferior + 10 + fiveinferior + 5 + fourinferior + 5 + foursuperior + 5 + nineinferior + 5 + ninesuperior + -25 + oneinferior + 5 + registered + -5 + sevensuperior + -20 + sixinferior + 5 + threeinferior + 5 + trademark + -15 + twoinferior + 5 + underscore + -50 + v + -8 + x + -12 + zeroinferior + 10 + zerosuperior + -5 + + @MMK_L_latn_lc_f + + @MMK_R_inp_foot + 30 + @MMK_R_inp_parenth + 15 + @MMK_R_inp_period + -30 + @MMK_R_inp_quotel + 40 + @MMK_R_inp_quoter + 40 + @MMK_R_latn_lc_c + -4 + @MMK_R_latn_lc_d + -3 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_i + 0 + @MMK_R_latn_lc_y + 10 + @MMK_R_latn_uc_a + -6 + @MMK_R_latn_uc_j + -20 + @MMK_R_latn_uc_o + 15 + @MMK_R_latn_uc_t + 35 + @MMK_R_latn_uc_w + 20 + @MMK_R_latn_uc_y + 14 + @MMK_R_latn_uc_z + 2 + V + 12 + X + 8 + ampersand + -10 + eightinferior + -35 + eightsuperior + 20 + exclam + 20 + fiveinferior + -20 + fivesuperior + 30 + fourinferior + -35 + foursuperior + 40 + icircumflex + 30 + idieresis + 30 + igrave + 10 + jcircumflex + 20 + nineinferior + -25 + ninesuperior + 20 + oneinferior + -20 + onesuperior + 10 + parenright + 25 + question + 30 + registered + 30 + seveninferior + -20 + sevensuperior + 30 + sixinferior + -30 + sixsuperior + 30 + slash + -20 + threeinferior + -30 + threesuperior + 30 + trademark + 40 + twoinferior + -30 + twosuperior + 20 + underscore + -70 + v + 10 + zeroinferior + -20 + zerosuperior + 20 + + @MMK_L_latn_lc_g + + @MMK_R_inp_foot + 5 + @MMK_R_inp_parenth + 5 + @MMK_R_inp_period + 13 + @MMK_R_inp_quotel + 20 + @MMK_R_inp_quoter + 20 + @MMK_R_latn_lc_a + -3 + @MMK_R_latn_lc_c + -6 + @MMK_R_latn_lc_d + -6 + @MMK_R_latn_lc_g + 2 + @MMK_R_latn_lc_j + 11 + @MMK_R_latn_lc_u + -4 + @MMK_R_latn_lc_w + 4 + @MMK_R_latn_lc_y + 5 + @MMK_R_latn_uc_a + 15 + @MMK_R_latn_uc_j + -5 + @MMK_R_latn_uc_o + 5 + @MMK_R_latn_uc_t + -13 + @MMK_R_latn_uc_y + -10 + @MMK_R_latn_uc_z + 10 + V + -10 + X + 5 + at + -5 + eightsuperior + 10 + fivesuperior + 20 + foursuperior + 20 + nineinferior + -20 + ninesuperior + 20 + onesuperior + 10 + parenright + 25 + registered + 20 + seveninferior + -10 + sevensuperior + 20 + sixinferior + -5 + sixsuperior + 20 + slash + 20 + threeinferior + 15 + threesuperior + 10 + trademark + 20 + twoinferior + 20 + twosuperior + 10 + underscore + 50 + zerosuperior + 10 + + @MMK_L_latn_lc_i + + @MMK_R_latn_uc_j + -5 + @MMK_R_latn_uc_y + -20 + eightsuperior + 20 + fivesuperior + 20 + foursuperior + 10 + ninesuperior + 15 + onesuperior + 15 + sevensuperior + 25 + sixsuperior + 20 + threesuperior + 20 + twosuperior + 20 + zerosuperior + 20 + + @MMK_L_latn_lc_j + + @MMK_R_inp_quotel + -15 + @MMK_R_inp_quoter + 10 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -60 + V + -25 + ninesuperior + -10 + onesuperior + 20 + sevensuperior + -10 + + @MMK_L_latn_lc_k + + @MMK_R_inp_guill + -10 + @MMK_R_inp_guilr + -10 + @MMK_R_inp_hyph + -45 + @MMK_R_inp_quoter + 15 + @MMK_R_latn_lc_a + -5 + @MMK_R_latn_lc_c + -17 + @MMK_R_latn_lc_d + -15 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_s + -10 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_u + -10 + @MMK_R_latn_uc_a + 15 + @MMK_R_latn_uc_j + -5 + @MMK_R_latn_uc_o + -8 + @MMK_R_latn_uc_s + -2 + @MMK_R_latn_uc_t + -32 + @MMK_R_latn_uc_w + -11 + @MMK_R_latn_uc_y + -48 + @MMK_R_latn_uc_z + 13 + V + -18 + ampersand + -20 + at + -20 + eightsuperior + -10 + fiveinferior + 10 + fivesuperior + -10 + fourinferior + 10 + nineinferior + -10 + ninesuperior + -20 + registered + 5 + seveninferior + -20 + sevensuperior + -30 + sixsuperior + -10 + threeinferior + 10 + threesuperior + -20 + twoinferior + 10 + twosuperior + -20 + underscore + 10 + v + -15 + + @MMK_L_latn_lc_l + + @MMK_R_inp_hyph + -10 + @MMK_R_inp_period + 10 + @MMK_R_inp_quotel + -20 + @MMK_R_inp_quoter + -10 + @MMK_R_latn_lc_l + -5 + @MMK_R_latn_lc_t + -5 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_uc_a + 10 + @MMK_R_latn_uc_t + -20 + @MMK_R_latn_uc_y + -25 + @MMK_R_latn_uc_z + 16 + V + -10 + X + 14 + eightinferior + 20 + eightsuperior + -10 + fiveinferior + 20 + fivesuperior + -10 + fourinferior + 30 + foursuperior + -10 + ninesuperior + -10 + oneinferior + 10 + onesuperior + -10 + sevensuperior + -10 + sixinferior + 15 + sixsuperior + -10 + threeinferior + 20 + threesuperior + -10 + twoinferior + 20 + twosuperior + -10 + underscore + 15 + v + -10 + zeroinferior + 10 + zerosuperior + -10 + + @MMK_L_latn_lc_n + + @MMK_R_inp_foot + -15 + @MMK_R_inp_quotel + -30 + @MMK_R_inp_quoter + -10 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -8 + @MMK_R_latn_uc_t + -55 + @MMK_R_latn_uc_w + -20 + @MMK_R_latn_uc_y + -50 + V + -30 + eightsuperior + -5 + fivesuperior + -5 + ninesuperior + -20 + onesuperior + -10 + registered + -5 + sevensuperior + -15 + sixsuperior + -5 + threesuperior + -5 + trademark + -15 + v + -8 + zerosuperior + -10 + + @MMK_L_latn_lc_o + + @MMK_R_inp_foot + -20 + @MMK_R_inp_guill + 15 + @MMK_R_inp_hyph + 10 + @MMK_R_inp_period + -20 + @MMK_R_inp_quotel + -30 + @MMK_R_inp_quoter + -25 + @MMK_R_latn_lc_f + -6 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_lc_z + -5 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_t + -70 + @MMK_R_latn_uc_w + -15 + @MMK_R_latn_uc_y + -50 + @MMK_R_latn_uc_z + -5 + V + -30 + X + -15 + eightinferior + 5 + fiveinferior + 5 + fourinferior + 5 + foursuperior + 5 + nineinferior + 5 + ninesuperior + -25 + oneinferior + 5 + registered + -5 + sevensuperior + -20 + sixinferior + 5 + threeinferior + 5 + trademark + -15 + twoinferior + 5 + underscore + -50 + v + -8 + x + -12 + zeroinferior + 10 + zerosuperior + -5 + + @MMK_L_latn_lc_r + + @MMK_R_inp_foot + 30 + @MMK_R_inp_hyph + -20 + @MMK_R_inp_period + -80 + @MMK_R_inp_quotel + 50 + @MMK_R_inp_quoter + 55 + @MMK_R_latn_lc_a + -4 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -6 + @MMK_R_latn_lc_f + 4 + @MMK_R_latn_lc_g + -23 + @MMK_R_latn_lc_t + 4 + @MMK_R_latn_lc_w + 5 + @MMK_R_latn_lc_y + 10 + @MMK_R_latn_uc_a + -25 + @MMK_R_latn_uc_j + -20 + @MMK_R_latn_uc_o + 10 + @MMK_R_latn_uc_s + 7 + @MMK_R_latn_uc_t + -10 + @MMK_R_latn_uc_w + 15 + @MMK_R_latn_uc_y + -20 + @MMK_R_latn_uc_z + -11 + X + -20 + ampersand + -20 + eightinferior + -20 + eightsuperior + 40 + fiveinferior + -10 + fivesuperior + 50 + fourinferior + -40 + foursuperior + 50 + nineinferior + -35 + ninesuperior + 20 + oneinferior + -20 + onesuperior + 20 + registered + 40 + sevensuperior + 20 + sixinferior + -20 + sixsuperior + 50 + slash + -15 + threeinferior + -20 + threesuperior + 30 + trademark + 40 + twoinferior + -20 + twosuperior + 30 + underscore + -80 + v + 10 + zeroinferior + -20 + zerosuperior + 40 + + @MMK_L_latn_lc_s + + @MMK_R_inp_foot + -10 + @MMK_R_inp_hyph + -10 + @MMK_R_inp_period + -5 + @MMK_R_inp_quotel + -15 + @MMK_R_latn_lc_f + -5 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_s + -6 + @MMK_R_latn_lc_t + -7 + @MMK_R_latn_lc_w + -9 + @MMK_R_latn_lc_y + -18 + @MMK_R_latn_lc_z + -10 + @MMK_R_latn_uc_a + -4 + @MMK_R_latn_uc_j + -5 + @MMK_R_latn_uc_t + -65 + @MMK_R_latn_uc_y + -40 + V + -30 + X + -23 + ampersand + -5 + eightsuperior + -5 + fivesuperior + -5 + fourinferior + 5 + ninesuperior + -30 + onesuperior + -20 + sevensuperior + -20 + sixinferior + 5 + sixsuperior + -5 + threesuperior + -5 + twosuperior + -10 + underscore + -20 + v + -13 + x + -20 + zeroinferior + 5 + zerosuperior + -10 + + @MMK_L_latn_lc_t + + @MMK_R_inp_guill + -10 + @MMK_R_inp_hyph + -20 + @MMK_R_inp_parenth + 20 + @MMK_R_inp_quoter + 20 + @MMK_R_latn_lc_c + -4 + @MMK_R_latn_lc_d + -4 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_t + -9 + @MMK_R_latn_uc_a + 6 + @MMK_R_latn_uc_t + -24 + @MMK_R_latn_uc_y + -20 + ampersand + -15 + at + -5 + eightsuperior + 20 + fivesuperior + 10 + foursuperior + 20 + nineinferior + -20 + ninesuperior + -10 + registered + 15 + seveninferior + -20 + sixinferior + -10 + sixsuperior + 20 + threeinferior + 10 + threesuperior + 10 + trademark + 5 + twoinferior + 10 + twosuperior + 10 + underscore + 10 + zerosuperior + 10 + + @MMK_L_latn_lc_u + + @MMK_R_inp_quoter + 10 + @MMK_R_latn_uc_t + -45 + @MMK_R_latn_uc_y + -40 + V + -20 + sevensuperior + -10 + + @MMK_L_latn_lc_w + + @MMK_R_inp_foot + 20 + @MMK_R_inp_hyph + -4 + @MMK_R_inp_period + -30 + @MMK_R_inp_quotel + 15 + @MMK_R_inp_quoter + 40 + @MMK_R_latn_lc_a + -9 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -5 + @MMK_R_latn_lc_g + -17 + @MMK_R_latn_lc_s + -2 + @MMK_R_latn_uc_a + -10 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_w + -5 + @MMK_R_latn_uc_y + -20 + V + -10 + ampersand + -20 + eightinferior + -25 + eightsuperior + 25 + fiveinferior + -10 + fivesuperior + 30 + fourinferior + -20 + foursuperior + 30 + nineinferior + -25 + ninesuperior + 20 + oneinferior + -10 + onesuperior + 10 + registered + 30 + seveninferior + -10 + sevensuperior + 10 + sixinferior + -20 + sixsuperior + 25 + threeinferior + -30 + threesuperior + 20 + trademark + 10 + twoinferior + -20 + twosuperior + 25 + underscore + -40 + zeroinferior + -20 + zerosuperior + 20 + + @MMK_L_latn_lc_y + + @MMK_R_inp_foot + 20 + @MMK_R_inp_hyph + -10 + @MMK_R_inp_period + -55 + @MMK_R_inp_quotel + 30 + @MMK_R_inp_quoter + 40 + @MMK_R_latn_lc_a + -14 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -5 + @MMK_R_latn_lc_f + 3 + @MMK_R_latn_lc_g + -30 + @MMK_R_latn_lc_s + -4 + @MMK_R_latn_uc_a + -15 + @MMK_R_latn_uc_j + -27 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_y + -25 + V + -10 + ampersand + -20 + at + -10 + eightinferior + -25 + eightsuperior + 20 + fiveinferior + -25 + fivesuperior + 30 + fourinferior + -30 + foursuperior + 30 + nineinferior + -20 + ninesuperior + 15 + oneinferior + -20 + registered + 40 + seveninferior + -10 + sevensuperior + 5 + sixinferior + -30 + sixsuperior + 30 + slash + -5 + threeinferior + -20 + threesuperior + 20 + trademark + 20 + twoinferior + -20 + twosuperior + 20 + underscore + -80 + zeroinferior + -30 + zerosuperior + 20 + + @MMK_L_latn_lc_z + + @MMK_R_inp_foot + 10 + @MMK_R_inp_hyph + -20 + @MMK_R_inp_period + 15 + @MMK_R_inp_quotel + 10 + @MMK_R_inp_quoter + 20 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_uc_a + 10 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_w + -5 + @MMK_R_latn_uc_y + -20 + V + -10 + X + 10 + ampersand + -10 + at + -5 + eightinferior + 10 + eightsuperior + 20 + fiveinferior + 10 + fivesuperior + 20 + fourinferior + 20 + foursuperior + 40 + nineinferior + -10 + oneinferior + 10 + registered + 25 + sixinferior + 10 + sixsuperior + 20 + threeinferior + 10 + threesuperior + 10 + trademark + 10 + twoinferior + 20 + twosuperior + 10 + underscore + 10 + zeroinferior + 10 + zerosuperior + 20 + + @MMK_L_latn_uc_a + + @MMK_R_inp_foot + -50 + @MMK_R_inp_hyph + -20 + @MMK_R_inp_period + 15 + @MMK_R_inp_quotel + -65 + @MMK_R_inp_quoter + -50 + @MMK_R_latn_lc_a + 3 + @MMK_R_latn_lc_t + -4 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -15 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + 15 + @MMK_R_latn_uc_j + 5 + @MMK_R_latn_uc_o + -15 + @MMK_R_latn_uc_t + -65 + @MMK_R_latn_uc_u + -13 + @MMK_R_latn_uc_w + -4 + @MMK_R_latn_uc_y + -55 + V + -41 + X + 5 + ampersand + -10 + at + -5 + eightsuperior + -50 + fiveinferior + 10 + fivesuperior + -50 + fourinferior + 10 + foursuperior + -40 + nineinferior + -5 + ninesuperior + -60 + oneinferior + 15 + onesuperior + -40 + question + -10 + registered + -60 + sevensuperior + -70 + sixinferior + 5 + sixsuperior + -50 + threeinferior + 20 + threesuperior + -40 + trademark + -75 + twoinferior + 20 + twosuperior + -30 + underscore + 15 + v + -20 + zeroinferior + 20 + zerosuperior + -50 + + @MMK_L_latn_uc_c + + @MMK_R_inp_foot + 10 + @MMK_R_inp_hyph + -20 + @MMK_R_inp_quotel + 10 + @MMK_R_inp_quoter + 10 + @MMK_R_latn_uc_o + -13 + @MMK_R_latn_uc_w + 5 + @MMK_R_latn_uc_y + -5 + ampersand + -5 + at + -10 + fiveinferior + 5 + fourinferior + 5 + onesuperior + 5 + registered + 5 + sixinferior + 5 + threeinferior + 5 + twoinferior + 5 + underscore + -20 + + @MMK_L_latn_uc_d + + @MMK_R_inp_foot + -10 + @MMK_R_inp_guill + 20 + @MMK_R_inp_hyph + 15 + @MMK_R_inp_period + -30 + @MMK_R_inp_quotel + -10 + @MMK_R_inp_quoter + -15 + @MMK_R_latn_uc_a + -12 + @MMK_R_latn_uc_j + -14 + @MMK_R_latn_uc_t + -27 + @MMK_R_latn_uc_y + -30 + @MMK_R_latn_uc_z + -15 + AE + -22 + V + -12 + X + -15 + eightinferior + -10 + fiveinferior + -5 + fourinferior + -10 + nineinferior + -5 + ninesuperior + -10 + onesuperior + -5 + registered + -5 + seveninferior + -5 + sevensuperior + -10 + sixinferior + -5 + slash + -10 + threeinferior + -5 + threesuperior + -5 + trademark + -25 + twoinferior + -10 + twosuperior + -5 + underscore + -80 + + @MMK_L_latn_uc_e + + @MMK_R_inp_quotel + 5 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_uc_j + -15 + @MMK_R_latn_uc_y + -20 + V + -10 + ampersand + -10 + at + -10 + eightsuperior + -5 + foursuperior + -5 + nineinferior + -15 + ninesuperior + -5 + oneinferior + -5 + onesuperior + -5 + sixsuperior + -10 + threesuperior + -5 + trademark + 10 + zerosuperior + -5 + + @MMK_L_latn_uc_g + + @MMK_R_inp_foot + -10 + @MMK_R_inp_hyph + 10 + @MMK_R_inp_quotel + -10 + @MMK_R_inp_quoter + -10 + @MMK_R_latn_uc_t + -38 + @MMK_R_latn_uc_w + -3 + @MMK_R_latn_uc_y + -34 + V + -15 + X + -5 + eightsuperior + -5 + fivesuperior + -5 + ninesuperior + -10 + onesuperior + -10 + registered + -10 + sevensuperior + -10 + sixsuperior + -10 + threesuperior + -10 + trademark + -30 + twosuperior + -5 + zerosuperior + -10 + + @MMK_L_latn_uc_i + + @MMK_R_inp_hyph + -30 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -5 + @MMK_R_latn_uc_t + -7 + ampersand + -10 + at + -15 + eightsuperior + -10 + fiveinferior + -5 + foursuperior + -20 + icircumflex + 20 + idieresis + 20 + jcircumflex + 20 + nineinferior + -15 + seveninferior + -20 + sevensuperior + 10 + sixinferior + -5 + sixsuperior + -10 + twoinferior + 5 + underscore + 10 + zeroinferior + -5 + zerosuperior + -5 + + @MMK_L_latn_uc_j + + @MMK_R_inp_period + -20 + @MMK_R_latn_uc_a + -6 + @MMK_R_latn_uc_j + -7 + AE + -26 + X + -15 + eightinferior + -5 + fourinferior + -5 + nineinferior + -10 + seveninferior + -10 + sixinferior + -5 + slash + -10 + threeinferior + -10 + twoinferior + -10 + underscore + -60 + + @MMK_L_latn_uc_k + + @MMK_R_inp_foot + -5 + @MMK_R_inp_guill + -30 + @MMK_R_inp_guilr + -20 + @MMK_R_inp_hyph + -55 + @MMK_R_inp_period + 10 + @MMK_R_inp_quotel + -13 + @MMK_R_inp_quoter + -10 + @MMK_R_latn_lc_a + -15 + @MMK_R_latn_lc_c + -25 + @MMK_R_latn_lc_d + -25 + @MMK_R_latn_lc_f + -20 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_n + -10 + @MMK_R_latn_lc_t + -20 + @MMK_R_latn_lc_u + -10 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_j + -15 + @MMK_R_latn_uc_o + -25 + @MMK_R_latn_uc_s + -5 + @MMK_R_latn_uc_t + -20 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -15 + V + -15 + ampersand + -25 + at + -40 + eightsuperior + -30 + fivesuperior + -20 + foursuperior + -40 + nineinferior + -20 + ninesuperior + -30 + onesuperior + -25 + p + -10 + parenright + 10 + registered + -30 + seveninferior + -25 + sevensuperior + -10 + sixsuperior + -30 + threesuperior + -20 + twosuperior + -20 + v + -10 + x + -10 + zeroinferior + -5 + zerosuperior + -30 + + @MMK_L_latn_uc_l + + @MMK_R_inp_foot + -70 + @MMK_R_inp_guill + -26 + @MMK_R_inp_hyph + -40 + @MMK_R_inp_period + 25 + @MMK_R_inp_quotel + -70 + @MMK_R_inp_quoter + -70 + @MMK_R_latn_lc_a + -1 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -9 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_u + -10 + @MMK_R_latn_lc_w + -30 + @MMK_R_latn_lc_y + -40 + @MMK_R_latn_lc_z + 16 + @MMK_R_latn_uc_a + 19 + @MMK_R_latn_uc_o + -30 + @MMK_R_latn_uc_t + -70 + @MMK_R_latn_uc_u + -28 + @MMK_R_latn_uc_w + -26 + @MMK_R_latn_uc_y + -74 + V + -62 + ampersand + -10 + at + -20 + eightinferior + 10 + eightsuperior + -70 + fiveinferior + 10 + fivesuperior + -60 + fourinferior + 20 + foursuperior + -70 + nineinferior + -15 + ninesuperior + -85 + oneinferior + 20 + onesuperior + -70 + question + -45 + registered + -110 + seveninferior + -10 + sevensuperior + -60 + sixinferior + 10 + sixsuperior + -70 + slash + 25 + threeinferior + 10 + threesuperior + -60 + trademark + -90 + twoinferior + 25 + twosuperior + -70 + underscore + 30 + v + -50 + x + 10 + zeroinferior + 10 + zerosuperior + -70 + + @MMK_L_latn_uc_o + + @MMK_R_inp_foot + -10 + @MMK_R_inp_guill + 20 + @MMK_R_inp_hyph + 15 + @MMK_R_inp_period + -30 + @MMK_R_inp_quotel + -10 + @MMK_R_inp_quoter + -15 + @MMK_R_latn_uc_a + -15 + @MMK_R_latn_uc_j + -14 + @MMK_R_latn_uc_t + -20 + @MMK_R_latn_uc_y + -30 + @MMK_R_latn_uc_z + -14 + AE + -20 + V + -12 + X + -15 + eightinferior + -10 + fiveinferior + -5 + fourinferior + -10 + nineinferior + -5 + ninesuperior + -10 + onesuperior + -5 + registered + -5 + seveninferior + -5 + sevensuperior + -10 + sixinferior + -5 + slash + -10 + threeinferior + -5 + threesuperior + -5 + trademark + -25 + twoinferior + -10 + twosuperior + -5 + underscore + -80 + + @MMK_L_latn_uc_r + + @MMK_R_inp_hyph + -15 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -15 + @MMK_R_latn_lc_d + -15 + @MMK_R_latn_lc_g + -30 + @MMK_R_latn_lc_y + -4 + @MMK_R_latn_uc_j + -20 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_t + -24 + @MMK_R_latn_uc_u + -12 + @MMK_R_latn_uc_w + -8 + @MMK_R_latn_uc_y + -36 + V + -25 + ampersand + -25 + at + -20 + eightinferior + -10 + eightsuperior + -5 + fiveinferior + -10 + fivesuperior + -5 + fourinferior + -5 + nineinferior + -30 + ninesuperior + -5 + oneinferior + -10 + onesuperior + -10 + seveninferior + -30 + sevensuperior + -15 + sixinferior + -20 + sixsuperior + -5 + slash + -10 + threeinferior + -5 + threesuperior + -10 + trademark + -10 + twosuperior + -10 + zeroinferior + -10 + zerosuperior + -10 + + @MMK_L_latn_uc_s + + @MMK_R_inp_guill + 20 + @MMK_R_inp_hyph + 10 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + -13 + @MMK_R_latn_uc_w + 3 + @MMK_R_latn_uc_y + -10 + foursuperior + -10 + ninesuperior + -5 + registered + -5 + sixsuperior + -10 + slash + -10 + threesuperior + -5 + twosuperior + -5 + underscore + -40 + + @MMK_L_latn_uc_t + + @MMK_R_inp_colon + -40 + @MMK_R_inp_foot + 15 + @MMK_R_inp_guill + -40 + @MMK_R_inp_guilr + -30 + @MMK_R_inp_hyph + -50 + @MMK_R_inp_period + -80 + @MMK_R_inp_quotel + 20 + @MMK_R_inp_quoter + 20 + @MMK_R_latn_lc_a + -70 + @MMK_R_latn_lc_c + -65 + @MMK_R_latn_lc_d + -65 + @MMK_R_latn_lc_f + -15 + @MMK_R_latn_lc_g + -80 + @MMK_R_latn_lc_n + -45 + @MMK_R_latn_lc_s + -70 + @MMK_R_latn_lc_u + -50 + @MMK_R_latn_lc_w + -40 + @MMK_R_latn_lc_y + -40 + @MMK_R_latn_lc_z + -50 + @MMK_R_latn_uc_a + -65 + @MMK_R_latn_uc_i + -7 + @MMK_R_latn_uc_j + -40 + @MMK_R_latn_uc_o + -20 + @MMK_R_latn_uc_s + -11 + @MMK_R_latn_uc_t + 23 + @MMK_R_latn_uc_w + 15 + @MMK_R_latn_uc_y + 5 + AE + -85 + V + 5 + ampersand + -25 + at + -40 + eightinferior + -60 + eightsuperior + 10 + fiveinferior + -50 + fivesuperior + 20 + fourinferior + -70 + foursuperior + -25 + icircumflex + 40 + idieresis + 40 + jcircumflex + 40 + nineinferior + -60 + ninesuperior + 20 + oneinferior + -60 + onesuperior + 15 + p + -45 + parenright + 20 + seveninferior + -50 + sevensuperior + 30 + sixinferior + -60 + slash + -70 + threeinferior + -60 + threesuperior + 10 + trademark + 20 + twoinferior + -50 + twosuperior + 10 + underscore + -80 + v + -35 + x + -50 + zeroinferior + -60 + zerosuperior + 10 + + @MMK_L_latn_uc_u + + @MMK_R_inp_period + -20 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_w + 5 + @MMK_R_latn_uc_a + -13 + @MMK_R_latn_uc_j + -14 + AE + -23 + slash + -20 + underscore + -50 + + @MMK_L_latn_uc_w + + @MMK_R_inp_foot + 15 + @MMK_R_inp_hyph + -10 + @MMK_R_inp_period + -30 + @MMK_R_inp_quotel + 20 + @MMK_R_inp_quoter + 20 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -15 + @MMK_R_latn_lc_d + -15 + @MMK_R_latn_lc_g + -20 + @MMK_R_latn_lc_j + 0 + @MMK_R_latn_lc_n + -10 + @MMK_R_latn_lc_s + -10 + @MMK_R_latn_lc_u + -5 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_z + -5 + @MMK_R_latn_uc_a + -4 + @MMK_R_latn_uc_j + -20 + @MMK_R_latn_uc_t + 15 + @MMK_R_latn_uc_w + 5 + @MMK_R_latn_uc_y + 5 + AE + -35 + V + 5 + ampersand + -10 + at + -20 + eightinferior + -40 + eightsuperior + 10 + fiveinferior + -30 + fivesuperior + 20 + fourinferior + -35 + foursuperior + 15 + icircumflex + 40 + jcircumflex + 40 + nineinferior + -35 + ninesuperior + 20 + oneinferior + -35 + onesuperior + 30 + p + -5 + parenright + 10 + question + 30 + registered + 15 + seveninferior + -30 + sevensuperior + 30 + sixinferior + -40 + sixsuperior + 10 + slash + -10 + threeinferior + -40 + threesuperior + 20 + trademark + 30 + twoinferior + -35 + twosuperior + 20 + underscore + -50 + x + -10 + zeroinferior + -40 + zerosuperior + 25 + + @MMK_L_latn_uc_y + + @MMK_R_inp_colon + -40 + @MMK_R_inp_foot + 10 + @MMK_R_inp_guill + -40 + @MMK_R_inp_guilr + -40 + @MMK_R_inp_hyph + -50 + @MMK_R_inp_period + -60 + @MMK_R_inp_quotel + 20 + @MMK_R_inp_quoter + 30 + @MMK_R_latn_lc_a + -50 + @MMK_R_latn_lc_c + -50 + @MMK_R_latn_lc_d + -50 + @MMK_R_latn_lc_f + -15 + @MMK_R_latn_lc_g + -55 + @MMK_R_latn_lc_h + -10 + @MMK_R_latn_lc_i + -20 + @MMK_R_latn_lc_j + -20 + @MMK_R_latn_lc_n + -40 + @MMK_R_latn_lc_s + -40 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_u + -30 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -25 + @MMK_R_latn_lc_z + -20 + @MMK_R_latn_uc_a + -55 + @MMK_R_latn_uc_j + -40 + @MMK_R_latn_uc_o + -30 + @MMK_R_latn_uc_s + -22 + @MMK_R_latn_uc_t + 5 + @MMK_R_latn_uc_w + 5 + AE + -80 + V + 5 + ampersand + -40 + at + -50 + eightinferior + -80 + fiveinferior + -80 + fourinferior + -100 + foursuperior + -10 + icircumflex + 10 + idieresis + 20 + jcircumflex + 35 + nineinferior + -80 + oneinferior + -80 + onesuperior + 20 + p + -40 + parenright + 20 + question + 15 + registered + 5 + seveninferior + -60 + sevensuperior + 20 + sixinferior + -80 + sixsuperior + -5 + slash + -60 + threeinferior + -80 + trademark + 30 + twoinferior + -90 + underscore + -60 + v + -25 + x + -20 + zeroinferior + -80 + + @MMK_L_latn_uc_z + + @MMK_R_inp_foot + 5 + @MMK_R_inp_guill + -20 + @MMK_R_inp_guilr + -10 + @MMK_R_inp_hyph + -40 + @MMK_R_inp_period + 30 + @MMK_R_inp_quotel + 10 + @MMK_R_inp_quoter + 10 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_u + -5 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_uc_o + -15 + ampersand + -10 + at + -20 + eightinferior + 15 + fiveinferior + 20 + fivesuperior + 5 + fourinferior + 20 + icircumflex + 20 + idieresis + 20 + jcircumflex + 20 + nineinferior + -5 + oneinferior + 20 + onesuperior + 10 + parenright + 10 + registered + 10 + sevensuperior + 10 + sixinferior + 20 + sixsuperior + -5 + threeinferior + 20 + trademark + 20 + twoinferior + 20 + underscore + 15 + zeroinferior + 5 + + B + + @MMK_R_inp_period + -15 + @MMK_R_latn_lc_f + -5 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_t + -5 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_uc_a + -10 + @MMK_R_latn_uc_j + -10 + @MMK_R_latn_uc_t + -25 + @MMK_R_latn_uc_w + -5 + @MMK_R_latn_uc_y + -30 + V + -20 + X + -20 + eightsuperior + -10 + fivesuperior + -10 + foursuperior + -10 + ninesuperior + -15 + onesuperior + -10 + registered + -15 + sevensuperior + -20 + sixsuperior + -10 + slash + -15 + threesuperior + -10 + trademark + -20 + twosuperior + -10 + underscore + -60 + v + -10 + x + -10 + zerosuperior + -15 + + F + + @MMK_R_inp_foot + 5 + @MMK_R_inp_period + -80 + @MMK_R_inp_quotel + 5 + @MMK_R_inp_quoter + 5 + @MMK_R_latn_lc_a + -40 + @MMK_R_latn_lc_c + -25 + @MMK_R_latn_lc_d + -25 + @MMK_R_latn_lc_f + -5 + @MMK_R_latn_lc_g + -40 + @MMK_R_latn_lc_j + -10 + @MMK_R_latn_lc_n + -20 + @MMK_R_latn_lc_s + -20 + @MMK_R_latn_lc_t + -5 + @MMK_R_latn_lc_u + -25 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_lc_z + -10 + @MMK_R_latn_uc_a + -44 + @MMK_R_latn_uc_j + -55 + @MMK_R_latn_uc_o + -17 + AE + -64 + ampersand + -30 + at + -20 + eightinferior + -40 + fiveinferior + -30 + fourinferior + -65 + icircumflex + 30 + idieresis + 30 + jcircumflex + 30 + nineinferior + -30 + oneinferior + -30 + onesuperior + 5 + p + -20 + parenright + 15 + question + 15 + seveninferior + -20 + sixinferior + -55 + sixsuperior + -5 + slash + -40 + threeinferior + -30 + trademark + 10 + twoinferior + -20 + underscore + -130 + v + -20 + x + -35 + zeroinferior + -45 + + Germandbls + + @MMK_R_inp_foot + -10 + @MMK_R_inp_guill + 30 + @MMK_R_inp_hyph + 10 + @MMK_R_inp_quotel + -20 + @MMK_R_inp_quoter + -10 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -10 + ampersand + -10 + eightsuperior + -20 + fivesuperior + -10 + foursuperior + -20 + ninesuperior + -20 + onesuperior + -10 + ordfeminine + -20 + ordmasculine + -20 + question + -10 + registered + -25 + sevensuperior + -10 + sixsuperior + -20 + slash + -10 + threesuperior + -10 + trademark + -10 + twosuperior + -15 + underscore + -60 + v + -10 + x + -15 + zerosuperior + -20 + + P + + @MMK_R_inp_foot + 5 + @MMK_R_inp_period + -100 + @MMK_R_inp_quotel + 20 + @MMK_R_inp_quoter + 20 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -20 + @MMK_R_latn_lc_d + -20 + @MMK_R_latn_lc_g + -35 + @MMK_R_latn_lc_n + -10 + @MMK_R_latn_lc_s + -10 + @MMK_R_latn_lc_w + 5 + @MMK_R_latn_uc_a + -45 + @MMK_R_latn_uc_j + -40 + @MMK_R_latn_uc_w + 5 + @MMK_R_latn_uc_z + -25 + AE + -72 + X + -15 + ampersand + -30 + at + -10 + eightinferior + -55 + eightsuperior + 10 + fiveinferior + -60 + fivesuperior + 10 + fourinferior + -100 + foursuperior + 10 + nineinferior + -50 + ninesuperior + 10 + oneinferior + -50 + onesuperior + 10 + p + -10 + seveninferior + -20 + sevensuperior + 5 + sixinferior + -85 + sixsuperior + 10 + slash + -50 + threeinferior + -40 + threesuperior + 10 + trademark + 10 + twoinferior + -50 + twosuperior + 10 + underscore + -130 + x + -15 + zeroinferior + -50 + zerosuperior + 10 + + Thorn + + @MMK_R_inp_guill + 30 + @MMK_R_inp_guilr + 5 + @MMK_R_inp_hyph + 30 + @MMK_R_inp_period + -40 + @MMK_R_latn_lc_c + 15 + @MMK_R_latn_lc_d + 15 + @MMK_R_latn_lc_s + 10 + @MMK_R_latn_lc_w + 10 + @MMK_R_latn_lc_y + 10 + @MMK_R_latn_uc_a + -20 + @MMK_R_latn_uc_j + -35 + @MMK_R_latn_uc_w + -3 + @MMK_R_latn_uc_y + -27 + AE + -40 + V + -23 + X + -34 + at + 10 + eightsuperior + 5 + fourinferior + -15 + foursuperior + 10 + ninesuperior + -15 + seveninferior + 10 + sevensuperior + -20 + sixinferior + -10 + slash + -40 + trademark + -10 + twosuperior + 10 + underscore + -130 + v + 10 + x + -5 + zerosuperior + 10 + + V + + @MMK_R_inp_colon + -20 + @MMK_R_inp_foot + 10 + @MMK_R_inp_guill + -10 + @MMK_R_inp_guilr + -10 + @MMK_R_inp_hyph + -25 + @MMK_R_inp_period + -60 + @MMK_R_inp_quotel + 20 + @MMK_R_inp_quoter + 25 + @MMK_R_latn_lc_a + -30 + @MMK_R_latn_lc_c + -30 + @MMK_R_latn_lc_d + -30 + @MMK_R_latn_lc_g + -40 + @MMK_R_latn_lc_j + 0 + @MMK_R_latn_lc_n + -15 + @MMK_R_latn_lc_s + -20 + @MMK_R_latn_lc_u + -20 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_lc_z + -10 + @MMK_R_latn_uc_a + -41 + @MMK_R_latn_uc_j + -25 + @MMK_R_latn_uc_o + -12 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + 5 + @MMK_R_latn_uc_w + 5 + @MMK_R_latn_uc_y + 5 + AE + -65 + V + 5 + ampersand + -30 + at + -30 + eightinferior + -70 + eightsuperior + 10 + fiveinferior + -55 + fivesuperior + 20 + fourinferior + -70 + icircumflex + 40 + idieresis + 40 + igrave + 10 + jcircumflex + 25 + nineinferior + -60 + ninesuperior + 10 + oneinferior + -50 + onesuperior + 20 + p + -15 + parenright + 20 + question + 15 + registered + 10 + seveninferior + -40 + sevensuperior + 20 + sixinferior + -50 + slash + -50 + threeinferior + -60 + threesuperior + 20 + trademark + 40 + twoinferior + -50 + twosuperior + 20 + underscore + -70 + v + -10 + x + -10 + zeroinferior + -50 + zerosuperior + 20 + + X + + @MMK_R_inp_colon + -10 + @MMK_R_inp_guill + -20 + @MMK_R_inp_hyph + -40 + @MMK_R_inp_period + 10 + @MMK_R_inp_quotel + -5 + @MMK_R_inp_quoter + 5 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -15 + @MMK_R_latn_lc_d + -15 + @MMK_R_latn_lc_s + -5 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_u + -10 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + 5 + @MMK_R_latn_uc_j + -10 + @MMK_R_latn_uc_o + -15 + ampersand + -15 + at + -30 + eightinferior + -10 + eightsuperior + -10 + fivesuperior + 10 + foursuperior + -30 + jcircumflex + 20 + nineinferior + -30 + onesuperior + 10 + question + 10 + seveninferior + -20 + sevensuperior + 10 + sixsuperior + -20 + trademark + 20 + twoinferior + 10 + underscore + 20 + v + -10 + zerosuperior + -5 + + alefHamzaabove-ar + + keheh-ar + 110 + + alefHamzabelow-ar + + kaf-ar.init + 70 + + alefHamzabelow-ar.fina + + kaf-ar.init + 70 + + ampersand + + @MMK_R_latn_lc_c + 10 + @MMK_R_latn_lc_d + 10 + @MMK_R_latn_lc_t + -5 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_uc_t + -50 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -40 + V + -25 + v + -10 + + at + + @MMK_R_grek_uc_Alpha + -10 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_lc_z + -10 + @MMK_R_latn_uc_a + -10 + @MMK_R_latn_uc_i + -15 + @MMK_R_latn_uc_j + -20 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_w + -20 + @MMK_R_latn_uc_y + -50 + @MMK_R_latn_uc_z + -15 + V + -30 + X + -30 + x + -10 + + ddal-ar + + @MMK_L_arab_kaf_init + 30 + + ddal-ar.fina + + @MMK_L_arab_kaf_init + -40 + + eight-ar + + seven-ar + -40 + + eightinferior + + @MMK_R_latn_lc_c + 5 + @MMK_R_latn_lc_d + 10 + @MMK_R_latn_lc_f + -20 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -25 + @MMK_R_latn_lc_y + -25 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_j + 5 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_s + -5 + @MMK_R_latn_uc_t + -60 + @MMK_R_latn_uc_u + -5 + @MMK_R_latn_uc_w + -40 + @MMK_R_latn_uc_y + -80 + @MMK_R_latn_uc_z + 15 + V + -70 + X + -10 + eightinferior + -10 + oneinferior + -15 + pi + -15 + seveninferior + -15 + threeinferior + -5 + v + -30 + + eightsuperior + + @MMK_R_grek_uc_Alpha + -50 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_f + 10 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_t + 20 + @MMK_R_latn_lc_w + 25 + @MMK_R_latn_lc_y + 20 + @MMK_R_latn_lc_z + 20 + @MMK_R_latn_uc_a + -50 + @MMK_R_latn_uc_i + -10 + @MMK_R_latn_uc_j + -50 + @MMK_R_latn_uc_t + 10 + @MMK_R_latn_uc_w + 10 + @MMK_R_latn_uc_z + -10 + V + 10 + X + -10 + eightsuperior + -10 + jcircumflex + 30 + onesuperior + -15 + pi + 30 + sevensuperior + -15 + threesuperior + -5 + v + 20 + x + 10 + + eth + + @MMK_R_latn_uc_t + -50 + + exclamdown + + @MMK_R_latn_uc_t + -20 + @MMK_R_latn_uc_y + -30 + V + -20 + + fiveinferior + + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -15 + @MMK_R_latn_lc_z + 15 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_o + -5 + @MMK_R_latn_uc_s + -5 + @MMK_R_latn_uc_t + -50 + @MMK_R_latn_uc_w + -30 + @MMK_R_latn_uc_y + -80 + @MMK_R_latn_uc_z + 10 + V + -60 + eightinferior + -5 + fiveinferior + -5 + nineinferior + -15 + oneinferior + -10 + seveninferior + -15 + v + -20 + + fivesuperior + + @MMK_R_grek_uc_Alpha + -50 + @MMK_R_inp_fraction + 5 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_f + 20 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_t + 20 + @MMK_R_latn_lc_w + 20 + @MMK_R_latn_lc_y + 30 + @MMK_R_latn_lc_z + 20 + @MMK_R_latn_uc_a + -50 + @MMK_R_latn_uc_i + -10 + @MMK_R_latn_uc_j + -45 + @MMK_R_latn_uc_o + -5 + @MMK_R_latn_uc_t + 5 + @MMK_R_latn_uc_w + 15 + V + 10 + X + -5 + eightsuperior + -5 + fivesuperior + -5 + jcircumflex + 30 + ninesuperior + -15 + onesuperior + -10 + pi + 35 + sevensuperior + -15 + v + 20 + x + 10 + + fourinferior + + @MMK_R_grek_uc_Alpha + 10 + @MMK_R_latn_lc_a + 10 + @MMK_R_latn_lc_c + 10 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_s + 5 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -15 + @MMK_R_latn_lc_y + -15 + @MMK_R_latn_lc_z + 30 + @MMK_R_latn_uc_a + 10 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_t + -45 + @MMK_R_latn_uc_w + -20 + @MMK_R_latn_uc_y + -70 + @MMK_R_latn_uc_z + 30 + V + -50 + fourinferior + 20 + nineinferior + -5 + oneinferior + -5 + seveninferior + -10 + v + -20 + + foursuperior + + @MMK_R_grek_uc_Alpha + -40 + @MMK_R_inp_fraction + 10 + @MMK_R_inp_period + -60 + @MMK_R_latn_lc_a + 5 + @MMK_R_latn_lc_f + 20 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_t + 20 + @MMK_R_latn_lc_w + 30 + @MMK_R_latn_lc_y + 30 + @MMK_R_latn_lc_z + 20 + @MMK_R_latn_uc_a + -40 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_j + -35 + @MMK_R_latn_uc_t + 10 + @MMK_R_latn_uc_w + 20 + @MMK_R_latn_uc_z + -10 + V + 15 + X + -5 + foursuperior + 20 + jcircumflex + 30 + ninesuperior + -5 + onesuperior + -5 + pi + 40 + sevensuperior + -10 + v + 25 + x + 10 + + germandbls + + @MMK_R_inp_guill + 30 + @MMK_R_inp_hyph + -10 + @MMK_R_inp_period + 20 + @MMK_R_inp_quotel + -20 + @MMK_R_inp_quoter + -20 + @MMK_R_latn_lc_a + 10 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_uc_a + 10 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_t + -20 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -20 + V + -10 + eightinferior + 20 + eightsuperior + -20 + fiveinferior + 20 + fivesuperior + -20 + fourinferior + 30 + foursuperior + -10 + nineinferior + 20 + ninesuperior + -20 + oneinferior + 10 + onesuperior + -20 + ordfeminine + -10 + ordmasculine + -10 + question + -10 + questiondown + 10 + registered + -15 + sevensuperior + -20 + sixinferior + 20 + sixsuperior + -20 + threeinferior + 10 + threesuperior + -20 + trademark + -30 + twoinferior + 20 + twosuperior + -20 + underscore + -50 + v + -5 + zeroinferior + 20 + zerosuperior + -20 + + germandbls.alt01 + + @MMK_R_inp_hyph + -20 + @MMK_R_inp_period + 10 + @MMK_R_inp_quotel + 10 + @MMK_R_inp_quoter + 20 + @MMK_R_latn_lc_f + -8 + @MMK_R_latn_lc_j + 5 + @MMK_R_latn_lc_t + -6 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_lc_z + 3 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -50 + V + -30 + eightinferior + 15 + fiveinferior + 15 + fourinferior + 20 + foursuperior + 10 + ninesuperior + -10 + oneinferior + 15 + onesuperior + -10 + parenright + 10 + sevensuperior + -10 + sixinferior + 10 + slash + 20 + threeinferior + 20 + threesuperior + -10 + twoinferior + 20 + twosuperior + -10 + underscore + 30 + v + -5 + x + 4 + zeroinferior + 20 + + icircumflex + + @MMK_R_latn_uc_t + 30 + @MMK_R_latn_uc_w + 40 + @MMK_R_latn_uc_y + 10 + V + 40 + + idieresis + + @MMK_R_latn_uc_t + 20 + @MMK_R_latn_uc_y + 20 + V + 40 + + ij + + @MMK_R_latn_uc_y + -20 + + j + + @MMK_R_latn_uc_y + -20 + + jacute + + @MMK_R_latn_uc_y + -5 + + jcircumflex + + @MMK_R_latn_uc_w + 40 + @MMK_R_latn_uc_y + 30 + V + 25 + eightsuperior + 30 + fivesuperior + 40 + foursuperior + 10 + ninesuperior + 40 + onesuperior + 0 + sevensuperior + 70 + sixsuperior + 30 + zerosuperior + 40 + + lam_alefHamzaabove-ar.fina.rlig + + @MMK_L_arab_kaf_init + 120 + + lam_alefMadda-ar.fina.rlig + + @MMK_L_arab_kaf_init + 150 + + lam_alefMadda-ar.rlig + + @MMK_L_arab_kaf_init + 130 + + lam_alefWasla-ar.fina.rlig + + @MMK_L_arab_kaf_init + 140 + + lam_alefWasla-ar.rlig + + @MMK_L_arab_kaf_init + 120 + + lam_alefWavyhamzaabove-ar.fina.rlig + + @MMK_L_arab_kaf_init + 160 + + lam_alefWavyhamzaabove-ar.rlig + + @MMK_L_arab_kaf_init + 130 + + lslash + + @MMK_R_inp_quoter + 0 + eightsuperior + 30 + fivesuperior + 30 + foursuperior + 50 + lslash + 10 + ninesuperior + 10 + onesuperior + 30 + sevensuperior + 10 + sixsuperior + 30 + threesuperior + 40 + twosuperior + 30 + zerosuperior + 35 + + nineinferior + + @MMK_R_grek_uc_Alpha + -5 + @MMK_R_latn_lc_c + 10 + @MMK_R_latn_lc_d + 10 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_s + -5 + @MMK_R_latn_lc_t + -20 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_uc_a + -5 + @MMK_R_latn_uc_i + -15 + @MMK_R_latn_uc_j + 5 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + -60 + @MMK_R_latn_uc_u + -5 + @MMK_R_latn_uc_w + -35 + @MMK_R_latn_uc_y + -80 + @MMK_R_latn_uc_z + 10 + V + -60 + X + -20 + eightinferior + -4 + fourinferior + -5 + oneinferior + -5 + pi + -20 + seveninferior + -5 + sixinferior + -8 + v + -20 + x + -20 + + ninesuperior + + @MMK_R_grek_lc_kappa + -20 + @MMK_R_grek_uc_Alpha + -60 + @MMK_R_inp_fraction + -10 + @MMK_R_inp_period + -60 + @MMK_R_latn_lc_a + -5 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_f + 10 + @MMK_R_latn_lc_g + -20 + @MMK_R_latn_lc_i + 25 + @MMK_R_latn_lc_n + -10 + @MMK_R_latn_lc_s + -15 + @MMK_R_latn_lc_t + 25 + @MMK_R_latn_lc_u + -5 + @MMK_R_latn_lc_w + 20 + @MMK_R_latn_lc_y + 15 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + -60 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_j + -45 + @MMK_R_latn_uc_o + -5 + @MMK_R_latn_uc_t + 20 + @MMK_R_latn_uc_w + 20 + @MMK_R_latn_uc_z + -10 + V + 10 + eightsuperior + -4 + foursuperior + -5 + jcircumflex + 40 + onesuperior + -5 + pi + 20 + sevensuperior + -5 + sixsuperior + -8 + v + 15 + + oneinferior + + @MMK_R_grek_uc_Alpha + 15 + @MMK_R_latn_lc_f + -20 + @MMK_R_latn_lc_t + -20 + @MMK_R_latn_lc_w + -30 + @MMK_R_latn_lc_y + -30 + @MMK_R_latn_lc_z + 20 + @MMK_R_latn_uc_a + 15 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_t + -60 + @MMK_R_latn_uc_u + -20 + @MMK_R_latn_uc_w + -40 + @MMK_R_latn_uc_y + -100 + @MMK_R_latn_uc_z + 25 + V + -70 + X + 10 + eightinferior + -5 + nineinferior + -25 + oneinferior + -30 + pi + -20 + seveninferior + -25 + sixinferior + -5 + v + -40 + zeroinferior + -15 + + onesuperior + + @MMK_R_grek_uc_Alpha + -40 + @MMK_R_inp_fraction + 15 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_c + 10 + @MMK_R_latn_lc_d + 10 + @MMK_R_latn_lc_f + 5 + @MMK_R_latn_lc_t + 10 + @MMK_R_latn_lc_w + 10 + @MMK_R_latn_uc_a + -40 + @MMK_R_latn_uc_i + -20 + @MMK_R_latn_uc_j + -60 + @MMK_R_latn_uc_o + -5 + @MMK_R_latn_uc_t + -10 + @MMK_R_latn_uc_w + 5 + @MMK_R_latn_uc_y + -30 + @MMK_R_latn_uc_z + -20 + X + -30 + eightsuperior + -5 + foursuperior + -10 + ninesuperior + -25 + onesuperior + -20 + pi + 10 + sevensuperior + -25 + sixsuperior + -5 + v + 10 + zerosuperior + -15 + + parenleft + + @MMK_R_latn_lc_g + 10 + @MMK_R_latn_lc_j + 50 + @MMK_R_latn_lc_y + 10 + @MMK_R_latn_uc_t + 20 + @MMK_R_latn_uc_w + 20 + @MMK_R_latn_uc_y + 20 + V + 20 + X + 10 + pi + -20 + + percent + + @MMK_R_inp_foot + -60 + @MMK_R_inp_quotel + -60 + @MMK_R_inp_quoter + -60 + + perthousand + + @MMK_R_inp_foot + -60 + @MMK_R_inp_quotel + -60 + @MMK_R_inp_quoter + -60 + + pi + + @MMK_R_inp_foot + 20 + @MMK_R_inp_hyph + -15 + @MMK_R_inp_period + -10 + @MMK_R_inp_quoter + 15 + ampersand + -15 + eightinferior + -10 + eightsuperior + 30 + fivesuperior + 30 + foursuperior + 30 + nineinferior + -15 + ninesuperior + 15 + onesuperior + 20 + pi + 5 + registered + 30 + sixinferior + -5 + sixsuperior + 30 + slash + -10 + threesuperior + 30 + trademark + 5 + twosuperior + 30 + underscore + -10 + zeroinferior + -10 + zerosuperior + 30 + + question + + @MMK_L_inp_period + -115 + @MMK_L_inp_quotel + 30 + @MMK_L_inp_quoter + 30 + @MMK_R_grek_uc_Alpha + -20 + @MMK_R_inp_period + -115 + @MMK_R_inp_quotel + 30 + @MMK_R_inp_quoter + 30 + @MMK_R_latn_uc_a + -20 + @MMK_R_latn_uc_w + 15 + V + 10 + + questiondown + + @MMK_R_grek_uc_Alpha + 5 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_j + 20 + @MMK_R_latn_lc_l + -10 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_u + -10 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_j + -30 + @MMK_R_latn_uc_o + -30 + @MMK_R_latn_uc_t + -90 + @MMK_R_latn_uc_u + -30 + @MMK_R_latn_uc_w + -20 + @MMK_R_latn_uc_y + -65 + V + -60 + v + -30 + + registered + + @MMK_R_grek_uc_Alpha + -60 + @MMK_R_latn_uc_a + -60 + @MMK_R_latn_uc_w + 15 + @MMK_R_latn_uc_y + 5 + @MMK_R_latn_uc_z + -5 + V + 10 + + seven-ar + + eight-ar + -50 + + seveninferior + + @MMK_R_inp_period + -30 + @MMK_R_latn_lc_c + 5 + @MMK_R_latn_lc_d + 5 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_g + -15 + @MMK_R_latn_lc_t + -5 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_uc_i + -20 + @MMK_R_latn_uc_j + -20 + @MMK_R_latn_uc_o + 5 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + -50 + @MMK_R_latn_uc_u + -5 + @MMK_R_latn_uc_w + -25 + @MMK_R_latn_uc_y + -60 + @MMK_R_latn_uc_z + 5 + V + -40 + X + -30 + eightinferior + -15 + fiveinferior + -5 + fourinferior + -25 + nineinferior + -10 + seveninferior + 3 + sixinferior + -20 + v + -10 + x + -10 + zeroinferior + -15 + + sevensuperior + + @MMK_R_grek_lc_kappa + -40 + @MMK_R_grek_uc_Alpha + -80 + @MMK_R_inp_fraction + -15 + @MMK_R_inp_period + -70 + @MMK_R_latn_lc_a + -20 + @MMK_R_latn_lc_c + -50 + @MMK_R_latn_lc_d + -30 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_g + -35 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_n + -20 + @MMK_R_latn_lc_s + -30 + @MMK_R_latn_lc_t + -5 + @MMK_R_latn_lc_u + -20 + @MMK_R_latn_lc_w + 5 + @MMK_R_latn_lc_z + -10 + @MMK_R_latn_uc_a + -80 + @MMK_R_latn_uc_i + 5 + @MMK_R_latn_uc_j + -35 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + 30 + @MMK_R_latn_uc_w + 30 + @MMK_R_latn_uc_y + 20 + @MMK_R_latn_uc_z + 5 + V + 20 + X + 10 + eightsuperior + -15 + fivesuperior + -5 + foursuperior + -25 + icircumflex + 0 + jcircumflex + 40 + ninesuperior + -10 + p + -20 + pi + -10 + sevensuperior + 3 + sixsuperior + -20 + twosuperior + -5 + x + -10 + zerosuperior + -15 + + sixinferior + + @MMK_R_grek_uc_Alpha + 5 + @MMK_R_latn_lc_f + -20 + @MMK_R_latn_lc_g + -15 + @MMK_R_latn_lc_t + -25 + @MMK_R_latn_lc_w + -30 + @MMK_R_latn_lc_y + -25 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + 5 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_o + -7 + @MMK_R_latn_uc_s + -5 + @MMK_R_latn_uc_t + -60 + @MMK_R_latn_uc_u + -10 + @MMK_R_latn_uc_w + -40 + @MMK_R_latn_uc_y + -70 + @MMK_R_latn_uc_z + 15 + V + -50 + fiveinferior + -5 + nineinferior + -20 + oneinferior + -10 + pi + -20 + seveninferior + -15 + threeinferior + -10 + v + -30 + + sixsuperior + + @MMK_R_grek_uc_Alpha + -50 + @MMK_R_inp_fraction + 5 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_f + 20 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_t + 10 + @MMK_R_latn_lc_w + 20 + @MMK_R_latn_lc_y + 30 + @MMK_R_latn_lc_z + 20 + @MMK_R_latn_uc_a + -50 + @MMK_R_latn_uc_i + -20 + @MMK_R_latn_uc_j + -45 + @MMK_R_latn_uc_t + -10 + @MMK_R_latn_uc_w + 5 + @MMK_R_latn_uc_y + -15 + @MMK_R_latn_uc_z + -20 + X + -30 + fivesuperior + -5 + jcircumflex + 30 + ninesuperior + -20 + onesuperior + -10 + pi + 30 + sevensuperior + -15 + threesuperior + -10 + v + 20 + x + 10 + + slash + + @MMK_R_grek_uc_Alpha + -45 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -15 + @MMK_R_latn_lc_d + -16 + @MMK_R_latn_lc_g + -30 + @MMK_R_latn_uc_a + -45 + @MMK_R_latn_uc_o + -15 + @MMK_R_latn_uc_s + -15 + @MMK_R_latn_uc_t + 30 + @MMK_R_latn_uc_w + 20 + @MMK_R_latn_uc_y + 20 + V + 20 + icircumflex + 35 + idieresis + 40 + igrave + 20 + jcircumflex + 50 + pi + -10 + slash + -120 + + threeinferior + + @MMK_R_grek_uc_Alpha + 10 + @MMK_R_latn_lc_c + 5 + @MMK_R_latn_lc_d + 5 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + 10 + @MMK_R_latn_uc_s + -5 + @MMK_R_latn_uc_t + -60 + @MMK_R_latn_uc_w + -45 + @MMK_R_latn_uc_y + -80 + @MMK_R_latn_uc_z + 20 + V + -50 + pi + -10 + seveninferior + -5 + threeinferior + -5 + v + -20 + + threesuperior + + @MMK_R_grek_uc_Alpha + -50 + @MMK_R_inp_fraction + 5 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_f + 10 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_i + 15 + @MMK_R_latn_lc_j + 20 + @MMK_R_latn_lc_t + 10 + @MMK_R_latn_lc_w + 20 + @MMK_R_latn_lc_y + 20 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + -50 + @MMK_R_latn_uc_j + -40 + @MMK_R_latn_uc_o + -5 + @MMK_R_latn_uc_t + 10 + @MMK_R_latn_uc_w + 20 + V + 20 + jcircumflex + 0 + pi + 30 + sevensuperior + -5 + threesuperior + -5 + v + 20 + + trademark + + @MMK_R_grek_uc_Alpha + -75 + @MMK_R_latn_uc_a + -75 + V + 20 + + twoinferior + + @MMK_R_grek_uc_Alpha + 20 + @MMK_R_inp_period + 10 + @MMK_R_latn_lc_c + 5 + @MMK_R_latn_lc_d + 5 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_lc_z + 20 + @MMK_R_latn_uc_a + 20 + @MMK_R_latn_uc_i + 10 + @MMK_R_latn_uc_o + -5 + @MMK_R_latn_uc_t + -50 + @MMK_R_latn_uc_w + -35 + @MMK_R_latn_uc_y + -80 + @MMK_R_latn_uc_z + 20 + V + -50 + X + 10 + pi + -10 + v + -20 + x + 10 + + twosuperior + + @MMK_R_grek_uc_Alpha + -30 + @MMK_R_inp_fraction + 15 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_f + 10 + @MMK_R_latn_lc_i + 25 + @MMK_R_latn_lc_t + 10 + @MMK_R_latn_lc_w + 25 + @MMK_R_latn_lc_y + 20 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + -30 + @MMK_R_latn_uc_j + -40 + @MMK_R_latn_uc_t + 10 + @MMK_R_latn_uc_w + 20 + V + 20 + pi + 20 + v + 20 + + underscore + + @MMK_R_grek_uc_Alpha + 15 + @MMK_R_latn_lc_a + -30 + @MMK_R_latn_lc_c + -60 + @MMK_R_latn_lc_d + -60 + @MMK_R_latn_lc_f + -25 + @MMK_R_latn_lc_g + 20 + @MMK_R_latn_lc_j + 50 + @MMK_R_latn_lc_l + -5 + @MMK_R_latn_lc_s + -35 + @MMK_R_latn_lc_t + -25 + @MMK_R_latn_lc_u + -35 + @MMK_R_latn_lc_w + -40 + @MMK_R_latn_lc_y + -15 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + 15 + @MMK_R_latn_uc_i + 10 + @MMK_R_latn_uc_j + -40 + @MMK_R_latn_uc_o + -80 + @MMK_R_latn_uc_s + -40 + @MMK_R_latn_uc_t + -80 + @MMK_R_latn_uc_u + -50 + @MMK_R_latn_uc_w + -50 + @MMK_R_latn_uc_y + -60 + @MMK_R_latn_uc_z + 25 + V + -70 + X + 20 + p + 10 + pi + -40 + thorn + 10 + v + -70 + x + 20 + + v + + @MMK_R_inp_foot + 20 + @MMK_R_inp_hyph + -10 + @MMK_R_inp_period + -45 + @MMK_R_inp_quotel + 35 + @MMK_R_inp_quoter + 40 + @MMK_R_latn_lc_a + -9 + @MMK_R_latn_lc_c + -8 + @MMK_R_latn_lc_d + -8 + @MMK_R_latn_lc_g + -12 + @MMK_R_latn_lc_t + 3 + @MMK_R_latn_uc_a + -20 + @MMK_R_latn_uc_t + -35 + @MMK_R_latn_uc_y + -25 + V + -10 + ampersand + -10 + eightinferior + -30 + eightsuperior + 20 + fiveinferior + -20 + fivesuperior + 30 + fourinferior + -40 + foursuperior + 30 + nineinferior + -20 + oneinferior + -30 + onesuperior + 10 + registered + 30 + seveninferior + -10 + sixinferior + -40 + sixsuperior + 20 + slash + -5 + threeinferior + -20 + threesuperior + 20 + trademark + 10 + twoinferior + -10 + twosuperior + 20 + underscore + -70 + zeroinferior + -20 + zerosuperior + 20 + + x + + @MMK_R_inp_foot + 10 + @MMK_R_inp_guill + -10 + @MMK_R_inp_hyph + -35 + @MMK_R_inp_quotel + 5 + @MMK_R_inp_quoter + 20 + @MMK_R_latn_lc_c + -12 + @MMK_R_latn_lc_d + -12 + @MMK_R_latn_lc_s + -4 + @MMK_R_latn_uc_t + -50 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -20 + V + -10 + ampersand + -20 + at + -10 + eightsuperior + 10 + fivesuperior + 10 + foursuperior + 20 + nineinferior + -10 + registered + 20 + seveninferior + -10 + sixsuperior + 10 + threeinferior + 5 + trademark + 10 + twoinferior + 10 + underscore + 20 + zerosuperior + 10 + + zain-ar + + highhamzaYeh-ar.init + 120 + + zain-ar.fina + + highhamzaYeh-ar.init + 120 + + zeroinferior + + @MMK_R_grek_uc_Alpha + 20 + @MMK_R_latn_lc_c + 10 + @MMK_R_latn_lc_d + 10 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -25 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + 20 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_t + -60 + @MMK_R_latn_uc_w + -40 + @MMK_R_latn_uc_y + -80 + @MMK_R_latn_uc_z + 10 + V + -50 + pi + -15 + seveninferior + -10 + threeinferior + -5 + v + -20 + + zerosuperior + + @MMK_R_grek_uc_Alpha + -50 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -20 + @MMK_R_latn_lc_f + 10 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_t + 10 + @MMK_R_latn_lc_w + 20 + @MMK_R_latn_lc_y + 20 + @MMK_R_latn_lc_z + 20 + @MMK_R_latn_uc_a + -50 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_j + -50 + @MMK_R_latn_uc_t + 10 + @MMK_R_latn_uc_w + 25 + V + 20 + X + -5 + jcircumflex + 40 + pi + 30 + sevensuperior + -10 + threesuperior + -5 + v + 20 + x + 10 + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/lib.plist b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/lib.plist index 2fb753fad7..f040fcad8b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/lib.plist +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Regular.ufo/lib.plist @@ -2,6 +2,1712 @@ + com.type-invaders.encoding + + .notdef + a + a.alt01 + b + c + d + e + f + g + g.alt01 + g.alt02 + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + zero + zero.alt01 + zero.alt02 + one + two + three + four + five + six + seven + eight + nine + zero.loclARAB + zero.loclARAB.alt01 + zero.loclARAB.alt02 + one.loclARAB + two.loclARAB + three.loclARAB + four.loclARAB + five.loclARAB + six.loclARAB + seven.loclARAB + eight.loclARAB + nine.loclARAB + ampersand + at + hyphen + softhyphen + endash + emdash + underscore + period + ellipsis + colon + comma + semicolon + quotesingle + quotedbl + quoteleft + quoteright + quotedblleft + quotedblright + quotesinglbase + quotedblbase + guilsinglleft + guilsinglright + guillemotleft + guillemotright + exclamdown + exclam + questiondown + question + parenleft + parenright + bracketleft + bracketright + braceleft + braceright + slash + backslash + fraction + divisionslash + percent + perthousand + bar + brokenbar + section + paragraph + copyright + registered + trademark + ordfeminine + ordmasculine + degree + asterisk + dagger + daggerdbl + numbersign + asciicircum + asciitilde + plus + minus + plusminus + multiply + divide + equal + approxequal + notequal + less + greater + lessequal + greaterequal + periodcentered + bullet + lozenge + logicalnot + radical + integral + infinity + estimated + litre + numerosign + partialdiff + currency + cent + Euro + florin + sterling + dollar + yen + baht + coloncurrency + lira + naira + rupee + won + sheqel + dong + kip + tugrik + peso + guarani + hryvnia + cedi + tenge + rupeeindian + liraturkish + ruble + bitcoin + fi + fl + aacute + acircumflex + adieresis + agrave + aring + atilde + aacute.alt01 + acircumflex.alt01 + adieresis.alt01 + agrave.alt01 + aring.alt01 + atilde.alt01 + ae + ccedilla + eth + eacute + ecircumflex + edieresis + egrave + dotlessi + iacute + icircumflex + idieresis + igrave + ij + dotlessj + jacute + jcircumflex + ldot + lslash + ntilde + oacute + ocircumflex + odieresis + ograve + oslash + otilde + oe + scaron + germandbls + germandbls.alt01 + thorn + uacute + ucircumflex + udieresis + ugrave + yacute + ydieresis + zcaron + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + AE + Ccedilla + Dcroat + Eth + Eacute + Ecircumflex + Edieresis + Egrave + Iacute + Icircumflex + Idieresis + Igrave + IJ + Lslash + Ntilde + Oacute + Ocircumflex + Odieresis + Ograve + Oslash + Otilde + OE + Scaron + Germandbls + Thorn + Uacute + Ucircumflex + Udieresis + Ugrave + Yacute + Ydieresis + Zcaron + mu + Delta + product + summation + Omega + pi + hamza-ar + hamza-ar.isol + sindhiampersand-ar + alef-ar + alef-ar.isol + alefHamzabelow-ar + alefHamzabelow-ar.isol + alefWavyhamzabelow-ar + highhamzaAlef-ar + comp.alef-ar.fina + alef-ar.fina + alefHamzabelow-ar.fina + alefWavyhamzabelow-ar.fina + alef-ar.short + alefHamzaabove-ar + alefHamzaabove-ar.isol + alefWavyhamzaabove-ar + alefMadda-ar + alefMadda-ar.isol + alefWasla-ar + alefFathatan-ar + alefTwoabove-ar + alefThreeabove-ar + alef-ar.fina.short + alefHamzaabove-ar.fina + alefWavyhamzaabove-ar.fina + alefMadda-ar.fina + alefWasla-ar.fina + alefFathatan-ar.fina + alefTwoabove-ar.fina + alefThreeabove-ar.fina + highhamzaAlef-ar.fina + behDotless-ar.medi + beh-ar.medi + peh-ar.medi + beeh-ar.medi + beheh-ar.medi + alefMaksura-ar.medi + teh-ar.medi + tehThreedotsdown-ar.medi + theh-ar.medi + tteh-ar.medi + tteheh-ar.medi + teheh-ar.medi + behThreedotsupabove-ar.medi + behThreedotsupbelow-ar.medi + tehThreedotsupbelow-ar.medi + behTwodotsbelowDotabove-ar.medi + behVinvertedbelow-ar.medi + behVabove-ar.medi + behVbelow-ar.medi + noon-ar.medi + noonDotbelow-ar.medi + yeh-ar.medi + yehHamzaabove-ar.medi + yehVabove-ar.medi + yehTwodotsbelowHamzaabove-ar.medi + yehTwodotsbelowDotabove-ar.medi + yehVinverted-farsi.medi + yeh-farsi.medi + yehTwodotsabove-farsi.medi + yehThreedotsabove-farsi.medi + yehTwoabove-farsi.medi + yehThreeabove-farsi.medi + yehFourbelow-farsi.medi + e-ar.medi + yehbarreeTwoabove-ar.medi + yehbarreeThreeabove-ar.medi + highhamzaYeh-ar.medi + noonTwodotsbelow-ar.medi + noonTahabove-ar.medi + noonVabove-ar.medi + tehRing-ar.medi + noonRing-ar.medi + yehKashmiri-ar.medi + behThreedotshorizontalbelow-ar.medi + seen-ar.medi + seenDotbelowDotabove-ar.medi + seenThreedotsbelow-ar.medi + sheen-ar.medi + sheenDotbelow-ar.medi + sheenThreedotsbelow-ar.medi + seenFourdotsabove-ar.medi + seenTwodotshorizontalabove-ar.medi + seenTahTwodotshorizontalabove-ar.medi + seenFourabove-ar.medi + seenVinvertedabove-ar.medi + seen-ar.init + seenDotbelowDotabove-ar.init + seenThreedotsbelow-ar.init + sheen-ar.init + sheenDotbelow-ar.init + sheenThreedotsbelow-ar.init + seenFourdotsabove-ar.init + seenTwodotshorizontalabove-ar.init + seenTahTwodotshorizontalabove-ar.init + seenFourabove-ar.init + seenVinvertedabove-ar.init + lam-ar.medi + lamVabove-ar.medi + lamDotabove-ar.medi + lamThreedotsabove-ar.medi + lamThreedotsbelow-ar.medi + lamBar-ar.medi + lamDoublebar-ar.medi + behDotless-ar.init + beh-ar.init + peh-ar.init + beeh-ar.init + beheh-ar.init + alefMaksura-ar.init + teh-ar.init + tehThreedotsdown-ar.init + theh-ar.init + tteh-ar.init + tteheh-ar.init + teheh-ar.init + behThreedotsupabove-ar.init + behThreedotsupbelow-ar.init + tehThreedotsupbelow-ar.init + behTwodotsbelowDotabove-ar.init + behVinvertedbelow-ar.init + behVabove-ar.init + behVbelow-ar.init + noon-ar.init + noonDotbelow-ar.init + yeh-ar.init + yehHamzaabove-ar.init + yehVabove-ar.init + yehTwodotsbelowHamzaabove-ar.init + yehTwodotsbelowDotabove-ar.init + yehVinverted-farsi.init + yeh-farsi.init + yehTwodotsabove-farsi.init + yehThreedotsabove-farsi.init + yehTwoabove-farsi.init + yehThreeabove-farsi.init + yehFourbelow-farsi.init + e-ar.init + yehbarreeTwoabove-ar.init + yehbarreeThreeabove-ar.init + highhamzaYeh-ar.init + noonTwodotsbelow-ar.init + noonTahabove-ar.init + noonVabove-ar.init + tehRing-ar.init + noonRing-ar.init + yehKashmiri-ar.init + behThreedotshorizontalbelow-ar.init + reh-ar + reh-ar.isol + zain-ar + zain-ar.isol + rreh-ar + rehv-ar + rehDotbelow-ar + rehVbelow-ar + rehDotbelowdotabove-ar + rehTwodots-ar + jeh-ar + rehFourdots-ar + rehVinvertedabove-ar + rehTwodotsverticalabove-ar + rehHamzaabove-ar + rehTwodotshorizontalaboveTahabove-ar + rehAlefabove-ar + rehRing-ar + rehStroke-ar + reh-ar.short + zain-ar.short + rreh-ar.short + jeh-ar.short + reh-ar.fina + zain-ar.fina + rreh-ar.fina + rehv-ar.fina + rehDotbelow-ar.fina + rehVbelow-ar.fina + rehDotbelowdotabove-ar.fina + rehTwodots-ar.fina + jeh-ar.fina + rehFourdots-ar.fina + rehVinvertedabove-ar.fina + rehTwodotsverticalabove-ar.fina + rehHamzaabove-ar.fina + rehTwodotshorizontalaboveTahabove-ar.fina + rehRing-ar.fina + rehStroke-ar.fina + reh-ar.fina.short + zain-ar.fina.short + rreh-ar.fina.short + jeh-ar.fina.short + rehLoop-ar + rehLoop-ar.fina + lam-ar.init + lamVabove-ar.init + lamDotabove-ar.init + lamThreedotsabove-ar.init + lamThreedotsbelow-ar.init + lamBar-ar.init + lamDoublebar-ar.init + lam_meem-ar + lam_meem-ar.init + lam-ar + lam-ar.isol + lamVabove-ar + lamDotabove-ar + lamThreedotsabove-ar + lamThreedotsbelow-ar + lamBar-ar + lamDoublebar-ar + lam-ar.fina + lamVabove-ar.fina + lamDotabove-ar.fina + lamThreedotsabove-ar.fina + lamThreedotsbelow-ar.fina + lamBar-ar.fina + lamDoublebar-ar.fina + noonghunna-ar + noon-ar + noon-ar.isol + noonDotbelow-ar + rnoon-ar + noonThreedotsabove-ar + noonTwodotsbelow-ar + noonTahabove-ar + noonVabove-ar + noonRing-ar + behDotless-ar + beh-ar + beh-ar.isol + peh-ar + beeh-ar + beheh-ar + teh-ar + teh-ar.isol + tehThreedotsdown-ar + theh-ar + theh-ar.isol + tteh-ar + tteheh-ar + teheh-ar + behThreedotshorizontalbelow-ar + behThreedotsupabove-ar + behThreedotsupbelow-ar + tehThreedotsupbelow-ar + behTwodotsbelowDotabove-ar + behVinvertedbelow-ar + behVabove-ar + behVbelow-ar + tehRing-ar + noonghunna-ar.fina + noon-ar.fina + noonDotbelow-ar.fina + rnoon-ar.fina + noonThreedotsabove-ar.fina + noonTwodotsbelow-ar.fina + noonTahabove-ar.fina + noonVabove-ar.fina + noonRing-ar.fina + behDotless-ar.fina + beh-ar.fina + peh-ar.fina + beeh-ar.fina + beheh-ar.fina + teh-ar.fina + tehThreedotsdown-ar.fina + theh-ar.fina + tteh-ar.fina + tteheh-ar.fina + teheh-ar.fina + behThreedotshorizontalbelow-ar.fina + behThreedotsupabove-ar.fina + behThreedotsupbelow-ar.fina + tehThreedotsupbelow-ar.fina + behTwodotsbelowDotabove-ar.fina + behVinvertedbelow-ar.fina + behVabove-ar.fina + behVbelow-ar.fina + tehRing-ar.fina + hah-ar + hah-ar.isol + jeem-ar + jeem-ar.isol + tcheh-ar + tcheheh-ar + tchehDotabove-ar + nyeh-ar + dyeh-ar + hahHamzaabove-ar + hahTwodotsverticalabove-ar + hahTwodotshorizontalabove-ar + hahThreedotsabove-ar + hahThreedotsupbelow-ar + khah-ar + khah-ar.isol + hahTahbelow-ar + hahTahTwodotshorizontalabove-ar + hahFourbelow-ar + jeemTwodotsabove-ar + hahTahabove-ar + hah-ar.short + jeem-ar.short + tcheh-ar.short + khah-ar.short + hah-ar.fina + jeem-ar.fina + tcheh-ar.fina + tcheheh-ar.fina + tchehDotabove-ar.fina + nyeh-ar.fina + dyeh-ar.fina + hahHamzaabove-ar.fina + hahTwodotsverticalabove-ar.fina + hahTwodotshorizontalabove-ar.fina + hahThreedotsabove-ar.fina + khah-ar.fina + hahTahbelow-ar.fina + hahTahTwodotshorizontalabove-ar.fina + hahFourbelow-ar.fina + jeemTwodotsabove-ar.fina + hahTahabove-ar.fina + hahThreedotsupbelow-ar.fina + hah-ar.medi + jeem-ar.medi + tcheh-ar.medi + tcheheh-ar.medi + tchehDotabove-ar.medi + nyeh-ar.medi + dyeh-ar.medi + hahHamzaabove-ar.medi + hahTwodotsverticalabove-ar.medi + hahTwodotshorizontalabove-ar.medi + hahThreedotsabove-ar.medi + hahThreedotsupbelow-ar.medi + khah-ar.medi + hahTahbelow-ar.medi + hahTahTwodotshorizontalabove-ar.medi + hahFourbelow-ar.medi + jeemTwodotsabove-ar.medi + hahTahabove-ar.medi + hah-ar.init + jeem-ar.init + tcheh-ar.init + tcheheh-ar.init + tchehDotabove-ar.init + nyeh-ar.init + dyeh-ar.init + hahHamzaabove-ar.init + hahTwodotsverticalabove-ar.init + hahTwodotshorizontalabove-ar.init + hahThreedotsabove-ar.init + hahThreedotsupbelow-ar.init + khah-ar.init + hahTahbelow-ar.init + hahTahTwodotshorizontalabove-ar.init + hahFourbelow-ar.init + jeemTwodotsabove-ar.init + hahTahabove-ar.init + dal-ar + dal-ar.isol + thal-ar + thal-ar.isol + thalAlefabove-ar + ddal-ar + dahal-ar + ddahal-ar + dalDotbelow-ar + dalDotbelowTah-ar + dul-ar + dalThreedotsdown-ar + dalFourdots-ar + dalVinvertedabove-ar + dalTwodotsverticalbelowTah-ar + dalVinvertedbelow-ar + dalRing-ar + dal-ar.fina + thal-ar.fina + thalAlefabove-ar.fina + ddal-ar.fina + dahal-ar.fina + ddahal-ar.fina + dalDotbelow-ar.fina + dalDotbelowTah-ar.fina + dul-ar.fina + dalThreedotsdown-ar.fina + dalFourdots-ar.fina + dalVinvertedabove-ar.fina + dalTwodotsverticalbelowTah-ar.fina + dalVinvertedbelow-ar.fina + dalRing-ar.fina + seen-ar + seen-ar.isol + seenDotbelowDotabove-ar + seenThreedotsbelow-ar + sheen-ar + sheen-ar.isol + sheenDotbelow-ar + sheenThreedotsbelow-ar + seenFourdotsabove-ar + seenTwodotshorizontalabove-ar + seenTahTwodotshorizontalabove-ar + seenFourabove-ar + seenVinvertedabove-ar + seen-ar.fina + seenDotbelowDotabove-ar.fina + seenThreedotsbelow-ar.fina + sheen-ar.fina + sheenDotbelow-ar.fina + sheenThreedotsbelow-ar.fina + seenFourdotsabove-ar.fina + seenTwodotshorizontalabove-ar.fina + seenTahTwodotshorizontalabove-ar.fina + seenFourabove-ar.fina + seenVinvertedabove-ar.fina + sad-ar + sad-ar.isol + sadTwodotsbelow-ar + sadThreedots-ar + dad-ar + dad-ar.isol + dadDotbelow-ar + sad-ar.fina + sadTwodotsbelow-ar.fina + sadThreedots-ar.fina + dad-ar.fina + dadDotbelow-ar.fina + sad-ar.medi + sadTwodotsbelow-ar.medi + sadThreedots-ar.medi + dad-ar.medi + dadDotbelow-ar.medi + sad-ar.init + sadTwodotsbelow-ar.init + sadThreedots-ar.init + dad-ar.init + dadDotbelow-ar.init + tah-ar + tah-ar.isol + tahThreedots-ar + zah-ar + zah-ar.isol + tahTwodotsabove-ar + fehDotbelowThreedotsabove-ar + tah-ar.fina + tahThreedots-ar.fina + zah-ar.fina + tahTwodotsabove-ar.fina + fehDotbelowThreedotsabove-ar.fina + tah-ar.medi + tahThreedots-ar.medi + zah-ar.medi + tahTwodotsabove-ar.medi + fehDotbelowThreedotsabove-ar.medi + tah-ar.init + tahThreedots-ar.init + zah-ar.init + tahTwodotsabove-ar.init + fehDotbelowThreedotsabove-ar.init + ain-ar + ain-ar.isol + ainThreedotsbelow-ar + ainThreedots-ar + ghain-ar + ghain-ar.isol + ghainDotbelow-ar + ainTwodotshorizontalabove-ar + ainThreedotsdownabove-ar + ainTwodotsverticalabove-ar + ain-ar.short + ghain-ar.short + ain-ar.fina + ainThreedotsbelow-ar.fina + ainThreedots-ar.fina + ghain-ar.fina + ghainDotbelow-ar.fina + ainTwodotshorizontalabove-ar.fina + ainThreedotsdownabove-ar.fina + ainTwodotsverticalabove-ar.fina + ain-ar.medi + ainThreedotsbelow-ar.fina.medi + ainThreedots-ar.medi + ghain-ar.medi + ghainDotbelow-ar.medi + ainTwodotshorizontalabove-ar.medi + ainThreedotsdownabove-ar.medi + ainTwodotsverticalabove-ar.medi + ain-ar.init + ainThreedotsbelow-ar.fina.init + ainThreedots-ar.init + ghain-ar.init + ghainDotbelow-ar.init + ainTwodotshorizontalabove-ar.init + ainThreedotsdownabove-ar.init + ainTwodotsverticalabove-ar.init + fehDotless-ar + feh-ar + feh-ar.isol + veh-ar + fehDotbelow-ar + fehThreedotsbelow-ar + peheh-ar + fehTwodotsbelow-ar + fehThreedotsupbelow-ar + fehDotless-ar.fina + feh-ar.fina + veh-ar.fina + fehDotbelow-ar.fina + fehThreedotsbelow-ar.fina + peheh-ar.fina + fehTwodotsbelow-ar.fina + fehThreedotsupbelow-ar.fina + fehDotless-ar.medi + feh-ar.medi + veh-ar.medi + fehDotbelow-ar.medi + fehThreedotsbelow-ar.medi + peheh-ar.medi + qaf-ar.medi + qafThreedotsabove-ar.medi + qafDotbelow-ar.medi + yehRohingya + fehTwodotsbelow-ar.medi + fehThreedotsupbelow-ar.medi + fehDotless-ar.init + feh-ar.init + veh-ar.init + fehDotbelow-ar.init + fehThreedotsbelow-ar.init + peheh-ar.init + qaf-ar.init + qafThreedotsabove-ar.init + qafDotbelow-ar.init + fehTwodotsbelow-ar.init + fehThreedotsupbelow-ar.init + qafDotless-ar + qaf-ar + qaf-ar.isol + qafDotabove-ar + qafThreedotsabove-ar + qafDotbelow-ar + qafDotless-ar.fina + qaf-ar.fina + qafDotabove-ar.fina + qafThreedotsabove-ar.fina + qafDotbelow-ar.fina + kaf-ar + kaf-ar.isol + kafDotabove-ar + kafTwodotshorizontalabove-ar + kafThreedotsbelow-ar + ng-ar + kaf-ar.fina + kafDotabove-ar.fina + kafTwodotshorizontalabove-ar.fina + kafThreedotsbelow-ar.fina + ng-ar.fina + kaf-ar.medi + keheh-ar.medi + kehehTwodotshorizontalabove-ar.medi + kehehThreedotsbelow-ar.medi + kehehDotabove-ar.medi + kehehThreedotsabove-ar.medi + kehehThreedotsupbelow-ar.medi + gaf-ar.medi + gafThreedots-ar.medi + kafDotabove-ar.medi + kafTwodotshorizontalabove-ar.medi + kafThreedotsbelow-ar.medi + gafTwodotsbelow-ar.medi + ng-ar.medi + ngoeh-ar.medi + gueh-ar.medi + kaf-ar.init + keheh-ar.init + kehehTwodotshorizontalabove-ar.init + kehehThreedotsbelow-ar.init + kehehDotabove-ar.init + kehehThreedotsabove-ar.init + kehehThreedotsupbelow-ar.init + gaf-ar.init + gafThreedots-ar.init + kafDotabove-ar.init + kafTwodotshorizontalabove-ar.init + kafThreedotsbelow-ar.init + gafTwodotsbelow-ar.init + ng-ar.init + ngoeh-ar.init + gueh-ar.init + kafswash-ar + kaf-ar.init.ss01 + kaf-ar.medi.ss01 + kaf-ar.fina.ss01 + keheh-ar + kehehTwodotshorizontalabove-ar + kehehThreedotsbelow-ar + kehehDotabove-ar + kehehThreedotsabove-ar + kehehThreedotsupbelow-ar + gaf-ar + gafThreedots-ar + gafTwodotsbelow-ar + ngoeh-ar + gueh-ar + keheh-ar.fina + kehehTwodotshorizontalabove-ar.fina + kehehThreedotsbelow-ar.fina + kehehDotabove-ar.fina + kehehThreedotsabove-ar.fina + kehehThreedotsupbelow-ar.fina + gaf-ar.fina + gafThreedots-ar.fina + gafTwodotsbelow-ar.fina + ngoeh-ar.fina + gueh-ar.fina + kafRing-ar + gafRing-ar + kafRing-ar.fina + gafRing-ar.fina + kafRing-ar.medi + gafRing-ar.medi + kafRing-ar.init + gafRing-ar.init + meem-ar + meem-ar.isol + meemThreedotsabove-ar + meemDotabove-ar + meemDotbelow-ar + sindhipostpositionmen-ar + meem-ar.fina + meemThreedotsabove-ar.fina + meemDotabove-ar.fina + meemDotbelow-ar.fina + meem-ar.medi + meemThreedotsabove-ar.medi + meemDotabove-ar.medi + meemDotbelow-ar.medi + meem-ar.init + meemThreedotsabove-ar.init + meemDotabove-ar.init + meemDotbelow-ar.init + heh-ar + heh-ar.isol + hehHamzaabove-ar + hehgoal-ar + hehgoalHamzaabove-ar + tehMarbuta-ar + tehMarbuta-ar.isol + tehMarbutagoal-ar + ae-ar + heh-ar.fina + hehHamzaabove-ar.fina + tehMarbuta-ar.fina + ae-ar.fina + heh-ar.medi + hehgoalHamzaabove-ar.medi + hehgoal-ar.medi + heh-ar.init + hehgoalHamzaabove-ar.init + hehDoachashmee-ar.init + hehVinvertedabove-ar.init + hehAlefabove-ar.init + hehDoachashmee-ar + hehVinvertedabove-ar + hehgoal-ar.fina + hehgoalHamzaabove-ar.fina + tehMarbutagoal-ar.fina + hehgoal-ar.init + hehDoachashmee-ar.fina + hehVinvertedabove-ar.fina + hehDoachashmee-ar.medi + hehVinvertedabove-ar.medi + waw-ar + waw-ar.isol + wawTwodots-ar + wawDotabove-ar + wawHamzaabove-ar + wawHamzaabove-ar.isol + wawTwoabove-ar + wawThreeAbove-ar + wawDotcenter-ar + oe-ar + u-ar + yu-ar + kirghizyu-ar + ve-ar + highhamzaWaw-ar + uHamzaabove-ar + waw-ar.fina + wawTwodots-ar.fina + wawDotabove-ar.fina + wawHamzaabove-ar.fina + wawTwoabove-ar.fina + wawThreeAbove-ar.fina + wawDotcenter-ar.fina + oe-ar.fina + u-ar.fina + yu-ar.fina + kirghizyu-ar.fina + ve-ar.fina + highhamzaWaw-ar.fina + uHamzaabove-ar.fina + wawring-ar + wawring-ar.fina + kirghizoe-ar + kirghizoe-ar.fina + alefMaksura-ar + alefMaksura-ar.isol + alefMaksuraAlefabove-ar + yeh-ar + yeh-ar.isol + yehHamzaabove-ar + yehHamzaabove-ar.isol + yehVabove-ar + yehTwodotsbelowHamzaabove-ar + yehTwodotsbelowDotabove-ar + yehVinverted-farsi + yeh-farsi + yehTwodotsabove-farsi + yehThreedotsabove-farsi + yehTwoabove-farsi + yehThreeabove-farsi + yehFourbelow-farsi + yehTail-ar + e-ar + yehThreedotsbelow-ar + highhamzaYeh-ar + yehKashmiri-ar + alefMaksura-ar.fina + alefMaksuraAlefabove-ar.fina + yeh-ar.fina + yehHamzaabove-ar.fina + yehVabove-ar.fina + yehTwodotsbelowHamzaabove-ar.fina + yehTwodotsbelowDotabove-ar.fina + yehVinverted-farsi.fina + yeh-farsi.fina + yehTwodotsabove-farsi.fina + yehThreedotsabove-farsi.fina + yehTwoabove-farsi.fina + yehThreeabove-farsi.fina + yehFourbelow-farsi.fina + yehTail-ar.fina + e-ar.fina + yehThreedotsbelow-ar.fina + highhamzaYeh-ar.fina + yehKashmiri-ar.fina + yehbarree-ar + yehbarreeHamzaabove-ar + yehbarreeTwoabove-ar + yehbarreeThreeabove-ar + yehbarree-ar.fina + yehbarreeHamzaabove-ar.fina + yehbarreeHamzaabove-ar.fina.short4 + yehbarreeTwoabove-ar.fina + yehbarreeTwoabove-ar.fina.short4 + yehbarreeThreeabove-ar.fina + yehbarreeThreeabove-ar.fina.short4 + yehbarree-ar.fina.short + yehbarreeHamzaabove-ar.fina.short + yehbarreeTwoabove-ar.fina.short + yehbarreeThreeabove-ar.fina.short + yehbarree-ar.fina.short2 + yehbarreeHamzaabove-ar.fina.short2 + yehbarreeTwoabove-ar.fina.short2 + yehbarreeThreeabove-ar.fina.short2 + yehbarree-ar.fina.short3 + yehbarree-ar.fina.short4 + yehbarreeHamzaabove-ar.fina.short3 + yehbarreeTwoabove-ar.fina.short3 + yehbarreeThreeabove-ar.fina.short3 + kashidaFina-ar + kashida-ar + fathatan-ar.medi + kasra-ar.medi + kashida-ar.long + fatha-ar.medi + damma-ar.medi + shadda-ar.medi + shadda_fatha-ar.medi + shadda_damma-ar.medi + shadda_kasra-ar.medi + sukun-ar.medi + lam_alef-ar.rlig + lam_alefHamzaabove-ar.rlig + lam_alefHamzabelow-ar.rlig + lam_alefWavyhamzaabove-ar.rlig + lam_alefWavyhamzabelow-ar.rlig + lam_alefMadda-ar.rlig + lam_alefWasla-ar.rlig + lamVabove_alef-ar.rlig + lamDotabove_alef-ar.rlig + lamThreedotsabove_alef-ar.rlig + lamThreedotsbelow_alef-ar.rlig + lamBar_alef-ar.rlig + lam_alef-ar.fina.rlig + lam_alefHamzaabove-ar.fina.rlig + lam_alefHamzabelow-ar.fina.rlig + lam_alefWavyhamzaabove-ar.fina.rlig + lam_alefWavyhamzabelow-ar.fina.rlig + lam_alefMadda-ar.fina.rlig + lam_alefWasla-ar.fina.rlig + lamVabove_alef-ar.fina.rlig + lamDotabove_alef-ar.fina.rlig + lamThreedotsabove_alef-ar.fina.rlig + lamThreedotsbelow_alef-ar.fina.rlig + lamBar_alef-ar.fina.rlig + seen_reh-ar.rlig + seen_zain-ar.rlig + seen_rreh-ar.rlig + seen_jeh-ar.rlig + sheen_reh-ar.rlig + sheen_zain-ar.rlig + sheen_rreh-ar.rlig + sheen_jeh-ar.rlig + seen_reh-ar.fina.rlig + seen_zain-ar.fina.rlig + seen_rreh-ar.fina.rlig + seen_jeh-ar.fina.rlig + sheen_reh-ar.fina.rlig + sheen_zain-ar.fina.rlig + sheen_rreh-ar.fina.rlig + sheen_jeh-ar.fina.rlig + seen_reh-ar.fina.rlig.short + seen_zain-ar.fina.rlig.short + seen_rreh-ar.fina.rlig.short + seen_jeh-ar.fina.rlig.short + sheen_reh-ar.fina.rlig.short + sheen_zain-ar.fina.rlig.short + sheen_rreh-ar.fina.rlig.short + sheen_jeh-ar.fina.rlig.short + seen_reh-ar.rlig.short + seen_zain-ar.rlig.short + seen_rreh-ar.rlig.short + seen_jeh-ar.rlig.short + sheen_reh-ar.rlig.short + sheen_zain-ar.rlig.short + sheen_rreh-ar.rlig.short + sheen_jeh-ar.rlig.short + seen_alefMaksura-ar.rlig + seen_yeh-ar.rlig + seen_yehHamzaabove-ar.rlig + sheen_alefMaksura-ar.rlig + sheen_yeh-ar.rlig + sheen_yehHamzaabove-ar.rlig + seen_yeh-farsi.rlig + sheen_yeh-farsi.rlig + seen_alefMaksura-ar.fina.rlig + seen_yeh-ar.fina.rlig + seen_yehHamzaabove-ar.fina.rlig + sheen_alefMaksura-ar.fina.rlig + sheen_yeh-ar.fina.rlig + sheen_yehHamzaabove-ar.fina.rlig + seen_yeh-farsi.fina.rlig + sheen_yeh-farsi.fina.rlig + sad_reh-ar.rlig + sad_zain-ar.rlig + sad_rreh-ar.rlig + sad_jeh-ar.rlig + dad_reh-ar.rlig + dad_zain-ar.rlig + dad_rreh-ar.rlig + dad_jeh-ar.rlig + sad_reh-ar.fina.rlig + sad_zain-ar.fina.rlig + sad_rreh-ar.fina.rlig + sad_jeh-ar.fina.rlig + dad_reh-ar.fina.rlig + dad_zain-ar.fina.rlig + dad_rreh-ar.fina.rlig + dad_jeh-ar.fina.rlig + sad_reh-ar.fina.rlig.short + sad_zain-ar.fina.rlig.short + sad_rreh-ar.fina.rlig.short + sad_jeh-ar.fina.rlig.short + dad_reh-ar.fina.rlig.short + dad_zain-ar.fina.rlig.short + dad_rreh-ar.fina.rlig.short + dad_jeh-ar.fina.rlig.short + sad_reh-ar.rlig.short + sad_zain-ar.rlig.short + sad_rreh-ar.rlig.short + sad_jeh-ar.rlig.short + dad_reh-ar.rlig.short + dad_zain-ar.rlig.short + dad_rreh-ar.rlig.short + dad_jeh-ar.rlig.short + sad_alefMaksura-ar.rlig + sad_yeh-ar.rlig + sad_yehHamzaabove-ar.rlig + dad_alefMaksura-ar.rlig + dad_yeh-ar.rlig + dad_yehHamzaabove-ar.rlig + sad_yeh-farsi.rlig + dad_yeh-farsi.rlig + sad_alefMaksura-ar.fina.rlig + sad_yeh-ar.fina.rlig + sad_yehHamzaabove-ar.fina.rlig + dad_alefMaksura-ar.fina.rlig + dad_yeh-ar.fina.rlig + dad_yehHamzaabove-ar.fina.rlig + sad_yeh-farsi.fina.rlig + dad_yeh-farsi.fina.rlig + kaf_alefMaksura-ar.rlig + kaf_yeh-ar.rlig + kaf_yehHamzaabove-ar.rlig + keheh_yeh-ar.rlig + gaf_alefMaksura-ar.rlig + gaf_yeh-ar.rlig + gaf_yehHamzaabove-ar.rlig + kaf_yeh-farsi.rlig + keheh_yeh-farsi.rlig + gaf_yeh-farsi.rlig + kaf_alefMaksura-ar.fina.rlig + kaf_yeh-ar.fina.rlig + kaf_yehHamzaabove-ar.fina.rlig + keheh_yeh-ar.fina.rlig + gaf_alefMaksura-ar.fina.rlig + gaf_yeh-ar.fina.rlig + gaf_yehHamzaabove-ar.fina.rlig + kaf_yeh-farsi.fina.rlig + keheh_yeh-farsi.fina.rlig + gaf_yeh-farsi.fina.rlig + lam_alefMaksura-ar.rlig + lam_yeh-ar.rlig + lam_yehHamzaabove-ar.rlig + lam_yeh-farsi.rlig + behDotless_alefMaksura-ar.rlig + beh_alefMaksura-ar.rlig + beh_yeh-ar.rlig + beh_yehHamzaabove-ar.rlig + peh_alefMaksura-ar.rlig + peh_yeh-ar.rlig + peh_yehHamzaabove-ar.rlig + teh_alefMaksura-ar.rlig + teh_yeh-ar.rlig + teh_yehHamzaabove-ar.rlig + theh_alefMaksura-ar.rlig + theh_yeh-ar.rlig + theh_yehHamzaabove-ar.rlig + tteh_alefMaksura-ar.rlig + tteh_yeh-ar.rlig + tteh_yehHamzaabove-ar.rlig + noon_alefMaksura-ar.rlig + noon_yeh-ar.rlig + noon_yehHamzaabove-ar.rlig + yeh_alefMaksura-ar.rlig + yeh_yeh-ar.rlig + yeh_yehHamzaabove-ar.rlig + yehHamzaabove_alefMaksura-ar.rlig + yehHamzaabove_yeh-ar.rlig + yehHamzaabove_yehHamzaabove-ar.rlig + yeh_yeh-farsi.rlig + peh_yeh-farsi.rlig + teh_yeh-farsi.rlig + theh_yeh-farsi.rlig + tteh_yeh-farsi.rlig + noon_yeh-farsi.rlig + yehHamzaabove_yeh-farsi.rlig + beh_yeh-farsi.rlig + behDotless_alefMaksura-ar.fina.rlig + beh_alefMaksura-ar.fina.rlig + beh_yeh-ar.fina.rlig + beh_yehHamzaabove-ar.fina.rlig + peh_alefMaksura-ar.fina.rlig + peh_yeh-ar.fina.rlig + peh_yehHamzaabove-ar.fina.rlig + teh_alefMaksura-ar.fina.rlig + teh_yeh-ar.fina.rlig + teh_yehHamzaabove-ar.fina.rlig + theh_alefMaksura-ar.fina.rlig + theh_yeh-ar.fina.rlig + theh_yehHamzaabove-ar.fina.rlig + tteh_alefMaksura-ar.fina.rlig + tteh_yeh-ar.fina.rlig + tteh_yehHamzaabove-ar.fina.rlig + noon_alefMaksura-ar.fina.rlig + noon_yeh-ar.fina.rlig + noon_yehHamzaabove-ar.fina.rlig + yeh_alefMaksura-ar.fina.rlig + yeh_yeh-ar.fina.rlig + yeh_yehHamzaabove-ar.fina.rlig + yehHamzaabove_alefMaksura-ar.fina.rlig + yehHamzaabove_yeh-ar.fina.rlig + yehHamzaabove_yehHamzaabove-ar.fina.rlig + yeh_yeh-farsi.fina.rlig + beh_yeh-farsi.fina.rlig + peh_yeh-farsi.fina.rlig + teh_yeh-farsi.fina.rlig + theh_yeh-farsi.fina.rlig + tteh_yeh-farsi.fina.rlig + noon_yeh-farsi.fina.rlig + yehHamzaabove_yeh-farsi.fina.rlig + fehDotless_alefMaksura-ar.rlig + feh_alefMaksura-ar.rlig + feh_yeh-ar.rlig + feh_yehHamzaabove-ar.rlig + veh_alefMaksura-ar.rlig + veh_yeh-ar.rlig + veh_yehHamzaabove-ar.rlig + qaf_alefMaksura-ar.rlig + qaf_yeh-ar.rlig + qaf_yehHamzaabove-ar.rlig + feh_yeh-farsi.rlig + veh_yeh-farsi.rlig + qaf_yeh-farsi.rlig + alefMaksura_reh-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig.short + alefMaksura_jeh-ar.fina.rlig + alefMaksura_jeh-ar.fina.rlig.short + beh_reh-ar.fina.rlig + beh_zain-ar.fina.rlig + beh_rreh-ar.fina.rlig + beh_jeh-ar.fina.rlig + peh_reh-ar.fina.rlig + peh_zain-ar.fina.rlig + peh_rreh-ar.fina.rlig + peh_jeh-ar.fina.rlig + teh_reh-ar.fina.rlig + teh_zain-ar.fina.rlig + teh_rreh-ar.fina.rlig + teh_jeh-ar.fina.rlig + theh_reh-ar.fina.rlig + theh_zain-ar.fina.rlig + theh_rreh-ar.fina.rlig + theh_jeh-ar.fina.rlig + tteh_reh-ar.fina.rlig + tteh_zain-ar.fina.rlig + tteh_rreh-ar.fina.rlig + tteh_jeh-ar.fina.rlig + noon_reh-ar.fina.rlig + noon_zain-ar.fina.rlig + noon_rreh-ar.fina.rlig + noon_jeh-ar.fina.rlig + yeh_reh-ar.fina.rlig + yeh_zain-ar.fina.rlig + yeh_rreh-ar.fina.rlig + yeh_jeh-ar.fina.rlig + yehHamzaabove_reh-ar.fina.rlig + yehHamzaabove_zain-ar.fina.rlig + yehHamzaabove_rreh-ar.fina.rlig + yehHamzaabove_jeh-ar.fina.rlig + yeh_zain-farsi.fina.rlig + yeh_reh-farsi.fina.rlig + yeh_jeh-farsi.fina.rlig + yeh_rreh-farsi.fina.rlig + alefMaksura_reh-ar.fina.rlig.short + beh_reh-ar.fina.rlig.short + beh_zain-ar.fina.rlig.short + beh_rreh-ar.fina.rlig.short + beh_jeh-ar.fina.rlig.short + peh_reh-ar.fina.rlig.short + peh_zain-ar.fina.rlig.short + peh_rreh-ar.fina.rlig.short + peh_jeh-ar.fina.rlig.short + teh_reh-ar.fina.rlig.short + teh_zain-ar.fina.rlig.short + teh_rreh-ar.fina.rlig.short + teh_jeh-ar.fina.rlig.short + theh_reh-ar.fina.rlig.short + theh_zain-ar.fina.rlig.short + theh_rreh-ar.fina.rlig.short + theh_jeh-ar.fina.rlig.short + noon_reh-ar.fina.rlig.short + noon_zain-ar.fina.rlig.short + noon_rreh-ar.fina.rlig.short + noon_jeh-ar.fina.rlig.short + yeh_reh-ar.fina.rlig.short + yeh_zain-ar.fina.rlig.short + yeh_rreh-ar.fina.rlig.short + yeh_jeh-ar.fina.rlig.short + yehHamzaabove_reh-ar.fina.rlig.short + yehHamzaabove_zain-ar.fina.rlig.short + yehHamzaabove_rreh-ar.fina.rlig.short + yehHamzaabove_jeh-ar.fina.rlig.short + yeh_jeh-farsi.fina.rlig.short + yeh_reh-farsi.fina.rlig.short + yeh_rreh-farsi.fina.rlig.short + yeh_zain-farsi.fina.rlig.short + alefMaksura_noonghunna-ar.rlig + alefMaksura_noon-ar.fina.rlig + beh_noon-ar.fina.rlig + peh_noon-ar.fina.rlig + teh_noon-ar.fina.rlig + theh_noon-ar.fina.rlig + tteh_noon-ar.fina.rlig + noon_noon-ar.fina.rlig + yeh_noon-ar.fina.rlig + yehHamzaabove_noon-ar.fina.rlig + yeh_noon-farsi.fina.rlig + zero-ar + one-ar + two-ar + three-ar + four-ar + five-ar + six-ar + seven-ar + eight-ar + nine-ar + zero-persian + one-persian + two-persian + three-persian + four-persian + five-persian + six-persian + seven-persian + eight-persian + nine-persian + four-persian.urdu + seven-persian.urdu + decimalseparator-ar + thousandseparator-ar + horizontalbar + hyphentwo + threedots-ar + fullstop-ar + comma-ar + semicolon-ar + question-ar + asterisk-ar + parenleft-ar + parenright-ar + percent-ar + perthousand-ar + pertenthousand-ar + comp.cuberoot-ar + cuberoot-ar + fourthroot-ar + number-ar + year-ar + footnotemarker-ar + pagenumber-ar + dateseparator-ar + verseComma-ar + misraComma-ar + ray-ar + afghani-ar + samvat-ar + rial + qaf_lam_yeh-ar + mohammad-ar + allah-ar + jallajalalouhou-ar + bismillah-ar + basmalla-ar + asteriskArt-ar + endofayah-ar + sajdah-ar + dottedCircle + zerosuperior + onesuperior + twosuperior + threesuperior + foursuperior + fivesuperior + sixsuperior + sevensuperior + eightsuperior + ninesuperior + zeroinferior + oneinferior + twoinferior + threeinferior + fourinferior + fiveinferior + sixinferior + seveninferior + eightinferior + nineinferior + onehalf + uni2153 + uni2154 + onequarter + threequarters + uni2155 + uni2156 + uni2157 + uni2158 + uni2159 + uni215A + uni2150 + uni215B + uni215C + uni215D + uni215E + uni2151 + checkmark + crossmark + arrowleft + arrowup + arrowdown + arrowright + arrowupleft + arrowupright + arrowdownleft + arrowdownright + arrowupleftcorner + arrowdownleftcorner + arrowleftupcorner + arrowrightupcorner + arrowleftdowncorner + arrowrightdowncorner + arrowuprightcorner + arrowdownrightcorner + arrowleftarrowright + arrowrightarrowleft + arrowleftright + arrowupdown + arrowdowncounterclockhalf + arrowdownclockhalf + arrowhookleft + arrowhookright + arrowupleftcounterclock + arrowuprightclock + tilde + tilde.alt01 + macron + dotaccent + dieresis + hungarumlaut + acute + grave + circumflex + caron + breve + ring + commaturnedtop + caronslovak + cedilla + ogonek + tildecomb + macroncomb + dotaccentcomb + dieresiscomb + hungarumlautcomb + acutecomb + gravecomb + circumflexcomb + caroncomb + ringcomb + caronslovakcomb + cedillacomb + ogonekcomb + tilde.case + tilde.alt01.case + macron.case + dotaccent.case + dieresis.case + acute.case + grave.case + circumflex.case + caron.case + breve.case + ring.case + comp.dot + dotabove-ar + dotbelow-ar + dotcenter-ar + dotvowelbelow-ar + toneonedotabove-ar + toneonedotbelow-ar + twodotshorizontalabove-ar + twodotshorizontalbelow-ar + twodotshorizontalcenter-ar + tonetwodotsbelow-ar + tonetwodotsabove-ar + threedotshorizontalbelow-ar + comp.twodotsvertical + twodotsverticalabove-ar + twodotsverticalbelow-ar + twodotsverticalcenter-ar + fourdotsabove-ar + fourdotsbelow-ar + fourdotscenter-ar + comp.threedotsdown + threedotsdownabove-ar + threedotsdownbelow-ar + threedotsdowncenter-ar + comp.threedots + threedotsupabove-ar + threedotsupbelow-ar + threedotsupcenter-ar + threedotsabove-ar + dotStopabove-ar + sukunround-ar + ring-ar + sukun-ar + sukun-ar.isol + sukunoval-ar + fathaRing-ar + rhombusStopbelow-ar + rhombusStopabove-ar + comp.alefmini-ar + alefabove-ar + alefbelow-ar + uniFBBC + comp.v-ar + vabove-ar + vbelow-ar + comp.vinverted-ar + vinvertedabove-ar + vinvertedbelow-ar + leftarrowheadabove-ar + leftarrowheadbelow-ar + rightarrowheadabove-ar + rightarrowheadbelow-ar + rightarrowheadDotabove-ar + doublerightarrowheadabove-ar + doublerightarrowheadDotabove-ar + fathaHorizont-ar + maddalong-ar + madda-ar + comp.fatha-ar + fatha-ar + kasra-ar + fatha-ar.isol + kasra-ar.isol + kasraDotbelow-ar + fathasmall-ar + kasrasmall-ar + hamzabelowKasra-ar + shaddaKasra-ar + kasratan-ar + kasratan-ar.isol + openkasratan-ar + hamzabelowKasratan-ar + fathaDotabove-ar + fathatan-ar + fathatan-ar.isol + openfathatan-ar + shaddaKasratan-ar + fathatwodots-ar + comp.fathacurly-ar + fathaCurly-ar + kasraCurly-ar + fathatanCurly-ar + kasratanCurly-ar + comp.yehSmall-ar + yehbelow-ar + yehabove-ar + zainabove-ar + noonghunnaabove-ar + noonabove-ar + comp.hamza-ar + hamzahigh-ar + hamzaabove-ar + hamzabelow-ar + hamzacenter-ar + highhamza-ar + hamzaaboveDamma-ar + hamzaaboveDammatan-ar + hamzaaboveFatha-ar + hamzaaboveFathatan-ar + hamzaaboveSukun-ar + comp.wavyhamza-ar + wavyhamzabelow-ar + wavyhamza_above-ar + hahabove-ar + comp.meemSmall-ar + meemStopabove-ar + meembelow-ar + meemabove-ar + wasla-ar + sadabove-ar + ainabove-ar + toneloopabove-ar + toneloopbelow-ar + comp.damma-ar + damma-ar + damma-ar.isol + dammahigh-ar + dammaDot-ar + opendammatan-ar + dammasmall-ar + dammaCurly-ar + dammareversed-ar + dammainverted-ar + dammatanCurly-ar + wawSmall-ar + highwaw-ar + comp.tahmini-ar + tahabove-ar + tahcenter-ar + tahbelow-ar + uniFBC0 + dammatan-ar + dammatan-ar.isol + shadda-ar + shadda-ar.isol + shaddaAlefabove-ar + shaddaDamma-ar + shaddaDammatan-ar + shaddaFatha-ar + shaddaFathatan-ar + comp.seenSmall-ar + seenabove-ar + seenbelow-ar + lamAlefabove-ar + rehHahabove-ar + jeemabove-ar + takhallusabove-ar + rehDadabove-ar + alefLamYehabove-ar + sadLamAlefMaksuraabove-ar + qafLamAlefMaksuraabove-ar + twoabove-ar + threeabove-ar + comp.foururdu-ar + fourabove-ar + foururduabove-ar + foururdubelow-ar + foururducenter-ar + kashidaFina2-ar + comp.doublebar-ar + comp.bar-ar + comp.kafbar-ar + space + nbspace + fcclogo + celogo + com.type-invaders.fontnaming.macfam IBM Plex Sans Arabic com.type-invaders.fontnaming.macstyle @@ -10,6 +1716,8 @@ IBM Plex Sans Arabic com.type-invaders.fontnaming.winstyle Regular + com.type-invaders.interpolation.value + 100.0 com.typemytype.robofont.layerOrder @@ -295,7 +2003,6 @@ summation Omega pi - zerosuperior hamza-ar hamza-ar.isol sindhiampersand-ar @@ -465,6 +2172,7 @@ rehRing-ar rehStroke-ar reh-ar.short + zain-ar.short rreh-ar.short jeh-ar.short reh-ar.fina @@ -487,7 +2195,6 @@ zain-ar.fina.short rreh-ar.fina.short jeh-ar.fina.short - zain-ar.short rehLoop-ar rehLoop-ar.fina lam-ar.init @@ -1079,313 +2786,314 @@ shadda_damma-ar.medi shadda_kasra-ar.medi sukun-ar.medi - lam_alef-ar - lam_alefHamzaabove-ar - lam_alefHamzabelow-ar - lam_alefWavyhamzaabove-ar - lam_alefWavyhamzabelow-ar - lam_alefMadda-ar - lam_alefWasla-ar - lamVabove_alef-ar - lamDotabove_alef-ar - lamThreedotsabove_alef-ar - lamThreedotsbelow_alef-ar - lamBar_alef-ar - lam_alef-ar.fina - lam_alefHamzaabove-ar.fina - lam_alefHamzabelow-ar.fina - lam_alefWavyhamzaabove-ar.fina - lam_alefWavyhamzabelow-ar.fina - lam_alefMadda-ar.fina - lam_alefWasla-ar.fina - lamVabove_alef-ar.fina - lamDotabove_alef-ar.fina - lamThreedotsabove_alef-ar.fina - lamThreedotsbelow_alef-ar.fina - lamBar_alef-ar.fina - seen_reh-ar - seen_zain-ar - seen_rreh-ar - seen_jeh-ar - sheen_reh-ar - sheen_zain-ar - sheen_rreh-ar - sheen_jeh-ar - seen_reh-ar.fina - seen_zain-ar.fina - seen_rreh-ar.fina - seen_jeh-ar.fina - sheen_reh-ar.fina - sheen_zain-ar.fina - sheen_rreh-ar.fina - sheen_jeh-ar.fina - seen_reh-ar.fina.short - seen_zain-ar.fina.short - seen_rreh-ar.fina.short - seen_jeh-ar.fina.short - sheen_reh-ar.fina.short - sheen_zain-ar.fina.short - sheen_rreh-ar.fina.short - sheen_jeh-ar.fina.short - seen_reh-ar.short - seen_zain-ar.short - seen_rreh-ar.short - seen_jeh-ar.short - sheen_reh-ar.short - sheen_zain-ar.short - sheen_rreh-ar.short - sheen_jeh-ar.short - seen_alefMaksura-ar - seen_yeh-ar - seen_yehHamzaabove-ar - sheen_alefMaksura-ar - sheen_yeh-ar - sheen_yehHamzaabove-ar - seen_yeh-farsi - sheen_yeh-farsi - seen_alefMaksura-ar.fina - seen_yeh-ar.fina - seen_yehHamzaabove-ar.fina - sheen_alefMaksura-ar.fina - sheen_yeh-ar.fina - sheen_yehHamzaabove-ar.fina - seen_yeh-farsi.fina - sheen_yeh-farsi.fina - sad_reh-ar - sad_zain-ar - sad_rreh-ar - sad_jeh-ar - dad_reh-ar - dad_zain-ar - dad_rreh-ar - dad_jeh-ar - sad_reh-ar.fina - sad_zain-ar.fina - sad_rreh-ar.fina - sad_jeh-ar.fina - dad_reh-ar.fina - dad_zain-ar.fina - dad_rreh-ar.fina - dad_jeh-ar.fina - sad_reh-ar.fina.short - sad_zain-ar.fina.short - sad_rreh-ar.fina.short - sad_jeh-ar.fina.short - dad_reh-ar.fina.short - dad_zain-ar.fina.short - dad_rreh-ar.fina.short - dad_jeh-ar.fina.short - sad_reh-ar.short - sad_zain-ar.short - sad_rreh-ar.short - sad_jeh-ar.short - dad_reh-ar.short - dad_zain-ar.short - dad_rreh-ar.short - dad_jeh-ar.short - sad_alefMaksura-ar - sad_yeh-ar - sad_yehHamzaabove-ar - dad_alefMaksura-ar - dad_yeh-ar - dad_yehHamzaabove-ar - sad_yeh-farsi - dad_yeh-farsi - sad_alefMaksura-ar.fina - sad_yeh-ar.fina - sad_yehHamzaabove-ar.fina - dad_alefMaksura-ar.fina - dad_yeh-ar.fina - dad_yehHamzaabove-ar.fina - sad_yeh-farsi.fina - dad_yeh-farsi.fina - kaf_alefMaksura-ar - kaf_yeh-ar - kaf_yehHamzaabove-ar - keheh_yeh-ar - gaf_alefMaksura-ar - gaf_yeh-ar - gaf_yehHamzaabove-ar - kaf_yeh-farsi - keheh_yeh-farsi - gaf_yeh-farsi - kaf_alefMaksura-ar.fina - kaf_yeh-ar.fina - kaf_yehHamzaabove-ar.fina - keheh_yeh-ar.fina - gaf_alefMaksura-ar.fina - gaf_yeh-ar.fina - gaf_yehHamzaabove-ar.fina - kaf_yeh-farsi.fina - keheh_yeh-farsi.fina - gaf_yeh-farsi.fina - lam_alefMaksura-ar - lam_yeh-ar - lam_yehHamzaabove-ar - lam_yeh-farsi - comp.behDotless_alefMaksura-ar - beh_alefMaksura-ar - beh_yeh-ar - beh_yehHamzaabove-ar - peh_alefMaksura-ar - peh_yeh-ar - peh_yehHamzaabove-ar - teh_alefMaksura-ar - teh_yeh-ar - teh_yehHamzaabove-ar - theh_alefMaksura-ar - theh_yeh-ar - theh_yehHamzaabove-ar - tteh_alefMaksura-ar - tteh_yeh-ar - tteh_yehHamzaabove-ar - noon_alefMaksura-ar - noon_yeh-ar - noon_yehHamzaabove-ar - yeh_alefMaksura-ar - yeh_yeh-ar - yeh_yehHamzaabove-ar - yehHamzaabove_alefMaksura-ar - yehHamzaabove_yeh-ar - yehHamzaabove_yehHamzaabove-ar - yeh_yeh-farsi - peh_yeh-farsi - teh_yeh-farsi - theh_yeh-farsi - tteh_yeh-farsi - noon_yeh-farsi - yehHamzaabove_yeh-farsi - beh_yeh-farsi - comp.behDotless_alefMaksura-ar.fina - beh_alefMaksura-ar.fina - beh_yeh-ar.fina - beh_yehHamzaabove-ar.fina - peh_alefMaksura-ar.fina - peh_yeh-ar.fina - peh_yehHamzaabove-ar.fina - teh_alefMaksura-ar.fina - teh_yeh-ar.fina - teh_yehHamzaabove-ar.fina - theh_alefMaksura-ar.fina - theh_yeh-ar.fina - theh_yehHamzaabove-ar.fina - tteh_alefMaksura-ar.fina - tteh_yeh-ar.fina - tteh_yehHamzaabove-ar.fina - noon_alefMaksura-ar.fina - noon_yeh-ar.fina - noon_yehHamzaabove-ar.fina - yeh_alefMaksura-ar.fina - yeh_yeh-ar.fina - yeh_yehHamzaabove-ar.fina - yehHamzaabove_alefMaksura-ar.fina - yehHamzaabove_yeh-ar.fina - yehHamzaabove_yehHamzaabove-ar.fina - yeh_yeh-farsi.fina - beh_yeh-farsi.fina - peh_yeh-farsi.fina - teh_yeh-farsi.fina - theh_yeh-farsi.fina - tteh_yeh-farsi.fina - noon_yeh-farsi.fina - yehHamzaabove_yeh-farsi.fina - fehDotless_alefMaksura-ar - feh_alefMaksura-ar - feh_yeh-ar - feh_yehHamzaabove-ar - veh_alefMaksura-ar - veh_yeh-ar - veh_yehHamzaabove-ar - qaf_alefMaksura-ar - qaf_yeh-ar - qaf_yehHamzaabove-ar - feh_yeh-farsi - veh_yeh-farsi - qaf_yeh-farsi - alefMaksura_reh-ar.fina - beh_reh-ar.fina - beh_zain-ar.fina - beh_rreh-ar.fina - beh_jeh-ar.fina - peh_reh-ar.fina - peh_zain-ar.fina - peh_rreh-ar.fina - peh_jeh-ar.fina - teh_reh-ar.fina - teh_zain-ar.fina - teh_rreh-ar.fina - teh_jeh-ar.fina - theh_reh-ar.fina - theh_zain-ar.fina - theh_rreh-ar.fina - theh_jeh-ar.fina - tteh_reh-ar.fina - tteh_zain-ar.fina - tteh_rreh-ar.fina - tteh_jeh-ar.fina - noon_reh-ar.fina - noon_zain-ar.fina - noon_rreh-ar.fina - noon_jeh-ar.fina - yeh_reh-ar.fina - yeh_zain-ar.fina - yeh_rreh-ar.fina - yeh_jeh-ar.fina - yehHamzaabove_reh-ar.fina - yehHamzaabove_zain-ar.fina - yehHamzaabove_rreh-ar.fina - yehHamzaabove_jeh-ar.fina - yeh_zain-farsi.fina - yeh_reh-farsi.fina - yeh_jeh-farsi.fina - yeh_rreh-farsi.fina - alefMaksura_reh-ar.fina.short - beh_reh-ar.fina.short - beh_zain-ar.fina.short - beh_rreh-ar.fina.short - beh_jeh-ar.fina.short - peh_reh-ar.fina.short - peh_zain-ar.fina.short - peh_rreh-ar.fina.short - peh_jeh-ar.fina.short - teh_reh-ar.fina.short - teh_zain-ar.fina.short - teh_rreh-ar.fina.short - teh_jeh-ar.fina.short - theh_reh-ar.fina.short - theh_zain-ar.fina.short - theh_rreh-ar.fina.short - theh_jeh-ar.fina.short - tteh_reh-ar.fina.short - tteh_zain-ar.fina.short - tteh_rreh-ar.fina.short - tteh_jeh-ar.fina.short - noon_reh-ar.fina.short - noon_zain-ar.fina.short - noon_rreh-ar.fina.short - noon_jeh-ar.fina.short - yeh_reh-ar.fina.short - yeh_zain-ar.fina.short - yeh_rreh-ar.fina.short - yeh_jeh-ar.fina.short - yehHamzaabove_reh-ar.fina.short - yehHamzaabove_zain-ar.fina.short - yehHamzaabove_rreh-ar.fina.short - yehHamzaabove_jeh-ar.fina.short - yeh_jeh-farsi.fina.short - yeh_reh-farsi.fina.short - yeh_rreh-farsi.fina.short - yeh_zain-farsi.fina.short - alefMaksura_noonghunna-ar - beh_noon-ar.fina - peh_noon-ar.fina - teh_noon-ar.fina - theh_noon-ar.fina - tteh_noon-ar.fina - noon_noon-ar.fina - yeh_noon-ar.fina - yehHamzaabove_noon-ar.fina - yeh_noon-farsi.fina + lam_alef-ar.rlig + lam_alefHamzaabove-ar.rlig + lam_alefHamzabelow-ar.rlig + lam_alefWavyhamzaabove-ar.rlig + lam_alefWavyhamzabelow-ar.rlig + lam_alefMadda-ar.rlig + lam_alefWasla-ar.rlig + lamVabove_alef-ar.rlig + lamDotabove_alef-ar.rlig + lamThreedotsabove_alef-ar.rlig + lamThreedotsbelow_alef-ar.rlig + lamBar_alef-ar.rlig + lam_alef-ar.fina.rlig + lam_alefHamzaabove-ar.fina.rlig + lam_alefHamzabelow-ar.fina.rlig + lam_alefWavyhamzaabove-ar.fina.rlig + lam_alefWavyhamzabelow-ar.fina.rlig + lam_alefMadda-ar.fina.rlig + lam_alefWasla-ar.fina.rlig + lamVabove_alef-ar.fina.rlig + lamDotabove_alef-ar.fina.rlig + lamThreedotsabove_alef-ar.fina.rlig + lamThreedotsbelow_alef-ar.fina.rlig + lamBar_alef-ar.fina.rlig + seen_reh-ar.rlig + seen_zain-ar.rlig + seen_rreh-ar.rlig + seen_jeh-ar.rlig + sheen_reh-ar.rlig + sheen_zain-ar.rlig + sheen_rreh-ar.rlig + sheen_jeh-ar.rlig + seen_reh-ar.fina.rlig + seen_zain-ar.fina.rlig + seen_rreh-ar.fina.rlig + seen_jeh-ar.fina.rlig + sheen_reh-ar.fina.rlig + sheen_zain-ar.fina.rlig + sheen_rreh-ar.fina.rlig + sheen_jeh-ar.fina.rlig + seen_reh-ar.fina.rlig.short + seen_zain-ar.fina.rlig.short + seen_rreh-ar.fina.rlig.short + seen_jeh-ar.fina.rlig.short + sheen_reh-ar.fina.rlig.short + sheen_zain-ar.fina.rlig.short + sheen_rreh-ar.fina.rlig.short + sheen_jeh-ar.fina.rlig.short + seen_reh-ar.rlig.short + seen_zain-ar.rlig.short + seen_rreh-ar.rlig.short + seen_jeh-ar.rlig.short + sheen_reh-ar.rlig.short + sheen_zain-ar.rlig.short + sheen_rreh-ar.rlig.short + sheen_jeh-ar.rlig.short + seen_alefMaksura-ar.rlig + seen_yeh-ar.rlig + seen_yehHamzaabove-ar.rlig + sheen_alefMaksura-ar.rlig + sheen_yeh-ar.rlig + sheen_yehHamzaabove-ar.rlig + seen_yeh-farsi.rlig + sheen_yeh-farsi.rlig + seen_alefMaksura-ar.fina.rlig + seen_yeh-ar.fina.rlig + seen_yehHamzaabove-ar.fina.rlig + sheen_alefMaksura-ar.fina.rlig + sheen_yeh-ar.fina.rlig + sheen_yehHamzaabove-ar.fina.rlig + seen_yeh-farsi.fina.rlig + sheen_yeh-farsi.fina.rlig + sad_reh-ar.rlig + sad_zain-ar.rlig + sad_rreh-ar.rlig + sad_jeh-ar.rlig + dad_reh-ar.rlig + dad_zain-ar.rlig + dad_rreh-ar.rlig + dad_jeh-ar.rlig + sad_reh-ar.fina.rlig + sad_zain-ar.fina.rlig + sad_rreh-ar.fina.rlig + sad_jeh-ar.fina.rlig + dad_reh-ar.fina.rlig + dad_zain-ar.fina.rlig + dad_rreh-ar.fina.rlig + dad_jeh-ar.fina.rlig + sad_reh-ar.fina.rlig.short + sad_zain-ar.fina.rlig.short + sad_rreh-ar.fina.rlig.short + sad_jeh-ar.fina.rlig.short + dad_reh-ar.fina.rlig.short + dad_zain-ar.fina.rlig.short + dad_rreh-ar.fina.rlig.short + dad_jeh-ar.fina.rlig.short + sad_reh-ar.rlig.short + sad_zain-ar.rlig.short + sad_rreh-ar.rlig.short + sad_jeh-ar.rlig.short + dad_reh-ar.rlig.short + dad_zain-ar.rlig.short + dad_rreh-ar.rlig.short + dad_jeh-ar.rlig.short + sad_alefMaksura-ar.rlig + sad_yeh-ar.rlig + sad_yehHamzaabove-ar.rlig + dad_alefMaksura-ar.rlig + dad_yeh-ar.rlig + dad_yehHamzaabove-ar.rlig + sad_yeh-farsi.rlig + dad_yeh-farsi.rlig + sad_alefMaksura-ar.fina.rlig + sad_yeh-ar.fina.rlig + sad_yehHamzaabove-ar.fina.rlig + dad_alefMaksura-ar.fina.rlig + dad_yeh-ar.fina.rlig + dad_yehHamzaabove-ar.fina.rlig + sad_yeh-farsi.fina.rlig + dad_yeh-farsi.fina.rlig + kaf_alefMaksura-ar.rlig + kaf_yeh-ar.rlig + kaf_yehHamzaabove-ar.rlig + keheh_yeh-ar.rlig + gaf_alefMaksura-ar.rlig + gaf_yeh-ar.rlig + gaf_yehHamzaabove-ar.rlig + kaf_yeh-farsi.rlig + keheh_yeh-farsi.rlig + gaf_yeh-farsi.rlig + kaf_alefMaksura-ar.fina.rlig + kaf_yeh-ar.fina.rlig + kaf_yehHamzaabove-ar.fina.rlig + keheh_yeh-ar.fina.rlig + gaf_alefMaksura-ar.fina.rlig + gaf_yeh-ar.fina.rlig + gaf_yehHamzaabove-ar.fina.rlig + kaf_yeh-farsi.fina.rlig + keheh_yeh-farsi.fina.rlig + gaf_yeh-farsi.fina.rlig + lam_alefMaksura-ar.rlig + lam_yeh-ar.rlig + lam_yehHamzaabove-ar.rlig + lam_yeh-farsi.rlig + behDotless_alefMaksura-ar.rlig + beh_alefMaksura-ar.rlig + beh_yeh-ar.rlig + beh_yehHamzaabove-ar.rlig + peh_alefMaksura-ar.rlig + peh_yeh-ar.rlig + peh_yehHamzaabove-ar.rlig + teh_alefMaksura-ar.rlig + teh_yeh-ar.rlig + teh_yehHamzaabove-ar.rlig + theh_alefMaksura-ar.rlig + theh_yeh-ar.rlig + theh_yehHamzaabove-ar.rlig + tteh_alefMaksura-ar.rlig + tteh_yeh-ar.rlig + tteh_yehHamzaabove-ar.rlig + noon_alefMaksura-ar.rlig + noon_yeh-ar.rlig + noon_yehHamzaabove-ar.rlig + yeh_alefMaksura-ar.rlig + yeh_yeh-ar.rlig + yeh_yehHamzaabove-ar.rlig + yehHamzaabove_alefMaksura-ar.rlig + yehHamzaabove_yeh-ar.rlig + yehHamzaabove_yehHamzaabove-ar.rlig + yeh_yeh-farsi.rlig + peh_yeh-farsi.rlig + teh_yeh-farsi.rlig + theh_yeh-farsi.rlig + tteh_yeh-farsi.rlig + noon_yeh-farsi.rlig + yehHamzaabove_yeh-farsi.rlig + beh_yeh-farsi.rlig + behDotless_alefMaksura-ar.fina.rlig + beh_alefMaksura-ar.fina.rlig + beh_yeh-ar.fina.rlig + beh_yehHamzaabove-ar.fina.rlig + peh_alefMaksura-ar.fina.rlig + peh_yeh-ar.fina.rlig + peh_yehHamzaabove-ar.fina.rlig + teh_alefMaksura-ar.fina.rlig + teh_yeh-ar.fina.rlig + teh_yehHamzaabove-ar.fina.rlig + theh_alefMaksura-ar.fina.rlig + theh_yeh-ar.fina.rlig + theh_yehHamzaabove-ar.fina.rlig + tteh_alefMaksura-ar.fina.rlig + tteh_yeh-ar.fina.rlig + tteh_yehHamzaabove-ar.fina.rlig + noon_alefMaksura-ar.fina.rlig + noon_yeh-ar.fina.rlig + noon_yehHamzaabove-ar.fina.rlig + yeh_alefMaksura-ar.fina.rlig + yeh_yeh-ar.fina.rlig + yeh_yehHamzaabove-ar.fina.rlig + yehHamzaabove_alefMaksura-ar.fina.rlig + yehHamzaabove_yeh-ar.fina.rlig + yehHamzaabove_yehHamzaabove-ar.fina.rlig + yeh_yeh-farsi.fina.rlig + beh_yeh-farsi.fina.rlig + peh_yeh-farsi.fina.rlig + teh_yeh-farsi.fina.rlig + theh_yeh-farsi.fina.rlig + tteh_yeh-farsi.fina.rlig + noon_yeh-farsi.fina.rlig + yehHamzaabove_yeh-farsi.fina.rlig + fehDotless_alefMaksura-ar.rlig + feh_alefMaksura-ar.rlig + feh_yeh-ar.rlig + feh_yehHamzaabove-ar.rlig + veh_alefMaksura-ar.rlig + veh_yeh-ar.rlig + veh_yehHamzaabove-ar.rlig + qaf_alefMaksura-ar.rlig + qaf_yeh-ar.rlig + qaf_yehHamzaabove-ar.rlig + feh_yeh-farsi.rlig + veh_yeh-farsi.rlig + qaf_yeh-farsi.rlig + alefMaksura_reh-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig.short + alefMaksura_jeh-ar.fina.rlig + alefMaksura_jeh-ar.fina.rlig.short + beh_reh-ar.fina.rlig + beh_zain-ar.fina.rlig + beh_rreh-ar.fina.rlig + beh_jeh-ar.fina.rlig + peh_reh-ar.fina.rlig + peh_zain-ar.fina.rlig + peh_rreh-ar.fina.rlig + peh_jeh-ar.fina.rlig + teh_reh-ar.fina.rlig + teh_zain-ar.fina.rlig + teh_rreh-ar.fina.rlig + teh_jeh-ar.fina.rlig + theh_reh-ar.fina.rlig + theh_zain-ar.fina.rlig + theh_rreh-ar.fina.rlig + theh_jeh-ar.fina.rlig + tteh_reh-ar.fina.rlig + tteh_zain-ar.fina.rlig + tteh_rreh-ar.fina.rlig + tteh_jeh-ar.fina.rlig + noon_reh-ar.fina.rlig + noon_zain-ar.fina.rlig + noon_rreh-ar.fina.rlig + noon_jeh-ar.fina.rlig + yeh_reh-ar.fina.rlig + yeh_zain-ar.fina.rlig + yeh_rreh-ar.fina.rlig + yeh_jeh-ar.fina.rlig + yehHamzaabove_reh-ar.fina.rlig + yehHamzaabove_zain-ar.fina.rlig + yehHamzaabove_rreh-ar.fina.rlig + yehHamzaabove_jeh-ar.fina.rlig + yeh_zain-farsi.fina.rlig + yeh_reh-farsi.fina.rlig + yeh_jeh-farsi.fina.rlig + yeh_rreh-farsi.fina.rlig + alefMaksura_reh-ar.fina.rlig.short + beh_reh-ar.fina.rlig.short + beh_zain-ar.fina.rlig.short + beh_rreh-ar.fina.rlig.short + beh_jeh-ar.fina.rlig.short + peh_reh-ar.fina.rlig.short + peh_zain-ar.fina.rlig.short + peh_rreh-ar.fina.rlig.short + peh_jeh-ar.fina.rlig.short + teh_reh-ar.fina.rlig.short + teh_zain-ar.fina.rlig.short + teh_rreh-ar.fina.rlig.short + teh_jeh-ar.fina.rlig.short + theh_reh-ar.fina.rlig.short + theh_zain-ar.fina.rlig.short + theh_rreh-ar.fina.rlig.short + theh_jeh-ar.fina.rlig.short + noon_reh-ar.fina.rlig.short + noon_zain-ar.fina.rlig.short + noon_rreh-ar.fina.rlig.short + noon_jeh-ar.fina.rlig.short + yeh_reh-ar.fina.rlig.short + yeh_zain-ar.fina.rlig.short + yeh_rreh-ar.fina.rlig.short + yeh_jeh-ar.fina.rlig.short + yehHamzaabove_reh-ar.fina.rlig.short + yehHamzaabove_zain-ar.fina.rlig.short + yehHamzaabove_rreh-ar.fina.rlig.short + yehHamzaabove_jeh-ar.fina.rlig.short + yeh_jeh-farsi.fina.rlig.short + yeh_reh-farsi.fina.rlig.short + yeh_rreh-farsi.fina.rlig.short + yeh_zain-farsi.fina.rlig.short + alefMaksura_noonghunna-ar.rlig + alefMaksura_noon-ar.fina.rlig + beh_noon-ar.fina.rlig + peh_noon-ar.fina.rlig + teh_noon-ar.fina.rlig + theh_noon-ar.fina.rlig + tteh_noon-ar.fina.rlig + noon_noon-ar.fina.rlig + yeh_noon-ar.fina.rlig + yehHamzaabove_noon-ar.fina.rlig + yeh_noon-farsi.fina.rlig zero-ar one-ar two-ar @@ -1447,6 +3155,7 @@ endofayah-ar sajdah-ar dottedCircle + zerosuperior onesuperior twosuperior threesuperior diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/features.fea b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/features.fea new file mode 100644 index 0000000000..5cab861903 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/features.fea @@ -0,0 +1,5453 @@ +# ---------------- +# LANGUAGE SYSTEMS +# ---------------- + +languagesystem DFLT dflt; # Default +languagesystem latn dflt; # Latin default +languagesystem arab dflt; # Arabic default +languagesystem arab URD; + + + +# -------------- +# GLOBAL CLASSES +# -------------- + +@lca_dflt = [a aacute acircumflex adieresis agrave aring atilde]; # 7 items +@lca_alt1 = [a.alt01 aacute.alt01 acircumflex.alt01 adieresis.alt01 agrave.alt01 aring.alt01 atilde.alt01]; # 7 items +@lcg_dflt = [g]; # 1 items +@lcg_alt1 = [g.alt01]; # 1 items +@numbers_dflt = [zero one two three four five six seven eight nine]; # 10 items +@numbers_locl = [zero.loclARAB one.loclARAB two.loclARAB three.loclARAB four.loclARAB five.loclARAB six.loclARAB seven.loclARAB eight.loclARAB nine.loclARAB]; # 10 items +@numbers_sups = [zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior]; # 10 items +@numbers_sinf = [zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior]; # 10 items +@reh = [reh-ar reh-ar.fina zain-ar zain-ar.fina rreh-ar rreh-ar.fina jeh-ar jeh-ar.fina beh_reh-ar.fina.rlig beh_zain-ar.fina.rlig beh_rreh-ar.fina.rlig beh_jeh-ar.fina.rlig peh_reh-ar.fina.rlig peh_zain-ar.fina.rlig peh_rreh-ar.fina.rlig peh_jeh-ar.fina.rlig teh_reh-ar.fina.rlig teh_zain-ar.fina.rlig teh_rreh-ar.fina.rlig teh_jeh-ar.fina.rlig theh_reh-ar.fina.rlig theh_zain-ar.fina.rlig theh_rreh-ar.fina.rlig theh_jeh-ar.fina.rlig seen_reh-ar.fina.rlig seen_reh-ar.rlig seen_zain-ar.fina.rlig seen_zain-ar.rlig seen_rreh-ar.fina.rlig seen_rreh-ar.rlig seen_jeh-ar.fina.rlig seen_jeh-ar.rlig sheen_reh-ar.fina.rlig sheen_reh-ar.rlig sheen_zain-ar.fina.rlig sheen_zain-ar.rlig sheen_rreh-ar.fina.rlig sheen_rreh-ar.rlig sheen_jeh-ar.fina.rlig sheen_jeh-ar.rlig sad_reh-ar.fina.rlig sad_reh-ar.rlig sad_zain-ar.fina.rlig sad_zain-ar.rlig sad_rreh-ar.fina.rlig sad_rreh-ar.rlig sad_jeh-ar.fina.rlig sad_jeh-ar.rlig dad_reh-ar.fina.rlig dad_reh-ar.rlig dad_zain-ar.fina.rlig dad_zain-ar.rlig dad_rreh-ar.fina.rlig dad_rreh-ar.rlig dad_jeh-ar.fina.rlig dad_jeh-ar.rlig noon_reh-ar.fina.rlig noon_zain-ar.fina.rlig noon_rreh-ar.fina.rlig noon_jeh-ar.fina.rlig alefMaksura_reh-ar.fina.rlig alefMaksura_zain-ar.fina.rlig alefMaksura_jeh-ar.fina.rlig yeh_reh-ar.fina.rlig yeh_zain-ar.fina.rlig yeh_rreh-ar.fina.rlig yeh_jeh-ar.fina.rlig yehHamzaabove_reh-ar.fina.rlig yehHamzaabove_zain-ar.fina.rlig yehHamzaabove_rreh-ar.fina.rlig yehHamzaabove_jeh-ar.fina.rlig yeh_reh-farsi.fina.rlig yeh_zain-farsi.fina.rlig yeh_rreh-farsi.fina.rlig yeh_jeh-farsi.fina.rlig]; # 75 items +@rehshort = [reh-ar.short reh-ar.fina.short zain-ar.fina.short zain-ar.short rreh-ar.short rreh-ar.fina.short jeh-ar.short jeh-ar.fina.short beh_reh-ar.fina.rlig.short beh_zain-ar.fina.rlig.short beh_rreh-ar.fina.rlig.short beh_jeh-ar.fina.rlig.short peh_reh-ar.fina.rlig.short peh_zain-ar.fina.rlig.short peh_rreh-ar.fina.rlig.short peh_jeh-ar.fina.rlig.short teh_reh-ar.fina.rlig.short teh_zain-ar.fina.rlig.short teh_rreh-ar.fina.rlig.short teh_jeh-ar.fina.rlig.short theh_reh-ar.fina.rlig.short theh_zain-ar.fina.rlig.short theh_rreh-ar.fina.rlig.short theh_jeh-ar.fina.rlig.short seen_reh-ar.fina.rlig.short seen_reh-ar.rlig.short seen_zain-ar.fina.rlig.short seen_zain-ar.rlig.short seen_rreh-ar.fina.rlig.short seen_rreh-ar.rlig.short seen_jeh-ar.fina.rlig.short seen_jeh-ar.rlig.short sheen_reh-ar.fina.rlig.short sheen_reh-ar.rlig.short sheen_zain-ar.fina.rlig.short sheen_zain-ar.rlig.short sheen_rreh-ar.fina.rlig.short sheen_rreh-ar.rlig.short sheen_jeh-ar.fina.rlig.short sheen_jeh-ar.rlig.short sad_reh-ar.fina.rlig.short sad_reh-ar.rlig.short sad_zain-ar.fina.rlig.short sad_zain-ar.rlig.short sad_rreh-ar.fina.rlig.short sad_rreh-ar.rlig.short sad_jeh-ar.fina.rlig.short sad_jeh-ar.rlig.short dad_reh-ar.fina.rlig.short dad_reh-ar.rlig.short dad_zain-ar.fina.rlig.short dad_zain-ar.rlig.short dad_rreh-ar.fina.rlig.short dad_rreh-ar.rlig.short dad_jeh-ar.fina.rlig.short dad_jeh-ar.rlig.short noon_reh-ar.fina.rlig.short noon_zain-ar.fina.rlig.short noon_rreh-ar.fina.rlig.short noon_jeh-ar.fina.rlig.short alefMaksura_reh-ar.fina.rlig.short alefMaksura_zain-ar.fina.rlig.short alefMaksura_jeh-ar.fina.rlig.short yeh_reh-ar.fina.rlig.short yeh_zain-ar.fina.rlig.short yeh_rreh-ar.fina.rlig.short yeh_jeh-ar.fina.rlig.short yehHamzaabove_reh-ar.fina.rlig.short yehHamzaabove_zain-ar.fina.rlig.short yehHamzaabove_rreh-ar.fina.rlig.short yehHamzaabove_jeh-ar.fina.rlig.short yeh_reh-farsi.fina.rlig.short yeh_zain-farsi.fina.rlig.short yeh_rreh-farsi.fina.rlig.short yeh_jeh-farsi.fina.rlig.short]; # 75 items +@hah = [jeem-ar tcheh-ar hah-ar khah-ar ain-ar ghain-ar]; # 6 items +@hahshort = [jeem-ar.short tcheh-ar.short hah-ar.short khah-ar.short ain-ar.short ghain-ar.short]; # 6 items +@yehbarree = [yehbarree-ar.fina yehbarreeHamzaabove-ar.fina yehbarreeTwoabove-ar.fina yehbarreeThreeabove-ar.fina]; # 4 items +@yehbarreeshort = [yehbarree-ar.fina.short yehbarreeHamzaabove-ar.fina.short yehbarreeTwoabove-ar.fina.short yehbarreeThreeabove-ar.fina.short]; # 4 items +@yehbarreeshort2 = [yehbarree-ar.fina.short2 yehbarreeHamzaabove-ar.fina.short2 yehbarreeTwoabove-ar.fina.short2 yehbarreeThreeabove-ar.fina.short2]; # 4 items +@yehbarreeshort3 = [yehbarree-ar.fina.short3 yehbarreeHamzaabove-ar.fina.short3 yehbarreeTwoabove-ar.fina.short3 yehbarreeThreeabove-ar.fina.short3]; # 4 items +@yehbarreeshort4 = [yehbarree-ar.fina.short4 yehbarreeHamzaabove-ar.fina.short4 yehbarreeTwoabove-ar.fina.short4 yehbarreeThreeabove-ar.fina.short4]; # 4 items +@mGC_top_0_540 = [acutecomb caroncomb circumflexcomb dieresiscomb dotaccentcomb gravecomb hungarumlautcomb macroncomb ringcomb tildecomb]; # 10 items + + + +# ------------ +# MARK CLASSES +# ------------ + +markClass @mGC_top_0_540 @MC_top; +markClass [ainabove-ar] @mark_top; +markClass [alefLamYehabove-ar] @mark_top; +markClass [alefabove-ar] @mark_top; +markClass [alefbelow-ar] @mark_bottom; +markClass [damma-ar] @mark_top; +markClass [dammaCurly-ar] @mark_top; +markClass [dammaDot-ar] @mark_top; +markClass [dammainverted-ar] @mark_top; +markClass [dammareversed-ar] @mark_top; +markClass [dammasmall-ar] @mark_top; +markClass [dammatan-ar] @mark_top; +markClass [dammatanCurly-ar] @mark_top; +markClass [dotabove-ar] @mark_top; +markClass [dotbelow-ar] @mark_bottom; +markClass [dotcenter-ar] @mark_center; +markClass [dotvowelbelow-ar] @mark_bottom; +markClass [doublerightarrowheadDotabove-ar] @mark_top; +markClass [doublerightarrowheadabove-ar] @mark_top; +markClass [fatha-ar] @mark_top; +markClass [fathaCurly-ar] @mark_top; +markClass [fathaDotabove-ar] @mark_top; +markClass [fathaHorizont-ar] @mark_top; +markClass [fathaRing-ar] @mark_ring; +markClass [fathasmall-ar] @mark_top; +markClass [fathatan-ar] @mark_top; +markClass [fathatanCurly-ar] @mark_top; +markClass [fathatwodots-ar] @mark_top; +markClass [fourabove-ar] @mark_top; +markClass [fourdotsabove-ar] @mark_top; +markClass [fourdotsbelow-ar] @mark_bottom; +markClass [fourdotscenter-ar] @mark_center; +markClass [hahabove-ar] @mark_top; +markClass [hamzaabove-ar] @mark_top; +markClass [hamzaaboveDamma-ar] @mark_top; +markClass [hamzaaboveDammatan-ar] @mark_top; +markClass [hamzaaboveFatha-ar] @mark_top; +markClass [hamzaaboveFathatan-ar] @mark_top; +markClass [hamzaaboveSukun-ar] @mark_top; +markClass [hamzabelow-ar] @mark_bottom; +markClass [hamzabelowKasra-ar] @mark_bottom; +markClass [hamzabelowKasratan-ar] @mark_bottom; +markClass [hamzacenter-ar] @mark_center; +markClass [jeemabove-ar] @mark_top; +markClass [kasra-ar] @mark_bottom; +markClass [kasraCurly-ar] @mark_bottom; +markClass [kasraDotbelow-ar] @mark_bottom; +markClass [kasrasmall-ar] @mark_bottom; +markClass [kasratan-ar] @mark_bottom; +markClass [kasratanCurly-ar] @mark_bottom; +markClass [lamAlefabove-ar] @mark_top; +markClass [leftarrowheadabove-ar] @mark_top; +markClass [leftarrowheadbelow-ar] @mark_bottom; +markClass [madda-ar] @mark_top; +markClass [maddalong-ar] @mark_top; +markClass [meemStopabove-ar] @mark_top; +markClass [meemabove-ar] @mark_top; +markClass [meembelow-ar] @mark_bottom; +markClass [noonabove-ar] @mark_top; +markClass [noonghunnaabove-ar] @mark_top; +markClass [opendammatan-ar] @mark_top; +markClass [openfathatan-ar] @mark_top; +markClass [openkasratan-ar] @mark_bottom; +markClass [qafLamAlefMaksuraabove-ar] @mark_top; +markClass [rehDadabove-ar] @mark_top; +markClass [rehHahabove-ar] @mark_top; +markClass [rhombusStopabove-ar] @mark_top; +markClass [rhombusStopbelow-ar] @mark_bottom; +markClass [rightarrowheadDotabove-ar] @mark_top; +markClass [rightarrowheadabove-ar] @mark_top; +markClass [rightarrowheadbelow-ar] @mark_bottom; +markClass [ring-ar] @mark_ring; +markClass [sadLamAlefMaksuraabove-ar] @mark_top; +markClass [sadabove-ar] @mark_top; +markClass [seenabove-ar] @mark_top; +markClass [seenbelow-ar] @mark_bottom; +markClass [shadda-ar] @mark_top; +markClass [shaddaAlefabove-ar] @mark_top; +markClass [shaddaDamma-ar] @mark_top; +markClass [shaddaDammatan-ar] @mark_top; +markClass [shaddaFatha-ar] @mark_top; +markClass [shaddaFathatan-ar] @mark_top; +markClass [shaddaKasra-ar] @mark_top; +markClass [shaddaKasratan-ar] @mark_top; +markClass [sukun-ar] @mark_top; +markClass [sukunoval-ar] @mark_top; +markClass [sukunround-ar] @mark_top; +markClass [tahabove-ar] @mark_top; +markClass [tahbelow-ar] @mark_bottom; +markClass [tahcenter-ar] @mark_center; +markClass [takhallusabove-ar] @mark_top; +markClass [threeabove-ar] @mark_top; +markClass [threedotsabove-ar] @mark_top; +markClass [threedotsdownabove-ar] @mark_top; +markClass [threedotsdownbelow-ar] @mark_bottom; +markClass [threedotsdowncenter-ar] @mark_center; +markClass [threedotshorizontalbelow-ar] @mark_bottom; +markClass [threedotsupabove-ar] @mark_top; +markClass [threedotsupbelow-ar] @mark_bottom; +markClass [threedotsupcenter-ar] @mark_center; +markClass [toneloopabove-ar] @mark_top; +markClass [toneloopbelow-ar] @mark_bottom; +markClass [toneonedotabove-ar] @mark_top; +markClass [toneonedotbelow-ar] @mark_bottom; +markClass [tonetwodotsabove-ar] @mark_top; +markClass [tonetwodotsbelow-ar] @mark_bottom; +markClass [twoabove-ar] @mark_top; +markClass [twodotshorizontalabove-ar] @mark_top; +markClass [twodotshorizontalbelow-ar] @mark_bottom; +markClass [twodotshorizontalcenter-ar] @mark_center; +markClass [twodotsverticalabove-ar] @mark_top; +markClass [twodotsverticalbelow-ar] @mark_bottom; +markClass [twodotsverticalcenter-ar] @mark_center; +markClass [vabove-ar] @mark_top; +markClass [vbelow-ar] @mark_bottom; +markClass [vinvertedabove-ar] @mark_top; +markClass [vinvertedbelow-ar] @mark_bottom; +markClass [wasla-ar] @mark_top; +markClass [wavyhamzabelow-ar] @mark_bottom; +markClass [yehabove-ar] @mark_top; +markClass [zainabove-ar] @mark_top; +markClass caronslovakcomb @MC_topright; +markClass cedillacomb @MC_bottom; +markClass ogonekcomb @MC_bottomright; + + + +# -------- +# FEATURES +# -------- + +feature aalt { + sub a from [a.alt01]; # 1 glyph(s) + sub g from [g.alt01 g.alt02]; # 2 glyph(s) + sub zero from [zero.alt01 zero.alt02]; # 2 glyph(s) + sub aacute from [aacute.alt01]; # 1 glyph(s) + sub acircumflex from [acircumflex.alt01]; # 1 glyph(s) + sub adieresis from [adieresis.alt01]; # 1 glyph(s) + sub agrave from [agrave.alt01]; # 1 glyph(s) + sub aring from [aring.alt01]; # 1 glyph(s) + sub atilde from [atilde.alt01]; # 1 glyph(s) + sub germandbls from [germandbls.alt01]; # 1 glyph(s) + sub tilde from [tilde.alt01 tilde.case tilde.alt01.case]; # 3 glyph(s) + sub macron from [macron.case]; # 1 glyph(s) + sub dotaccent from [dotaccent.case]; # 1 glyph(s) + sub dieresis from [dieresis.case]; # 1 glyph(s) + sub acute from [acute.case]; # 1 glyph(s) + sub grave from [grave.case]; # 1 glyph(s) + sub circumflex from [circumflex.case]; # 1 glyph(s) + sub caron from [caron.case]; # 1 glyph(s) + sub breve from [breve.case]; # 1 glyph(s) + sub ring from [ring.case]; # 1 glyph(s) + sub kaf-ar.fina from [kaf-ar.fina.ss01]; + sub kaf-ar.medi from [kaf-ar.medi.ss01]; + sub kaf-ar.init from [kaf-ar.init.ss01]; +} aalt; + + + +feature ccmp { + # glyph composition/decomposition + @acc_comb_top = [tildecomb macroncomb dotaccentcomb dieresiscomb hungarumlautcomb acutecomb gravecomb circumflexcomb caroncomb ringcomb]; # 10 glyphs + lookup contextSubs { + sub g' @acc_comb_top by g.alt02; # alternative g with lower ear + sub i' @acc_comb_top by dotlessi; + sub j' @acc_comb_top by dotlessj; + } contextSubs; + # substitute isolated forms from Arabic Presentation Forms to their general counterparts + lookup ccmp_arab_0 { + sub hamza-ar.isol by hamza-ar; + sub alef-ar.isol by alef-ar; + sub alefHamzabelow-ar.isol by alefHamzabelow-ar; + sub alefHamzaabove-ar.isol by alefHamzaabove-ar; + sub alefMadda-ar.isol by alefMadda-ar; + sub reh-ar.isol by reh-ar; + sub zain-ar.isol by zain-ar; + sub lam-ar.isol by lam-ar; + sub noon-ar.isol by noon-ar; + sub beh-ar.isol by beh-ar; + sub teh-ar.isol by teh-ar; + sub theh-ar.isol by theh-ar; + sub hah-ar.isol by hah-ar; + sub jeem-ar.isol by jeem-ar; + sub khah-ar.isol by khah-ar; + sub dal-ar.isol by dal-ar; + sub thal-ar.isol by thal-ar; + sub seen-ar.isol by seen-ar; + sub sheen-ar.isol by sheen-ar; + sub sad-ar.isol by sad-ar; + sub dad-ar.isol by dad-ar; + sub tah-ar.isol by tah-ar; + sub zah-ar.isol by zah-ar; + sub ain-ar.isol by ain-ar; + sub ghain-ar.isol by ghain-ar; + sub feh-ar.isol by feh-ar; + sub qaf-ar.isol by qaf-ar; + sub kaf-ar.isol by kaf-ar; + sub meem-ar.isol by meem-ar; + sub heh-ar.isol by heh-ar; + sub tehMarbuta-ar.isol by tehMarbuta-ar; + sub waw-ar.isol by waw-ar; + sub wawHamzaabove-ar.isol by wawHamzaabove-ar; + sub alefMaksura-ar.isol by alefMaksura-ar; + sub yeh-ar.isol by yeh-ar; + sub yehHamzaabove-ar.isol by yehHamzaabove-ar; + } ccmp_arab_0; + lookup ccmp_arab_1 { + sub hamzaabove-ar damma-ar by hamzaaboveDamma-ar; + sub damma-ar hamzaabove-ar by hamzaaboveDamma-ar; + sub hamzaabove-ar dammatan-ar by hamzaaboveDammatan-ar; + sub dammatan-ar hamzaabove-ar by hamzaaboveDammatan-ar; + sub hamzaabove-ar fatha-ar by hamzaaboveFatha-ar; + sub fatha-ar hamzaabove-ar by hamzaaboveFatha-ar; + sub hamzaabove-ar fathatan-ar by hamzaaboveFathatan-ar; + sub fathatan-ar hamzaabove-ar by hamzaaboveFathatan-ar; + sub hamzaabove-ar sukun-ar by hamzaaboveSukun-ar; + sub sukun-ar hamzaabove-ar by hamzaaboveSukun-ar; + sub hamzabelow-ar kasra-ar by hamzabelowKasra-ar; + sub kasra-ar hamzabelow-ar by hamzabelowKasra-ar; + sub hamzabelow-ar kasratan-ar by hamzabelowKasratan-ar; + sub kasratan-ar hamzabelow-ar by hamzabelowKasratan-ar; + sub shadda-ar alefabove-ar by shaddaAlefabove-ar; + sub alefabove-ar shadda-ar by shaddaAlefabove-ar; + sub shadda-ar damma-ar by shaddaDamma-ar; + sub damma-ar shadda-ar by shaddaDamma-ar; + sub shadda-ar dammatan-ar by shaddaDammatan-ar; + sub dammatan-ar shadda-ar by shaddaDammatan-ar; + sub shadda-ar fatha-ar by shaddaFatha-ar; + sub fatha-ar shadda-ar by shaddaFatha-ar; + sub shadda-ar fathatan-ar by shaddaFathatan-ar; + sub fathatan-ar shadda-ar by shaddaFathatan-ar; + sub shadda-ar kasra-ar by shaddaKasra-ar; + sub kasra-ar shadda-ar by shaddaKasra-ar; + sub shadda-ar kasratan-ar by shaddaKasratan-ar; + sub kasratan-ar shadda-ar by shaddaKasratan-ar; + } ccmp_arab_1; + script arab; + lookup ccmp_arab_0; + lookup ccmp_arab_1; +} ccmp; + + + +feature locl { + # localised forms + script arab; + sub zero by zero.loclARAB; + sub one by one.loclARAB; + sub two by two.loclARAB; + sub three by three.loclARAB; + sub four by four.loclARAB; + sub five by five.loclARAB; + sub six by six.loclARAB; + sub seven by seven.loclARAB; + sub eight by eight.loclARAB; + sub nine by nine.loclARAB; + language URD; + sub six-persian by six-ar; +} locl; + + + +feature ordn { + # ordinals + sub [a o] by [ordfeminine ordmasculine]; +} ordn; + + + +feature liga { + sub f i by fi; +} liga; + + + +feature frac { + # fractions + sub @numbers_dflt by @numbers_sups; + sub [slash] by fraction; + sub fraction @numbers_sups' by @numbers_sinf; + sub @numbers_sinf @numbers_sups' by @numbers_sinf; +} frac; + + + +feature numr { + # numerators + sub @numbers_dflt by @numbers_sups; +} numr; + + + +feature dnom { + # denominators + sub @numbers_dflt by @numbers_sinf; +} dnom; + + + +feature sups { + # superiors + sub @numbers_dflt by @numbers_sups; +} sups; + + + +feature sinf { + # inferiors + sub @numbers_dflt by @numbers_sinf; +} sinf; + + + +feature subs { + # subscript + sub @numbers_dflt by @numbers_sinf; +} subs; + + + +feature zero { + # slashed zero + sub zero by zero.alt02; +} zero; + + + +feature ss01 { + featureNames { + name 3 1 0x0409 "simple lowercase a"; # Win / Unicode / English US + name 1 0 0 "simple lowercase a"; # Mac / Roman / English + }; + # stylistic set 1 - single storey a + sub @lca_dflt by @lca_alt1; +} ss01; + + + +feature ss02 { + featureNames { + name 3 1 0x0409 "simple lowercase g"; # Win / Unicode / English US + name 1 0 0 "simple lowercase g"; # Mac / Roman / English + }; + # stylistic set 2 - single storey g + sub @lcg_dflt by @lcg_alt1; +} ss02; + + + +feature ss03 { + featureNames { + name 3 1 0x0409 "slashed number zero"; # Win / Unicode / English US + name 1 0 0 "slashed number zero"; # Mac / Roman / English + }; + # slashed zero + sub zero by zero.alt02; + sub zero.loclARAB by zero.loclARAB.alt02; +} ss03; + + + +feature ss04 { + featureNames { + name 3 1 0x0409 "dotted number zero"; # Win / Unicode / English US + name 1 0 0 "dotted number zero"; # Mac / Roman / English + }; + # dotted zero + sub zero by zero.alt01; + sub zero.loclARAB by zero.loclARAB.alt01; +} ss04; + + + +feature ss05 { + featureNames { + name 3 1 0x0409 "alternate lowercase eszett"; # Win / Unicode / English US + name 1 0 0 "alternate lowercase eszett"; # Mac / Roman / English + }; + # alternative german eszett + sub germandbls by germandbls.alt01; +} ss05; + + + +feature init { + # initial forms + sub behDotless-ar by behDotless-ar.init; + sub beh-ar by beh-ar.init; + sub peh-ar by peh-ar.init; + sub beeh-ar by beeh-ar.init; + sub beheh-ar by beheh-ar.init; + sub alefMaksura-ar by alefMaksura-ar.init; + sub teh-ar by teh-ar.init; + sub tehRing-ar by tehRing-ar.init; + sub tehThreedotsdown-ar by tehThreedotsdown-ar.init; + sub theh-ar by theh-ar.init; + sub tteh-ar by tteh-ar.init; + sub tteheh-ar by tteheh-ar.init; + sub teheh-ar by teheh-ar.init; + sub behThreedotshorizontalbelow-ar by behThreedotshorizontalbelow-ar.init; + sub behThreedotsupabove-ar by behThreedotsupabove-ar.init; + sub behThreedotsupbelow-ar by behThreedotsupbelow-ar.init; + sub tehThreedotsupbelow-ar by tehThreedotsupbelow-ar.init; + sub behTwodotsbelowDotabove-ar by behTwodotsbelowDotabove-ar.init; + sub behVinvertedbelow-ar by behVinvertedbelow-ar.init; + sub behVabove-ar by behVabove-ar.init; + sub behVbelow-ar by behVbelow-ar.init; + sub jeem-ar by jeem-ar.init; + sub tcheh-ar by tcheh-ar.init; + sub tcheheh-ar by tcheheh-ar.init; + sub tchehDotabove-ar by tchehDotabove-ar.init; + sub nyeh-ar by nyeh-ar.init; + sub dyeh-ar by dyeh-ar.init; + sub hah-ar by hah-ar.init; + sub hahHamzaabove-ar by hahHamzaabove-ar.init; + sub hahTwodotsverticalabove-ar by hahTwodotsverticalabove-ar.init; + sub hahTwodotshorizontalabove-ar by hahTwodotshorizontalabove-ar.init; + sub hahThreedotsabove-ar by hahThreedotsabove-ar.init; + sub hahThreedotsupbelow-ar by hahThreedotsupbelow-ar.init; + sub khah-ar by khah-ar.init; + sub hahTahbelow-ar by hahTahbelow-ar.init; + sub hahTahTwodotshorizontalabove-ar by hahTahTwodotshorizontalabove-ar.init; + sub hahFourbelow-ar by hahFourbelow-ar.init; + sub jeemTwodotsabove-ar by jeemTwodotsabove-ar.init; + sub ainThreedotsbelow-ar.fina by ainThreedotsbelow-ar.fina.init; + sub seen-ar by seen-ar.init; + sub seenDotbelowDotabove-ar by seenDotbelowDotabove-ar.init; + sub seenThreedotsbelow-ar by seenThreedotsbelow-ar.init; + sub sheen-ar by sheen-ar.init; + sub sheenDotbelow-ar by sheenDotbelow-ar.init; + sub sheenThreedotsbelow-ar by sheenThreedotsbelow-ar.init; + sub sad-ar by sad-ar.init; + sub sadTwodotsbelow-ar by sadTwodotsbelow-ar.init; + sub sadThreedots-ar by sadThreedots-ar.init; + sub dad-ar by dad-ar.init; + sub dadDotbelow-ar by dadDotbelow-ar.init; + sub tah-ar by tah-ar.init; + sub tahThreedots-ar by tahThreedots-ar.init; + sub zah-ar by zah-ar.init; + sub tahTwodotsabove-ar by tahTwodotsabove-ar.init; + sub ain-ar by ain-ar.init; + sub ainThreedots-ar by ainThreedots-ar.init; + sub ghain-ar by ghain-ar.init; + sub ghainDotbelow-ar by ghainDotbelow-ar.init; + sub feh-ar by feh-ar.init; + sub veh-ar by veh-ar.init; + sub fehDotless-ar by fehDotless-ar.init; + sub fehDotbelow-ar by fehDotbelow-ar.init; + sub fehThreedotsbelow-ar by fehThreedotsbelow-ar.init; + sub fehDotbelowThreedotsabove-ar by fehDotbelowThreedotsabove-ar.init; + sub peheh-ar by peheh-ar.init; + sub qaf-ar by qaf-ar.init; + sub qafThreedotsabove-ar by qafThreedotsabove-ar.init; + sub qafDotbelow-ar by qafDotbelow-ar.init; + sub kaf-ar by kaf-ar.init; + sub keheh-ar by keheh-ar.init; + sub kehehTwodotshorizontalabove-ar by kehehTwodotshorizontalabove-ar.init; + sub kehehThreedotsbelow-ar by kehehThreedotsbelow-ar.init; + sub kehehDotabove-ar by kehehDotabove-ar.init; + sub kehehThreedotsabove-ar by kehehThreedotsabove-ar.init; + sub kehehThreedotsupbelow-ar by kehehThreedotsupbelow-ar.init; + sub gaf-ar by gaf-ar.init; + sub gafRing-ar by gafRing-ar.init; + sub gafThreedots-ar by gafThreedots-ar.init; + sub kafRing-ar by kafRing-ar.init; + sub kafDotabove-ar by kafDotabove-ar.init; + sub kafTwodotshorizontalabove-ar by kafTwodotshorizontalabove-ar.init; + sub kafThreedotsbelow-ar by kafThreedotsbelow-ar.init; + sub gafTwodotsbelow-ar by gafTwodotsbelow-ar.init; + sub ng-ar by ng-ar.init; + sub ngoeh-ar by ngoeh-ar.init; + sub gueh-ar by gueh-ar.init; + sub lam-ar by lam-ar.init; + sub lamVabove-ar by lamVabove-ar.init; + sub lamDotabove-ar by lamDotabove-ar.init; + sub lamThreedotsabove-ar by lamThreedotsabove-ar.init; + sub lamThreedotsbelow-ar by lamThreedotsbelow-ar.init; + sub lamDoublebar-ar by lamDoublebar-ar.init; + sub meem-ar by meem-ar.init; + sub meemThreedotsabove-ar by meemThreedotsabove-ar.init; + sub noon-ar by noon-ar.init; + sub noonDotbelow-ar by noonDotbelow-ar.init; + sub noonRing-ar by noonRing-ar.init; + sub heh-ar by heh-ar.init; + sub hehgoal-ar by hehgoal-ar.init; + sub hehgoalHamzaabove-ar by hehgoalHamzaabove-ar.init; + sub hehDoachashmee-ar by hehDoachashmee-ar.init; + sub hehVinvertedabove-ar by hehVinvertedabove-ar.init; + sub yeh-ar by yeh-ar.init; + sub yehHamzaabove-ar by yehHamzaabove-ar.init; + sub yehVabove-ar by yehVabove-ar.init; + sub yehTwodotsbelowHamzaabove-ar by yehTwodotsbelowHamzaabove-ar.init; + sub yehTwodotsbelowDotabove-ar by yehTwodotsbelowDotabove-ar.init; + sub yehVinverted-farsi by yehVinverted-farsi.init; + sub yeh-farsi by yeh-farsi.init; + sub yehTwodotsabove-farsi by yehTwodotsabove-farsi.init; + sub yehThreedotsabove-farsi by yehThreedotsabove-farsi.init; + sub yehTwoabove-farsi by yehTwoabove-farsi.init; + sub yehThreeabove-farsi by yehThreeabove-farsi.init; + sub yehFourbelow-farsi by yehFourbelow-farsi.init; + sub yehKashmiri-ar by yehKashmiri-ar.init; + sub e-ar by e-ar.init; + sub yehbarreeTwoabove-ar by yehbarreeTwoabove-ar.init; + sub yehbarreeThreeabove-ar by yehbarreeThreeabove-ar.init; + sub highhamzaYeh-ar by highhamzaYeh-ar.init; + sub seenFourdotsabove-ar by seenFourdotsabove-ar.init; + sub ainTwodotshorizontalabove-ar by ainTwodotshorizontalabove-ar.init; + sub ainThreedotsdownabove-ar by ainThreedotsdownabove-ar.init; + sub ainTwodotsverticalabove-ar by ainTwodotsverticalabove-ar.init; + sub fehTwodotsbelow-ar by fehTwodotsbelow-ar.init; + sub fehThreedotsupbelow-ar by fehThreedotsupbelow-ar.init; + sub meemDotabove-ar by meemDotabove-ar.init; + sub meemDotbelow-ar by meemDotbelow-ar.init; + sub noonTwodotsbelow-ar by noonTwodotsbelow-ar.init; + sub noonTahabove-ar by noonTahabove-ar.init; + sub noonVabove-ar by noonVabove-ar.init; + sub lamBar-ar by lamBar-ar.init; + sub seenTwodotshorizontalabove-ar by seenTwodotshorizontalabove-ar.init; + sub seenTahTwodotshorizontalabove-ar by seenTahTwodotshorizontalabove-ar.init; + sub hahTahabove-ar by hahTahabove-ar.init; + sub seenFourabove-ar by seenFourabove-ar.init; + sub seenVinvertedabove-ar by seenVinvertedabove-ar.init; + sub lam_meem-ar by lam_meem-ar.init; +} init; + + + +feature medi { + # medial forms + sub behDotless-ar by behDotless-ar.medi; + sub beh-ar by beh-ar.medi; + sub peh-ar by peh-ar.medi; + sub beeh-ar by beeh-ar.medi; + sub beheh-ar by beheh-ar.medi; + sub alefMaksura-ar by alefMaksura-ar.medi; + sub teh-ar by teh-ar.medi; + sub tehRing-ar by tehRing-ar.medi; + sub tehThreedotsdown-ar by tehThreedotsdown-ar.medi; + sub theh-ar by theh-ar.medi; + sub tteh-ar by tteh-ar.medi; + sub tteheh-ar by tteheh-ar.medi; + sub teheh-ar by teheh-ar.medi; + sub behThreedotshorizontalbelow-ar by behThreedotshorizontalbelow-ar.medi; + sub behThreedotsupabove-ar by behThreedotsupabove-ar.medi; + sub behThreedotsupbelow-ar by behThreedotsupbelow-ar.medi; + sub tehThreedotsupbelow-ar by tehThreedotsupbelow-ar.medi; + sub behTwodotsbelowDotabove-ar by behTwodotsbelowDotabove-ar.medi; + sub behVinvertedbelow-ar by behVinvertedbelow-ar.medi; + sub behVabove-ar by behVabove-ar.medi; + sub behVbelow-ar by behVbelow-ar.medi; + sub jeem-ar by jeem-ar.medi; + sub tcheh-ar by tcheh-ar.medi; + sub tcheheh-ar by tcheheh-ar.medi; + sub tchehDotabove-ar by tchehDotabove-ar.medi; + sub nyeh-ar by nyeh-ar.medi; + sub dyeh-ar by dyeh-ar.medi; + sub hah-ar by hah-ar.medi; + sub hahHamzaabove-ar by hahHamzaabove-ar.medi; + sub hahTwodotsverticalabove-ar by hahTwodotsverticalabove-ar.medi; + sub hahTwodotshorizontalabove-ar by hahTwodotshorizontalabove-ar.medi; + sub hahThreedotsabove-ar by hahThreedotsabove-ar.medi; + sub hahThreedotsupbelow-ar by hahThreedotsupbelow-ar.medi; + sub khah-ar by khah-ar.medi; + sub hahTahbelow-ar by hahTahbelow-ar.medi; + sub hahTahTwodotshorizontalabove-ar by hahTahTwodotshorizontalabove-ar.medi; + sub hahFourbelow-ar by hahFourbelow-ar.medi; + sub jeemTwodotsabove-ar by jeemTwodotsabove-ar.medi; + sub ainThreedotsbelow-ar.fina by ainThreedotsbelow-ar.fina.medi; + sub seen-ar by seen-ar.medi; + sub seenDotbelowDotabove-ar by seenDotbelowDotabove-ar.medi; + sub seenThreedotsbelow-ar by seenThreedotsbelow-ar.medi; + sub sheen-ar by sheen-ar.medi; + sub sheenDotbelow-ar by sheenDotbelow-ar.medi; + sub sheenThreedotsbelow-ar by sheenThreedotsbelow-ar.medi; + sub sad-ar by sad-ar.medi; + sub sadTwodotsbelow-ar by sadTwodotsbelow-ar.medi; + sub sadThreedots-ar by sadThreedots-ar.medi; + sub dad-ar by dad-ar.medi; + sub dadDotbelow-ar by dadDotbelow-ar.medi; + sub tah-ar by tah-ar.medi; + sub tahThreedots-ar by tahThreedots-ar.medi; + sub zah-ar by zah-ar.medi; + sub tahTwodotsabove-ar by tahTwodotsabove-ar.medi; + sub ain-ar by ain-ar.medi; + sub ainThreedots-ar by ainThreedots-ar.medi; + sub ghain-ar by ghain-ar.medi; + sub ghainDotbelow-ar by ghainDotbelow-ar.medi; + sub feh-ar by feh-ar.medi; + sub veh-ar by veh-ar.medi; + sub fehDotless-ar by fehDotless-ar.medi; + sub fehDotbelow-ar by fehDotbelow-ar.medi; + sub fehThreedotsbelow-ar by fehThreedotsbelow-ar.medi; + sub fehDotbelowThreedotsabove-ar by fehDotbelowThreedotsabove-ar.medi; + sub peheh-ar by peheh-ar.medi; + sub qaf-ar by qaf-ar.medi; + sub qafThreedotsabove-ar by qafThreedotsabove-ar.medi; + sub qafDotbelow-ar by qafDotbelow-ar.medi; + sub kaf-ar by kaf-ar.medi; + sub keheh-ar by keheh-ar.medi; + sub kehehTwodotshorizontalabove-ar by kehehTwodotshorizontalabove-ar.medi; + sub kehehThreedotsbelow-ar by kehehThreedotsbelow-ar.medi; + sub kehehDotabove-ar by kehehDotabove-ar.medi; + sub kehehThreedotsabove-ar by kehehThreedotsabove-ar.medi; + sub kehehThreedotsupbelow-ar by kehehThreedotsupbelow-ar.medi; + sub gaf-ar by gaf-ar.medi; + sub gafRing-ar by gafRing-ar.medi; + sub gafThreedots-ar by gafThreedots-ar.medi; + sub kafRing-ar by kafRing-ar.medi; + sub kafDotabove-ar by kafDotabove-ar.medi; + sub kafTwodotshorizontalabove-ar by kafTwodotshorizontalabove-ar.medi; + sub kafThreedotsbelow-ar by kafThreedotsbelow-ar.medi; + sub gafTwodotsbelow-ar by gafTwodotsbelow-ar.medi; + sub ng-ar by ng-ar.medi; + sub ngoeh-ar by ngoeh-ar.medi; + sub gueh-ar by gueh-ar.medi; + sub lam-ar by lam-ar.medi; + sub lamVabove-ar by lamVabove-ar.medi; + sub lamDotabove-ar by lamDotabove-ar.medi; + sub lamThreedotsabove-ar by lamThreedotsabove-ar.medi; + sub lamThreedotsbelow-ar by lamThreedotsbelow-ar.medi; + sub lamDoublebar-ar by lamDoublebar-ar.medi; + sub meem-ar by meem-ar.medi; + sub meemThreedotsabove-ar by meemThreedotsabove-ar.medi; + sub noon-ar by noon-ar.medi; + sub noonDotbelow-ar by noonDotbelow-ar.medi; + sub noonRing-ar by noonRing-ar.medi; + sub heh-ar by heh-ar.medi; + sub hehgoal-ar by hehgoal-ar.medi; + sub hehgoalHamzaabove-ar by hehgoalHamzaabove-ar.medi; + sub hehDoachashmee-ar by hehDoachashmee-ar.medi; + sub hehVinvertedabove-ar by hehVinvertedabove-ar.medi; + sub yeh-ar by yeh-ar.medi; + sub yehHamzaabove-ar by yehHamzaabove-ar.medi; + sub yehVabove-ar by yehVabove-ar.medi; + sub yehTwodotsbelowHamzaabove-ar by yehTwodotsbelowHamzaabove-ar.medi; + sub yehTwodotsbelowDotabove-ar by yehTwodotsbelowDotabove-ar.medi; + sub yehVinverted-farsi by yehVinverted-farsi.medi; + sub yeh-farsi by yeh-farsi.medi; + sub yehTwodotsabove-farsi by yehTwodotsabove-farsi.medi; + sub yehThreedotsabove-farsi by yehThreedotsabove-farsi.medi; + sub yehTwoabove-farsi by yehTwoabove-farsi.medi; + sub yehThreeabove-farsi by yehThreeabove-farsi.medi; + sub yehFourbelow-farsi by yehFourbelow-farsi.medi; + sub yehKashmiri-ar by yehKashmiri-ar.medi; + sub e-ar by e-ar.medi; + sub yehbarreeTwoabove-ar by yehbarreeTwoabove-ar.medi; + sub yehbarreeThreeabove-ar by yehbarreeThreeabove-ar.medi; + sub highhamzaYeh-ar by highhamzaYeh-ar.medi; + sub seenFourdotsabove-ar by seenFourdotsabove-ar.medi; + sub ainTwodotshorizontalabove-ar by ainTwodotshorizontalabove-ar.medi; + sub ainThreedotsdownabove-ar by ainThreedotsdownabove-ar.medi; + sub ainTwodotsverticalabove-ar by ainTwodotsverticalabove-ar.medi; + sub fehTwodotsbelow-ar by fehTwodotsbelow-ar.medi; + sub fehThreedotsupbelow-ar by fehThreedotsupbelow-ar.medi; + sub meemDotabove-ar by meemDotabove-ar.medi; + sub meemDotbelow-ar by meemDotbelow-ar.medi; + sub noonTwodotsbelow-ar by noonTwodotsbelow-ar.medi; + sub noonTahabove-ar by noonTahabove-ar.medi; + sub noonVabove-ar by noonVabove-ar.medi; + sub lamBar-ar by lamBar-ar.medi; + sub seenTwodotshorizontalabove-ar by seenTwodotshorizontalabove-ar.medi; + sub seenTahTwodotshorizontalabove-ar by seenTahTwodotshorizontalabove-ar.medi; + sub hahTahabove-ar by hahTahabove-ar.medi; + sub seenFourabove-ar by seenFourabove-ar.medi; + sub seenVinvertedabove-ar by seenVinvertedabove-ar.medi; + sub fathatan-ar by fathatan-ar.medi; + sub kasra-ar by kasra-ar.medi; + sub fatha-ar by fatha-ar.medi; + sub damma-ar by damma-ar.medi; + sub shadda-ar by shadda-ar.medi; + sub sukun-ar by sukun-ar.medi; +} medi; + + + +feature fina { + # final forms + sub alef-ar by alef-ar.fina; + sub alefHamzaabove-ar by alefHamzaabove-ar.fina; + sub alefHamzabelow-ar by alefHamzabelow-ar.fina; + sub alefWavyhamzaabove-ar by alefWavyhamzaabove-ar.fina; + sub alefWavyhamzabelow-ar by alefWavyhamzabelow-ar.fina; + sub alefMadda-ar by alefMadda-ar.fina; + sub alefWasla-ar by alefWasla-ar.fina; + sub alefFathatan-ar by alefFathatan-ar.fina; + sub highhamzaAlef-ar by highhamzaAlef-ar.fina; + sub behDotless-ar by behDotless-ar.fina; + sub beh-ar by beh-ar.fina; + sub peh-ar by peh-ar.fina; + sub beeh-ar by beeh-ar.fina; + sub beheh-ar by beheh-ar.fina; + sub teh-ar by teh-ar.fina; + sub tehRing-ar by tehRing-ar.fina; + sub tehThreedotsdown-ar by tehThreedotsdown-ar.fina; + sub theh-ar by theh-ar.fina; + sub tteh-ar by tteh-ar.fina; + sub tteheh-ar by tteheh-ar.fina; + sub teheh-ar by teheh-ar.fina; + sub behThreedotshorizontalbelow-ar by behThreedotshorizontalbelow-ar.fina; + sub behThreedotsupabove-ar by behThreedotsupabove-ar.fina; + sub behThreedotsupbelow-ar by behThreedotsupbelow-ar.fina; + sub tehThreedotsupbelow-ar by tehThreedotsupbelow-ar.fina; + sub behTwodotsbelowDotabove-ar by behTwodotsbelowDotabove-ar.fina; + sub behVinvertedbelow-ar by behVinvertedbelow-ar.fina; + sub behVabove-ar by behVabove-ar.fina; + sub behVbelow-ar by behVbelow-ar.fina; + sub jeem-ar by jeem-ar.fina; + sub tcheh-ar by tcheh-ar.fina; + sub tcheheh-ar by tcheheh-ar.fina; + sub tchehDotabove-ar by tchehDotabove-ar.fina; + sub nyeh-ar by nyeh-ar.fina; + sub dyeh-ar by dyeh-ar.fina; + sub hah-ar by hah-ar.fina; + sub hahHamzaabove-ar by hahHamzaabove-ar.fina; + sub hahTwodotsverticalabove-ar by hahTwodotsverticalabove-ar.fina; + sub hahTwodotshorizontalabove-ar by hahTwodotshorizontalabove-ar.fina; + sub hahThreedotsabove-ar by hahThreedotsabove-ar.fina; + sub hahThreedotsupbelow-ar by hahThreedotsupbelow-ar.fina; + sub khah-ar by khah-ar.fina; + sub hahTahbelow-ar by hahTahbelow-ar.fina; + sub hahTahTwodotshorizontalabove-ar by hahTahTwodotshorizontalabove-ar.fina; + sub hahFourbelow-ar by hahFourbelow-ar.fina; + sub jeemTwodotsabove-ar by jeemTwodotsabove-ar.fina; + sub dal-ar by dal-ar.fina; + sub thal-ar by thal-ar.fina; + sub thalAlefabove-ar by thalAlefabove-ar.fina; + sub ddal-ar by ddal-ar.fina; + sub dahal-ar by dahal-ar.fina; + sub ddahal-ar by ddahal-ar.fina; + sub dalRing-ar by dalRing-ar.fina; + sub dalDotbelow-ar by dalDotbelow-ar.fina; + sub dalDotbelowTah-ar by dalDotbelowTah-ar.fina; + sub dul-ar by dul-ar.fina; + sub dalThreedotsdown-ar by dalThreedotsdown-ar.fina; + sub dalFourdots-ar by dalFourdots-ar.fina; + sub dalVinvertedabove-ar by dalVinvertedabove-ar.fina; + sub dalTwodotsverticalbelowTah-ar by dalTwodotsverticalbelowTah-ar.fina; + sub dalVinvertedbelow-ar by dalVinvertedbelow-ar.fina; + sub reh-ar by reh-ar.fina; + sub zain-ar by zain-ar.fina; + sub ainThreedotsbelow-ar by ainThreedotsbelow-ar.fina; + sub rreh-ar by rreh-ar.fina; + sub rehv-ar by rehv-ar.fina; + sub rehRing-ar by rehRing-ar.fina; + sub rehDotbelow-ar by rehDotbelow-ar.fina; + sub rehVbelow-ar by rehVbelow-ar.fina; + sub rehDotbelowdotabove-ar by rehDotbelowdotabove-ar.fina; + sub rehTwodots-ar by rehTwodots-ar.fina; + sub jeh-ar by jeh-ar.fina; + sub rehFourdots-ar by rehFourdots-ar.fina; + sub rehVinvertedabove-ar by rehVinvertedabove-ar.fina; + sub rehStroke-ar by rehStroke-ar.fina; + sub rehTwodotsverticalabove-ar by rehTwodotsverticalabove-ar.fina; + sub rehHamzaabove-ar by rehHamzaabove-ar.fina; + sub rehTwodotshorizontalaboveTahabove-ar by rehTwodotshorizontalaboveTahabove-ar.fina; + sub rehLoop-ar by rehLoop-ar.fina; + sub seen-ar by seen-ar.fina; + sub seenDotbelowDotabove-ar by seenDotbelowDotabove-ar.fina; + sub seenThreedotsbelow-ar by seenThreedotsbelow-ar.fina; + sub sheen-ar by sheen-ar.fina; + sub sheenDotbelow-ar by sheenDotbelow-ar.fina; + sub sheenThreedotsbelow-ar by sheenThreedotsbelow-ar.fina; + sub sad-ar by sad-ar.fina; + sub sadTwodotsbelow-ar by sadTwodotsbelow-ar.fina; + sub sadThreedots-ar by sadThreedots-ar.fina; + sub dad-ar by dad-ar.fina; + sub dadDotbelow-ar by dadDotbelow-ar.fina; + sub tah-ar by tah-ar.fina; + sub tahThreedots-ar by tahThreedots-ar.fina; + sub zah-ar by zah-ar.fina; + sub tahTwodotsabove-ar by tahTwodotsabove-ar.fina; + sub ain-ar by ain-ar.fina; + sub ainThreedots-ar by ainThreedots-ar.fina; + sub ghain-ar by ghain-ar.fina; + sub ghainDotbelow-ar by ghainDotbelow-ar.fina; + sub feh-ar by feh-ar.fina; + sub veh-ar by veh-ar.fina; + sub fehDotless-ar by fehDotless-ar.fina; + sub fehDotbelow-ar by fehDotbelow-ar.fina; + sub fehThreedotsbelow-ar by fehThreedotsbelow-ar.fina; + sub fehDotbelowThreedotsabove-ar by fehDotbelowThreedotsabove-ar.fina; + sub peheh-ar by peheh-ar.fina; + sub qafDotless-ar by qafDotless-ar.fina; + sub qaf-ar by qaf-ar.fina; + sub qafDotabove-ar by qafDotabove-ar.fina; + sub qafThreedotsabove-ar by qafThreedotsabove-ar.fina; + sub qafDotbelow-ar by qafDotbelow-ar.fina; + sub kaf-ar by kaf-ar.fina; + sub keheh-ar by keheh-ar.fina; + sub kehehTwodotshorizontalabove-ar by kehehTwodotshorizontalabove-ar.fina; + sub kehehThreedotsbelow-ar by kehehThreedotsbelow-ar.fina; + sub kehehDotabove-ar by kehehDotabove-ar.fina; + sub kehehThreedotsabove-ar by kehehThreedotsabove-ar.fina; + sub kehehThreedotsupbelow-ar by kehehThreedotsupbelow-ar.fina; + sub gaf-ar by gaf-ar.fina; + sub gafRing-ar by gafRing-ar.fina; + sub gafThreedots-ar by gafThreedots-ar.fina; + sub kafRing-ar by kafRing-ar.fina; + sub kafDotabove-ar by kafDotabove-ar.fina; + sub kafTwodotshorizontalabove-ar by kafTwodotshorizontalabove-ar.fina; + sub kafThreedotsbelow-ar by kafThreedotsbelow-ar.fina; + sub gafTwodotsbelow-ar by gafTwodotsbelow-ar.fina; + sub ng-ar by ng-ar.fina; + sub ngoeh-ar by ngoeh-ar.fina; + sub gueh-ar by gueh-ar.fina; + sub lam-ar by lam-ar.fina; + sub lamVabove-ar by lamVabove-ar.fina; + sub lamDotabove-ar by lamDotabove-ar.fina; + sub lamThreedotsabove-ar by lamThreedotsabove-ar.fina; + sub lamThreedotsbelow-ar by lamThreedotsbelow-ar.fina; + sub lamDoublebar-ar by lamDoublebar-ar.fina; + sub meem-ar by meem-ar.fina; + sub meemThreedotsabove-ar by meemThreedotsabove-ar.fina; + sub noon-ar by noon-ar.fina; + sub noonDotbelow-ar by noonDotbelow-ar.fina; + sub noonghunna-ar by noonghunna-ar.fina; + sub rnoon-ar by rnoon-ar.fina; + sub noonRing-ar by noonRing-ar.fina; + sub noonThreedotsabove-ar by noonThreedotsabove-ar.fina; + sub heh-ar by heh-ar.fina; + sub hehHamzaabove-ar by hehHamzaabove-ar.fina; + sub hehgoal-ar by hehgoal-ar.fina; + sub hehgoalHamzaabove-ar by hehgoalHamzaabove-ar.fina; + sub hehDoachashmee-ar by hehDoachashmee-ar.fina; + sub hehVinvertedabove-ar by hehVinvertedabove-ar.fina; + sub tehMarbuta-ar by tehMarbuta-ar.fina; + sub tehMarbutagoal-ar by tehMarbutagoal-ar.fina; + sub waw-ar by waw-ar.fina; + sub wawring-ar by wawring-ar.fina; + sub wawTwodots-ar by wawTwodots-ar.fina; + sub wawDotabove-ar by wawDotabove-ar.fina; + sub wawHamzaabove-ar by wawHamzaabove-ar.fina; + sub wawTwoabove-ar by wawTwoabove-ar.fina; + sub wawThreeAbove-ar by wawThreeAbove-ar.fina; + sub wawDotcenter-ar by wawDotcenter-ar.fina; + sub kirghizoe-ar by kirghizoe-ar.fina; + sub oe-ar by oe-ar.fina; + sub u-ar by u-ar.fina; + sub yu-ar by yu-ar.fina; + sub kirghizyu-ar by kirghizyu-ar.fina; + sub ve-ar by ve-ar.fina; + sub alefMaksura-ar by alefMaksura-ar.fina; + sub alefMaksuraAlefabove-ar by alefMaksuraAlefabove-ar.fina; + sub alefTwoabove-ar by alefTwoabove-ar.fina; + sub alefThreeabove-ar by alefThreeabove-ar.fina; + sub yeh-ar by yeh-ar.fina; + sub yehHamzaabove-ar by yehHamzaabove-ar.fina; + sub yehVabove-ar by yehVabove-ar.fina; + sub yehTwodotsbelowHamzaabove-ar by yehTwodotsbelowHamzaabove-ar.fina; + sub yehTwodotsbelowDotabove-ar by yehTwodotsbelowDotabove-ar.fina; + sub yehVinverted-farsi by yehVinverted-farsi.fina; + sub yeh-farsi by yeh-farsi.fina; + sub yehTwodotsabove-farsi by yehTwodotsabove-farsi.fina; + sub yehThreedotsabove-farsi by yehThreedotsabove-farsi.fina; + sub yehTwoabove-farsi by yehTwoabove-farsi.fina; + sub yehThreeabove-farsi by yehThreeabove-farsi.fina; + sub yehFourbelow-farsi by yehFourbelow-farsi.fina; + sub yehTail-ar by yehTail-ar.fina; + sub yehKashmiri-ar by yehKashmiri-ar.fina; + sub e-ar by e-ar.fina; + sub yehThreedotsbelow-ar by yehThreedotsbelow-ar.fina; + sub yehbarree-ar by yehbarree-ar.fina; + sub yehbarreeHamzaabove-ar by yehbarreeHamzaabove-ar.fina; + sub yehbarreeTwoabove-ar by yehbarreeTwoabove-ar.fina; + sub yehbarreeThreeabove-ar by yehbarreeThreeabove-ar.fina; + sub highhamzaWaw-ar by highhamzaWaw-ar.fina; + sub uHamzaabove-ar by uHamzaabove-ar.fina; + sub highhamzaYeh-ar by highhamzaYeh-ar.fina; + sub ae-ar by ae-ar.fina; + sub seenFourdotsabove-ar by seenFourdotsabove-ar.fina; + sub ainTwodotshorizontalabove-ar by ainTwodotshorizontalabove-ar.fina; + sub ainThreedotsdownabove-ar by ainThreedotsdownabove-ar.fina; + sub ainTwodotsverticalabove-ar by ainTwodotsverticalabove-ar.fina; + sub fehTwodotsbelow-ar by fehTwodotsbelow-ar.fina; + sub fehThreedotsupbelow-ar by fehThreedotsupbelow-ar.fina; + sub meemDotabove-ar by meemDotabove-ar.fina; + sub meemDotbelow-ar by meemDotbelow-ar.fina; + sub noonTwodotsbelow-ar by noonTwodotsbelow-ar.fina; + sub noonTahabove-ar by noonTahabove-ar.fina; + sub noonVabove-ar by noonVabove-ar.fina; + sub lamBar-ar by lamBar-ar.fina; + sub seenTwodotshorizontalabove-ar by seenTwodotshorizontalabove-ar.fina; + sub seenTahTwodotshorizontalabove-ar by seenTahTwodotshorizontalabove-ar.fina; + sub hahTahabove-ar by hahTahabove-ar.fina; + sub seenFourabove-ar by seenFourabove-ar.fina; + sub seenVinvertedabove-ar by seenVinvertedabove-ar.fina; +} fina; + + + +feature rlig { + # required ligatures + lookup rlig_arabic_0 { + lookupflag IgnoreMarks RightToLeft; + sub alef-ar lam-ar.init lam-ar.medi heh-ar.fina by allah-ar; + } rlig_arabic_0; + lookup rlig_arabic_1 { + lookupflag IgnoreMarks RightToLeft; + sub lam-ar.medi alef-ar.fina by lam_alef-ar.fina.rlig; + sub lam-ar.init alef-ar.fina by lam_alef-ar.rlig; + sub lam-ar.medi alefHamzaabove-ar.fina by lam_alefHamzaabove-ar.fina.rlig; + sub lam-ar.init alefHamzaabove-ar.fina by lam_alefHamzaabove-ar.rlig; + sub lam-ar.medi alefHamzabelow-ar.fina by lam_alefHamzabelow-ar.fina.rlig; + sub lam-ar.init alefHamzabelow-ar.fina by lam_alefHamzabelow-ar.rlig; + sub lam-ar.medi alefWavyhamzaabove-ar.fina by lam_alefWavyhamzaabove-ar.fina.rlig; + sub lam-ar.init alefWavyhamzaabove-ar.fina by lam_alefWavyhamzaabove-ar.rlig; + sub lam-ar.medi alefWavyhamzabelow-ar.fina by lam_alefWavyhamzabelow-ar.fina.rlig; + sub lam-ar.init alefWavyhamzabelow-ar.fina by lam_alefWavyhamzabelow-ar.rlig; + sub lam-ar.medi alefMadda-ar.fina by lam_alefMadda-ar.fina.rlig; + sub lam-ar.init alefMadda-ar.fina by lam_alefMadda-ar.rlig; + sub lam-ar.init alefWasla-ar.fina by lam_alefWasla-ar.rlig; + sub lam-ar.medi alefWasla-ar.fina by lam_alefWasla-ar.fina.rlig; + sub behDotless-ar.medi alefMaksura-ar.fina by behDotless_alefMaksura-ar.fina.rlig; + sub behDotless-ar.init alefMaksura-ar.fina by behDotless_alefMaksura-ar.rlig; + sub beh-ar.medi reh-ar.fina by beh_reh-ar.fina.rlig; + sub beh-ar.medi zain-ar.fina by beh_zain-ar.fina.rlig; + sub beh-ar.medi rreh-ar.fina by beh_rreh-ar.fina.rlig; + sub beh-ar.medi jeh-ar.fina by beh_jeh-ar.fina.rlig; + sub beh-ar.medi noon-ar.fina by beh_noon-ar.fina.rlig; + sub beh-ar.medi alefMaksura-ar.fina by beh_alefMaksura-ar.fina.rlig; + sub beh-ar.init alefMaksura-ar.fina by beh_alefMaksura-ar.rlig; + sub beh-ar.medi yeh-ar.fina by beh_yeh-ar.fina.rlig; + sub beh-ar.init yeh-ar.fina by beh_yeh-ar.rlig; + sub beh-ar.medi yehHamzaabove-ar.fina by beh_yehHamzaabove-ar.fina.rlig; + sub beh-ar.init yehHamzaabove-ar.fina by beh_yehHamzaabove-ar.rlig; + sub beh-ar.medi yeh-farsi.fina by beh_yeh-farsi.fina.rlig; + sub beh-ar.init yeh-farsi.fina by beh_yeh-farsi.rlig; + sub peh-ar.medi reh-ar.fina by peh_reh-ar.fina.rlig; + sub peh-ar.medi zain-ar.fina by peh_zain-ar.fina.rlig; + sub peh-ar.medi rreh-ar.fina by peh_rreh-ar.fina.rlig; + sub peh-ar.medi jeh-ar.fina by peh_jeh-ar.fina.rlig; + sub peh-ar.medi noon-ar.fina by peh_noon-ar.fina.rlig; + sub peh-ar.medi alefMaksura-ar.fina by peh_alefMaksura-ar.fina.rlig; + sub peh-ar.init alefMaksura-ar.fina by peh_alefMaksura-ar.rlig; + sub peh-ar.medi yeh-ar.fina by peh_yeh-ar.fina.rlig; + sub peh-ar.init yeh-ar.fina by peh_yeh-ar.rlig; + sub peh-ar.medi yehHamzaabove-ar.fina by peh_yehHamzaabove-ar.fina.rlig; + sub peh-ar.init yehHamzaabove-ar.fina by peh_yehHamzaabove-ar.rlig; + sub peh-ar.medi yeh-farsi.fina by peh_yeh-farsi.fina.rlig; + sub peh-ar.init yeh-farsi.fina by peh_yeh-farsi.rlig; + sub teh-ar.medi reh-ar.fina by teh_reh-ar.fina.rlig; + sub teh-ar.medi zain-ar.fina by teh_zain-ar.fina.rlig; + sub teh-ar.medi rreh-ar.fina by teh_rreh-ar.fina.rlig; + sub teh-ar.medi jeh-ar.fina by teh_jeh-ar.fina.rlig; + sub teh-ar.medi noon-ar.fina by teh_noon-ar.fina.rlig; + sub teh-ar.medi alefMaksura-ar.fina by teh_alefMaksura-ar.fina.rlig; + sub teh-ar.init alefMaksura-ar.fina by teh_alefMaksura-ar.rlig; + sub teh-ar.medi yeh-ar.fina by teh_yeh-ar.fina.rlig; + sub teh-ar.init yeh-ar.fina by teh_yeh-ar.rlig; + sub teh-ar.medi yehHamzaabove-ar.fina by teh_yehHamzaabove-ar.fina.rlig; + sub teh-ar.init yehHamzaabove-ar.fina by teh_yehHamzaabove-ar.rlig; + sub teh-ar.medi yeh-farsi.fina by teh_yeh-farsi.fina.rlig; + sub teh-ar.init yeh-farsi.fina by teh_yeh-farsi.rlig; + sub theh-ar.medi reh-ar.fina by theh_reh-ar.fina.rlig; + sub theh-ar.medi zain-ar.fina by theh_zain-ar.fina.rlig; + sub theh-ar.medi rreh-ar.fina by theh_rreh-ar.fina.rlig; + sub theh-ar.medi jeh-ar.fina by theh_jeh-ar.fina.rlig; + sub theh-ar.medi noon-ar.fina by theh_noon-ar.fina.rlig; + sub theh-ar.medi alefMaksura-ar.fina by theh_alefMaksura-ar.fina.rlig; + sub theh-ar.init alefMaksura-ar.fina by theh_alefMaksura-ar.rlig; + sub theh-ar.medi yeh-ar.fina by theh_yeh-ar.fina.rlig; + sub theh-ar.init yeh-ar.fina by theh_yeh-ar.rlig; + sub theh-ar.medi yehHamzaabove-ar.fina by theh_yehHamzaabove-ar.fina.rlig; + sub theh-ar.init yehHamzaabove-ar.fina by theh_yehHamzaabove-ar.rlig; + sub theh-ar.medi yeh-farsi.fina by theh_yeh-farsi.fina.rlig; + sub theh-ar.init yeh-farsi.fina by theh_yeh-farsi.rlig; + sub tteh-ar.medi reh-ar.fina by tteh_reh-ar.fina.rlig; + sub tteh-ar.medi zain-ar.fina by tteh_zain-ar.fina.rlig; + sub tteh-ar.medi rreh-ar.fina by tteh_rreh-ar.fina.rlig; + sub tteh-ar.medi jeh-ar.fina by tteh_jeh-ar.fina.rlig; + sub tteh-ar.medi noon-ar.fina by tteh_noon-ar.fina.rlig; + sub tteh-ar.medi alefMaksura-ar.fina by tteh_alefMaksura-ar.fina.rlig; + sub tteh-ar.init alefMaksura-ar.fina by tteh_alefMaksura-ar.rlig; + sub tteh-ar.medi yeh-ar.fina by tteh_yeh-ar.fina.rlig; + sub tteh-ar.init yeh-ar.fina by tteh_yeh-ar.rlig; + sub tteh-ar.medi yehHamzaabove-ar.fina by tteh_yehHamzaabove-ar.fina.rlig; + sub tteh-ar.init yehHamzaabove-ar.fina by tteh_yehHamzaabove-ar.rlig; + sub tteh-ar.medi yeh-farsi.fina by tteh_yeh-farsi.fina.rlig; + sub tteh-ar.init yeh-farsi.fina by tteh_yeh-farsi.rlig; + sub seen-ar.medi reh-ar.fina by seen_reh-ar.fina.rlig; + sub seen-ar.init reh-ar.fina by seen_reh-ar.rlig; + sub seen-ar.medi alefMaksura-ar.fina by seen_alefMaksura-ar.fina.rlig; + sub seen-ar.init alefMaksura-ar.fina by seen_alefMaksura-ar.rlig; + sub seen-ar.medi yeh-ar.fina by seen_yeh-ar.fina.rlig; + sub seen-ar.init yeh-ar.fina by seen_yeh-ar.rlig; + sub seen-ar.medi zain-ar.fina by seen_zain-ar.fina.rlig; + sub seen-ar.init zain-ar.fina by seen_zain-ar.rlig; + sub seen-ar.medi rreh-ar.fina by seen_rreh-ar.fina.rlig; + sub seen-ar.init rreh-ar.fina by seen_rreh-ar.rlig; + sub seen-ar.medi jeh-ar.fina by seen_jeh-ar.fina.rlig; + sub seen-ar.init jeh-ar.fina by seen_jeh-ar.rlig; + sub seen-ar.medi yehHamzaabove-ar.fina by seen_yehHamzaabove-ar.fina.rlig; + sub seen-ar.init yehHamzaabove-ar.fina by seen_yehHamzaabove-ar.rlig; + sub seen-ar.medi yeh-farsi.fina by seen_yeh-farsi.fina.rlig; + sub seen-ar.init yeh-farsi.fina by seen_yeh-farsi.rlig; + sub sheen-ar.medi reh-ar.fina by sheen_reh-ar.fina.rlig; + sub sheen-ar.init reh-ar.fina by sheen_reh-ar.rlig; + sub sheen-ar.medi zain-ar.fina by sheen_zain-ar.fina.rlig; + sub sheen-ar.init zain-ar.fina by sheen_zain-ar.rlig; + sub sheen-ar.medi rreh-ar.fina by sheen_rreh-ar.fina.rlig; + sub sheen-ar.init rreh-ar.fina by sheen_rreh-ar.rlig; + sub sheen-ar.medi jeh-ar.fina by sheen_jeh-ar.fina.rlig; + sub sheen-ar.init jeh-ar.fina by sheen_jeh-ar.rlig; + sub sheen-ar.medi alefMaksura-ar.fina by sheen_alefMaksura-ar.fina.rlig; + sub sheen-ar.init alefMaksura-ar.fina by sheen_alefMaksura-ar.rlig; + sub sheen-ar.medi yeh-ar.fina by sheen_yeh-ar.fina.rlig; + sub sheen-ar.init yeh-ar.fina by sheen_yeh-ar.rlig; + sub sheen-ar.medi yehHamzaabove-ar.fina by sheen_yehHamzaabove-ar.fina.rlig; + sub sheen-ar.init yehHamzaabove-ar.fina by sheen_yehHamzaabove-ar.rlig; + sub sheen-ar.medi yeh-farsi.fina by sheen_yeh-farsi.fina.rlig; + sub sheen-ar.init yeh-farsi.fina by sheen_yeh-farsi.rlig; + sub sad-ar.medi reh-ar.fina by sad_reh-ar.fina.rlig; + sub sad-ar.init reh-ar.fina by sad_reh-ar.rlig; + sub sad-ar.medi zain-ar.fina by sad_zain-ar.fina.rlig; + sub sad-ar.init zain-ar.fina by sad_zain-ar.rlig; + sub sad-ar.medi rreh-ar.fina by sad_rreh-ar.fina.rlig; + sub sad-ar.init rreh-ar.fina by sad_rreh-ar.rlig; + sub sad-ar.medi jeh-ar.fina by sad_jeh-ar.fina.rlig; + sub sad-ar.init jeh-ar.fina by sad_jeh-ar.rlig; + sub sad-ar.medi alefMaksura-ar.fina by sad_alefMaksura-ar.fina.rlig; + sub sad-ar.init alefMaksura-ar.fina by sad_alefMaksura-ar.rlig; + sub sad-ar.medi yeh-ar.fina by sad_yeh-ar.fina.rlig; + sub sad-ar.init yeh-ar.fina by sad_yeh-ar.rlig; + sub sad-ar.medi yehHamzaabove-ar.fina by sad_yehHamzaabove-ar.fina.rlig; + sub sad-ar.init yehHamzaabove-ar.fina by sad_yehHamzaabove-ar.rlig; + sub sad-ar.medi yeh-farsi.fina by sad_yeh-farsi.fina.rlig; + sub sad-ar.init yeh-farsi.fina by sad_yeh-farsi.rlig; + sub dad-ar.medi reh-ar.fina by dad_reh-ar.fina.rlig; + sub dad-ar.init reh-ar.fina by dad_reh-ar.rlig; + sub dad-ar.medi zain-ar.fina by dad_zain-ar.fina.rlig; + sub dad-ar.init zain-ar.fina by dad_zain-ar.rlig; + sub dad-ar.medi rreh-ar.fina by dad_rreh-ar.fina.rlig; + sub dad-ar.init rreh-ar.fina by dad_rreh-ar.rlig; + sub dad-ar.medi jeh-ar.fina by dad_jeh-ar.fina.rlig; + sub dad-ar.init jeh-ar.fina by dad_jeh-ar.rlig; + sub dad-ar.medi alefMaksura-ar.fina by dad_alefMaksura-ar.fina.rlig; + sub dad-ar.init alefMaksura-ar.fina by dad_alefMaksura-ar.rlig; + sub dad-ar.medi yeh-ar.fina by dad_yeh-ar.fina.rlig; + sub dad-ar.init yeh-ar.fina by dad_yeh-ar.rlig; + sub dad-ar.medi yehHamzaabove-ar.fina by dad_yehHamzaabove-ar.fina.rlig; + sub dad-ar.init yehHamzaabove-ar.fina by dad_yehHamzaabove-ar.rlig; + sub dad-ar.medi yeh-farsi.fina by dad_yeh-farsi.fina.rlig; + sub dad-ar.init yeh-farsi.fina by dad_yeh-farsi.rlig; + sub feh-ar.init alefMaksura-ar.fina by feh_alefMaksura-ar.rlig; + sub feh-ar.init yeh-ar.fina by feh_yeh-ar.rlig; + sub feh-ar.init yehHamzaabove-ar.fina by feh_yehHamzaabove-ar.rlig; + sub feh-ar.init yeh-farsi.fina by feh_yeh-farsi.rlig; + sub veh-ar.init alefMaksura-ar.fina by veh_alefMaksura-ar.rlig; + sub veh-ar.init yeh-ar.fina by veh_yeh-ar.rlig; + sub veh-ar.init yehHamzaabove-ar.fina by veh_yehHamzaabove-ar.rlig; + sub veh-ar.init yeh-farsi.fina by veh_yeh-farsi.rlig; + sub fehDotless-ar.init alefMaksura-ar.fina by fehDotless_alefMaksura-ar.rlig; + sub qaf-ar.init alefMaksura-ar.fina by qaf_alefMaksura-ar.rlig; + sub qaf-ar.init yeh-ar.fina by qaf_yeh-ar.rlig; + sub qaf-ar.init yehHamzaabove-ar.fina by qaf_yehHamzaabove-ar.rlig; + sub qaf-ar.init yeh-farsi.fina by qaf_yeh-farsi.rlig; + sub kaf-ar.medi alefMaksura-ar.fina by kaf_alefMaksura-ar.fina.rlig; + sub kaf-ar.init alefMaksura-ar.fina by kaf_alefMaksura-ar.rlig; + sub kaf-ar.medi yeh-ar.fina by kaf_yeh-ar.fina.rlig; + sub kaf-ar.init yeh-ar.fina by kaf_yeh-ar.rlig; + sub kaf-ar.medi yehHamzaabove-ar.fina by kaf_yehHamzaabove-ar.fina.rlig; + sub kaf-ar.init yehHamzaabove-ar.fina by kaf_yehHamzaabove-ar.rlig; + sub kaf-ar.medi yeh-farsi.fina by kaf_yeh-farsi.fina.rlig; + sub kaf-ar.init yeh-farsi.fina by kaf_yeh-farsi.rlig; + sub keheh-ar.medi yeh-ar.fina by keheh_yeh-ar.fina.rlig; + sub keheh-ar.init yeh-ar.fina by keheh_yeh-ar.rlig; + sub keheh-ar.medi yeh-farsi.fina by keheh_yeh-farsi.fina.rlig; + sub keheh-ar.init yeh-farsi.fina by keheh_yeh-farsi.rlig; + sub gaf-ar.medi alefMaksura-ar.fina by gaf_alefMaksura-ar.fina.rlig; + sub gaf-ar.init alefMaksura-ar.fina by gaf_alefMaksura-ar.rlig; + sub gaf-ar.medi yeh-ar.fina by gaf_yeh-ar.fina.rlig; + sub gaf-ar.init yeh-ar.fina by gaf_yeh-ar.rlig; + sub gaf-ar.medi yehHamzaabove-ar.fina by gaf_yehHamzaabove-ar.fina.rlig; + sub gaf-ar.init yehHamzaabove-ar.fina by gaf_yehHamzaabove-ar.rlig; + sub gaf-ar.medi yeh-farsi.fina by gaf_yeh-farsi.fina.rlig; + sub gaf-ar.init yeh-farsi.fina by gaf_yeh-farsi.rlig; + sub lam-ar.init alefMaksura-ar.fina by lam_alefMaksura-ar.rlig; + sub lam-ar.init yeh-ar.fina by lam_yeh-ar.rlig; + sub lam-ar.init yehHamzaabove-ar.fina by lam_yehHamzaabove-ar.rlig; + sub lam-ar.init yeh-farsi.fina by lam_yeh-farsi.rlig; + sub lamVabove-ar.medi alef-ar.fina by lamVabove_alef-ar.fina.rlig; + sub lamVabove-ar.init alef-ar.fina by lamVabove_alef-ar.rlig; + sub lamDotabove-ar.medi alef-ar.fina by lamDotabove_alef-ar.fina.rlig; + sub lamDotabove-ar.init alef-ar.fina by lamDotabove_alef-ar.rlig; + sub lamThreedotsabove-ar.medi alef-ar.fina by lamThreedotsabove_alef-ar.fina.rlig; + sub lamThreedotsabove-ar.init alef-ar.fina by lamThreedotsabove_alef-ar.rlig; + sub lamThreedotsbelow-ar.medi alef-ar.fina by lamThreedotsbelow_alef-ar.fina.rlig; + sub lamThreedotsbelow-ar.init alef-ar.fina by lamThreedotsbelow_alef-ar.rlig; + sub noon-ar.medi reh-ar.fina by noon_reh-ar.fina.rlig; + sub noon-ar.medi zain-ar.fina by noon_zain-ar.fina.rlig; + sub noon-ar.medi rreh-ar.fina by noon_rreh-ar.fina.rlig; + sub noon-ar.medi jeh-ar.fina by noon_jeh-ar.fina.rlig; + sub noon-ar.medi noon-ar.fina by noon_noon-ar.fina.rlig; + sub noon-ar.medi alefMaksura-ar.fina by noon_alefMaksura-ar.fina.rlig; + sub noon-ar.init alefMaksura-ar.fina by noon_alefMaksura-ar.rlig; + sub noon-ar.medi yeh-ar.fina by noon_yeh-ar.fina.rlig; + sub noon-ar.init yeh-ar.fina by noon_yeh-ar.rlig; + sub noon-ar.medi yehHamzaabove-ar.fina by noon_yehHamzaabove-ar.fina.rlig; + sub noon-ar.init yehHamzaabove-ar.fina by noon_yehHamzaabove-ar.rlig; + sub noon-ar.medi yeh-farsi.fina by noon_yeh-farsi.fina.rlig; + sub noon-ar.init yeh-farsi.fina by noon_yeh-farsi.rlig; + sub alefMaksura-ar.medi reh-ar.fina by alefMaksura_reh-ar.fina.rlig; + sub alefMaksura-ar.medi zain-ar.fina by alefMaksura_zain-ar.fina.rlig; + sub alefMaksura-ar.medi jeh-ar.fina by alefMaksura_jeh-ar.fina.rlig; + sub alefMaksura-ar.medi noon-ar.fina by alefMaksura_noon-ar.fina.rlig; + sub alefMaksura-ar.init noonghunna-ar.fina by alefMaksura_noonghunna-ar.rlig; + sub yeh-ar.medi reh-ar.fina by yeh_reh-ar.fina.rlig; + sub yeh-ar.medi zain-ar.fina by yeh_zain-ar.fina.rlig; + sub yeh-ar.medi noon-ar.fina by yeh_noon-ar.fina.rlig; + sub yeh-ar.medi alefMaksura-ar.fina by yeh_alefMaksura-ar.fina.rlig; + sub yeh-ar.init alefMaksura-ar.fina by yeh_alefMaksura-ar.rlig; + sub yeh-ar.medi yeh-ar.fina by yeh_yeh-ar.fina.rlig; + sub yeh-ar.init yeh-ar.fina by yeh_yeh-ar.rlig; + sub yeh-ar.medi rreh-ar.fina by yeh_rreh-ar.fina.rlig; + sub yeh-ar.medi jeh-ar.fina by yeh_jeh-ar.fina.rlig; + sub yeh-ar.medi yehHamzaabove-ar.fina by yeh_yehHamzaabove-ar.fina.rlig; + sub yeh-ar.init yehHamzaabove-ar.fina by yeh_yehHamzaabove-ar.rlig; + sub yehHamzaabove-ar.medi reh-ar.fina by yehHamzaabove_reh-ar.fina.rlig; + sub yehHamzaabove-ar.medi zain-ar.fina by yehHamzaabove_zain-ar.fina.rlig; + sub yehHamzaabove-ar.medi rreh-ar.fina by yehHamzaabove_rreh-ar.fina.rlig; + sub yehHamzaabove-ar.medi jeh-ar.fina by yehHamzaabove_jeh-ar.fina.rlig; + sub yehHamzaabove-ar.medi noon-ar.fina by yehHamzaabove_noon-ar.fina.rlig; + sub yehHamzaabove-ar.medi alefMaksura-ar.fina by yehHamzaabove_alefMaksura-ar.fina.rlig; + sub yehHamzaabove-ar.init alefMaksura-ar.fina by yehHamzaabove_alefMaksura-ar.rlig; + sub yehHamzaabove-ar.medi yeh-ar.fina by yehHamzaabove_yeh-ar.fina.rlig; + sub yehHamzaabove-ar.init yeh-ar.fina by yehHamzaabove_yeh-ar.rlig; + sub yehHamzaabove-ar.medi yehHamzaabove-ar.fina by yehHamzaabove_yehHamzaabove-ar.fina.rlig; + sub yehHamzaabove-ar.init yehHamzaabove-ar.fina by yehHamzaabove_yehHamzaabove-ar.rlig; + sub yehHamzaabove-ar.medi yeh-farsi.fina by yehHamzaabove_yeh-farsi.fina.rlig; + sub yehHamzaabove-ar.init yeh-farsi.fina by yehHamzaabove_yeh-farsi.rlig; + sub yeh-farsi.medi reh-ar.fina by yeh_reh-farsi.fina.rlig; + sub yeh-farsi.medi zain-ar.fina by yeh_zain-farsi.fina.rlig; + sub yeh-farsi.medi rreh-ar.fina by yeh_rreh-farsi.fina.rlig; + sub yeh-farsi.medi jeh-ar.fina by yeh_jeh-farsi.fina.rlig; + sub yeh-farsi.medi noon-ar.fina by yeh_noon-farsi.fina.rlig; + sub yeh-farsi.medi yeh-farsi.fina by yeh_yeh-farsi.fina.rlig; + sub yeh-farsi.init yeh-farsi.fina by yeh_yeh-farsi.rlig; + sub lamBar-ar.medi alef-ar.fina by lamBar_alef-ar.fina.rlig; + sub lamBar-ar.init alef-ar.fina by lamBar_alef-ar.rlig; + } rlig_arabic_1; + lookup rlig_arabic_0; + lookup rlig_arabic_1; + lookupflag 0; +} rlig; + + + +feature dlig { + # discretionary ligatures + lookup dlig_RTL { + lookupflag IgnoreMarks RightToLeft; + sub alefMaksura-ar.medi jeh-ar.fina by alefMaksura_jeh-ar.fina.rlig.short; + sub alefMaksura-ar.medi reh-ar.fina by alefMaksura_reh-ar.fina.rlig.short; + sub alefMaksura-ar.medi zain-ar.fina by alefMaksura_zain-ar.fina.rlig.short; + sub beh-ar.medi jeh-ar.fina by beh_jeh-ar.fina.rlig.short; + sub beh-ar.medi reh-ar.fina by beh_reh-ar.fina.rlig.short; + sub beh-ar.medi rreh-ar.fina by beh_rreh-ar.fina.rlig.short; + sub beh-ar.medi zain-ar.fina by beh_zain-ar.fina.rlig.short; + sub dad-ar.medi jeh-ar.fina by dad_jeh-ar.fina.rlig.short; + sub dad-ar.init jeh-ar.fina by dad_jeh-ar.rlig.short; + sub dad-ar.medi reh-ar.fina by dad_reh-ar.fina.rlig.short; + sub dad-ar.init reh-ar.fina by dad_reh-ar.rlig.short; + sub dad-ar.medi rreh-ar.fina by dad_rreh-ar.fina.rlig.short; + sub dad-ar.init rreh-ar.fina by dad_rreh-ar.rlig.short; + sub dad-ar.medi zain-ar.fina by dad_zain-ar.fina.rlig.short; + sub dad-ar.init zain-ar.fina by dad_zain-ar.rlig.short; + sub lam-ar.init meem-ar.fina by lam_meem-ar; + sub lam-ar.init meem-ar.medi by lam_meem-ar.init; + sub noon-ar.medi jeh-ar.fina by noon_jeh-ar.fina.rlig.short; + sub noon-ar.medi reh-ar.fina by noon_reh-ar.fina.rlig.short; + sub noon-ar.medi rreh-ar.fina by noon_rreh-ar.fina.rlig.short; + sub noon-ar.medi zain-ar.fina by noon_zain-ar.fina.rlig.short; + sub peh-ar.medi jeh-ar.fina by peh_jeh-ar.fina.rlig.short; + sub peh-ar.medi reh-ar.fina by peh_reh-ar.fina.rlig.short; + sub peh-ar.medi rreh-ar.fina by peh_rreh-ar.fina.rlig.short; + sub peh-ar.medi zain-ar.fina by peh_zain-ar.fina.rlig.short; + sub sad-ar.medi jeh-ar.fina by sad_jeh-ar.fina.rlig.short; + sub sad-ar.init jeh-ar.fina by sad_jeh-ar.rlig.short; + sub sad-ar.medi reh-ar.fina by sad_reh-ar.fina.rlig.short; + sub sad-ar.init reh-ar.fina by sad_reh-ar.rlig.short; + sub sad-ar.medi rreh-ar.fina by sad_rreh-ar.fina.rlig.short; + sub sad-ar.init rreh-ar.fina by sad_rreh-ar.rlig.short; + sub sad-ar.medi zain-ar.fina by sad_zain-ar.fina.rlig.short; + sub sad-ar.init zain-ar.fina by sad_zain-ar.rlig.short; + sub seen-ar.medi jeh-ar.fina by seen_jeh-ar.fina.rlig.short; + sub seen-ar.init jeh-ar.fina by seen_jeh-ar.rlig.short; + sub seen-ar.medi reh-ar.fina by seen_reh-ar.fina.rlig.short; + sub seen-ar.init reh-ar.fina by seen_reh-ar.rlig.short; + sub seen-ar.medi rreh-ar.fina by seen_rreh-ar.fina.rlig.short; + sub seen-ar.init rreh-ar.fina by seen_rreh-ar.rlig.short; + sub seen-ar.medi zain-ar.fina by seen_zain-ar.fina.rlig.short; + sub seen-ar.init zain-ar.fina by seen_zain-ar.rlig.short; + sub sheen-ar.medi jeh-ar.fina by sheen_jeh-ar.fina.rlig.short; + sub sheen-ar.init jeh-ar.fina by sheen_jeh-ar.rlig.short; + sub sheen-ar.medi reh-ar.fina by sheen_reh-ar.fina.rlig.short; + sub sheen-ar.init reh-ar.fina by sheen_reh-ar.rlig.short; + sub sheen-ar.medi rreh-ar.fina by sheen_rreh-ar.fina.rlig.short; + sub sheen-ar.init rreh-ar.fina by sheen_rreh-ar.rlig.short; + sub sheen-ar.medi zain-ar.fina by sheen_zain-ar.fina.rlig.short; + sub sheen-ar.init zain-ar.fina by sheen_zain-ar.rlig.short; + sub teh-ar.medi jeh-ar.fina by teh_jeh-ar.fina.rlig.short; + sub teh-ar.medi reh-ar.fina by teh_reh-ar.fina.rlig.short; + sub teh-ar.medi rreh-ar.fina by teh_rreh-ar.fina.rlig.short; + sub teh-ar.medi zain-ar.fina by teh_zain-ar.fina.rlig.short; + sub theh-ar.medi jeh-ar.fina by theh_jeh-ar.fina.rlig.short; + sub theh-ar.medi reh-ar.fina by theh_reh-ar.fina.rlig.short; + sub theh-ar.medi rreh-ar.fina by theh_rreh-ar.fina.rlig.short; + sub theh-ar.medi zain-ar.fina by theh_zain-ar.fina.rlig.short; + sub yehHamzaabove-ar.medi jeh-ar.fina by yehHamzaabove_jeh-ar.fina.rlig.short; + sub yehHamzaabove-ar.medi reh-ar.fina by yehHamzaabove_reh-ar.fina.rlig.short; + sub yehHamzaabove-ar.medi rreh-ar.fina by yehHamzaabove_rreh-ar.fina.rlig.short; + sub yehHamzaabove-ar.medi zain-ar.fina by yehHamzaabove_zain-ar.fina.rlig.short; + sub yeh-ar.medi jeh-ar.fina by yeh_jeh-ar.fina.rlig.short; + sub yeh-farsi.medi jeh-ar.fina by yeh_jeh-farsi.fina.rlig.short; + sub yeh-ar.medi reh-ar.fina by yeh_reh-ar.fina.rlig.short; + sub yeh-farsi.medi reh-ar.fina by yeh_reh-farsi.fina.rlig.short; + sub yeh-ar.medi rreh-ar.fina by yeh_rreh-ar.fina.rlig.short; + sub yeh-farsi.medi rreh-ar.fina by yeh_rreh-farsi.fina.rlig.short; + sub yeh-ar.medi zain-ar.fina by yeh_zain-ar.fina.rlig.short; + sub yeh-farsi.medi zain-ar.fina by yeh_zain-farsi.fina.rlig.short; + sub alef-ar lam-ar.init lam-ar.medi heh-ar.fina by allah-ar; + sub jeem-ar lam-ar jeem-ar lam-ar alef-ar lam-ar heh-ar by jallajalalouhou-ar; + sub meem-ar.init hah-ar.medi meem-ar.medi dal-ar.fina by mohammad-ar; + } dlig_RTL; + script arab; + lookup dlig_RTL; + lookupflag 0; +} dlig; + + + +feature calt { + # contextual alternates + lookupflag IgnoreMarks RightToLeft; + sub @reh' @hah by @rehshort; + sub @rehshort @hah' by @hahshort; + sub [peh-ar.init peh-ar.medi yeh-farsi.init yeh-farsi.medi yeh-ar.init yeh-ar.medi heh-ar.medi hehDoachashmee-ar.medi hehgoal-ar.medi] @yehbarree' by @yehbarreeshort; + sub [beh-ar.init beh-ar.medi hehgoal-ar.init] @yehbarree' by @yehbarreeshort2; + sub [jeem-ar.init jeem-ar.medi tcheh-ar.init tcheh-ar.medi] @yehbarree' by @yehbarreeshort4; + sub @reh [teh-ar.init theh-ar.init noon-ar.init yehHamzaabove-ar.init tteh-ar.init lam-ar.init] yehbarree-ar.fina' by yehbarree-ar.fina.short; + sub [peh-ar.init peh-ar.medi yeh-farsi.init yeh-farsi.medi yeh-ar.init yeh-ar.medi] [teh-ar.medi theh-ar.medi noon-ar.medi yehHamzaabove-ar.medi tteh-ar.medi lam-ar.medi] yehbarree-ar.fina' by yehbarree-ar.fina.short3; + lookupflag 0; +} calt; + + + +feature ss06 { + featureNames { + name 3 1 0x0409 "alternate letter Kaf"; # Win / Unicode / English US + name 1 0 0 "alternate letter Kaf"; # Mac / Roman / English + }; + # alternate letter Kaf + lookup kaf_alt { + sub kaf-ar.fina by kaf-ar.fina.ss01; + sub kaf-ar.medi by kaf-ar.medi.ss01; + sub kaf-ar.init by kaf-ar.init.ss01; + } kaf_alt; +} ss06; + + + +feature salt { + # stylistic alternates - all stylistic sets combined + sub @lca_dflt by @lca_alt1; + sub @lcg_dflt by @lcg_alt1; + sub zero by zero.alt01; + sub germandbls by germandbls.alt01; + lookup kaf_alt; +} salt; + + + +feature kern { + # Created: Fri Nov 22 18:46:00 2019 + # PS Name: IBMPlexSans-Thin + # MM Inst: IBM Plex Sans Thin + # MinKern: +/- 0 inclusive + # exported from Robofont + @MMK_L_grek_uc_Alpha = [Delta]; + @MMK_L_grek_uc_Omega = [Omega]; + @MMK_L_inp_colon = [colon semicolon]; + @MMK_L_inp_foot = [quotesingle quotedbl asterisk]; + @MMK_L_inp_fraction = [fraction divisionslash]; + @MMK_L_inp_guill = [guilsinglleft guillemotleft]; + @MMK_L_inp_guilr = [guilsinglright guillemotright]; + @MMK_L_inp_hyph = [hyphen softhyphen endash emdash]; + @MMK_L_inp_parenth = [bracketleft braceleft]; + @MMK_L_inp_period = [period ellipsis comma quotesinglbase quotedblbase]; + @MMK_L_inp_quotel = [quoteleft quotedblleft]; + @MMK_L_inp_quoter = [quoteright quotedblright]; + @MMK_L_latn_lc_a = [a aacute acircumflex adieresis agrave aring atilde]; + @MMK_L_latn_lc_b = [b p thorn]; + @MMK_L_latn_lc_c = [c ccedilla]; + @MMK_L_latn_lc_e = [e ae eacute ecircumflex edieresis egrave oe]; + @MMK_L_latn_lc_f = [f]; + @MMK_L_latn_lc_g = [g g.alt02]; + @MMK_L_latn_lc_i = [i fi iacute icircumflex idieresis igrave]; + @MMK_L_latn_lc_j = [g.alt01 j q dotlessi ij dotlessj jacute jcircumflex]; + @MMK_L_latn_lc_k = [k]; + @MMK_L_latn_lc_l = [l fl lslash]; + @MMK_L_latn_lc_n = [h m n ntilde]; + @MMK_L_latn_lc_o = [o eth oacute ocircumflex odieresis ograve oslash otilde]; + @MMK_L_latn_lc_r = [r]; + @MMK_L_latn_lc_s = [s scaron]; + @MMK_L_latn_lc_t = [t]; + @MMK_L_latn_lc_u = [a.alt01 u aacute.alt01 acircumflex.alt01 adieresis.alt01 agrave.alt01 aring.alt01 atilde.alt01 uacute ucircumflex udieresis ugrave]; + @MMK_L_latn_lc_w = [w]; + @MMK_L_latn_lc_y = [y yacute ydieresis]; + @MMK_L_latn_lc_z = [z zcaron]; + @MMK_L_latn_uc_a = [A Aacute Acircumflex Adieresis Agrave Aring Atilde]; + @MMK_L_latn_uc_c = [C Ccedilla]; + @MMK_L_latn_uc_d = [D Dcroat Eth]; + @MMK_L_latn_uc_e = [E AE Eacute Ecircumflex Edieresis Egrave OE]; + @MMK_L_latn_uc_g = [G]; + @MMK_L_latn_uc_i = [I Iacute Icircumflex Idieresis Igrave]; + @MMK_L_latn_uc_j = [J]; + @MMK_L_latn_uc_k = [K]; + @MMK_L_latn_uc_l = [L Lslash]; + @MMK_L_latn_uc_o = [O Q Oacute Ocircumflex Odieresis Ograve Oslash Otilde]; + @MMK_L_latn_uc_r = [R]; + @MMK_L_latn_uc_s = [S Scaron]; + @MMK_L_latn_uc_t = [T]; + @MMK_L_latn_uc_u = [U IJ Uacute Ucircumflex Udieresis Ugrave]; + @MMK_L_latn_uc_w = [W]; + @MMK_L_latn_uc_y = [Y Yacute Ydieresis]; + @MMK_L_latn_uc_z = [Z Zcaron]; + @MMK_R_grek_lc_kappa = [mu]; + @MMK_R_grek_uc_Alpha = [Delta]; + @MMK_R_grek_uc_Omega = [Omega]; + @MMK_R_inp_colon = [colon semicolon]; + @MMK_R_inp_foot = [quotesingle quotedbl asterisk]; + @MMK_R_inp_fraction = [fraction divisionslash]; + @MMK_R_inp_guill = [guilsinglleft guillemotleft]; + @MMK_R_inp_guilr = [guilsinglright guillemotright]; + @MMK_R_inp_hyph = [hyphen softhyphen endash emdash]; + @MMK_R_inp_parenth = [bracketright braceright]; + @MMK_R_inp_period = [period ellipsis comma quotesinglbase quotedblbase]; + @MMK_R_inp_quotel = [quoteleft quotedblleft]; + @MMK_R_inp_quoter = [quoteright quotedblright]; + @MMK_R_latn_lc_a = [a aacute acircumflex adieresis agrave aring atilde ae]; + @MMK_R_latn_lc_c = [c e o ccedilla eacute ecircumflex edieresis egrave oacute ocircumflex odieresis ograve oslash otilde oe]; + @MMK_R_latn_lc_d = [a.alt01 d g.alt01 q aacute.alt01 acircumflex.alt01 adieresis.alt01 agrave.alt01 aring.alt01 atilde.alt01 eth]; + @MMK_R_latn_lc_f = [f fi fl germandbls]; + @MMK_R_latn_lc_g = [g g.alt02]; + @MMK_R_latn_lc_h = [b h k]; + @MMK_R_latn_lc_i = [i iacute icircumflex idieresis igrave ij]; + @MMK_R_latn_lc_j = [j dotlessj jacute jcircumflex]; + @MMK_R_latn_lc_l = [l ldot lslash germandbls.alt01]; + @MMK_R_latn_lc_n = [m n r dotlessi ntilde]; + @MMK_R_latn_lc_s = [s scaron]; + @MMK_R_latn_lc_t = [t]; + @MMK_R_latn_lc_u = [u uacute ucircumflex udieresis ugrave]; + @MMK_R_latn_lc_w = [w]; + @MMK_R_latn_lc_y = [y yacute ydieresis]; + @MMK_R_latn_lc_z = [z zcaron]; + @MMK_R_latn_uc_a = [A Aacute Acircumflex Adieresis Agrave Aring Atilde AE]; + @MMK_R_latn_uc_i = [I Iacute Icircumflex Idieresis Igrave]; + @MMK_R_latn_uc_j = [J]; + @MMK_R_latn_uc_o = [C G O Q Ccedilla Oacute Ocircumflex Odieresis Ograve Oslash Otilde OE]; + @MMK_R_latn_uc_s = [S Scaron]; + @MMK_R_latn_uc_t = [T]; + @MMK_R_latn_uc_u = [U IJ Uacute Ucircumflex Udieresis Ugrave]; + @MMK_R_latn_uc_w = [W]; + @MMK_R_latn_uc_y = [Y Yacute Ydieresis]; + @MMK_R_latn_uc_z = [Z Zcaron]; + @MMK_L_arab_ain = [ain-ar ain-ar.short ghain-ar ghain-ar.short]; # 4 items + @MMK_L_arab_alef = [alef-ar alef-ar.fina alef-ar.short alef-ar.fina.short alefHamzabelow-ar alefHamzabelow-ar.fina alefWavyhamzabelow-ar alefWavyhamzabelow-ar.fina alefFathatan-ar alefFathatan-ar.fina highhamzaAlef-ar highhamzaAlef-ar.fina]; # 12 items + @MMK_L_arab_alefHamzaabove = [alefHamzaabove-ar alefHamzaabove-ar.fina]; # 2 items + @MMK_L_arab_alefMadda = [alefWavyhamzaabove-ar alefWavyhamzaabove-ar.fina alefMadda-ar alefMadda-ar.fina alefWasla-ar alefWasla-ar.fina]; # 6 items + @MMK_L_arab_alefMaksura = [alefMaksura-ar yeh-ar yehHamzaabove-ar]; # 3 items + @MMK_L_arab_hah = [jeem-ar jeem-ar.short hah-ar hah-ar.short khah-ar khah-ar.short]; # 6 items + @MMK_L_arab_kaf_init = [gaf-ar]; # 1 items + @MMK_L_arab_lam_alef_rlig = [lam_alef-ar.rlig lam_alefHamzaabove-ar.rlig lam_alefHamzabelow-ar.rlig lam_alefWavyhamzabelow-ar.rlig]; # 4 items + @MMK_L_arab_reh = [reh-ar reh-ar.short reh-ar.fina reh-ar.fina.short zain-ar zain-ar.fina zain-ar.fina.short zain-ar.short beh_reh-ar.fina.rlig beh_reh-ar.fina.rlig.short beh_zain-ar.fina.rlig beh_zain-ar.fina.rlig.short beh_rreh-ar.fina.rlig beh_rreh-ar.fina.rlig.short beh_jeh-ar.fina.rlig beh_jeh-ar.fina.rlig.short peh_reh-ar.fina.rlig peh_reh-ar.fina.rlig.short peh_zain-ar.fina.rlig peh_zain-ar.fina.rlig.short peh_rreh-ar.fina.rlig peh_rreh-ar.fina.rlig.short peh_jeh-ar.fina.rlig peh_jeh-ar.fina.rlig.short teh_reh-ar.fina.rlig teh_reh-ar.fina.rlig.short teh_zain-ar.fina.rlig teh_zain-ar.fina.rlig.short teh_rreh-ar.fina.rlig teh_rreh-ar.fina.rlig.short teh_jeh-ar.fina.rlig teh_jeh-ar.fina.rlig.short theh_reh-ar.fina.rlig theh_reh-ar.fina.rlig.short theh_zain-ar.fina.rlig theh_zain-ar.fina.rlig.short theh_rreh-ar.fina.rlig theh_rreh-ar.fina.rlig.short theh_jeh-ar.fina.rlig theh_jeh-ar.fina.rlig.short tteh_reh-ar.fina.rlig tteh_zain-ar.fina.rlig tteh_rreh-ar.fina.rlig tteh_jeh-ar.fina.rlig seen_reh-ar.fina.rlig seen_reh-ar.fina.rlig.short seen_reh-ar.rlig seen_reh-ar.rlig.short seen_zain-ar.fina.rlig seen_zain-ar.fina.rlig.short seen_zain-ar.rlig seen_zain-ar.rlig.short seen_rreh-ar.fina.rlig seen_rreh-ar.fina.rlig.short seen_rreh-ar.rlig seen_rreh-ar.rlig.short seen_jeh-ar.fina.rlig seen_jeh-ar.fina.rlig.short seen_jeh-ar.rlig seen_jeh-ar.rlig.short sheen_reh-ar.fina.rlig sheen_reh-ar.fina.rlig.short sheen_reh-ar.rlig sheen_reh-ar.rlig.short sheen_zain-ar.fina.rlig sheen_zain-ar.fina.rlig.short sheen_zain-ar.rlig sheen_zain-ar.rlig.short sheen_rreh-ar.fina.rlig sheen_rreh-ar.fina.rlig.short sheen_rreh-ar.rlig sheen_rreh-ar.rlig.short sheen_jeh-ar.fina.rlig sheen_jeh-ar.fina.rlig.short sheen_jeh-ar.rlig sheen_jeh-ar.rlig.short sad_reh-ar.fina.rlig sad_reh-ar.fina.rlig.short sad_reh-ar.rlig sad_reh-ar.rlig.short sad_zain-ar.fina.rlig sad_zain-ar.fina.rlig.short sad_zain-ar.rlig sad_zain-ar.rlig.short sad_rreh-ar.fina.rlig sad_rreh-ar.fina.rlig.short sad_rreh-ar.rlig sad_rreh-ar.rlig.short sad_jeh-ar.fina.rlig sad_jeh-ar.fina.rlig.short sad_jeh-ar.rlig sad_jeh-ar.rlig.short dad_reh-ar.fina.rlig dad_reh-ar.fina.rlig.short dad_reh-ar.rlig dad_reh-ar.rlig.short dad_zain-ar.fina.rlig dad_zain-ar.fina.rlig.short dad_zain-ar.rlig dad_zain-ar.rlig.short dad_rreh-ar.fina.rlig dad_rreh-ar.fina.rlig.short dad_rreh-ar.rlig dad_rreh-ar.rlig.short dad_jeh-ar.fina.rlig dad_jeh-ar.fina.rlig.short dad_jeh-ar.rlig dad_jeh-ar.rlig.short noon_reh-ar.fina.rlig noon_reh-ar.fina.rlig.short noon_zain-ar.fina.rlig noon_zain-ar.fina.rlig.short noon_rreh-ar.fina.rlig noon_rreh-ar.fina.rlig.short noon_jeh-ar.fina.rlig noon_jeh-ar.fina.rlig.short alefMaksura_reh-ar.fina.rlig alefMaksura_reh-ar.fina.rlig.short alefMaksura_zain-ar.fina.rlig alefMaksura_zain-ar.fina.rlig.short alefMaksura_jeh-ar.fina.rlig alefMaksura_jeh-ar.fina.rlig.short yeh_reh-ar.fina.rlig yeh_reh-ar.fina.rlig.short yeh_zain-ar.fina.rlig yeh_zain-ar.fina.rlig.short yeh_rreh-ar.fina.rlig yeh_rreh-ar.fina.rlig.short yeh_jeh-ar.fina.rlig yeh_jeh-ar.fina.rlig.short yehHamzaabove_reh-ar.fina.rlig yehHamzaabove_reh-ar.fina.rlig.short yehHamzaabove_zain-ar.fina.rlig yehHamzaabove_zain-ar.fina.rlig.short yehHamzaabove_rreh-ar.fina.rlig yehHamzaabove_rreh-ar.fina.rlig.short yehHamzaabove_jeh-ar.fina.rlig yehHamzaabove_jeh-ar.fina.rlig.short yeh_reh-farsi.fina.rlig yeh_reh-farsi.fina.rlig.short yeh_zain-farsi.fina.rlig yeh_zain-farsi.fina.rlig.short yeh_rreh-farsi.fina.rlig yeh_rreh-farsi.fina.rlig.short yeh_jeh-farsi.fina.rlig yeh_jeh-farsi.fina.rlig.short]; # 146 items + @MMK_L_arab_tah_init = [tah-ar.medi tah-ar.init]; # 2 items + @MMK_L_arab_three = [three-ar]; # 1 items + @MMK_L_arab_waw = [waw-ar waw-ar.fina wawHamzaabove-ar wawHamzaabove-ar.fina]; # 4 items + @MMK_R_arab_ain = [ain-ar ain-ar.short ghain-ar ghain-ar.short]; # 4 items + @MMK_R_arab_alefMaksura = [alefMaksura-ar yeh-ar yehHamzaabove-ar]; # 3 items + @MMK_R_arab_alefMaksura_fina = [alefMaksura-ar.fina yeh-ar.fina yehHamzaabove-ar.fina]; # 3 items + @MMK_R_arab_beh_init = [beeh-ar.init tehRing-ar.init behThreedotsupabove-ar.init e-ar.init]; # 4 items + @MMK_R_arab_dotlessbeh_init = [behDotless-ar behDotless-ar.init]; # 2 items + @MMK_R_arab_dotlessfeh_init = [fehDotless-ar fehDotless-ar.init]; # 2 items + @MMK_R_arab_hah = [jeem-ar jeem-ar.short hah-ar hah-ar.short khah-ar khah-ar.short]; # 6 items + @MMK_R_arab_hah_init = [jeem-ar.init hah-ar.init khah-ar.init]; # 3 items + @MMK_R_arab_kaf_init = [kaf-ar.init keheh-ar keheh-ar.init gaf-ar.init]; # 4 items + @MMK_R_arab_kaf_alefMaksura = [kaf_alefMaksura-ar.rlig kaf_yeh-ar.rlig kaf_yehHamzaabove-ar.rlig keheh_yeh-ar.rlig gaf_alefMaksura-ar.rlig gaf_yeh-ar.rlig gaf_yehHamzaabove-ar.rlig]; # 7 items + @MMK_R_arab_lam_alef_rlig = [lam_alef-ar.rlig lam_alefHamzaabove-ar.rlig lam_alefHamzabelow-ar.rlig lam_alefWavyhamzaabove-ar.rlig lam_alefWavyhamzabelow-ar.rlig lam_alefMadda-ar.rlig lam_alefWasla-ar.rlig]; # 7 items + @MMK_R_arab_noonghunna = [lam-ar.fina noonghunna-ar]; # 3 items + @MMK_R_arab_reh = [reh-ar reh-ar.short zain-ar zain-ar.short]; # 4 items + @MMK_R_arab_teh_init = [teh-ar.init theh-ar.init teheh-ar.init]; # 3 items + @MMK_R_arab_three = [three-ar]; # 1 items + @MMK_R_arab_yeh_init = [peh-ar.init beheh-ar.init behThreedotsupbelow-ar.init tehThreedotsupbelow-ar.init behVinvertedbelow-ar.init behVbelow-ar.init yeh-ar.init yeh-farsi.init]; # 8 items + lookup kern_DFLT { + # glyph, glyph: + pos B V -15; + pos B X -20; + pos B eightinferior -5; + pos B eightsuperior -25; + pos B fivesuperior -20; + pos B foursuperior -20; + pos B ninesuperior -20; + pos B onesuperior -20; + pos B registered -10; + pos B seveninferior -5; + pos B sevensuperior -40; + pos B sixsuperior -20; + pos B slash -5; + pos B threesuperior -20; + pos B trademark -40; + pos B twosuperior -20; + pos B underscore -55; + pos B v -10; + pos B x -10; + pos B zeroinferior -5; + pos B zerosuperior -30; + pos F ampersand -30; + pos F at -10; + pos F eightinferior -35; + pos F fiveinferior -10; + pos F fourinferior -55; + pos F icircumflex 30; + pos F idieresis 30; + pos F nineinferior -20; + pos F oneinferior -20; + pos F onesuperior 10; + pos F p -10; + pos F parenright 15; + pos F question 20; + pos F seveninferior -20; + pos F sixinferior -50; + pos F slash -20; + pos F threeinferior -10; + pos F threesuperior 5; + pos F twoinferior -10; + pos F twosuperior 5; + pos F underscore -120; + pos F v -5; + pos F x -20; + pos F zeroinferior -40; + pos Germandbls V -5; + pos Germandbls eightinferior 20; + pos Germandbls eightsuperior -20; + pos Germandbls fiveinferior 20; + pos Germandbls fivesuperior -20; + pos Germandbls fourinferior 20; + pos Germandbls foursuperior -40; + pos Germandbls nineinferior 20; + pos Germandbls ninesuperior -20; + pos Germandbls oneinferior 10; + pos Germandbls onesuperior -20; + pos Germandbls ordfeminine -25; + pos Germandbls ordmasculine -30; + pos Germandbls question -25; + pos Germandbls registered -30; + pos Germandbls seveninferior 20; + pos Germandbls sevensuperior -5; + pos Germandbls sixinferior 20; + pos Germandbls sixsuperior -20; + pos Germandbls threeinferior 20; + pos Germandbls threesuperior -20; + pos Germandbls trademark -10; + pos Germandbls twoinferior 20; + pos Germandbls twosuperior -20; + pos Germandbls underscore -50; + pos Germandbls x -5; + pos Germandbls zeroinferior 10; + pos Germandbls zerosuperior -20; + pos P V 10; + pos P X 10; + pos P ampersand -20; + pos P at 10; + pos P eightinferior -50; + pos P eightsuperior 20; + pos P fiveinferior -35; + pos P fivesuperior 40; + pos P fourinferior -125; + pos P foursuperior 45; + pos P nineinferior -40; + pos P ninesuperior 35; + pos P oneinferior -45; + pos P onesuperior 40; + pos P p -10; + pos P question 30; + pos P registered 40; + pos P seveninferior -15; + pos P sevensuperior 35; + pos P sixinferior -80; + pos P sixsuperior 30; + pos P slash -25; + pos P threeinferior -35; + pos P threesuperior 10; + pos P twoinferior -35; + pos P twosuperior 10; + pos P underscore -130; + pos P v 30; + pos P x 10; + pos P zeroinferior -40; + pos P zerosuperior 25; + pos Thorn V -5; + pos Thorn X -20; + pos Thorn ampersand 15; + pos Thorn at 20; + pos Thorn eightinferior 15; + pos Thorn eightsuperior 20; + pos Thorn fiveinferior 20; + pos Thorn fivesuperior 20; + pos Thorn foursuperior 30; + pos Thorn nineinferior 10; + pos Thorn ninesuperior -5; + pos Thorn oneinferior 20; + pos Thorn onesuperior 20; + pos Thorn p 10; + pos Thorn registered 30; + pos Thorn seveninferior 30; + pos Thorn sevensuperior -5; + pos Thorn sixinferior 10; + pos Thorn sixsuperior 15; + pos Thorn slash -5; + pos Thorn threeinferior 10; + pos Thorn threesuperior 20; + pos Thorn trademark -10; + pos Thorn twoinferior 30; + pos Thorn twosuperior 35; + pos Thorn underscore -110; + pos Thorn v 25; + pos Thorn x 5; + pos Thorn zeroinferior 20; + pos Thorn zerosuperior 30; + pos V ampersand -35; + pos V at -30; + pos V eightinferior -80; + pos V eightsuperior 10; + pos V fiveinferior -50; + pos V fivesuperior 30; + pos V fourinferior -65; + pos V foursuperior 10; + pos V icircumflex 40; + pos V idieresis 40; + pos V igrave 10; + pos V jcircumflex 40; + pos V nineinferior -70; + pos V ninesuperior 10; + pos V oneinferior -50; + pos V onesuperior 30; + pos V p -20; + pos V parenright 20; + pos V question 25; + pos V registered 10; + pos V seveninferior -40; + pos V sevensuperior 20; + pos V sixinferior -70; + pos V sixsuperior 5; + pos V slash -35; + pos V threeinferior -65; + pos V threesuperior 30; + pos V trademark 10; + pos V twoinferior -40; + pos V twosuperior 40; + pos V underscore -60; + pos V v -10; + pos V x -10; + pos V zeroinferior -40; + pos V zerosuperior 30; + pos X ampersand -10; + pos X at -20; + pos X eightinferior -10; + pos X eightsuperior -10; + pos X fivesuperior 25; + pos X foursuperior -15; + pos X jcircumflex 20; + pos X nineinferior -40; + pos X ninesuperior 10; + pos X onesuperior 20; + pos X registered -10; + pos X seveninferior -20; + pos X sevensuperior 15; + pos X sixsuperior -20; + pos X threeinferior -10; + pos X threesuperior 10; + pos X trademark 20; + pos X twoinferior 10; + pos X twosuperior 10; + pos X underscore 30; + pos X v -5; + pos X x 10; + pos ampersand V -25; + pos ampersand X -10; + pos ampersand pi 10; + pos ampersand v -10; + pos at V -30; + pos at X -10; + pos eightinferior V -80; + pos eightinferior X -10; + pos eightinferior eightinferior -10; + pos eightinferior nineinferior -5; + pos eightinferior oneinferior -15; + pos eightinferior pi -10; + pos eightinferior seveninferior -10; + pos eightinferior sixinferior -5; + pos eightinferior threeinferior -10; + pos eightinferior v -35; + pos eightsuperior V 10; + pos eightsuperior X -10; + pos eightsuperior eightsuperior -10; + pos eightsuperior jcircumflex 30; + pos eightsuperior ninesuperior -5; + pos eightsuperior onesuperior -15; + pos eightsuperior pi 20; + pos eightsuperior sevensuperior -10; + pos eightsuperior sixsuperior -5; + pos eightsuperior threesuperior -10; + pos eightsuperior v 30; + pos eightsuperior x 20; + pos exclamdown V -20; + pos fiveinferior V -50; + pos fiveinferior X 5; + pos fiveinferior eightinferior -10; + pos fiveinferior fourinferior 5; + pos fiveinferior nineinferior -10; + pos fiveinferior oneinferior -10; + pos fiveinferior pi -10; + pos fiveinferior seveninferior -10; + pos fiveinferior sixinferior -5; + pos fiveinferior threeinferior 5; + pos fiveinferior v -10; + pos fivesuperior V 10; + pos fivesuperior eightsuperior -10; + pos fivesuperior foursuperior 5; + pos fivesuperior jcircumflex 20; + pos fivesuperior ninesuperior -10; + pos fivesuperior onesuperior -10; + pos fivesuperior pi 20; + pos fivesuperior sevensuperior -10; + pos fivesuperior sixsuperior -5; + pos fivesuperior threesuperior 5; + pos fivesuperior v 40; + pos fivesuperior x 15; + pos fourinferior V -45; + pos fourinferior fiveinferior 5; + pos fourinferior fourinferior 20; + pos fourinferior nineinferior -5; + pos fourinferior oneinferior 5; + pos fourinferior seveninferior -5; + pos fourinferior threeinferior 5; + pos fourinferior x 10; + pos foursuperior V 25; + pos foursuperior fivesuperior 5; + pos foursuperior foursuperior 20; + pos foursuperior jcircumflex 40; + pos foursuperior ninesuperior -5; + pos foursuperior onesuperior 5; + pos foursuperior pi 30; + pos foursuperior sevensuperior -5; + pos foursuperior threesuperior 5; + pos foursuperior v 35; + pos foursuperior x 15; + pos germandbls V -15; + pos germandbls eightinferior 10; + pos germandbls eightsuperior -20; + pos germandbls fiveinferior 20; + pos germandbls fivesuperior -20; + pos germandbls fourinferior 30; + pos germandbls foursuperior -20; + pos germandbls nineinferior 10; + pos germandbls ninesuperior -20; + pos germandbls oneinferior 10; + pos germandbls onesuperior -20; + pos germandbls ordfeminine -15; + pos germandbls ordmasculine -15; + pos germandbls question -15; + pos germandbls registered -20; + pos germandbls seveninferior 10; + pos germandbls sevensuperior -20; + pos germandbls sixinferior 10; + pos germandbls sixsuperior -20; + pos germandbls threeinferior 10; + pos germandbls threesuperior -20; + pos germandbls trademark -30; + pos germandbls twoinferior 10; + pos germandbls twosuperior -20; + pos germandbls underscore -50; + pos germandbls v -5; + pos germandbls zeroinferior 10; + pos germandbls zerosuperior -20; + pos germandbls.alt01 V -30; + pos germandbls.alt01 eightinferior 10; + pos germandbls.alt01 fiveinferior 20; + pos germandbls.alt01 fourinferior 30; + pos germandbls.alt01 foursuperior 15; + pos germandbls.alt01 ninesuperior -20; + pos germandbls.alt01 oneinferior 10; + pos germandbls.alt01 onesuperior -10; + pos germandbls.alt01 parenright 10; + pos germandbls.alt01 sevensuperior -20; + pos germandbls.alt01 sixinferior 5; + pos germandbls.alt01 sixsuperior -5; + pos germandbls.alt01 slash 40; + pos germandbls.alt01 threeinferior 20; + pos germandbls.alt01 threesuperior -20; + pos germandbls.alt01 twoinferior 25; + pos germandbls.alt01 twosuperior -20; + pos germandbls.alt01 underscore 35; + pos germandbls.alt01 v -5; + pos germandbls.alt01 x 5; + pos germandbls.alt01 zeroinferior 10; + pos icircumflex V 40; + pos idieresis V 40; + pos jcircumflex eightsuperior 40; + pos jcircumflex fivesuperior 70; + pos jcircumflex foursuperior 30; + pos jcircumflex ninesuperior 60; + pos jcircumflex onesuperior 45; + pos jcircumflex sevensuperior 80; + pos jcircumflex sixsuperior 40; + pos jcircumflex threesuperior 35; + pos jcircumflex twosuperior 35; + pos jcircumflex zerosuperior 50; + pos lslash eightsuperior 10; + pos lslash fivesuperior 20; + pos lslash foursuperior 30; + pos lslash ninesuperior -10; + pos lslash onesuperior 20; + pos lslash sixsuperior 10; + pos lslash threesuperior 20; + pos lslash twosuperior 20; + pos lslash zerosuperior 20; + pos nineinferior V -70; + pos nineinferior X -40; + pos nineinferior fourinferior -5; + pos nineinferior pi -10; + pos nineinferior sixinferior -5; + pos nineinferior twoinferior 10; + pos nineinferior v -20; + pos nineinferior x -20; + pos ninesuperior V 10; + pos ninesuperior X 10; + pos ninesuperior foursuperior -5; + pos ninesuperior jcircumflex 30; + pos ninesuperior pi 30; + pos ninesuperior sixsuperior -10; + pos ninesuperior twosuperior 10; + pos ninesuperior v 30; + pos oneinferior V -80; + pos oneinferior X 10; + pos oneinferior eightinferior -10; + pos oneinferior fiveinferior -5; + pos oneinferior fourinferior -10; + pos oneinferior nineinferior -35; + pos oneinferior oneinferior -20; + pos oneinferior pi -20; + pos oneinferior seveninferior -35; + pos oneinferior sixinferior -10; + pos oneinferior v -60; + pos oneinferior zeroinferior -20; + pos onesuperior X -30; + pos onesuperior eightsuperior -10; + pos onesuperior fivesuperior -5; + pos onesuperior foursuperior -10; + pos onesuperior ninesuperior -35; + pos onesuperior onesuperior -20; + pos onesuperior sevensuperior -35; + pos onesuperior sixsuperior -10; + pos onesuperior v 10; + pos onesuperior zerosuperior -20; + pos parenleft V 20; + pos parenleft X 10; + pos pi ampersand -5; + pos pi eightinferior -15; + pos pi foursuperior 30; + pos pi nineinferior -20; + pos pi oneinferior -15; + pos pi pi 3; + pos pi registered 20; + pos pi seveninferior -15; + pos pi sevensuperior -20; + pos pi sixinferior -15; + pos pi sixsuperior 10; + pos pi trademark -10; + pos pi zeroinferior -15; + pos question V 20; + pos questiondown V -50; + pos questiondown v -20; + pos registered V 10; + pos seveninferior V -10; + pos seveninferior X -20; + pos seveninferior eightinferior -20; + pos seveninferior fiveinferior -5; + pos seveninferior fourinferior -30; + pos seveninferior nineinferior -15; + pos seveninferior sixinferior -25; + pos seveninferior threeinferior -5; + pos seveninferior v 10; + pos seveninferior x -5; + pos seveninferior zeroinferior -10; + pos sevensuperior V 20; + pos sevensuperior X 15; + pos sevensuperior eightsuperior -25; + pos sevensuperior fivesuperior -5; + pos sevensuperior foursuperior -30; + pos sevensuperior jcircumflex 40; + pos sevensuperior ninesuperior -15; + pos sevensuperior p -30; + pos sevensuperior pi -10; + pos sevensuperior sevensuperior -5; + pos sevensuperior sixsuperior -25; + pos sevensuperior threesuperior -5; + pos sevensuperior twosuperior -5; + pos sevensuperior v 10; + pos sevensuperior zerosuperior -5; + pos sixinferior V -60; + pos sixinferior eightinferior -5; + pos sixinferior nineinferior -15; + pos sixinferior pi -10; + pos sixinferior seveninferior -10; + pos sixinferior threeinferior -10; + pos sixinferior v -30; + pos sixsuperior V 5; + pos sixsuperior X -40; + pos sixsuperior eightsuperior -5; + pos sixsuperior jcircumflex 20; + pos sixsuperior ninesuperior -15; + pos sixsuperior pi 20; + pos sixsuperior sevensuperior -10; + pos sixsuperior threesuperior -10; + pos sixsuperior v 30; + pos sixsuperior x 15; + pos slash V 20; + pos slash p -10; + pos slash slash -55; + pos slash x -20; + pos threeinferior V -40; + pos threeinferior oneinferior 10; + pos threeinferior pi -10; + pos threeinferior seveninferior -5; + pos threeinferior sixinferior -5; + pos threeinferior threeinferior -10; + pos threeinferior v -10; + pos threesuperior V 20; + pos threesuperior onesuperior 10; + pos threesuperior pi 15; + pos threesuperior sevensuperior -5; + pos threesuperior sixsuperior -5; + pos threesuperior threesuperior -10; + pos threesuperior v 20; + pos trademark X -10; + pos trademark x -20; + pos twoinferior V -50; + pos twoinferior X 10; + pos twoinferior oneinferior 10; + pos twoinferior pi -10; + pos twoinferior v -20; + pos twoinferior x 20; + pos twosuperior V 30; + pos twosuperior X 10; + pos twosuperior jcircumflex 25; + pos twosuperior onesuperior 10; + pos twosuperior pi 15; + pos twosuperior v 20; + pos twosuperior x 10; + pos underscore V -60; + pos underscore X 30; + pos underscore p 10; + pos underscore thorn 10; + pos underscore v -50; + pos underscore x 20; + pos v V -10; + pos v X -5; + pos v eightinferior -35; + pos v eightsuperior 30; + pos v fiveinferior -20; + pos v fivesuperior 40; + pos v fourinferior -40; + pos v foursuperior 55; + pos v nineinferior -20; + pos v ninesuperior 30; + pos v oneinferior -40; + pos v onesuperior 15; + pos v registered 30; + pos v seveninferior -20; + pos v sevensuperior 30; + pos v sixinferior -40; + pos v sixsuperior 30; + pos v slash 5; + pos v threeinferior -20; + pos v threesuperior 20; + pos v trademark 5; + pos v twosuperior 30; + pos v underscore -50; + pos v zeroinferior -20; + pos v zerosuperior 20; + pos x V -10; + pos x X 10; + pos x ampersand -10; + pos x eightsuperior 20; + pos x fiveinferior 10; + pos x fivesuperior 20; + pos x fourinferior 15; + pos x foursuperior 30; + pos x registered 20; + pos x sevensuperior 10; + pos x sixsuperior 15; + pos x threeinferior 10; + pos x trademark -10; + pos x twoinferior 20; + pos x underscore 20; + pos x zerosuperior 10; + pos zeroinferior V -40; + pos zeroinferior pi -10; + pos zeroinferior seveninferior -5; + pos zeroinferior threeinferior -5; + pos zeroinferior v -20; + pos zerosuperior V 30; + pos zerosuperior foursuperior 5; + pos zerosuperior jcircumflex 40; + pos zerosuperior pi 10; + pos zerosuperior sevensuperior -5; + pos zerosuperior threesuperior -5; + pos zerosuperior v 20; + pos zerosuperior x 10; + # glyph, glyph exceptions: + pos F AE -60; + pos F jcircumflex 30; + pos P AE -60; + pos Thorn AE -30; + pos V AE -60; + pos jcircumflex V 50; + pos lslash lslash -15; + pos sevensuperior icircumflex 35; + pos slash icircumflex 25; + pos slash idieresis 25; + pos slash igrave 20; + pos slash jcircumflex 40; + pos threesuperior jcircumflex 40; + pos underscore g.alt01 -10; + # glyph, group exceptions: + enum pos eth @MMK_R_latn_uc_t -45; + enum pos icircumflex @MMK_R_latn_uc_t 40; + enum pos icircumflex @MMK_R_latn_uc_w 40; + enum pos icircumflex @MMK_R_latn_uc_y 40; + enum pos idieresis @MMK_R_latn_uc_y 40; + enum pos ij @MMK_R_latn_uc_y -20; + enum pos j @MMK_R_latn_uc_y -20; + enum pos jacute @MMK_R_latn_uc_y 20; + enum pos jcircumflex @MMK_R_latn_uc_w 75; + enum pos jcircumflex @MMK_R_latn_uc_y 60; + enum pos lslash @MMK_R_inp_quoter -20; + # group, glyph exceptions: + enum pos @MMK_L_inp_period AE 70; + enum pos @MMK_L_inp_quotel AE -100; + enum pos @MMK_L_inp_quoter AE -120; + enum pos @MMK_L_inp_quoter icircumflex 35; + enum pos @MMK_L_inp_quoter idieresis 35; + enum pos @MMK_L_latn_lc_f icircumflex 20; + enum pos @MMK_L_latn_lc_f idieresis 15; + enum pos @MMK_L_latn_lc_f igrave 5; + enum pos @MMK_L_latn_lc_f jcircumflex 25; + enum pos @MMK_L_latn_uc_i icircumflex 20; + enum pos @MMK_L_latn_uc_i idieresis 20; + enum pos @MMK_L_latn_uc_i jcircumflex 20; + enum pos @MMK_L_latn_uc_k idieresis 25; + enum pos @MMK_L_latn_uc_o AE 0; + enum pos @MMK_L_latn_uc_t AE -65; + enum pos @MMK_L_latn_uc_t icircumflex 40; + enum pos @MMK_L_latn_uc_t idieresis 40; + enum pos @MMK_L_latn_uc_t jcircumflex 40; + enum pos @MMK_L_latn_uc_u AE -20; + enum pos @MMK_L_latn_uc_w AE -65; + enum pos @MMK_L_latn_uc_w icircumflex 40; + enum pos @MMK_L_latn_uc_w jcircumflex 40; + enum pos @MMK_L_latn_uc_y AE -65; + enum pos @MMK_L_latn_uc_y icircumflex 40; + enum pos @MMK_L_latn_uc_y idieresis 40; + enum pos @MMK_L_latn_uc_y jcircumflex 35; + enum pos @MMK_L_latn_uc_z icircumflex 30; + enum pos @MMK_L_latn_uc_z idieresis 30; + enum pos @MMK_L_latn_uc_z jcircumflex 30; + # glyph, group: + pos at @MMK_R_latn_lc_g -5; + pos at @MMK_R_latn_lc_w 10; + pos at @MMK_R_latn_lc_z -5; + pos at @MMK_R_latn_uc_i -10; + pos at @MMK_R_latn_uc_j -10; + pos at @MMK_R_latn_uc_t -50; + pos at @MMK_R_latn_uc_w -15; + pos at @MMK_R_latn_uc_y -40; + pos at @MMK_R_latn_uc_z -15; + pos exclamdown @MMK_R_latn_uc_t -20; + pos exclamdown @MMK_R_latn_uc_y -20; + pos fiveinferior @MMK_R_latn_lc_a 10; + pos fiveinferior @MMK_R_latn_lc_c 5; + pos fiveinferior @MMK_R_latn_lc_d 5; + pos fiveinferior @MMK_R_latn_lc_f -10; + pos fiveinferior @MMK_R_latn_lc_g -10; + pos fiveinferior @MMK_R_latn_lc_t -10; + pos fiveinferior @MMK_R_latn_lc_y -10; + pos fiveinferior @MMK_R_latn_lc_z 30; + pos fiveinferior @MMK_R_latn_uc_i -10; + pos fiveinferior @MMK_R_latn_uc_t -40; + pos fiveinferior @MMK_R_latn_uc_w -15; + pos fiveinferior @MMK_R_latn_uc_y -85; + pos fiveinferior @MMK_R_latn_uc_z 15; + pos parenleft @MMK_R_latn_lc_g 10; + pos parenleft @MMK_R_latn_lc_j 30; + pos parenleft @MMK_R_latn_lc_y 20; + pos parenleft @MMK_R_latn_uc_t 20; + pos parenleft @MMK_R_latn_uc_w 20; + pos parenleft @MMK_R_latn_uc_y 20; + subtable; + pos B @MMK_R_inp_period -20; + pos B @MMK_R_latn_lc_f -5; + pos B @MMK_R_latn_lc_g -5; + pos B @MMK_R_latn_lc_t 5; + pos B @MMK_R_latn_lc_y -10; + pos B @MMK_R_latn_uc_a -5; + pos B @MMK_R_latn_uc_j -5; + pos B @MMK_R_latn_uc_t -25; + pos B @MMK_R_latn_uc_y -20; + pos F @MMK_R_inp_foot 5; + pos F @MMK_R_inp_period -90; + pos F @MMK_R_inp_quotel 10; + pos F @MMK_R_inp_quoter 10; + pos F @MMK_R_latn_lc_a -30; + pos F @MMK_R_latn_lc_c -20; + pos F @MMK_R_latn_lc_d -20; + pos F @MMK_R_latn_lc_f -5; + pos F @MMK_R_latn_lc_g -35; + pos F @MMK_R_latn_lc_j -10; + pos F @MMK_R_latn_lc_n -10; + pos F @MMK_R_latn_lc_s -5; + pos F @MMK_R_latn_lc_t 5; + pos F @MMK_R_latn_lc_u -20; + pos F @MMK_R_latn_lc_w -5; + pos F @MMK_R_latn_lc_y -5; + pos F @MMK_R_latn_uc_a -35; + pos F @MMK_R_latn_uc_j -30; + pos F @MMK_R_latn_uc_o -5; + pos Germandbls @MMK_R_inp_foot -15; + pos Germandbls @MMK_R_inp_guill 20; + pos Germandbls @MMK_R_inp_hyph 10; + pos Germandbls @MMK_R_inp_period -10; + pos Germandbls @MMK_R_inp_quotel -20; + pos Germandbls @MMK_R_inp_quoter -20; + pos Germandbls @MMK_R_latn_uc_w -5; + pos Germandbls @MMK_R_latn_uc_y -5; + pos Germandbls @MMK_R_latn_uc_z -5; + pos P @MMK_R_inp_foot 35; + pos P @MMK_R_inp_guilr 15; + pos P @MMK_R_inp_period -100; + pos P @MMK_R_inp_quotel 25; + pos P @MMK_R_inp_quoter 45; + pos P @MMK_R_latn_lc_d -10; + pos P @MMK_R_latn_lc_f 25; + pos P @MMK_R_latn_lc_g -15; + pos P @MMK_R_latn_lc_n -10; + pos P @MMK_R_latn_lc_t 25; + pos P @MMK_R_latn_lc_w 20; + pos P @MMK_R_latn_lc_y 30; + pos P @MMK_R_latn_lc_z 20; + pos P @MMK_R_latn_uc_a -35; + pos P @MMK_R_latn_uc_j -10; + pos P @MMK_R_latn_uc_s 30; + pos P @MMK_R_latn_uc_w 30; + pos P @MMK_R_latn_uc_y 30; + pos P @MMK_R_latn_uc_z -20; + pos Thorn @MMK_R_inp_guill 50; + pos Thorn @MMK_R_inp_guilr 10; + pos Thorn @MMK_R_inp_hyph 30; + pos Thorn @MMK_R_inp_period -65; + pos Thorn @MMK_R_inp_quotel -20; + pos Thorn @MMK_R_inp_quoter -10; + pos Thorn @MMK_R_latn_lc_a 20; + pos Thorn @MMK_R_latn_lc_c 20; + pos Thorn @MMK_R_latn_lc_d 20; + pos Thorn @MMK_R_latn_lc_n 10; + pos Thorn @MMK_R_latn_lc_s 15; + pos Thorn @MMK_R_latn_lc_u 10; + pos Thorn @MMK_R_latn_lc_w 25; + pos Thorn @MMK_R_latn_lc_y 25; + pos Thorn @MMK_R_latn_lc_z 15; + pos Thorn @MMK_R_latn_uc_a -5; + pos Thorn @MMK_R_latn_uc_w 15; + pos Thorn @MMK_R_latn_uc_y -15; + pos V @MMK_R_inp_colon -10; + pos V @MMK_R_inp_foot 20; + pos V @MMK_R_inp_guill 5; + pos V @MMK_R_inp_hyph -25; + pos V @MMK_R_inp_period -60; + pos V @MMK_R_inp_quotel 35; + pos V @MMK_R_inp_quoter 35; + pos V @MMK_R_latn_lc_a -30; + pos V @MMK_R_latn_lc_c -30; + pos V @MMK_R_latn_lc_d -30; + pos V @MMK_R_latn_lc_g -45; + pos V @MMK_R_latn_lc_n -20; + pos V @MMK_R_latn_lc_s -25; + pos V @MMK_R_latn_lc_u -15; + pos V @MMK_R_latn_lc_w -10; + pos V @MMK_R_latn_lc_y -10; + pos V @MMK_R_latn_lc_z -5; + pos V @MMK_R_latn_uc_a -30; + pos V @MMK_R_latn_uc_j -25; + pos V @MMK_R_latn_uc_o -20; + pos V @MMK_R_latn_uc_s 10; + pos V @MMK_R_latn_uc_t 10; + pos V @MMK_R_latn_uc_y 5; + pos V @MMK_R_latn_uc_z 5; + pos X @MMK_R_inp_colon -5; + pos X @MMK_R_inp_hyph -50; + pos X @MMK_R_inp_period 20; + pos X @MMK_R_inp_quotel 10; + pos X @MMK_R_inp_quoter 25; + pos X @MMK_R_latn_lc_a -15; + pos X @MMK_R_latn_lc_c -10; + pos X @MMK_R_latn_lc_d -10; + pos X @MMK_R_latn_lc_s 5; + pos X @MMK_R_latn_lc_w -5; + pos X @MMK_R_latn_lc_y -5; + pos X @MMK_R_latn_lc_z 10; + pos X @MMK_R_latn_uc_a 10; + pos X @MMK_R_latn_uc_j 15; + pos X @MMK_R_latn_uc_o -10; + pos ampersand @MMK_R_grek_uc_Alpha -5; + pos ampersand @MMK_R_latn_lc_a -10; + pos ampersand @MMK_R_latn_lc_c 5; + pos ampersand @MMK_R_latn_lc_d 5; + pos ampersand @MMK_R_latn_lc_w -10; + pos ampersand @MMK_R_latn_lc_y -10; + pos ampersand @MMK_R_latn_uc_a -5; + pos ampersand @MMK_R_latn_uc_t -60; + pos ampersand @MMK_R_latn_uc_y -30; + pos eightinferior @MMK_R_grek_uc_Alpha -5; + pos eightinferior @MMK_R_latn_lc_c 10; + pos eightinferior @MMK_R_latn_lc_d 15; + pos eightinferior @MMK_R_latn_lc_f -30; + pos eightinferior @MMK_R_latn_lc_g -10; + pos eightinferior @MMK_R_latn_lc_t -10; + pos eightinferior @MMK_R_latn_lc_w -15; + pos eightinferior @MMK_R_latn_lc_y -30; + pos eightinferior @MMK_R_latn_lc_z 20; + pos eightinferior @MMK_R_latn_uc_a -5; + pos eightinferior @MMK_R_latn_uc_j 10; + pos eightinferior @MMK_R_latn_uc_o -15; + pos eightinferior @MMK_R_latn_uc_s -5; + pos eightinferior @MMK_R_latn_uc_t -50; + pos eightinferior @MMK_R_latn_uc_u -10; + pos eightinferior @MMK_R_latn_uc_w -45; + pos eightinferior @MMK_R_latn_uc_y -90; + pos eightinferior @MMK_R_latn_uc_z 30; + pos eightsuperior @MMK_R_grek_uc_Alpha -55; + pos eightsuperior @MMK_R_inp_fraction -5; + pos eightsuperior @MMK_R_inp_period -40; + pos eightsuperior @MMK_R_latn_lc_g -15; + pos eightsuperior @MMK_R_latn_lc_i 10; + pos eightsuperior @MMK_R_latn_lc_t 20; + pos eightsuperior @MMK_R_latn_lc_w 30; + pos eightsuperior @MMK_R_latn_lc_y 30; + pos eightsuperior @MMK_R_latn_lc_z 35; + pos eightsuperior @MMK_R_latn_uc_a -55; + pos eightsuperior @MMK_R_latn_uc_i -20; + pos eightsuperior @MMK_R_latn_uc_j -40; + pos eightsuperior @MMK_R_latn_uc_t 20; + pos eightsuperior @MMK_R_latn_uc_w 15; + pos eightsuperior @MMK_R_latn_uc_z -30; + pos fivesuperior @MMK_R_grek_uc_Alpha -25; + pos fivesuperior @MMK_R_inp_fraction 5; + pos fivesuperior @MMK_R_inp_period -50; + pos fivesuperior @MMK_R_latn_lc_c 10; + pos fivesuperior @MMK_R_latn_lc_f 20; + pos fivesuperior @MMK_R_latn_lc_g -10; + pos fivesuperior @MMK_R_latn_lc_i 20; + pos fivesuperior @MMK_R_latn_lc_t 10; + pos fivesuperior @MMK_R_latn_lc_w 40; + pos fivesuperior @MMK_R_latn_lc_y 45; + pos fivesuperior @MMK_R_latn_lc_z 35; + pos fivesuperior @MMK_R_latn_uc_a -25; + pos fivesuperior @MMK_R_latn_uc_i -15; + pos fivesuperior @MMK_R_latn_uc_j -15; + pos fivesuperior @MMK_R_latn_uc_o -10; + pos fivesuperior @MMK_R_latn_uc_t 5; + pos fivesuperior @MMK_R_latn_uc_w 25; + pos fivesuperior @MMK_R_latn_uc_y 10; + pos fivesuperior @MMK_R_latn_uc_z -20; + pos fourinferior @MMK_R_grek_uc_Alpha 10; + pos fourinferior @MMK_R_latn_lc_a 10; + pos fourinferior @MMK_R_latn_lc_c 15; + pos fourinferior @MMK_R_latn_lc_s 15; + pos fourinferior @MMK_R_latn_lc_z 50; + pos fourinferior @MMK_R_latn_uc_a 10; + pos fourinferior @MMK_R_latn_uc_i -5; + pos fourinferior @MMK_R_latn_uc_j 20; + pos fourinferior @MMK_R_latn_uc_t -30; + pos fourinferior @MMK_R_latn_uc_w -10; + pos fourinferior @MMK_R_latn_uc_y -70; + pos fourinferior @MMK_R_latn_uc_z 45; + pos foursuperior @MMK_R_grek_uc_Alpha -30; + pos foursuperior @MMK_R_inp_fraction 15; + pos foursuperior @MMK_R_inp_period -60; + pos foursuperior @MMK_R_latn_lc_a 20; + pos foursuperior @MMK_R_latn_lc_f 20; + pos foursuperior @MMK_R_latn_lc_g -10; + pos foursuperior @MMK_R_latn_lc_i 20; + pos foursuperior @MMK_R_latn_lc_s -5; + pos foursuperior @MMK_R_latn_lc_t 30; + pos foursuperior @MMK_R_latn_lc_w 40; + pos foursuperior @MMK_R_latn_lc_y 50; + pos foursuperior @MMK_R_latn_lc_z 40; + pos foursuperior @MMK_R_latn_uc_a -30; + pos foursuperior @MMK_R_latn_uc_i -10; + pos foursuperior @MMK_R_latn_uc_j -5; + pos foursuperior @MMK_R_latn_uc_t 20; + pos foursuperior @MMK_R_latn_uc_w 40; + pos foursuperior @MMK_R_latn_uc_y 10; + pos foursuperior @MMK_R_latn_uc_z -10; + pos germandbls @MMK_R_inp_hyph -20; + pos germandbls @MMK_R_inp_quotel -30; + pos germandbls @MMK_R_inp_quoter -20; + pos germandbls @MMK_R_latn_lc_f -5; + pos germandbls @MMK_R_latn_lc_w -5; + pos germandbls @MMK_R_latn_lc_y -5; + pos germandbls @MMK_R_latn_uc_i -10; + pos germandbls @MMK_R_latn_uc_j 10; + pos germandbls @MMK_R_latn_uc_o -10; + pos germandbls @MMK_R_latn_uc_t -20; + pos germandbls @MMK_R_latn_uc_u -15; + pos germandbls @MMK_R_latn_uc_w -5; + pos germandbls @MMK_R_latn_uc_y -10; + pos germandbls.alt01 @MMK_R_inp_hyph -40; + pos germandbls.alt01 @MMK_R_inp_period 10; + pos germandbls.alt01 @MMK_R_inp_quotel -20; + pos germandbls.alt01 @MMK_R_inp_quoter 5; + pos germandbls.alt01 @MMK_R_latn_lc_j 10; + pos germandbls.alt01 @MMK_R_latn_lc_w -5; + pos germandbls.alt01 @MMK_R_latn_lc_y -5; + pos germandbls.alt01 @MMK_R_latn_lc_z 10; + pos germandbls.alt01 @MMK_R_latn_uc_a 5; + pos germandbls.alt01 @MMK_R_latn_uc_j 10; + pos germandbls.alt01 @MMK_R_latn_uc_t -50; + pos germandbls.alt01 @MMK_R_latn_uc_w 5; + pos germandbls.alt01 @MMK_R_latn_uc_y -55; + pos nineinferior @MMK_R_grek_uc_Alpha -10; + pos nineinferior @MMK_R_inp_period -10; + pos nineinferior @MMK_R_latn_lc_c 15; + pos nineinferior @MMK_R_latn_lc_d 15; + pos nineinferior @MMK_R_latn_lc_f -5; + pos nineinferior @MMK_R_latn_lc_g -10; + pos nineinferior @MMK_R_latn_lc_s -10; + pos nineinferior @MMK_R_latn_lc_t -10; + pos nineinferior @MMK_R_latn_lc_w -10; + pos nineinferior @MMK_R_latn_lc_y -10; + pos nineinferior @MMK_R_latn_uc_a -10; + pos nineinferior @MMK_R_latn_uc_i -20; + pos nineinferior @MMK_R_latn_uc_j 5; + pos nineinferior @MMK_R_latn_uc_s 5; + pos nineinferior @MMK_R_latn_uc_t -50; + pos nineinferior @MMK_R_latn_uc_u -10; + pos nineinferior @MMK_R_latn_uc_w -30; + pos nineinferior @MMK_R_latn_uc_y -85; + pos nineinferior @MMK_R_latn_uc_z 10; + pos ninesuperior @MMK_R_grek_lc_kappa -5; + pos ninesuperior @MMK_R_grek_uc_Alpha -45; + pos ninesuperior @MMK_R_inp_fraction -15; + pos ninesuperior @MMK_R_inp_period -80; + pos ninesuperior @MMK_R_latn_lc_c -20; + pos ninesuperior @MMK_R_latn_lc_d -10; + pos ninesuperior @MMK_R_latn_lc_f 5; + pos ninesuperior @MMK_R_latn_lc_g -30; + pos ninesuperior @MMK_R_latn_lc_i 20; + pos ninesuperior @MMK_R_latn_lc_n -5; + pos ninesuperior @MMK_R_latn_lc_s -10; + pos ninesuperior @MMK_R_latn_lc_t 30; + pos ninesuperior @MMK_R_latn_lc_u -5; + pos ninesuperior @MMK_R_latn_lc_w 20; + pos ninesuperior @MMK_R_latn_lc_y 30; + pos ninesuperior @MMK_R_latn_lc_z 20; + pos ninesuperior @MMK_R_latn_uc_a -45; + pos ninesuperior @MMK_R_latn_uc_i -10; + pos ninesuperior @MMK_R_latn_uc_j -30; + pos ninesuperior @MMK_R_latn_uc_t 25; + pos ninesuperior @MMK_R_latn_uc_w 25; + pos ninesuperior @MMK_R_latn_uc_z -20; + pos oneinferior @MMK_R_grek_uc_Alpha 10; + pos oneinferior @MMK_R_latn_lc_a -5; + pos oneinferior @MMK_R_latn_lc_f -30; + pos oneinferior @MMK_R_latn_lc_s -5; + pos oneinferior @MMK_R_latn_lc_t -20; + pos oneinferior @MMK_R_latn_lc_w -30; + pos oneinferior @MMK_R_latn_lc_y -40; + pos oneinferior @MMK_R_latn_lc_z 25; + pos oneinferior @MMK_R_latn_uc_a 10; + pos oneinferior @MMK_R_latn_uc_i -15; + pos oneinferior @MMK_R_latn_uc_j -5; + pos oneinferior @MMK_R_latn_uc_o -20; + pos oneinferior @MMK_R_latn_uc_t -50; + pos oneinferior @MMK_R_latn_uc_u -35; + pos oneinferior @MMK_R_latn_uc_w -40; + pos oneinferior @MMK_R_latn_uc_y -110; + pos oneinferior @MMK_R_latn_uc_z 30; + pos onesuperior @MMK_R_grek_uc_Alpha -30; + pos onesuperior @MMK_R_inp_fraction 15; + pos onesuperior @MMK_R_inp_period -50; + pos onesuperior @MMK_R_latn_lc_c 10; + pos onesuperior @MMK_R_latn_lc_d 10; + pos onesuperior @MMK_R_latn_lc_f -10; + pos onesuperior @MMK_R_latn_lc_g -15; + pos onesuperior @MMK_R_latn_lc_i -10; + pos onesuperior @MMK_R_latn_lc_s -10; + pos onesuperior @MMK_R_latn_lc_w 10; + pos onesuperior @MMK_R_latn_lc_y 5; + pos onesuperior @MMK_R_latn_uc_a -30; + pos onesuperior @MMK_R_latn_uc_i -25; + pos onesuperior @MMK_R_latn_uc_j -30; + pos onesuperior @MMK_R_latn_uc_o -10; + pos onesuperior @MMK_R_latn_uc_s 15; + pos onesuperior @MMK_R_latn_uc_t -10; + pos onesuperior @MMK_R_latn_uc_w 5; + pos onesuperior @MMK_R_latn_uc_y -40; + pos onesuperior @MMK_R_latn_uc_z -30; + pos percent @MMK_R_inp_foot -60; + pos percent @MMK_R_inp_quotel -50; + pos percent @MMK_R_inp_quoter -50; + pos perthousand @MMK_R_inp_foot -60; + pos perthousand @MMK_R_inp_quotel -70; + pos perthousand @MMK_R_inp_quoter -50; + pos pi @MMK_R_grek_uc_Omega 8; + pos pi @MMK_R_inp_foot 30; + pos pi @MMK_R_inp_hyph -25; + pos pi @MMK_R_inp_period -15; + pos pi @MMK_R_inp_quotel 10; + pos pi @MMK_R_inp_quoter 15; + pos question @MMK_R_grek_uc_Alpha -10; + pos question @MMK_R_inp_period -110; + pos question @MMK_R_inp_quotel 30; + pos question @MMK_R_inp_quoter 30; + pos question @MMK_R_latn_uc_a -10; + pos question @MMK_R_latn_uc_o 15; + pos question @MMK_R_latn_uc_t 20; + pos question @MMK_R_latn_uc_w 55; + pos question @MMK_R_latn_uc_y 15; + pos questiondown @MMK_R_grek_uc_Alpha 10; + pos questiondown @MMK_R_inp_foot -30; + pos questiondown @MMK_R_inp_hyph -20; + pos questiondown @MMK_R_latn_lc_a -10; + pos questiondown @MMK_R_latn_lc_c -15; + pos questiondown @MMK_R_latn_lc_d -15; + pos questiondown @MMK_R_latn_lc_j 30; + pos questiondown @MMK_R_latn_lc_t -10; + pos questiondown @MMK_R_latn_lc_u -15; + pos questiondown @MMK_R_latn_lc_w -10; + pos questiondown @MMK_R_latn_lc_y -20; + pos questiondown @MMK_R_latn_lc_z 10; + pos questiondown @MMK_R_latn_uc_a 10; + pos questiondown @MMK_R_latn_uc_j -20; + pos questiondown @MMK_R_latn_uc_o -20; + pos questiondown @MMK_R_latn_uc_t -90; + pos questiondown @MMK_R_latn_uc_u -30; + pos questiondown @MMK_R_latn_uc_w -15; + pos questiondown @MMK_R_latn_uc_y -65; + pos registered @MMK_R_grek_uc_Alpha -50; + pos registered @MMK_R_latn_uc_a -50; + pos registered @MMK_R_latn_uc_w 25; + pos registered @MMK_R_latn_uc_y 10; + pos registered @MMK_R_latn_uc_z -5; + pos seveninferior @MMK_R_inp_period -30; + pos seveninferior @MMK_R_latn_lc_c 20; + pos seveninferior @MMK_R_latn_lc_d 20; + pos seveninferior @MMK_R_latn_lc_w 10; + pos seveninferior @MMK_R_latn_lc_y 10; + pos seveninferior @MMK_R_latn_uc_i -20; + pos seveninferior @MMK_R_latn_uc_j -35; + pos seveninferior @MMK_R_latn_uc_o 10; + pos seveninferior @MMK_R_latn_uc_t -60; + pos seveninferior @MMK_R_latn_uc_u -10; + pos seveninferior @MMK_R_latn_uc_w -5; + pos seveninferior @MMK_R_latn_uc_y -40; + pos seveninferior @MMK_R_latn_uc_z 10; + pos sevensuperior @MMK_R_grek_lc_kappa -35; + pos sevensuperior @MMK_R_grek_uc_Alpha -90; + pos sevensuperior @MMK_R_inp_fraction -20; + pos sevensuperior @MMK_R_inp_period -90; + pos sevensuperior @MMK_R_latn_lc_a -35; + pos sevensuperior @MMK_R_latn_lc_c -40; + pos sevensuperior @MMK_R_latn_lc_d -40; + pos sevensuperior @MMK_R_latn_lc_g -60; + pos sevensuperior @MMK_R_latn_lc_n -35; + pos sevensuperior @MMK_R_latn_lc_s -40; + pos sevensuperior @MMK_R_latn_lc_t -10; + pos sevensuperior @MMK_R_latn_lc_u -25; + pos sevensuperior @MMK_R_latn_lc_w 10; + pos sevensuperior @MMK_R_latn_lc_y 10; + pos sevensuperior @MMK_R_latn_uc_a -90; + pos sevensuperior @MMK_R_latn_uc_j -25; + pos sevensuperior @MMK_R_latn_uc_o 5; + pos sevensuperior @MMK_R_latn_uc_t 40; + pos sevensuperior @MMK_R_latn_uc_w 30; + pos sevensuperior @MMK_R_latn_uc_y 30; + pos sixinferior @MMK_R_grek_uc_Alpha 5; + pos sixinferior @MMK_R_latn_lc_f -20; + pos sixinferior @MMK_R_latn_lc_g -30; + pos sixinferior @MMK_R_latn_lc_t -15; + pos sixinferior @MMK_R_latn_lc_w -30; + pos sixinferior @MMK_R_latn_lc_y -20; + pos sixinferior @MMK_R_latn_lc_z 20; + pos sixinferior @MMK_R_latn_uc_a 5; + pos sixinferior @MMK_R_latn_uc_i -10; + pos sixinferior @MMK_R_latn_uc_j 10; + pos sixinferior @MMK_R_latn_uc_t -70; + pos sixinferior @MMK_R_latn_uc_u -20; + pos sixinferior @MMK_R_latn_uc_w -40; + pos sixinferior @MMK_R_latn_uc_y -80; + pos sixinferior @MMK_R_latn_uc_z 30; + pos sixsuperior @MMK_R_grek_uc_Alpha -35; + pos sixsuperior @MMK_R_inp_fraction 5; + pos sixsuperior @MMK_R_inp_period -50; + pos sixsuperior @MMK_R_latn_lc_f 20; + pos sixsuperior @MMK_R_latn_lc_g -20; + pos sixsuperior @MMK_R_latn_lc_i 20; + pos sixsuperior @MMK_R_latn_lc_t 20; + pos sixsuperior @MMK_R_latn_lc_w 30; + pos sixsuperior @MMK_R_latn_lc_y 30; + pos sixsuperior @MMK_R_latn_lc_z 35; + pos sixsuperior @MMK_R_latn_uc_a -35; + pos sixsuperior @MMK_R_latn_uc_i -25; + pos sixsuperior @MMK_R_latn_uc_j -40; + pos sixsuperior @MMK_R_latn_uc_o 5; + pos sixsuperior @MMK_R_latn_uc_t -15; + pos sixsuperior @MMK_R_latn_uc_w 10; + pos sixsuperior @MMK_R_latn_uc_y -10; + pos sixsuperior @MMK_R_latn_uc_z -30; + pos slash @MMK_R_grek_lc_kappa -30; + pos slash @MMK_R_grek_uc_Alpha -45; + pos slash @MMK_R_latn_lc_a -25; + pos slash @MMK_R_latn_lc_c -45; + pos slash @MMK_R_latn_lc_d -45; + pos slash @MMK_R_latn_lc_f -5; + pos slash @MMK_R_latn_lc_g -35; + pos slash @MMK_R_latn_lc_h -10; + pos slash @MMK_R_latn_lc_i -30; + pos slash @MMK_R_latn_lc_j -30; + pos slash @MMK_R_latn_lc_l -20; + pos slash @MMK_R_latn_lc_n -30; + pos slash @MMK_R_latn_lc_s -30; + pos slash @MMK_R_latn_lc_u -30; + pos slash @MMK_R_latn_lc_w -10; + pos slash @MMK_R_latn_lc_z 10; + pos slash @MMK_R_latn_uc_a -45; + pos slash @MMK_R_latn_uc_j -40; + pos slash @MMK_R_latn_uc_o -15; + pos slash @MMK_R_latn_uc_t 30; + pos slash @MMK_R_latn_uc_w 25; + pos slash @MMK_R_latn_uc_y 30; + pos slash @MMK_R_latn_uc_z -10; + pos threeinferior @MMK_R_grek_uc_Alpha 15; + pos threeinferior @MMK_R_latn_lc_a 15; + pos threeinferior @MMK_R_latn_lc_c 15; + pos threeinferior @MMK_R_latn_lc_d 15; + pos threeinferior @MMK_R_latn_lc_f -10; + pos threeinferior @MMK_R_latn_lc_g -10; + pos threeinferior @MMK_R_latn_lc_t -10; + pos threeinferior @MMK_R_latn_lc_y -10; + pos threeinferior @MMK_R_latn_lc_z 20; + pos threeinferior @MMK_R_latn_uc_a 15; + pos threeinferior @MMK_R_latn_uc_i -5; + pos threeinferior @MMK_R_latn_uc_j 15; + pos threeinferior @MMK_R_latn_uc_t -65; + pos threeinferior @MMK_R_latn_uc_w -30; + pos threeinferior @MMK_R_latn_uc_y -75; + pos threeinferior @MMK_R_latn_uc_z 20; + pos threesuperior @MMK_R_grek_uc_Alpha -50; + pos threesuperior @MMK_R_inp_fraction 5; + pos threesuperior @MMK_R_inp_period -40; + pos threesuperior @MMK_R_latn_lc_f 10; + pos threesuperior @MMK_R_latn_lc_g -20; + pos threesuperior @MMK_R_latn_lc_i 10; + pos threesuperior @MMK_R_latn_lc_t 15; + pos threesuperior @MMK_R_latn_lc_w 25; + pos threesuperior @MMK_R_latn_lc_y 25; + pos threesuperior @MMK_R_latn_lc_z 15; + pos threesuperior @MMK_R_latn_uc_a -50; + pos threesuperior @MMK_R_latn_uc_j -10; + pos threesuperior @MMK_R_latn_uc_o -10; + pos threesuperior @MMK_R_latn_uc_s 10; + pos threesuperior @MMK_R_latn_uc_t 10; + pos threesuperior @MMK_R_latn_uc_w 30; + pos threesuperior @MMK_R_latn_uc_y 10; + pos trademark @MMK_R_grek_uc_Alpha -75; + pos trademark @MMK_R_latn_uc_a -75; + pos trademark @MMK_R_latn_uc_t -20; + pos twoinferior @MMK_R_grek_uc_Alpha 20; + pos twoinferior @MMK_R_inp_period 20; + pos twoinferior @MMK_R_latn_lc_c 5; + pos twoinferior @MMK_R_latn_lc_d 10; + pos twoinferior @MMK_R_latn_lc_f -15; + pos twoinferior @MMK_R_latn_lc_s -5; + pos twoinferior @MMK_R_latn_lc_t -10; + pos twoinferior @MMK_R_latn_lc_w -20; + pos twoinferior @MMK_R_latn_lc_y -20; + pos twoinferior @MMK_R_latn_lc_z 25; + pos twoinferior @MMK_R_latn_uc_a 20; + pos twoinferior @MMK_R_latn_uc_i 10; + pos twoinferior @MMK_R_latn_uc_j -5; + pos twoinferior @MMK_R_latn_uc_o -10; + pos twoinferior @MMK_R_latn_uc_s 10; + pos twoinferior @MMK_R_latn_uc_t -40; + pos twoinferior @MMK_R_latn_uc_w -30; + pos twoinferior @MMK_R_latn_uc_y -70; + pos twoinferior @MMK_R_latn_uc_z 20; + pos twosuperior @MMK_R_grek_uc_Alpha -20; + pos twosuperior @MMK_R_inp_fraction 15; + pos twosuperior @MMK_R_inp_period -50; + pos twosuperior @MMK_R_latn_lc_a 10; + pos twosuperior @MMK_R_latn_lc_f 10; + pos twosuperior @MMK_R_latn_lc_g -5; + pos twosuperior @MMK_R_latn_lc_i 20; + pos twosuperior @MMK_R_latn_lc_s -10; + pos twosuperior @MMK_R_latn_lc_t 10; + pos twosuperior @MMK_R_latn_lc_w 35; + pos twosuperior @MMK_R_latn_lc_y 30; + pos twosuperior @MMK_R_latn_lc_z 20; + pos twosuperior @MMK_R_latn_uc_a -20; + pos twosuperior @MMK_R_latn_uc_i -5; + pos twosuperior @MMK_R_latn_uc_j -25; + pos twosuperior @MMK_R_latn_uc_s 10; + pos twosuperior @MMK_R_latn_uc_t 10; + pos twosuperior @MMK_R_latn_uc_w 30; + pos twosuperior @MMK_R_latn_uc_y 5; + pos underscore @MMK_R_grek_uc_Alpha 25; + pos underscore @MMK_R_latn_lc_a -35; + pos underscore @MMK_R_latn_lc_c -60; + pos underscore @MMK_R_latn_lc_d -50; + pos underscore @MMK_R_latn_lc_f -5; + pos underscore @MMK_R_latn_lc_g 45; + pos underscore @MMK_R_latn_lc_j 65; + pos underscore @MMK_R_latn_lc_s -10; + pos underscore @MMK_R_latn_lc_u -35; + pos underscore @MMK_R_latn_lc_w -20; + pos underscore @MMK_R_latn_lc_y 25; + pos underscore @MMK_R_latn_lc_z 25; + pos underscore @MMK_R_latn_uc_a 25; + pos underscore @MMK_R_latn_uc_i 20; + pos underscore @MMK_R_latn_uc_j 5; + pos underscore @MMK_R_latn_uc_o -80; + pos underscore @MMK_R_latn_uc_s -10; + pos underscore @MMK_R_latn_uc_t -70; + pos underscore @MMK_R_latn_uc_u -50; + pos underscore @MMK_R_latn_uc_w -40; + pos underscore @MMK_R_latn_uc_y -30; + pos underscore @MMK_R_latn_uc_z 35; + pos v @MMK_R_inp_foot 35; + pos v @MMK_R_inp_period -40; + pos v @MMK_R_inp_quotel 30; + pos v @MMK_R_inp_quoter 45; + pos v @MMK_R_latn_lc_a -10; + pos v @MMK_R_latn_lc_c -5; + pos v @MMK_R_latn_lc_d -5; + pos v @MMK_R_latn_lc_f 10; + pos v @MMK_R_latn_lc_g -10; + pos v @MMK_R_latn_lc_t 10; + pos v @MMK_R_latn_lc_z 5; + pos v @MMK_R_latn_uc_a -10; + pos v @MMK_R_latn_uc_i 5; + pos v @MMK_R_latn_uc_t -40; + pos v @MMK_R_latn_uc_y -15; + pos x @MMK_R_inp_foot 15; + pos x @MMK_R_inp_guill -5; + pos x @MMK_R_inp_hyph -35; + pos x @MMK_R_inp_quoter 30; + pos x @MMK_R_latn_lc_c -10; + pos x @MMK_R_latn_lc_d -10; + pos x @MMK_R_latn_lc_s -5; + pos x @MMK_R_latn_uc_a 15; + pos x @MMK_R_latn_uc_j 15; + pos x @MMK_R_latn_uc_t -55; + pos x @MMK_R_latn_uc_w -5; + pos x @MMK_R_latn_uc_y -10; + pos zeroinferior @MMK_R_grek_uc_Alpha 30; + pos zeroinferior @MMK_R_latn_lc_c 15; + pos zeroinferior @MMK_R_latn_lc_d 15; + pos zeroinferior @MMK_R_latn_lc_f -10; + pos zeroinferior @MMK_R_latn_lc_t -10; + pos zeroinferior @MMK_R_latn_lc_w -20; + pos zeroinferior @MMK_R_latn_lc_y -20; + pos zeroinferior @MMK_R_latn_lc_z 20; + pos zeroinferior @MMK_R_latn_uc_a 30; + pos zeroinferior @MMK_R_latn_uc_i -15; + pos zeroinferior @MMK_R_latn_uc_j -10; + pos zeroinferior @MMK_R_latn_uc_t -60; + pos zeroinferior @MMK_R_latn_uc_u 5; + pos zeroinferior @MMK_R_latn_uc_w -40; + pos zeroinferior @MMK_R_latn_uc_y -70; + pos zeroinferior @MMK_R_latn_uc_z 15; + pos zerosuperior @MMK_R_grek_uc_Alpha -40; + pos zerosuperior @MMK_R_inp_period -50; + pos zerosuperior @MMK_R_latn_lc_a 10; + pos zerosuperior @MMK_R_latn_lc_d -15; + pos zerosuperior @MMK_R_latn_lc_f 5; + pos zerosuperior @MMK_R_latn_lc_g -25; + pos zerosuperior @MMK_R_latn_lc_i 20; + pos zerosuperior @MMK_R_latn_lc_t 10; + pos zerosuperior @MMK_R_latn_lc_w 20; + pos zerosuperior @MMK_R_latn_lc_y 20; + pos zerosuperior @MMK_R_latn_lc_z 30; + pos zerosuperior @MMK_R_latn_uc_a -40; + pos zerosuperior @MMK_R_latn_uc_i -15; + pos zerosuperior @MMK_R_latn_uc_j -40; + pos zerosuperior @MMK_R_latn_uc_t 20; + pos zerosuperior @MMK_R_latn_uc_w 40; + pos zerosuperior @MMK_R_latn_uc_z -10; + # group, glyph and group, group: + subtable; + pos @MMK_L_latn_lc_a @MMK_R_inp_foot -15; + pos @MMK_L_latn_lc_a @MMK_R_inp_hyph -5; + pos @MMK_L_latn_lc_a @MMK_R_inp_period 10; + pos @MMK_L_latn_lc_a @MMK_R_inp_quotel -5; + pos @MMK_L_latn_lc_a @MMK_R_latn_lc_t 5; + pos @MMK_L_latn_lc_a @MMK_R_latn_lc_w -5; + pos @MMK_L_latn_lc_a @MMK_R_latn_lc_y -10; + pos @MMK_L_latn_lc_a @MMK_R_latn_lc_z 15; + pos @MMK_L_latn_lc_a @MMK_R_latn_uc_a 30; + pos @MMK_L_latn_lc_a @MMK_R_latn_uc_j 35; + pos @MMK_L_latn_lc_a @MMK_R_latn_uc_t -60; + pos @MMK_L_latn_lc_a @MMK_R_latn_uc_w 10; + pos @MMK_L_latn_lc_a @MMK_R_latn_uc_y -45; + pos @MMK_L_latn_lc_a @MMK_R_latn_uc_z 20; + pos @MMK_L_latn_lc_a V -25; + pos @MMK_L_latn_lc_a X 15; + pos @MMK_L_latn_lc_a eightinferior 15; + pos @MMK_L_latn_lc_a fiveinferior 20; + pos @MMK_L_latn_lc_a fivesuperior 5; + pos @MMK_L_latn_lc_a fourinferior 35; + pos @MMK_L_latn_lc_a foursuperior 10; + pos @MMK_L_latn_lc_a ninesuperior -20; + pos @MMK_L_latn_lc_a oneinferior 10; + pos @MMK_L_latn_lc_a registered -10; + pos @MMK_L_latn_lc_a sevensuperior -20; + pos @MMK_L_latn_lc_a sixinferior 10; + pos @MMK_L_latn_lc_a sixsuperior -10; + pos @MMK_L_latn_lc_a slash 35; + pos @MMK_L_latn_lc_a threeinferior 10; + pos @MMK_L_latn_lc_a threesuperior -5; + pos @MMK_L_latn_lc_a trademark -40; + pos @MMK_L_latn_lc_a twoinferior 30; + pos @MMK_L_latn_lc_a underscore 10; + pos @MMK_L_latn_lc_a v -10; + pos @MMK_L_latn_lc_a x 10; + pos @MMK_L_latn_lc_a zeroinferior 10; + pos @MMK_L_latn_lc_a zerosuperior -10; + pos @MMK_L_latn_lc_b @MMK_R_inp_foot -20; + pos @MMK_L_latn_lc_b @MMK_R_inp_guill 10; + pos @MMK_L_latn_lc_b @MMK_R_inp_hyph 10; + pos @MMK_L_latn_lc_b @MMK_R_inp_period -25; + pos @MMK_L_latn_lc_b @MMK_R_inp_quotel -15; + pos @MMK_L_latn_lc_b @MMK_R_inp_quoter -15; + pos @MMK_L_latn_lc_b @MMK_R_latn_lc_y -5; + pos @MMK_L_latn_lc_b @MMK_R_latn_lc_z -5; + pos @MMK_L_latn_lc_b @MMK_R_latn_uc_i -5; + pos @MMK_L_latn_lc_b @MMK_R_latn_uc_j 10; + pos @MMK_L_latn_lc_b @MMK_R_latn_uc_t -75; + pos @MMK_L_latn_lc_b @MMK_R_latn_uc_w -5; + pos @MMK_L_latn_lc_b @MMK_R_latn_uc_y -45; + pos @MMK_L_latn_lc_b @MMK_R_latn_uc_z 5; + pos @MMK_L_latn_lc_b V -30; + pos @MMK_L_latn_lc_b X -10; + pos @MMK_L_latn_lc_b eightinferior 10; + pos @MMK_L_latn_lc_b eightsuperior 5; + pos @MMK_L_latn_lc_b fiveinferior 10; + pos @MMK_L_latn_lc_b fivesuperior 10; + pos @MMK_L_latn_lc_b fourinferior 10; + pos @MMK_L_latn_lc_b foursuperior 15; + pos @MMK_L_latn_lc_b nineinferior 30; + pos @MMK_L_latn_lc_b ninesuperior -20; + pos @MMK_L_latn_lc_b oneinferior 10; + pos @MMK_L_latn_lc_b onesuperior 5; + pos @MMK_L_latn_lc_b sevensuperior -10; + pos @MMK_L_latn_lc_b sixinferior 5; + pos @MMK_L_latn_lc_b slash 5; + pos @MMK_L_latn_lc_b trademark -25; + pos @MMK_L_latn_lc_b underscore -50; + pos @MMK_L_latn_lc_b v -5; + pos @MMK_L_latn_lc_b x -10; + pos @MMK_L_latn_lc_b zeroinferior 15; + pos @MMK_L_latn_lc_b zerosuperior -30; + pos @MMK_L_latn_lc_c @MMK_R_inp_guill 5; + pos @MMK_L_latn_lc_c @MMK_R_inp_quotel 25; + pos @MMK_L_latn_lc_c @MMK_R_inp_quoter 15; + pos @MMK_L_latn_lc_c @MMK_R_latn_lc_c -10; + pos @MMK_L_latn_lc_c @MMK_R_latn_lc_d -10; + pos @MMK_L_latn_lc_c @MMK_R_latn_lc_g -10; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_a 10; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_j 10; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_s 5; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_t -45; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_y -15; + pos @MMK_L_latn_lc_c @MMK_R_latn_uc_z 5; + pos @MMK_L_latn_lc_c V -25; + pos @MMK_L_latn_lc_c eightsuperior 20; + pos @MMK_L_latn_lc_c fiveinferior 10; + pos @MMK_L_latn_lc_c fivesuperior 20; + pos @MMK_L_latn_lc_c fourinferior 15; + pos @MMK_L_latn_lc_c foursuperior 40; + pos @MMK_L_latn_lc_c nineinferior -5; + pos @MMK_L_latn_lc_c ninesuperior -10; + pos @MMK_L_latn_lc_c oneinferior 20; + pos @MMK_L_latn_lc_c onesuperior 5; + pos @MMK_L_latn_lc_c registered 10; + pos @MMK_L_latn_lc_c seveninferior 10; + pos @MMK_L_latn_lc_c sevensuperior 5; + pos @MMK_L_latn_lc_c sixinferior 10; + pos @MMK_L_latn_lc_c sixsuperior 20; + pos @MMK_L_latn_lc_c slash 25; + pos @MMK_L_latn_lc_c threeinferior 10; + pos @MMK_L_latn_lc_c threesuperior 25; + pos @MMK_L_latn_lc_c twoinferior 20; + pos @MMK_L_latn_lc_c twosuperior 30; + pos @MMK_L_latn_lc_c underscore 5; + pos @MMK_L_latn_lc_c zeroinferior 20; + pos @MMK_L_latn_lc_c zerosuperior 20; + pos @MMK_L_latn_lc_e @MMK_R_inp_foot -30; + pos @MMK_L_latn_lc_e @MMK_R_inp_guill 10; + pos @MMK_L_latn_lc_e @MMK_R_inp_hyph 10; + pos @MMK_L_latn_lc_e @MMK_R_inp_period -25; + pos @MMK_L_latn_lc_e @MMK_R_inp_quotel -25; + pos @MMK_L_latn_lc_e @MMK_R_inp_quoter -15; + pos @MMK_L_latn_lc_e @MMK_R_latn_lc_w -5; + pos @MMK_L_latn_lc_e @MMK_R_latn_lc_y -5; + pos @MMK_L_latn_lc_e @MMK_R_latn_lc_z -5; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_i -5; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_s -10; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_t -75; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_w -10; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_y -45; + pos @MMK_L_latn_lc_e @MMK_R_latn_uc_z -5; + pos @MMK_L_latn_lc_e V -25; + pos @MMK_L_latn_lc_e X -10; + pos @MMK_L_latn_lc_e eightsuperior 5; + pos @MMK_L_latn_lc_e fiveinferior 10; + pos @MMK_L_latn_lc_e fourinferior 10; + pos @MMK_L_latn_lc_e foursuperior 10; + pos @MMK_L_latn_lc_e nineinferior 10; + pos @MMK_L_latn_lc_e ninesuperior -40; + pos @MMK_L_latn_lc_e oneinferior 5; + pos @MMK_L_latn_lc_e onesuperior 10; + pos @MMK_L_latn_lc_e seveninferior -5; + pos @MMK_L_latn_lc_e sevensuperior -30; + pos @MMK_L_latn_lc_e sixinferior 10; + pos @MMK_L_latn_lc_e sixsuperior 5; + pos @MMK_L_latn_lc_e slash 10; + pos @MMK_L_latn_lc_e threeinferior 5; + pos @MMK_L_latn_lc_e trademark -45; + pos @MMK_L_latn_lc_e twoinferior 10; + pos @MMK_L_latn_lc_e underscore -40; + pos @MMK_L_latn_lc_e x -10; + pos @MMK_L_latn_lc_e zeroinferior 15; + pos @MMK_L_latn_lc_f @MMK_R_inp_foot 30; + pos @MMK_L_latn_lc_f @MMK_R_inp_hyph -15; + pos @MMK_L_latn_lc_f @MMK_R_inp_parenth 15; + pos @MMK_L_latn_lc_f @MMK_R_inp_period -30; + pos @MMK_L_latn_lc_f @MMK_R_inp_quotel 40; + pos @MMK_L_latn_lc_f @MMK_R_inp_quoter 35; + pos @MMK_L_latn_lc_f @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_lc_f @MMK_R_latn_lc_d -5; + pos @MMK_L_latn_lc_f @MMK_R_latn_lc_g -5; + pos @MMK_L_latn_lc_f @MMK_R_latn_lc_t 5; + pos @MMK_L_latn_lc_f @MMK_R_latn_lc_y 10; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_a -5; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_j -15; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_o 15; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_s 15; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_t 45; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_w 35; + pos @MMK_L_latn_lc_f @MMK_R_latn_uc_y 20; + pos @MMK_L_latn_lc_f V 20; + pos @MMK_L_latn_lc_f X 20; + pos @MMK_L_latn_lc_f eightinferior -50; + pos @MMK_L_latn_lc_f eightsuperior 10; + pos @MMK_L_latn_lc_f exclam 10; + pos @MMK_L_latn_lc_f fiveinferior -20; + pos @MMK_L_latn_lc_f fivesuperior 40; + pos @MMK_L_latn_lc_f fourinferior -30; + pos @MMK_L_latn_lc_f foursuperior 45; + pos @MMK_L_latn_lc_f nineinferior -20; + pos @MMK_L_latn_lc_f ninesuperior 10; + pos @MMK_L_latn_lc_f oneinferior -20; + pos @MMK_L_latn_lc_f onesuperior 10; + pos @MMK_L_latn_lc_f parenright 25; + pos @MMK_L_latn_lc_f question 20; + pos @MMK_L_latn_lc_f registered 40; + pos @MMK_L_latn_lc_f seveninferior -30; + pos @MMK_L_latn_lc_f sevensuperior 25; + pos @MMK_L_latn_lc_f sixinferior -30; + pos @MMK_L_latn_lc_f sixsuperior 30; + pos @MMK_L_latn_lc_f threeinferior -50; + pos @MMK_L_latn_lc_f threesuperior 30; + pos @MMK_L_latn_lc_f trademark 40; + pos @MMK_L_latn_lc_f twoinferior -40; + pos @MMK_L_latn_lc_f twosuperior 25; + pos @MMK_L_latn_lc_f underscore -35; + pos @MMK_L_latn_lc_f v 10; + pos @MMK_L_latn_lc_f zeroinferior -30; + pos @MMK_L_latn_lc_f zerosuperior 20; + pos @MMK_L_latn_lc_g @MMK_R_inp_foot 5; + pos @MMK_L_latn_lc_g @MMK_R_inp_hyph -10; + pos @MMK_L_latn_lc_g @MMK_R_inp_period 20; + pos @MMK_L_latn_lc_g @MMK_R_inp_quotel 30; + pos @MMK_L_latn_lc_g @MMK_R_inp_quoter 25; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_d -5; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_g -5; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_u -5; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_w 5; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_y 5; + pos @MMK_L_latn_lc_g @MMK_R_latn_lc_z 5; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_a 5; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_o 10; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_t -15; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_w 10; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_y -10; + pos @MMK_L_latn_lc_g @MMK_R_latn_uc_z 10; + pos @MMK_L_latn_lc_g V -5; + pos @MMK_L_latn_lc_g at -5; + pos @MMK_L_latn_lc_g eightsuperior 25; + pos @MMK_L_latn_lc_g fivesuperior 20; + pos @MMK_L_latn_lc_g fourinferior -5; + pos @MMK_L_latn_lc_g foursuperior 25; + pos @MMK_L_latn_lc_g nineinferior -35; + pos @MMK_L_latn_lc_g ninesuperior 20; + pos @MMK_L_latn_lc_g onesuperior 10; + pos @MMK_L_latn_lc_g parenright 25; + pos @MMK_L_latn_lc_g registered 30; + pos @MMK_L_latn_lc_g seveninferior -10; + pos @MMK_L_latn_lc_g sevensuperior 10; + pos @MMK_L_latn_lc_g sixinferior -10; + pos @MMK_L_latn_lc_g sixsuperior 20; + pos @MMK_L_latn_lc_g slash 30; + pos @MMK_L_latn_lc_g threeinferior 10; + pos @MMK_L_latn_lc_g threesuperior 5; + pos @MMK_L_latn_lc_g twoinferior 30; + pos @MMK_L_latn_lc_g twosuperior 10; + pos @MMK_L_latn_lc_g underscore 45; + pos @MMK_L_latn_lc_g zeroinferior -20; + pos @MMK_L_latn_lc_g zerosuperior 5; + pos @MMK_L_latn_lc_i @MMK_R_latn_uc_y -30; + pos @MMK_L_latn_lc_i eightsuperior 10; + pos @MMK_L_latn_lc_i fivesuperior 20; + pos @MMK_L_latn_lc_i ninesuperior 10; + pos @MMK_L_latn_lc_i onesuperior 10; + pos @MMK_L_latn_lc_i sevensuperior 20; + pos @MMK_L_latn_lc_i sixsuperior 20; + pos @MMK_L_latn_lc_i threesuperior 20; + pos @MMK_L_latn_lc_i twosuperior 20; + pos @MMK_L_latn_lc_i zerosuperior 20; + pos @MMK_L_latn_lc_j @MMK_R_inp_quotel -10; + pos @MMK_L_latn_lc_j @MMK_R_latn_uc_t -45; + pos @MMK_L_latn_lc_j @MMK_R_latn_uc_w -10; + pos @MMK_L_latn_lc_j @MMK_R_latn_uc_y -40; + pos @MMK_L_latn_lc_j V -20; + pos @MMK_L_latn_lc_j ninesuperior -20; + pos @MMK_L_latn_lc_j onesuperior 40; + pos @MMK_L_latn_lc_j sevensuperior -10; + pos @MMK_L_latn_lc_j trademark -10; + pos @MMK_L_latn_lc_k @MMK_R_inp_guill -10; + pos @MMK_L_latn_lc_k @MMK_R_inp_guilr -5; + pos @MMK_L_latn_lc_k @MMK_R_inp_hyph -45; + pos @MMK_L_latn_lc_k @MMK_R_inp_period 10; + pos @MMK_L_latn_lc_k @MMK_R_inp_quotel 10; + pos @MMK_L_latn_lc_k @MMK_R_inp_quoter 25; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_a -10; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_c -10; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_d -10; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_g -20; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_s -5; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_t -5; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_u -10; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_w -10; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_y -10; + pos @MMK_L_latn_lc_k @MMK_R_latn_lc_z 15; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_a 15; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_j 15; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_o -5; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_s 5; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_t -30; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_w -5; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_y -30; + pos @MMK_L_latn_lc_k @MMK_R_latn_uc_z 15; + pos @MMK_L_latn_lc_k V -10; + pos @MMK_L_latn_lc_k X 10; + pos @MMK_L_latn_lc_k ampersand -20; + pos @MMK_L_latn_lc_k at -10; + pos @MMK_L_latn_lc_k eightsuperior -10; + pos @MMK_L_latn_lc_k fiveinferior 10; + pos @MMK_L_latn_lc_k fourinferior 15; + pos @MMK_L_latn_lc_k nineinferior -25; + pos @MMK_L_latn_lc_k ninesuperior -20; + pos @MMK_L_latn_lc_k onesuperior 10; + pos @MMK_L_latn_lc_k registered 5; + pos @MMK_L_latn_lc_k seveninferior -30; + pos @MMK_L_latn_lc_k sevensuperior -10; + pos @MMK_L_latn_lc_k slash 10; + pos @MMK_L_latn_lc_k threeinferior 10; + pos @MMK_L_latn_lc_k threesuperior -30; + pos @MMK_L_latn_lc_k twoinferior 15; + pos @MMK_L_latn_lc_k twosuperior -30; + pos @MMK_L_latn_lc_k underscore 40; + pos @MMK_L_latn_lc_k v -10; + pos @MMK_L_latn_lc_l @MMK_R_inp_hyph -20; + pos @MMK_L_latn_lc_l @MMK_R_inp_quotel -10; + pos @MMK_L_latn_lc_l @MMK_R_latn_lc_l -10; + pos @MMK_L_latn_lc_l @MMK_R_latn_lc_t -5; + pos @MMK_L_latn_lc_l @MMK_R_latn_lc_y -5; + pos @MMK_L_latn_lc_l @MMK_R_latn_lc_z -5; + pos @MMK_L_latn_lc_l @MMK_R_latn_uc_a 20; + pos @MMK_L_latn_lc_l @MMK_R_latn_uc_j 15; + pos @MMK_L_latn_lc_l @MMK_R_latn_uc_t -25; + pos @MMK_L_latn_lc_l @MMK_R_latn_uc_w 10; + pos @MMK_L_latn_lc_l @MMK_R_latn_uc_y -15; + pos @MMK_L_latn_lc_l @MMK_R_latn_uc_z 15; + pos @MMK_L_latn_lc_l V -5; + pos @MMK_L_latn_lc_l X 15; + pos @MMK_L_latn_lc_l eightsuperior -5; + pos @MMK_L_latn_lc_l fiveinferior 10; + pos @MMK_L_latn_lc_l fourinferior 10; + pos @MMK_L_latn_lc_l nineinferior -5; + pos @MMK_L_latn_lc_l onesuperior 10; + pos @MMK_L_latn_lc_l seveninferior -5; + pos @MMK_L_latn_lc_l sevensuperior -10; + pos @MMK_L_latn_lc_l slash 20; + pos @MMK_L_latn_lc_l threeinferior 5; + pos @MMK_L_latn_lc_l trademark -10; + pos @MMK_L_latn_lc_l twoinferior 10; + pos @MMK_L_latn_lc_l underscore 25; + pos @MMK_L_latn_lc_l v -5; + pos @MMK_L_latn_lc_n @MMK_R_inp_foot -25; + pos @MMK_L_latn_lc_n @MMK_R_inp_quotel -25; + pos @MMK_L_latn_lc_n @MMK_R_inp_quoter -15; + pos @MMK_L_latn_lc_n @MMK_R_latn_lc_w -5; + pos @MMK_L_latn_lc_n @MMK_R_latn_lc_y -10; + pos @MMK_L_latn_lc_n @MMK_R_latn_uc_t -55; + pos @MMK_L_latn_lc_n @MMK_R_latn_uc_w -15; + pos @MMK_L_latn_lc_n @MMK_R_latn_uc_y -45; + pos @MMK_L_latn_lc_n V -25; + pos @MMK_L_latn_lc_n eightsuperior -10; + pos @MMK_L_latn_lc_n fivesuperior -15; + pos @MMK_L_latn_lc_n foursuperior -10; + pos @MMK_L_latn_lc_n ninesuperior -40; + pos @MMK_L_latn_lc_n onesuperior -10; + pos @MMK_L_latn_lc_n registered -5; + pos @MMK_L_latn_lc_n sevensuperior -30; + pos @MMK_L_latn_lc_n sixsuperior -10; + pos @MMK_L_latn_lc_n slash 15; + pos @MMK_L_latn_lc_n threesuperior -10; + pos @MMK_L_latn_lc_n trademark -65; + pos @MMK_L_latn_lc_n v -10; + pos @MMK_L_latn_lc_n zerosuperior -15; + pos @MMK_L_latn_lc_o @MMK_R_inp_foot -30; + pos @MMK_L_latn_lc_o @MMK_R_inp_guill 10; + pos @MMK_L_latn_lc_o @MMK_R_inp_hyph 10; + pos @MMK_L_latn_lc_o @MMK_R_inp_period -25; + pos @MMK_L_latn_lc_o @MMK_R_inp_quotel -15; + pos @MMK_L_latn_lc_o @MMK_R_inp_quoter -15; + pos @MMK_L_latn_lc_o @MMK_R_latn_lc_z -5; + pos @MMK_L_latn_lc_o @MMK_R_latn_uc_i -5; + pos @MMK_L_latn_lc_o @MMK_R_latn_uc_t -75; + pos @MMK_L_latn_lc_o @MMK_R_latn_uc_w -5; + pos @MMK_L_latn_lc_o @MMK_R_latn_uc_y -45; + pos @MMK_L_latn_lc_o @MMK_R_latn_uc_z -10; + pos @MMK_L_latn_lc_o V -30; + pos @MMK_L_latn_lc_o X -10; + pos @MMK_L_latn_lc_o ampersand -15; + pos @MMK_L_latn_lc_o eightinferior 10; + pos @MMK_L_latn_lc_o fiveinferior 10; + pos @MMK_L_latn_lc_o fivesuperior 10; + pos @MMK_L_latn_lc_o fourinferior 10; + pos @MMK_L_latn_lc_o foursuperior 15; + pos @MMK_L_latn_lc_o nineinferior 10; + pos @MMK_L_latn_lc_o ninesuperior -30; + pos @MMK_L_latn_lc_o oneinferior 10; + pos @MMK_L_latn_lc_o onesuperior 10; + pos @MMK_L_latn_lc_o seveninferior -5; + pos @MMK_L_latn_lc_o sevensuperior -30; + pos @MMK_L_latn_lc_o threeinferior 5; + pos @MMK_L_latn_lc_o trademark -50; + pos @MMK_L_latn_lc_o twoinferior 10; + pos @MMK_L_latn_lc_o underscore -50; + pos @MMK_L_latn_lc_o v -5; + pos @MMK_L_latn_lc_o x -10; + pos @MMK_L_latn_lc_o zeroinferior 15; + pos @MMK_L_latn_lc_r @MMK_R_inp_foot 30; + pos @MMK_L_latn_lc_r @MMK_R_inp_hyph -20; + pos @MMK_L_latn_lc_r @MMK_R_inp_period -70; + pos @MMK_L_latn_lc_r @MMK_R_inp_quotel 60; + pos @MMK_L_latn_lc_r @MMK_R_inp_quoter 60; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_f 15; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_g -25; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_j 5; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_t 15; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_w 20; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_y 20; + pos @MMK_L_latn_lc_r @MMK_R_latn_lc_z 15; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_o 10; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_s 5; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_w 35; + pos @MMK_L_latn_lc_r @MMK_R_latn_uc_z -10; + pos @MMK_L_latn_lc_r V 20; + pos @MMK_L_latn_lc_r ampersand -10; + pos @MMK_L_latn_lc_r eightinferior -30; + pos @MMK_L_latn_lc_r eightsuperior 50; + pos @MMK_L_latn_lc_r fiveinferior 10; + pos @MMK_L_latn_lc_r fivesuperior 60; + pos @MMK_L_latn_lc_r fourinferior -20; + pos @MMK_L_latn_lc_r foursuperior 60; + pos @MMK_L_latn_lc_r nineinferior -20; + pos @MMK_L_latn_lc_r ninesuperior 20; + pos @MMK_L_latn_lc_r oneinferior -10; + pos @MMK_L_latn_lc_r onesuperior 20; + pos @MMK_L_latn_lc_r registered 55; + pos @MMK_L_latn_lc_r sevensuperior 30; + pos @MMK_L_latn_lc_r sixinferior -10; + pos @MMK_L_latn_lc_r sixsuperior 60; + pos @MMK_L_latn_lc_r threeinferior -20; + pos @MMK_L_latn_lc_r threesuperior 10; + pos @MMK_L_latn_lc_r trademark 30; + pos @MMK_L_latn_lc_r twoinferior -10; + pos @MMK_L_latn_lc_r twosuperior 20; + pos @MMK_L_latn_lc_r underscore -60; + pos @MMK_L_latn_lc_r v 20; + pos @MMK_L_latn_lc_r zeroinferior -10; + pos @MMK_L_latn_lc_r zerosuperior 40; + pos @MMK_L_latn_lc_s @MMK_R_inp_foot -10; + pos @MMK_L_latn_lc_s @MMK_R_inp_hyph -20; + pos @MMK_L_latn_lc_s @MMK_R_inp_period -5; + pos @MMK_L_latn_lc_s @MMK_R_inp_quotel -10; + pos @MMK_L_latn_lc_s @MMK_R_inp_quoter 5; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_f 5; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_g -10; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_s -10; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_w -10; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_y -15; + pos @MMK_L_latn_lc_s @MMK_R_latn_lc_z -10; + pos @MMK_L_latn_lc_s @MMK_R_latn_uc_t -55; + pos @MMK_L_latn_lc_s @MMK_R_latn_uc_w -5; + pos @MMK_L_latn_lc_s @MMK_R_latn_uc_y -30; + pos @MMK_L_latn_lc_s V -25; + pos @MMK_L_latn_lc_s X -5; + pos @MMK_L_latn_lc_s ampersand -10; + pos @MMK_L_latn_lc_s eightsuperior -10; + pos @MMK_L_latn_lc_s nineinferior -5; + pos @MMK_L_latn_lc_s ninesuperior -50; + pos @MMK_L_latn_lc_s onesuperior -20; + pos @MMK_L_latn_lc_s sevensuperior -30; + pos @MMK_L_latn_lc_s sixinferior 5; + pos @MMK_L_latn_lc_s sixsuperior -10; + pos @MMK_L_latn_lc_s slash 10; + pos @MMK_L_latn_lc_s threeinferior -5; + pos @MMK_L_latn_lc_s trademark -50; + pos @MMK_L_latn_lc_s twosuperior -10; + pos @MMK_L_latn_lc_s underscore -15; + pos @MMK_L_latn_lc_s v -10; + pos @MMK_L_latn_lc_s x -15; + pos @MMK_L_latn_lc_s zeroinferior 5; + pos @MMK_L_latn_lc_s zerosuperior -15; + pos @MMK_L_latn_lc_t @MMK_R_inp_foot 10; + pos @MMK_L_latn_lc_t @MMK_R_inp_guill -5; + pos @MMK_L_latn_lc_t @MMK_R_inp_hyph -30; + pos @MMK_L_latn_lc_t @MMK_R_inp_parenth 10; + pos @MMK_L_latn_lc_t @MMK_R_inp_period 10; + pos @MMK_L_latn_lc_t @MMK_R_inp_quotel 5; + pos @MMK_L_latn_lc_t @MMK_R_inp_quoter 30; + pos @MMK_L_latn_lc_t @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_lc_t @MMK_R_latn_lc_d -5; + pos @MMK_L_latn_lc_t @MMK_R_latn_lc_f -15; + pos @MMK_L_latn_lc_t @MMK_R_latn_lc_g -15; + pos @MMK_L_latn_lc_t @MMK_R_latn_lc_t -15; + pos @MMK_L_latn_lc_t @MMK_R_latn_lc_y 10; + pos @MMK_L_latn_lc_t @MMK_R_latn_lc_z 10; + pos @MMK_L_latn_lc_t @MMK_R_latn_uc_a 20; + pos @MMK_L_latn_lc_t @MMK_R_latn_uc_j 15; + pos @MMK_L_latn_lc_t @MMK_R_latn_uc_s 10; + pos @MMK_L_latn_lc_t @MMK_R_latn_uc_t -25; + pos @MMK_L_latn_lc_t @MMK_R_latn_uc_w 10; + pos @MMK_L_latn_lc_t @MMK_R_latn_uc_y -15; + pos @MMK_L_latn_lc_t @MMK_R_latn_uc_z 10; + pos @MMK_L_latn_lc_t X 10; + pos @MMK_L_latn_lc_t ampersand -10; + pos @MMK_L_latn_lc_t at -10; + pos @MMK_L_latn_lc_t eightinferior -5; + pos @MMK_L_latn_lc_t eightsuperior 20; + pos @MMK_L_latn_lc_t fivesuperior 20; + pos @MMK_L_latn_lc_t fourinferior -10; + pos @MMK_L_latn_lc_t foursuperior 30; + pos @MMK_L_latn_lc_t nineinferior -30; + pos @MMK_L_latn_lc_t ninesuperior 10; + pos @MMK_L_latn_lc_t question 10; + pos @MMK_L_latn_lc_t registered 15; + pos @MMK_L_latn_lc_t seveninferior -20; + pos @MMK_L_latn_lc_t sevensuperior 10; + pos @MMK_L_latn_lc_t sixinferior -20; + pos @MMK_L_latn_lc_t sixsuperior 10; + pos @MMK_L_latn_lc_t slash 15; + pos @MMK_L_latn_lc_t threesuperior 10; + pos @MMK_L_latn_lc_t twoinferior 20; + pos @MMK_L_latn_lc_t twosuperior 10; + pos @MMK_L_latn_lc_t underscore 20; + pos @MMK_L_latn_lc_t v 10; + pos @MMK_L_latn_lc_t zerosuperior -5; + pos @MMK_L_latn_lc_u @MMK_R_inp_quoter 15; + pos @MMK_L_latn_lc_u @MMK_R_latn_uc_t -45; + pos @MMK_L_latn_lc_u @MMK_R_latn_uc_w 10; + pos @MMK_L_latn_lc_u @MMK_R_latn_uc_y -30; + pos @MMK_L_latn_lc_u V -15; + pos @MMK_L_latn_lc_u onesuperior 10; + pos @MMK_L_latn_lc_u sevensuperior -20; + pos @MMK_L_latn_lc_w @MMK_R_inp_foot 30; + pos @MMK_L_latn_lc_w @MMK_R_inp_period -30; + pos @MMK_L_latn_lc_w @MMK_R_inp_quotel 15; + pos @MMK_L_latn_lc_w @MMK_R_inp_quoter 40; + pos @MMK_L_latn_lc_w @MMK_R_latn_lc_a -10; + pos @MMK_L_latn_lc_w @MMK_R_latn_lc_f 10; + pos @MMK_L_latn_lc_w @MMK_R_latn_lc_g -15; + pos @MMK_L_latn_lc_w @MMK_R_latn_lc_t 10; + pos @MMK_L_latn_lc_w @MMK_R_latn_lc_z 10; + pos @MMK_L_latn_lc_w @MMK_R_latn_uc_a -5; + pos @MMK_L_latn_lc_w @MMK_R_latn_uc_j -10; + pos @MMK_L_latn_lc_w @MMK_R_latn_uc_t -45; + pos @MMK_L_latn_lc_w @MMK_R_latn_uc_w 5; + pos @MMK_L_latn_lc_w V -10; + pos @MMK_L_latn_lc_w ampersand -20; + pos @MMK_L_latn_lc_w at 10; + pos @MMK_L_latn_lc_w eightinferior -15; + pos @MMK_L_latn_lc_w eightsuperior 30; + pos @MMK_L_latn_lc_w fivesuperior 40; + pos @MMK_L_latn_lc_w fourinferior -30; + pos @MMK_L_latn_lc_w foursuperior 45; + pos @MMK_L_latn_lc_w nineinferior -25; + pos @MMK_L_latn_lc_w ninesuperior 20; + pos @MMK_L_latn_lc_w oneinferior -5; + pos @MMK_L_latn_lc_w onesuperior 20; + pos @MMK_L_latn_lc_w registered 40; + pos @MMK_L_latn_lc_w seveninferior 5; + pos @MMK_L_latn_lc_w sevensuperior 20; + pos @MMK_L_latn_lc_w sixinferior -20; + pos @MMK_L_latn_lc_w sixsuperior 40; + pos @MMK_L_latn_lc_w threeinferior -20; + pos @MMK_L_latn_lc_w threesuperior 30; + pos @MMK_L_latn_lc_w trademark 15; + pos @MMK_L_latn_lc_w twoinferior -15; + pos @MMK_L_latn_lc_w twosuperior 30; + pos @MMK_L_latn_lc_w underscore -20; + pos @MMK_L_latn_lc_w zeroinferior -20; + pos @MMK_L_latn_lc_w zerosuperior 20; + pos @MMK_L_latn_lc_y @MMK_R_inp_foot 30; + pos @MMK_L_latn_lc_y @MMK_R_inp_period -65; + pos @MMK_L_latn_lc_y @MMK_R_inp_quotel 30; + pos @MMK_L_latn_lc_y @MMK_R_inp_quoter 45; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_a -15; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_c -10; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_d -10; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_f 10; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_g -40; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_t 5; + pos @MMK_L_latn_lc_y @MMK_R_latn_lc_z 5; + pos @MMK_L_latn_lc_y @MMK_R_latn_uc_a -15; + pos @MMK_L_latn_lc_y @MMK_R_latn_uc_i 5; + pos @MMK_L_latn_lc_y @MMK_R_latn_uc_j -25; + pos @MMK_L_latn_lc_y @MMK_R_latn_uc_t -40; + pos @MMK_L_latn_lc_y @MMK_R_latn_uc_y -15; + pos @MMK_L_latn_lc_y V -10; + pos @MMK_L_latn_lc_y ampersand -20; + pos @MMK_L_latn_lc_y eightinferior -40; + pos @MMK_L_latn_lc_y eightsuperior 30; + pos @MMK_L_latn_lc_y fiveinferior -30; + pos @MMK_L_latn_lc_y fivesuperior 45; + pos @MMK_L_latn_lc_y fourinferior -30; + pos @MMK_L_latn_lc_y foursuperior 30; + pos @MMK_L_latn_lc_y nineinferior -10; + pos @MMK_L_latn_lc_y ninesuperior 30; + pos @MMK_L_latn_lc_y oneinferior -15; + pos @MMK_L_latn_lc_y onesuperior 5; + pos @MMK_L_latn_lc_y registered 50; + pos @MMK_L_latn_lc_y seveninferior -15; + pos @MMK_L_latn_lc_y sevensuperior 20; + pos @MMK_L_latn_lc_y sixinferior -40; + pos @MMK_L_latn_lc_y sixsuperior 30; + pos @MMK_L_latn_lc_y slash -10; + pos @MMK_L_latn_lc_y threeinferior -20; + pos @MMK_L_latn_lc_y threesuperior 20; + pos @MMK_L_latn_lc_y twoinferior -20; + pos @MMK_L_latn_lc_y twosuperior 40; + pos @MMK_L_latn_lc_y underscore -60; + pos @MMK_L_latn_lc_y zeroinferior -30; + pos @MMK_L_latn_lc_y zerosuperior 20; + pos @MMK_L_latn_lc_z @MMK_R_inp_foot 25; + pos @MMK_L_latn_lc_z @MMK_R_inp_hyph -30; + pos @MMK_L_latn_lc_z @MMK_R_inp_period 30; + pos @MMK_L_latn_lc_z @MMK_R_inp_quotel 15; + pos @MMK_L_latn_lc_z @MMK_R_inp_quoter 30; + pos @MMK_L_latn_lc_z @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_lc_z @MMK_R_latn_lc_d -5; + pos @MMK_L_latn_lc_z @MMK_R_latn_lc_w 10; + pos @MMK_L_latn_lc_z @MMK_R_latn_lc_y 10; + pos @MMK_L_latn_lc_z @MMK_R_latn_uc_a 20; + pos @MMK_L_latn_lc_z @MMK_R_latn_uc_j 10; + pos @MMK_L_latn_lc_z @MMK_R_latn_uc_t -35; + pos @MMK_L_latn_lc_z @MMK_R_latn_uc_w 15; + pos @MMK_L_latn_lc_z @MMK_R_latn_uc_y -10; + pos @MMK_L_latn_lc_z @MMK_R_latn_uc_z 20; + pos @MMK_L_latn_lc_z X 20; + pos @MMK_L_latn_lc_z eightinferior 20; + pos @MMK_L_latn_lc_z eightsuperior 35; + pos @MMK_L_latn_lc_z fiveinferior 20; + pos @MMK_L_latn_lc_z fivesuperior 30; + pos @MMK_L_latn_lc_z fourinferior 40; + pos @MMK_L_latn_lc_z foursuperior 70; + pos @MMK_L_latn_lc_z nineinferior -10; + pos @MMK_L_latn_lc_z ninesuperior 5; + pos @MMK_L_latn_lc_z oneinferior 20; + pos @MMK_L_latn_lc_z registered 35; + pos @MMK_L_latn_lc_z seveninferior 10; + pos @MMK_L_latn_lc_z sevensuperior 20; + pos @MMK_L_latn_lc_z sixinferior 20; + pos @MMK_L_latn_lc_z sixsuperior 45; + pos @MMK_L_latn_lc_z slash 20; + pos @MMK_L_latn_lc_z threeinferior 10; + pos @MMK_L_latn_lc_z threesuperior 20; + pos @MMK_L_latn_lc_z trademark 20; + pos @MMK_L_latn_lc_z twoinferior 30; + pos @MMK_L_latn_lc_z twosuperior 20; + pos @MMK_L_latn_lc_z underscore 35; + pos @MMK_L_latn_lc_z v 10; + pos @MMK_L_latn_lc_z zeroinferior 20; + pos @MMK_L_latn_lc_z zerosuperior 30; + pos @MMK_L_latn_uc_a @MMK_R_inp_foot -50; + pos @MMK_L_latn_uc_a @MMK_R_inp_hyph -25; + pos @MMK_L_latn_uc_a @MMK_R_inp_period 20; + pos @MMK_L_latn_uc_a @MMK_R_inp_quotel -70; + pos @MMK_L_latn_uc_a @MMK_R_inp_quoter -50; + pos @MMK_L_latn_uc_a @MMK_R_latn_lc_t -10; + pos @MMK_L_latn_uc_a @MMK_R_latn_lc_w -5; + pos @MMK_L_latn_uc_a @MMK_R_latn_lc_y -15; + pos @MMK_L_latn_uc_a @MMK_R_latn_lc_z 10; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_a 15; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_j 25; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_o -20; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_t -45; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_u -10; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_w -10; + pos @MMK_L_latn_uc_a @MMK_R_latn_uc_y -40; + pos @MMK_L_latn_uc_a V -30; + pos @MMK_L_latn_uc_a X 10; + pos @MMK_L_latn_uc_a ampersand 10; + pos @MMK_L_latn_uc_a at 10; + pos @MMK_L_latn_uc_a eightinferior -5; + pos @MMK_L_latn_uc_a eightsuperior -55; + pos @MMK_L_latn_uc_a fiveinferior 10; + pos @MMK_L_latn_uc_a fivesuperior -30; + pos @MMK_L_latn_uc_a fourinferior 10; + pos @MMK_L_latn_uc_a foursuperior -30; + pos @MMK_L_latn_uc_a nineinferior -10; + pos @MMK_L_latn_uc_a ninesuperior -70; + pos @MMK_L_latn_uc_a oneinferior 20; + pos @MMK_L_latn_uc_a onesuperior -25; + pos @MMK_L_latn_uc_a question -30; + pos @MMK_L_latn_uc_a registered -50; + pos @MMK_L_latn_uc_a sevensuperior -70; + pos @MMK_L_latn_uc_a sixinferior 5; + pos @MMK_L_latn_uc_a sixsuperior -50; + pos @MMK_L_latn_uc_a slash 20; + pos @MMK_L_latn_uc_a threeinferior 30; + pos @MMK_L_latn_uc_a threesuperior -50; + pos @MMK_L_latn_uc_a trademark -95; + pos @MMK_L_latn_uc_a twoinferior 30; + pos @MMK_L_latn_uc_a underscore 25; + pos @MMK_L_latn_uc_a v -10; + pos @MMK_L_latn_uc_a x 15; + pos @MMK_L_latn_uc_a zeroinferior 30; + pos @MMK_L_latn_uc_a zerosuperior -40; + pos @MMK_L_latn_uc_c @MMK_R_inp_foot 20; + pos @MMK_L_latn_uc_c @MMK_R_inp_hyph -20; + pos @MMK_L_latn_uc_c @MMK_R_inp_period -15; + pos @MMK_L_latn_uc_c @MMK_R_inp_quoter 10; + pos @MMK_L_latn_uc_c @MMK_R_latn_lc_g -5; + pos @MMK_L_latn_uc_c @MMK_R_latn_uc_a -5; + pos @MMK_L_latn_uc_c @MMK_R_latn_uc_o -15; + pos @MMK_L_latn_uc_c @MMK_R_latn_uc_t -10; + pos @MMK_L_latn_uc_c @MMK_R_latn_uc_w 10; + pos @MMK_L_latn_uc_c at -10; + pos @MMK_L_latn_uc_c eightinferior -5; + pos @MMK_L_latn_uc_c fiveinferior 10; + pos @MMK_L_latn_uc_c fivesuperior -5; + pos @MMK_L_latn_uc_c fourinferior 5; + pos @MMK_L_latn_uc_c foursuperior -5; + pos @MMK_L_latn_uc_c nineinferior -15; + pos @MMK_L_latn_uc_c onesuperior 10; + pos @MMK_L_latn_uc_c registered 5; + pos @MMK_L_latn_uc_c sixinferior 5; + pos @MMK_L_latn_uc_c slash 15; + pos @MMK_L_latn_uc_c threeinferior 10; + pos @MMK_L_latn_uc_c twoinferior 10; + pos @MMK_L_latn_uc_c underscore -20; + pos @MMK_L_latn_uc_c v 5; + pos @MMK_L_latn_uc_c zerosuperior -5; + pos @MMK_L_latn_uc_d @MMK_R_inp_foot -10; + pos @MMK_L_latn_uc_d @MMK_R_inp_guill 20; + pos @MMK_L_latn_uc_d @MMK_R_inp_hyph 15; + pos @MMK_L_latn_uc_d @MMK_R_inp_period -40; + pos @MMK_L_latn_uc_d @MMK_R_inp_quotel 10; + pos @MMK_L_latn_uc_d @MMK_R_inp_quoter -15; + pos @MMK_L_latn_uc_d @MMK_R_latn_uc_a -20; + pos @MMK_L_latn_uc_d @MMK_R_latn_uc_t -30; + pos @MMK_L_latn_uc_d @MMK_R_latn_uc_y -15; + pos @MMK_L_latn_uc_d @MMK_R_latn_uc_z -35; + pos @MMK_L_latn_uc_d X -15; + pos @MMK_L_latn_uc_d eightinferior -25; + pos @MMK_L_latn_uc_d fourinferior -5; + pos @MMK_L_latn_uc_d nineinferior -5; + pos @MMK_L_latn_uc_d ninesuperior -15; + pos @MMK_L_latn_uc_d onesuperior -10; + pos @MMK_L_latn_uc_d seveninferior -10; + pos @MMK_L_latn_uc_d sixinferior -15; + pos @MMK_L_latn_uc_d slash -15; + pos @MMK_L_latn_uc_d threeinferior -5; + pos @MMK_L_latn_uc_d threesuperior -10; + pos @MMK_L_latn_uc_d trademark -25; + pos @MMK_L_latn_uc_d twoinferior -10; + pos @MMK_L_latn_uc_d twosuperior -10; + pos @MMK_L_latn_uc_d underscore -155; + pos @MMK_L_latn_uc_e @MMK_R_latn_lc_c -10; + pos @MMK_L_latn_uc_e @MMK_R_latn_lc_d -10; + pos @MMK_L_latn_uc_e @MMK_R_latn_lc_g -5; + pos @MMK_L_latn_uc_e @MMK_R_latn_uc_j -5; + pos @MMK_L_latn_uc_e @MMK_R_latn_uc_y -15; + pos @MMK_L_latn_uc_e V -20; + pos @MMK_L_latn_uc_e ampersand -5; + pos @MMK_L_latn_uc_e at -10; + pos @MMK_L_latn_uc_e eightsuperior -5; + pos @MMK_L_latn_uc_e fourinferior -5; + pos @MMK_L_latn_uc_e nineinferior -30; + pos @MMK_L_latn_uc_e ninesuperior -10; + pos @MMK_L_latn_uc_e oneinferior -10; + pos @MMK_L_latn_uc_e seveninferior 10; + pos @MMK_L_latn_uc_e sevensuperior -15; + pos @MMK_L_latn_uc_e sixsuperior -20; + pos @MMK_L_latn_uc_e threesuperior -10; + pos @MMK_L_latn_uc_e trademark -20; + pos @MMK_L_latn_uc_e zerosuperior -10; + pos @MMK_L_latn_uc_g @MMK_R_inp_foot -10; + pos @MMK_L_latn_uc_g @MMK_R_inp_hyph 10; + pos @MMK_L_latn_uc_g @MMK_R_inp_quotel -25; + pos @MMK_L_latn_uc_g @MMK_R_inp_quoter -15; + pos @MMK_L_latn_uc_g @MMK_R_latn_uc_j 10; + pos @MMK_L_latn_uc_g @MMK_R_latn_uc_t -35; + pos @MMK_L_latn_uc_g @MMK_R_latn_uc_y -25; + pos @MMK_L_latn_uc_g V -10; + pos @MMK_L_latn_uc_g eightsuperior -5; + pos @MMK_L_latn_uc_g fivesuperior -5; + pos @MMK_L_latn_uc_g foursuperior 15; + pos @MMK_L_latn_uc_g ninesuperior -5; + pos @MMK_L_latn_uc_g onesuperior -10; + pos @MMK_L_latn_uc_g registered -5; + pos @MMK_L_latn_uc_g sevensuperior -15; + pos @MMK_L_latn_uc_g sixsuperior -10; + pos @MMK_L_latn_uc_g slash 20; + pos @MMK_L_latn_uc_g threesuperior -10; + pos @MMK_L_latn_uc_g trademark -30; + pos @MMK_L_latn_uc_i @MMK_R_inp_hyph -30; + pos @MMK_L_latn_uc_i @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_uc_i @MMK_R_latn_lc_d -5; + pos @MMK_L_latn_uc_i ampersand -20; + pos @MMK_L_latn_uc_i at -10; + pos @MMK_L_latn_uc_i eightsuperior -20; + pos @MMK_L_latn_uc_i fiveinferior -10; + pos @MMK_L_latn_uc_i fourinferior -5; + pos @MMK_L_latn_uc_i foursuperior -30; + pos @MMK_L_latn_uc_i nineinferior -20; + pos @MMK_L_latn_uc_i seveninferior -20; + pos @MMK_L_latn_uc_i sevensuperior 5; + pos @MMK_L_latn_uc_i sixinferior -10; + pos @MMK_L_latn_uc_i sixsuperior -15; + pos @MMK_L_latn_uc_i threeinferior -10; + pos @MMK_L_latn_uc_i threesuperior -5; + pos @MMK_L_latn_uc_i twoinferior 5; + pos @MMK_L_latn_uc_i underscore 20; + pos @MMK_L_latn_uc_i zeroinferior -15; + pos @MMK_L_latn_uc_i zerosuperior -15; + pos @MMK_L_latn_uc_j @MMK_R_inp_period -25; + pos @MMK_L_latn_uc_j @MMK_R_latn_uc_a -10; + pos @MMK_L_latn_uc_j X -15; + pos @MMK_L_latn_uc_j eightinferior -10; + pos @MMK_L_latn_uc_j fiveinferior 5; + pos @MMK_L_latn_uc_j nineinferior -15; + pos @MMK_L_latn_uc_j seveninferior -20; + pos @MMK_L_latn_uc_j slash -10; + pos @MMK_L_latn_uc_j threeinferior -20; + pos @MMK_L_latn_uc_j twoinferior -20; + pos @MMK_L_latn_uc_j underscore -60; + pos @MMK_L_latn_uc_k @MMK_R_inp_foot 20; + pos @MMK_L_latn_uc_k @MMK_R_inp_guill -10; + pos @MMK_L_latn_uc_k @MMK_R_inp_guilr -5; + pos @MMK_L_latn_uc_k @MMK_R_inp_hyph -55; + pos @MMK_L_latn_uc_k @MMK_R_inp_period 20; + pos @MMK_L_latn_uc_k @MMK_R_inp_quotel 5; + pos @MMK_L_latn_uc_k @MMK_R_inp_quoter 10; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_a -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_c -15; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_d -15; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_f -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_g -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_l 10; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_n -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_t -5; + pos @MMK_L_latn_uc_k @MMK_R_latn_lc_z 10; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_a 20; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_j -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_o -10; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_t -15; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_y 5; + pos @MMK_L_latn_uc_k @MMK_R_latn_uc_z 20; + pos @MMK_L_latn_uc_k ampersand -10; + pos @MMK_L_latn_uc_k at -25; + pos @MMK_L_latn_uc_k eightinferior -5; + pos @MMK_L_latn_uc_k eightsuperior -30; + pos @MMK_L_latn_uc_k fivesuperior -10; + pos @MMK_L_latn_uc_k foursuperior -30; + pos @MMK_L_latn_uc_k nineinferior -15; + pos @MMK_L_latn_uc_k ninesuperior -35; + pos @MMK_L_latn_uc_k onesuperior -20; + pos @MMK_L_latn_uc_k p -10; + pos @MMK_L_latn_uc_k parenright 10; + pos @MMK_L_latn_uc_k registered -15; + pos @MMK_L_latn_uc_k seveninferior -20; + pos @MMK_L_latn_uc_k sevensuperior 10; + pos @MMK_L_latn_uc_k sixsuperior -20; + pos @MMK_L_latn_uc_k slash 20; + pos @MMK_L_latn_uc_k threesuperior -10; + pos @MMK_L_latn_uc_k twosuperior -10; + pos @MMK_L_latn_uc_k x -15; + pos @MMK_L_latn_uc_k zerosuperior -30; + pos @MMK_L_latn_uc_l @MMK_R_inp_colon 20; + pos @MMK_L_latn_uc_l @MMK_R_inp_foot -50; + pos @MMK_L_latn_uc_l @MMK_R_inp_guill -15; + pos @MMK_L_latn_uc_l @MMK_R_inp_hyph -45; + pos @MMK_L_latn_uc_l @MMK_R_inp_period 30; + pos @MMK_L_latn_uc_l @MMK_R_inp_quotel -55; + pos @MMK_L_latn_uc_l @MMK_R_inp_quoter -60; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_d -5; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_f 10; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_g 15; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_j 15; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_u -15; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_w -20; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_y -20; + pos @MMK_L_latn_uc_l @MMK_R_latn_lc_z 30; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_a 40; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_j 15; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_o -20; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_t -55; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_u -20; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_w -10; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_y -50; + pos @MMK_L_latn_uc_l @MMK_R_latn_uc_z 30; + pos @MMK_L_latn_uc_l V -35; + pos @MMK_L_latn_uc_l ampersand -5; + pos @MMK_L_latn_uc_l at -15; + pos @MMK_L_latn_uc_l eightinferior 5; + pos @MMK_L_latn_uc_l eightsuperior -70; + pos @MMK_L_latn_uc_l fiveinferior 5; + pos @MMK_L_latn_uc_l fivesuperior -40; + pos @MMK_L_latn_uc_l fourinferior 20; + pos @MMK_L_latn_uc_l foursuperior -70; + pos @MMK_L_latn_uc_l nineinferior -30; + pos @MMK_L_latn_uc_l ninesuperior -90; + pos @MMK_L_latn_uc_l oneinferior 30; + pos @MMK_L_latn_uc_l onesuperior -70; + pos @MMK_L_latn_uc_l parenright 20; + pos @MMK_L_latn_uc_l question -30; + pos @MMK_L_latn_uc_l registered -80; + pos @MMK_L_latn_uc_l seveninferior -20; + pos @MMK_L_latn_uc_l sevensuperior -40; + pos @MMK_L_latn_uc_l sixinferior 10; + pos @MMK_L_latn_uc_l sixsuperior -70; + pos @MMK_L_latn_uc_l slash 45; + pos @MMK_L_latn_uc_l threesuperior -50; + pos @MMK_L_latn_uc_l trademark -90; + pos @MMK_L_latn_uc_l twoinferior 35; + pos @MMK_L_latn_uc_l twosuperior -60; + pos @MMK_L_latn_uc_l underscore 50; + pos @MMK_L_latn_uc_l v -30; + pos @MMK_L_latn_uc_l x 20; + pos @MMK_L_latn_uc_l zeroinferior 10; + pos @MMK_L_latn_uc_l zerosuperior -70; + pos @MMK_L_latn_uc_o @MMK_R_inp_foot -10; + pos @MMK_L_latn_uc_o @MMK_R_inp_guill 20; + pos @MMK_L_latn_uc_o @MMK_R_inp_hyph 15; + pos @MMK_L_latn_uc_o @MMK_R_inp_period -45; + pos @MMK_L_latn_uc_o @MMK_R_inp_quotel -25; + pos @MMK_L_latn_uc_o @MMK_R_inp_quoter -20; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_a -20; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_s 5; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_t -15; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_w -5; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_y -35; + pos @MMK_L_latn_uc_o @MMK_R_latn_uc_z -10; + pos @MMK_L_latn_uc_o V -20; + pos @MMK_L_latn_uc_o X -10; + pos @MMK_L_latn_uc_o eightinferior -15; + pos @MMK_L_latn_uc_o fiveinferior -10; + pos @MMK_L_latn_uc_o fourinferior -10; + pos @MMK_L_latn_uc_o nineinferior -10; + pos @MMK_L_latn_uc_o ninesuperior -10; + pos @MMK_L_latn_uc_o onesuperior -5; + pos @MMK_L_latn_uc_o question -10; + pos @MMK_L_latn_uc_o seveninferior -10; + pos @MMK_L_latn_uc_o sixinferior -10; + pos @MMK_L_latn_uc_o slash -15; + pos @MMK_L_latn_uc_o threeinferior -10; + pos @MMK_L_latn_uc_o threesuperior -10; + pos @MMK_L_latn_uc_o trademark -25; + pos @MMK_L_latn_uc_o twoinferior -15; + pos @MMK_L_latn_uc_o twosuperior -10; + pos @MMK_L_latn_uc_o underscore -80; + pos @MMK_L_latn_uc_r @MMK_R_inp_hyph -15; + pos @MMK_L_latn_uc_r @MMK_R_inp_quotel -15; + pos @MMK_L_latn_uc_r @MMK_R_latn_lc_a -10; + pos @MMK_L_latn_uc_r @MMK_R_latn_lc_c -15; + pos @MMK_L_latn_uc_r @MMK_R_latn_lc_d -15; + pos @MMK_L_latn_uc_r @MMK_R_latn_lc_g -35; + pos @MMK_L_latn_uc_r @MMK_R_latn_lc_y -5; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_j -5; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_o -10; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_t -25; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_u -10; + pos @MMK_L_latn_uc_r @MMK_R_latn_uc_y -15; + pos @MMK_L_latn_uc_r V -15; + pos @MMK_L_latn_uc_r ampersand -35; + pos @MMK_L_latn_uc_r at -25; + pos @MMK_L_latn_uc_r eightinferior -20; + pos @MMK_L_latn_uc_r eightsuperior -10; + pos @MMK_L_latn_uc_r fiveinferior -20; + pos @MMK_L_latn_uc_r fivesuperior -5; + pos @MMK_L_latn_uc_r fourinferior -10; + pos @MMK_L_latn_uc_r nineinferior -50; + pos @MMK_L_latn_uc_r ninesuperior -5; + pos @MMK_L_latn_uc_r oneinferior -10; + pos @MMK_L_latn_uc_r seveninferior -50; + pos @MMK_L_latn_uc_r sevensuperior -10; + pos @MMK_L_latn_uc_r sixinferior -35; + pos @MMK_L_latn_uc_r sixsuperior -10; + pos @MMK_L_latn_uc_r threeinferior -10; + pos @MMK_L_latn_uc_r threesuperior -10; + pos @MMK_L_latn_uc_r trademark -30; + pos @MMK_L_latn_uc_r twosuperior -10; + pos @MMK_L_latn_uc_r underscore 10; + pos @MMK_L_latn_uc_r zeroinferior -15; + pos @MMK_L_latn_uc_r zerosuperior -10; + pos @MMK_L_latn_uc_s @MMK_R_inp_guill 20; + pos @MMK_L_latn_uc_s @MMK_R_inp_hyph 10; + pos @MMK_L_latn_uc_s @MMK_R_inp_quotel 5; + pos @MMK_L_latn_uc_s @MMK_R_inp_quoter 10; + pos @MMK_L_latn_uc_s @MMK_R_latn_lc_t 10; + pos @MMK_L_latn_uc_s @MMK_R_latn_uc_j 10; + pos @MMK_L_latn_uc_s @MMK_R_latn_uc_s -5; + pos @MMK_L_latn_uc_s @MMK_R_latn_uc_t -15; + pos @MMK_L_latn_uc_s ampersand 10; + pos @MMK_L_latn_uc_s eightinferior 20; + pos @MMK_L_latn_uc_s eightsuperior -10; + pos @MMK_L_latn_uc_s fiveinferior 25; + pos @MMK_L_latn_uc_s fivesuperior 10; + pos @MMK_L_latn_uc_s fourinferior 20; + pos @MMK_L_latn_uc_s nineinferior 10; + pos @MMK_L_latn_uc_s oneinferior 20; + pos @MMK_L_latn_uc_s onesuperior 10; + pos @MMK_L_latn_uc_s registered -15; + pos @MMK_L_latn_uc_s seveninferior 10; + pos @MMK_L_latn_uc_s sixinferior 20; + pos @MMK_L_latn_uc_s sixsuperior -10; + pos @MMK_L_latn_uc_s threeinferior 10; + pos @MMK_L_latn_uc_s threesuperior -5; + pos @MMK_L_latn_uc_s twoinferior 20; + pos @MMK_L_latn_uc_s twosuperior -10; + pos @MMK_L_latn_uc_s underscore -20; + pos @MMK_L_latn_uc_s zeroinferior 15; + pos @MMK_L_latn_uc_s zerosuperior 10; + pos @MMK_L_latn_uc_t @MMK_R_inp_colon -40; + pos @MMK_L_latn_uc_t @MMK_R_inp_foot 35; + pos @MMK_L_latn_uc_t @MMK_R_inp_guill -40; + pos @MMK_L_latn_uc_t @MMK_R_inp_guilr -20; + pos @MMK_L_latn_uc_t @MMK_R_inp_hyph -55; + pos @MMK_L_latn_uc_t @MMK_R_inp_period -90; + pos @MMK_L_latn_uc_t @MMK_R_inp_quotel 25; + pos @MMK_L_latn_uc_t @MMK_R_inp_quoter 30; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_a -70; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_c -65; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_d -65; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_f -10; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_g -80; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_n -45; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_s -70; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_u -55; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_w -45; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_y -40; + pos @MMK_L_latn_uc_t @MMK_R_latn_lc_z -50; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_a -45; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_j -25; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_o -15; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_s -5; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_t 30; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_w 15; + pos @MMK_L_latn_uc_t @MMK_R_latn_uc_y 25; + pos @MMK_L_latn_uc_t V 10; + pos @MMK_L_latn_uc_t ampersand -20; + pos @MMK_L_latn_uc_t at -50; + pos @MMK_L_latn_uc_t eightinferior -70; + pos @MMK_L_latn_uc_t eightsuperior 20; + pos @MMK_L_latn_uc_t fiveinferior -40; + pos @MMK_L_latn_uc_t fivesuperior 30; + pos @MMK_L_latn_uc_t fourinferior -70; + pos @MMK_L_latn_uc_t foursuperior -20; + pos @MMK_L_latn_uc_t nineinferior -50; + pos @MMK_L_latn_uc_t ninesuperior 25; + pos @MMK_L_latn_uc_t oneinferior -50; + pos @MMK_L_latn_uc_t onesuperior 20; + pos @MMK_L_latn_uc_t p -45; + pos @MMK_L_latn_uc_t parenright 20; + pos @MMK_L_latn_uc_t question 10; + pos @MMK_L_latn_uc_t seveninferior -50; + pos @MMK_L_latn_uc_t sevensuperior 40; + pos @MMK_L_latn_uc_t sixinferior -50; + pos @MMK_L_latn_uc_t slash -55; + pos @MMK_L_latn_uc_t threeinferior -70; + pos @MMK_L_latn_uc_t threesuperior 10; + pos @MMK_L_latn_uc_t trademark 20; + pos @MMK_L_latn_uc_t twoinferior -30; + pos @MMK_L_latn_uc_t twosuperior 20; + pos @MMK_L_latn_uc_t underscore -70; + pos @MMK_L_latn_uc_t v -40; + pos @MMK_L_latn_uc_t x -55; + pos @MMK_L_latn_uc_t zeroinferior -60; + pos @MMK_L_latn_uc_t zerosuperior 20; + pos @MMK_L_latn_uc_u @MMK_R_inp_period -35; + pos @MMK_L_latn_uc_u @MMK_R_latn_lc_g -10; + pos @MMK_L_latn_uc_u @MMK_R_latn_lc_w 10; + pos @MMK_L_latn_uc_u @MMK_R_latn_uc_a -10; + pos @MMK_L_latn_uc_u @MMK_R_latn_uc_j -10; + pos @MMK_L_latn_uc_u slash -25; + pos @MMK_L_latn_uc_u underscore -50; + pos @MMK_L_latn_uc_w @MMK_R_inp_foot 25; + pos @MMK_L_latn_uc_w @MMK_R_inp_hyph -10; + pos @MMK_L_latn_uc_w @MMK_R_inp_period -50; + pos @MMK_L_latn_uc_w @MMK_R_inp_quotel 40; + pos @MMK_L_latn_uc_w @MMK_R_inp_quoter 35; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_a -10; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_d -5; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_f 5; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_g -20; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_n -10; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_s -10; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_t 10; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_u -5; + pos @MMK_L_latn_uc_w @MMK_R_latn_lc_w 5; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_a -10; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_j -10; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_o -5; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_t 15; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_y 5; + pos @MMK_L_latn_uc_w @MMK_R_latn_uc_z 5; + pos @MMK_L_latn_uc_w ampersand -20; + pos @MMK_L_latn_uc_w at -15; + pos @MMK_L_latn_uc_w eightinferior -50; + pos @MMK_L_latn_uc_w eightsuperior 15; + pos @MMK_L_latn_uc_w fiveinferior -20; + pos @MMK_L_latn_uc_w fivesuperior 30; + pos @MMK_L_latn_uc_w fourinferior -30; + pos @MMK_L_latn_uc_w foursuperior 30; + pos @MMK_L_latn_uc_w nineinferior -30; + pos @MMK_L_latn_uc_w ninesuperior 25; + pos @MMK_L_latn_uc_w oneinferior -30; + pos @MMK_L_latn_uc_w onesuperior 40; + pos @MMK_L_latn_uc_w p -20; + pos @MMK_L_latn_uc_w parenright 10; + pos @MMK_L_latn_uc_w question 40; + pos @MMK_L_latn_uc_w registered 25; + pos @MMK_L_latn_uc_w seveninferior -35; + pos @MMK_L_latn_uc_w sevensuperior 40; + pos @MMK_L_latn_uc_w sixinferior -40; + pos @MMK_L_latn_uc_w sixsuperior 15; + pos @MMK_L_latn_uc_w threeinferior -45; + pos @MMK_L_latn_uc_w threesuperior 30; + pos @MMK_L_latn_uc_w trademark 30; + pos @MMK_L_latn_uc_w twoinferior -30; + pos @MMK_L_latn_uc_w twosuperior 30; + pos @MMK_L_latn_uc_w underscore -40; + pos @MMK_L_latn_uc_w x -5; + pos @MMK_L_latn_uc_w zeroinferior -40; + pos @MMK_L_latn_uc_w zerosuperior 40; + pos @MMK_L_latn_uc_y @MMK_R_inp_colon -30; + pos @MMK_L_latn_uc_y @MMK_R_inp_foot 25; + pos @MMK_L_latn_uc_y @MMK_R_inp_guill -30; + pos @MMK_L_latn_uc_y @MMK_R_inp_guilr -30; + pos @MMK_L_latn_uc_y @MMK_R_inp_hyph -50; + pos @MMK_L_latn_uc_y @MMK_R_inp_period -50; + pos @MMK_L_latn_uc_y @MMK_R_inp_quotel 40; + pos @MMK_L_latn_uc_y @MMK_R_inp_quoter 35; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_a -50; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_c -45; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_d -45; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_g -60; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_h -5; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_i -10; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_j -20; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_l -5; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_n -35; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_s -30; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_t 5; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_u -30; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_w -10; + pos @MMK_L_latn_uc_y @MMK_R_latn_lc_y -15; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_a -40; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_j -10; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_o -35; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_s 5; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_t 25; + pos @MMK_L_latn_uc_y @MMK_R_latn_uc_w 5; + pos @MMK_L_latn_uc_y V 5; + pos @MMK_L_latn_uc_y ampersand -35; + pos @MMK_L_latn_uc_y at -40; + pos @MMK_L_latn_uc_y eightinferior -90; + pos @MMK_L_latn_uc_y fiveinferior -80; + pos @MMK_L_latn_uc_y fivesuperior 10; + pos @MMK_L_latn_uc_y fourinferior -100; + pos @MMK_L_latn_uc_y foursuperior -10; + pos @MMK_L_latn_uc_y nineinferior -90; + pos @MMK_L_latn_uc_y ninesuperior 10; + pos @MMK_L_latn_uc_y oneinferior -70; + pos @MMK_L_latn_uc_y onesuperior 40; + pos @MMK_L_latn_uc_y p -35; + pos @MMK_L_latn_uc_y parenright 20; + pos @MMK_L_latn_uc_y question 15; + pos @MMK_L_latn_uc_y registered 10; + pos @MMK_L_latn_uc_y seveninferior -60; + pos @MMK_L_latn_uc_y sevensuperior 40; + pos @MMK_L_latn_uc_y sixinferior -80; + pos @MMK_L_latn_uc_y slash -50; + pos @MMK_L_latn_uc_y threeinferior -80; + pos @MMK_L_latn_uc_y threesuperior 5; + pos @MMK_L_latn_uc_y trademark 30; + pos @MMK_L_latn_uc_y twoinferior -70; + pos @MMK_L_latn_uc_y underscore -30; + pos @MMK_L_latn_uc_y v -15; + pos @MMK_L_latn_uc_y x -10; + pos @MMK_L_latn_uc_y zeroinferior -70; + pos @MMK_L_latn_uc_z @MMK_R_inp_foot 15; + pos @MMK_L_latn_uc_z @MMK_R_inp_guill -10; + pos @MMK_L_latn_uc_z @MMK_R_inp_hyph -50; + pos @MMK_L_latn_uc_z @MMK_R_inp_period 40; + pos @MMK_L_latn_uc_z @MMK_R_inp_quotel 10; + pos @MMK_L_latn_uc_z @MMK_R_inp_quoter 20; + pos @MMK_L_latn_uc_z @MMK_R_latn_lc_c -5; + pos @MMK_L_latn_uc_z @MMK_R_latn_lc_d -5; + pos @MMK_L_latn_uc_z @MMK_R_latn_lc_t -5; + pos @MMK_L_latn_uc_z @MMK_R_latn_lc_u -5; + pos @MMK_L_latn_uc_z @MMK_R_latn_lc_y -5; + pos @MMK_L_latn_uc_z @MMK_R_latn_lc_z 35; + pos @MMK_L_latn_uc_z @MMK_R_latn_uc_j 5; + pos @MMK_L_latn_uc_z @MMK_R_latn_uc_o -10; + pos @MMK_L_latn_uc_z @MMK_R_latn_uc_w 5; + pos @MMK_L_latn_uc_z @MMK_R_latn_uc_y 10; + pos @MMK_L_latn_uc_z V 5; + pos @MMK_L_latn_uc_z ampersand -10; + pos @MMK_L_latn_uc_z at -20; + pos @MMK_L_latn_uc_z eightinferior 30; + pos @MMK_L_latn_uc_z fiveinferior 35; + pos @MMK_L_latn_uc_z fivesuperior 10; + pos @MMK_L_latn_uc_z fourinferior 30; + pos @MMK_L_latn_uc_z foursuperior -5; + pos @MMK_L_latn_uc_z ninesuperior 10; + pos @MMK_L_latn_uc_z oneinferior 40; + pos @MMK_L_latn_uc_z onesuperior 30; + pos @MMK_L_latn_uc_z parenright 10; + pos @MMK_L_latn_uc_z seveninferior 20; + pos @MMK_L_latn_uc_z sevensuperior 15; + pos @MMK_L_latn_uc_z sixinferior 40; + pos @MMK_L_latn_uc_z sixsuperior -5; + pos @MMK_L_latn_uc_z slash 20; + pos @MMK_L_latn_uc_z threeinferior 30; + pos @MMK_L_latn_uc_z threesuperior 20; + pos @MMK_L_latn_uc_z trademark 20; + pos @MMK_L_latn_uc_z twoinferior 30; + pos @MMK_L_latn_uc_z twosuperior 15; + pos @MMK_L_latn_uc_z underscore 20; + pos @MMK_L_latn_uc_z zeroinferior 5; + pos @MMK_L_latn_uc_z zerosuperior 10; + subtable; + pos @MMK_L_grek_uc_Alpha @MMK_R_grek_uc_Alpha 15; + pos @MMK_L_grek_uc_Alpha @MMK_R_grek_uc_Omega -10; + pos @MMK_L_grek_uc_Alpha @MMK_R_inp_foot -50; + pos @MMK_L_grek_uc_Alpha @MMK_R_inp_hyph -25; + pos @MMK_L_grek_uc_Alpha @MMK_R_inp_period 20; + pos @MMK_L_grek_uc_Alpha @MMK_R_inp_quotel -70; + pos @MMK_L_grek_uc_Alpha @MMK_R_inp_quoter -50; + pos @MMK_L_grek_uc_Alpha ampersand 10; + pos @MMK_L_grek_uc_Alpha at 10; + pos @MMK_L_grek_uc_Alpha eightinferior -5; + pos @MMK_L_grek_uc_Alpha eightsuperior -55; + pos @MMK_L_grek_uc_Alpha fiveinferior 10; + pos @MMK_L_grek_uc_Alpha fivesuperior -30; + pos @MMK_L_grek_uc_Alpha fourinferior 10; + pos @MMK_L_grek_uc_Alpha foursuperior -30; + pos @MMK_L_grek_uc_Alpha nineinferior -10; + pos @MMK_L_grek_uc_Alpha ninesuperior -70; + pos @MMK_L_grek_uc_Alpha oneinferior 20; + pos @MMK_L_grek_uc_Alpha onesuperior -25; + pos @MMK_L_grek_uc_Alpha question -30; + pos @MMK_L_grek_uc_Alpha registered -50; + pos @MMK_L_grek_uc_Alpha sevensuperior -70; + pos @MMK_L_grek_uc_Alpha sixinferior 5; + pos @MMK_L_grek_uc_Alpha sixsuperior -50; + pos @MMK_L_grek_uc_Alpha slash 20; + pos @MMK_L_grek_uc_Alpha threeinferior 30; + pos @MMK_L_grek_uc_Alpha threesuperior -50; + pos @MMK_L_grek_uc_Alpha trademark -95; + pos @MMK_L_grek_uc_Alpha twoinferior 30; + pos @MMK_L_grek_uc_Alpha underscore 25; + pos @MMK_L_grek_uc_Alpha zeroinferior 30; + pos @MMK_L_grek_uc_Alpha zerosuperior -40; + pos @MMK_L_grek_uc_Omega @MMK_R_grek_uc_Alpha -10; + pos @MMK_L_grek_uc_Omega pi 5; + subtable; + pos @MMK_L_inp_colon @MMK_R_latn_uc_t -40; + pos @MMK_L_inp_colon @MMK_R_latn_uc_y -30; + pos @MMK_L_inp_colon V -10; + pos @MMK_L_inp_colon X -5; + pos @MMK_L_inp_foot @MMK_R_grek_uc_Alpha -50; + pos @MMK_L_inp_foot @MMK_R_inp_period -90; + pos @MMK_L_inp_foot @MMK_R_latn_lc_c -20; + pos @MMK_L_inp_foot @MMK_R_latn_lc_d -20; + pos @MMK_L_inp_foot @MMK_R_latn_lc_w 30; + pos @MMK_L_inp_foot @MMK_R_latn_lc_y 30; + pos @MMK_L_inp_foot @MMK_R_latn_lc_z 15; + pos @MMK_L_inp_foot @MMK_R_latn_uc_a -50; + pos @MMK_L_inp_foot @MMK_R_latn_uc_j -20; + pos @MMK_L_inp_foot @MMK_R_latn_uc_o -10; + pos @MMK_L_inp_foot @MMK_R_latn_uc_s 20; + pos @MMK_L_inp_foot @MMK_R_latn_uc_t 35; + pos @MMK_L_inp_foot @MMK_R_latn_uc_w 25; + pos @MMK_L_inp_foot @MMK_R_latn_uc_y 25; + pos @MMK_L_inp_foot @MMK_R_latn_uc_z 10; + pos @MMK_L_inp_foot V 20; + pos @MMK_L_inp_foot questiondown -90; + pos @MMK_L_inp_foot v 35; + pos @MMK_L_inp_foot x 15; + pos @MMK_L_inp_fraction eightinferior -5; + pos @MMK_L_inp_fraction fiveinferior -5; + pos @MMK_L_inp_fraction fourinferior -30; + pos @MMK_L_inp_fraction oneinferior 5; + pos @MMK_L_inp_fraction sixinferior -20; + pos @MMK_L_inp_fraction twoinferior 5; + pos @MMK_L_inp_guill @MMK_R_latn_lc_g -10; + pos @MMK_L_inp_guill @MMK_R_latn_lc_t 10; + pos @MMK_L_inp_guill @MMK_R_latn_uc_t -20; + pos @MMK_L_inp_guill @MMK_R_latn_uc_y -30; + pos @MMK_L_inp_guill pi 10; + pos @MMK_L_inp_guilr @MMK_R_latn_lc_c 10; + pos @MMK_L_inp_guilr @MMK_R_latn_lc_d 10; + pos @MMK_L_inp_guilr @MMK_R_latn_uc_o 20; + pos @MMK_L_inp_guilr @MMK_R_latn_uc_t -40; + pos @MMK_L_inp_guilr @MMK_R_latn_uc_y -30; + pos @MMK_L_inp_guilr V 5; + pos @MMK_L_inp_guilr X -20; + pos @MMK_L_inp_guilr x -5; + pos @MMK_L_inp_hyph @MMK_R_grek_uc_Alpha -25; + pos @MMK_L_inp_hyph @MMK_R_latn_lc_c 10; + pos @MMK_L_inp_hyph @MMK_R_latn_lc_d 10; + pos @MMK_L_inp_hyph @MMK_R_latn_lc_f -5; + pos @MMK_L_inp_hyph @MMK_R_latn_lc_g -10; + pos @MMK_L_inp_hyph @MMK_R_latn_lc_z -25; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_a -25; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_i -30; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_j -35; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_o 15; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_s -20; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_t -55; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_w -10; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_y -50; + pos @MMK_L_inp_hyph @MMK_R_latn_uc_z -50; + pos @MMK_L_inp_hyph V -25; + pos @MMK_L_inp_hyph X -50; + pos @MMK_L_inp_hyph pi -10; + pos @MMK_L_inp_hyph x -35; + pos @MMK_L_inp_parenth @MMK_R_latn_lc_j 10; + pos @MMK_L_inp_period @MMK_R_grek_uc_Alpha 20; + pos @MMK_L_inp_period @MMK_R_inp_foot -90; + pos @MMK_L_inp_period @MMK_R_inp_quotel -80; + pos @MMK_L_inp_period @MMK_R_inp_quoter -60; + pos @MMK_L_inp_period @MMK_R_latn_lc_c -35; + pos @MMK_L_inp_period @MMK_R_latn_lc_d -35; + pos @MMK_L_inp_period @MMK_R_latn_lc_f -25; + pos @MMK_L_inp_period @MMK_R_latn_lc_g -10; + pos @MMK_L_inp_period @MMK_R_latn_lc_s -5; + pos @MMK_L_inp_period @MMK_R_latn_lc_t -25; + pos @MMK_L_inp_period @MMK_R_latn_lc_u -25; + pos @MMK_L_inp_period @MMK_R_latn_lc_w -30; + pos @MMK_L_inp_period @MMK_R_latn_lc_y -40; + pos @MMK_L_inp_period @MMK_R_latn_lc_z 20; + pos @MMK_L_inp_period @MMK_R_latn_uc_a 20; + pos @MMK_L_inp_period @MMK_R_latn_uc_j 10; + pos @MMK_L_inp_period @MMK_R_latn_uc_o -60; + pos @MMK_L_inp_period @MMK_R_latn_uc_t -90; + pos @MMK_L_inp_period @MMK_R_latn_uc_u -35; + pos @MMK_L_inp_period @MMK_R_latn_uc_w -50; + pos @MMK_L_inp_period @MMK_R_latn_uc_y -50; + pos @MMK_L_inp_period @MMK_R_latn_uc_z 20; + pos @MMK_L_inp_period V -60; + pos @MMK_L_inp_period X 20; + pos @MMK_L_inp_period eightsuperior -80; + pos @MMK_L_inp_period fivesuperior -90; + pos @MMK_L_inp_period foursuperior -80; + pos @MMK_L_inp_period nineinferior -20; + pos @MMK_L_inp_period ninesuperior -80; + pos @MMK_L_inp_period onesuperior -50; + pos @MMK_L_inp_period pi -30; + pos @MMK_L_inp_period question -70; + pos @MMK_L_inp_period sevensuperior -60; + pos @MMK_L_inp_period sixsuperior -80; + pos @MMK_L_inp_period threesuperior -40; + pos @MMK_L_inp_period twoinferior 20; + pos @MMK_L_inp_period twosuperior -50; + pos @MMK_L_inp_period v -40; + pos @MMK_L_inp_period zerosuperior -90; + pos @MMK_L_inp_quotel @MMK_R_grek_lc_kappa -20; + pos @MMK_L_inp_quotel @MMK_R_grek_uc_Alpha -70; + pos @MMK_L_inp_quotel @MMK_R_inp_period -80; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_a -30; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_c -45; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_d -45; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_f 10; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_g -65; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_n -20; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_s -20; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_t 15; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_w 5; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_y 10; + pos @MMK_L_inp_quotel @MMK_R_latn_lc_z -5; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_a -70; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_j -20; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_o -25; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_t 30; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_w 35; + pos @MMK_L_inp_quotel @MMK_R_latn_uc_y 25; + pos @MMK_L_inp_quotel V 35; + pos @MMK_L_inp_quotel X 15; + pos @MMK_L_inp_quotel p -20; + pos @MMK_L_inp_quotel questiondown -90; + pos @MMK_L_inp_quotel v 10; + pos @MMK_L_inp_quotel x -10; + pos @MMK_L_inp_quoter @MMK_R_grek_lc_kappa -35; + pos @MMK_L_inp_quoter @MMK_R_grek_uc_Alpha -80; + pos @MMK_L_inp_quoter @MMK_R_inp_colon -40; + pos @MMK_L_inp_quoter @MMK_R_inp_hyph -15; + pos @MMK_L_inp_quoter @MMK_R_inp_period -80; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_a -50; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_c -75; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_d -80; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_g -85; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_n -35; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_s -45; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_t 10; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_u -25; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_w -10; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_y -15; + pos @MMK_L_inp_quoter @MMK_R_latn_lc_z -25; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_a -80; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_j -35; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_o -55; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_s -10; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_t 30; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_w 35; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_y 35; + pos @MMK_L_inp_quoter @MMK_R_latn_uc_z -5; + pos @MMK_L_inp_quoter V 25; + pos @MMK_L_inp_quoter X 25; + pos @MMK_L_inp_quoter p -40; + pos @MMK_L_inp_quoter pi -15; + pos @MMK_L_inp_quoter questiondown -95; + pos @MMK_L_inp_quoter v -15; + pos @MMK_L_inp_quoter x -10; + } kern_DFLT; + lookup kern_arab { + #script arab; + lookupflag IgnoreMarks RightToLeft; + pos alef-ar keheh-ar <40 0 40 0>; + pos alefHamzabelow-ar kaf-ar.init <50 0 50 0>; + pos alefHamzabelow-ar keheh-ar <50 0 50 0>; + pos alefHamzabelow-ar keheh-ar.init <50 0 50 0>; + pos alefHamzabelow-ar gaf-ar.init <50 0 50 0>; + pos alefHamzabelow-ar.fina kaf-ar.init <50 0 50 0>; + pos alefHamzabelow-ar.fina keheh-ar <50 0 50 0>; + pos alefHamzabelow-ar.fina keheh-ar.init <50 0 50 0>; + pos alefHamzabelow-ar.fina gaf-ar.init <50 0 50 0>; + pos alefWasla-ar kaf_alefMaksura-ar.rlig <90 0 90 0>; + pos alefWasla-ar kaf_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar kaf_yehHamzaabove-ar.rlig <90 0 90 0>; + pos alefWasla-ar keheh_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar gaf_alefMaksura-ar.rlig <90 0 90 0>; + pos alefWasla-ar gaf_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar gaf_yehHamzaabove-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina kaf_alefMaksura-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina kaf_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina kaf_yehHamzaabove-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina keheh_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina gaf_alefMaksura-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina gaf_yeh-ar.rlig <90 0 90 0>; + pos alefWasla-ar.fina gaf_yehHamzaabove-ar.rlig <90 0 90 0>; + pos zain-ar highhamzaYeh-ar.init <100 0 100 0>; + pos zain-ar.fina highhamzaYeh-ar.init <100 0 100 0>; + subtable; + pos @MMK_L_arab_alef @MMK_R_arab_kaf_init <60 0 60 0>; + pos @MMK_L_arab_alef @MMK_R_arab_kaf_alefMaksura <60 0 60 0>; + pos @MMK_L_arab_alef highhamzaAlef-ar <120 0 120 0>; + pos @MMK_L_arab_alefHamzaabove @MMK_R_arab_kaf_init <130 0 130 0>; + pos @MMK_L_arab_alefMadda @MMK_R_arab_kaf_init <170 0 170 0>; + pos @MMK_L_arab_kaf_init space <40 0 40 0>; + pos @MMK_L_arab_reh @MMK_R_arab_beh_init <40 0 40 0>; + pos @MMK_L_arab_reh @MMK_R_arab_hah_init <-50 0 -50 0>; + pos @MMK_L_arab_reh @MMK_R_arab_yeh_init <70 0 70 0>; + pos @MMK_L_arab_reh beh-ar.init <40 0 40 0>; + pos @MMK_L_arab_reh behThreedotshorizontalbelow-ar.init <138 0 138 0>; + pos ddal-ar @MMK_R_arab_kaf_init <40 0 40 0>; + subtable; + pos @MMK_L_arab_lam_alef_rlig @MMK_R_arab_kaf_init <130 0 130 0>; + pos lam_alefHamzaabove-ar.fina.rlig @MMK_R_arab_kaf_init <120 0 120 0>; + pos lam_alefMadda-ar.fina.rlig @MMK_R_arab_kaf_init <120 0 120 0>; + pos lam_alefMadda-ar.rlig @MMK_R_arab_kaf_init <170 0 170 0>; + pos lam_alefWasla-ar.fina.rlig @MMK_R_arab_kaf_init <120 0 120 0>; + pos lam_alefWasla-ar.rlig @MMK_R_arab_kaf_init <160 0 160 0>; + pos lam_alefWavyhamzaabove-ar.fina.rlig @MMK_R_arab_kaf_init <140 0 140 0>; + pos lam_alefWavyhamzaabove-ar.rlig @MMK_R_arab_kaf_init <150 0 150 0>; + subtable; + } kern_arab; + lookupflag 0; + lookupflag RightToLeft; + script arab; + lookup kern_arab; + lookupflag 0; +} kern; + + + +feature mark { + lookup markDFLT { + pos base [uniFBC0] mark @mark_top; + pos base [wavyhamza_above-ar] mark @mark_top; + pos base [foururduabove-ar] mark @mark_top; + pos base [foururdubelow-ar] mark @mark_bottom; + pos base [dottedCircle] mark @mark_bottom mark @mark_top; + } markDFLT; + lookup MARK_BASE_bottom { + @bGC_A_bottom = [A Aacute Acircumflex Adieresis Agrave Aring Atilde]; + @bGC_B_bottom = [B D E Eacute Ecircumflex Edieresis Egrave]; + @bGC_Dcroat_bottom = [Dcroat Eth]; + @bGC_G_bottom = [G O Oacute Ocircumflex Odieresis Ograve Oslash Otilde]; + @bGC_H_bottom = [H N Ntilde]; + @bGC_I_bottom = [I Iacute Icircumflex Idieresis Igrave]; + @bGC_S_bottom = [S Scaron]; + @bGC_U_bottom = [U Uacute Ucircumflex Udieresis Ugrave]; + @bGC_Z_bottom = [Z Zcaron]; + @bGC_a.alt01_bottom = [a.alt01 e aacute.alt01 acircumflex.alt01 adieresis.alt01 agrave.alt01 aring.alt01 atilde.alt01 eacute ecircumflex edieresis egrave]; + @bGC_a_bottom = [a aacute acircumflex adieresis agrave aring atilde]; + @bGC_d_bottom = [d Y oslash Yacute Ydieresis]; + @bGC_dotlessi_bottom = [dotlessi iacute icircumflex idieresis igrave]; + @bGC_h_bottom = [h F P T X]; + @bGC_i_bottom = [i r ij]; + @bGC_k_bottom = [k o oacute ocircumflex odieresis ograve otilde]; + @bGC_l_bottom = [l ldot]; + @bGC_n_bottom = [n ntilde]; + @bGC_s_bottom = [s scaron]; + @bGC_u_bottom = [u uacute ucircumflex udieresis ugrave]; + @bGC_y_bottom = [y yacute ydieresis]; + @bGC_z_bottom = [z zcaron]; + pos base @bGC_A_bottom mark @MC_bottom; + pos base @bGC_B_bottom mark @MC_bottom; + pos base @bGC_Dcroat_bottom mark @MC_bottom; + pos base @bGC_G_bottom mark @MC_bottom; + pos base @bGC_H_bottom mark @MC_bottom; + pos base @bGC_I_bottom mark @MC_bottom; + pos base @bGC_S_bottom mark @MC_bottom; + pos base @bGC_U_bottom mark @MC_bottom; + pos base @bGC_Z_bottom mark @MC_bottom; + pos base @bGC_a.alt01_bottom mark @MC_bottom; + pos base @bGC_a_bottom mark @MC_bottom; + pos base @bGC_d_bottom mark @MC_bottom; + pos base @bGC_dotlessi_bottom mark @MC_bottom; + pos base @bGC_h_bottom mark @MC_bottom; + pos base @bGC_i_bottom mark @MC_bottom; + pos base @bGC_k_bottom mark @MC_bottom; + pos base @bGC_l_bottom mark @MC_bottom; + pos base @bGC_n_bottom mark @MC_bottom; + pos base @bGC_s_bottom mark @MC_bottom; + pos base @bGC_u_bottom mark @MC_bottom; + pos base @bGC_y_bottom mark @MC_bottom; + pos base @bGC_z_bottom mark @MC_bottom; + pos base AE mark @MC_bottom; + pos base C mark @MC_bottom; + pos base J mark @MC_bottom; + pos base K mark @MC_bottom; + pos base L mark @MC_bottom; + pos base M mark @MC_bottom; + pos base OE mark @MC_bottom; + pos base R mark @MC_bottom; + pos base V mark @MC_bottom; + pos base W mark @MC_bottom; + pos base ae mark @MC_bottom; + pos base b mark @MC_bottom; + pos base c mark @MC_bottom; + pos base f mark @MC_bottom; + pos base m mark @MC_bottom; + pos base oe mark @MC_bottom; + pos base t mark @MC_bottom; + pos base v mark @MC_bottom; + pos base w mark @MC_bottom; + pos base x mark @MC_bottom; + } MARK_BASE_bottom; + lookup MARK_BASE_bottomright { + @bGC_A_bottomright = [A Aacute Acircumflex Adieresis Agrave Aring Atilde]; + @bGC_E_bottomright = [E Eacute Ecircumflex Edieresis Egrave]; + @bGC_I_bottomright = [I Iacute Icircumflex Idieresis Igrave]; + @bGC_U_bottomright = [U Uacute Ucircumflex Udieresis Ugrave]; + @bGC_a.alt01_bottomright = [a.alt01 aacute.alt01 acircumflex.alt01 adieresis.alt01 agrave.alt01 aring.alt01 atilde.alt01]; + @bGC_a_bottomright = [a aacute acircumflex adieresis agrave aring atilde]; + @bGC_e_bottomright = [e eacute ecircumflex edieresis egrave]; + @bGC_i_bottomright = [i ij]; + @bGC_u_bottomright = [u uacute ucircumflex udieresis ugrave]; + pos base @bGC_A_bottomright mark @MC_bottomright; + pos base @bGC_E_bottomright mark @MC_bottomright; + pos base @bGC_I_bottomright mark @MC_bottomright; + pos base @bGC_U_bottomright mark @MC_bottomright; + pos base @bGC_a.alt01_bottomright mark @MC_bottomright; + pos base @bGC_a_bottomright mark @MC_bottomright; + pos base @bGC_e_bottomright mark @MC_bottomright; + pos base @bGC_i_bottomright mark @MC_bottomright; + pos base @bGC_u_bottomright mark @MC_bottomright; + } MARK_BASE_bottomright; + lookup MARK_BASE_top { + @bGC_A_top = [A B D E]; + @bGC_C_top = [C Ccedilla]; + @bGC_Dcroat_top = [Dcroat Eth]; + @bGC_G_top = [G O Q Oslash]; + @bGC_H_top = [H N]; + @bGC_T_top = [T X]; + @bGC_a.alt01_top = [a.alt01 g.alt01 q]; + @bGC_c_top = [c o ccedilla]; + @bGC_dotlessi_top = [dotlessi dotlessj]; + @bGC_u_top = [u oslash]; + pos base @bGC_A_top mark @MC_top; + pos base @bGC_C_top mark @MC_top; + pos base @bGC_Dcroat_top mark @MC_top; + pos base @bGC_G_top mark @MC_top; + pos base @bGC_H_top mark @MC_top; + pos base @bGC_T_top mark @MC_top; + pos base @bGC_a.alt01_top mark @MC_top; + pos base @bGC_c_top mark @MC_top; + pos base @bGC_dotlessi_top mark @MC_top; + pos base @bGC_u_top mark @MC_top; + pos base AE mark @MC_top; + pos base F mark @MC_top; + pos base I mark @MC_top; + pos base J mark @MC_top; + pos base K mark @MC_top; + pos base L mark @MC_top; + pos base M mark @MC_top; + pos base OE mark @MC_top; + pos base P mark @MC_top; + pos base R mark @MC_top; + pos base S mark @MC_top; + pos base U mark @MC_top; + pos base V mark @MC_top; + pos base W mark @MC_top; + pos base Y mark @MC_top; + pos base Z mark @MC_top; + pos base a mark @MC_top; + pos base ae mark @MC_top; + pos base e mark @MC_top; + pos base g mark @MC_top; + pos base g.alt02 mark @MC_top; + pos base h mark @MC_top; + pos base l mark @MC_top; + pos base m mark @MC_top; + pos base n mark @MC_top; + pos base oe mark @MC_top; + pos base p mark @MC_top; + pos base r mark @MC_top; + pos base s mark @MC_top; + pos base v mark @MC_top; + pos base w mark @MC_top; + pos base x mark @MC_top; + pos base y mark @MC_top; + pos base z mark @MC_top; + } MARK_BASE_top; + lookup MARK_BASE_topright { + @bGC_l_topright = [l ldot]; + pos base @bGC_l_topright mark @MC_topright; + pos base L mark @MC_topright; + pos base d mark @MC_topright; + pos base t mark @MC_topright; + } MARK_BASE_topright; + lookup markarab { + pos base [hamza-ar] mark @mark_bottom mark @mark_top; + pos base [highhamza-ar] mark @mark_top; + pos base [alef-ar] mark @mark_bottom mark @mark_top; + pos base [alef-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alef-ar.short] mark @mark_bottom mark @mark_top; + pos base [alef-ar.fina.short] mark @mark_bottom mark @mark_top; + pos base [alefHamzaabove-ar] mark @mark_bottom mark @mark_top; + pos base [alefHamzaabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefHamzabelow-ar] mark @mark_bottom mark @mark_top; + pos base [alefHamzabelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefWavyhamzaabove-ar] mark @mark_bottom mark @mark_top; + pos base [alefWavyhamzaabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefWavyhamzabelow-ar] mark @mark_bottom mark @mark_top; + pos base [alefWavyhamzabelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefMadda-ar] mark @mark_bottom mark @mark_top; + pos base [alefMadda-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefWasla-ar] mark @mark_bottom mark @mark_top; + pos base [alefWasla-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefFathatan-ar] mark @mark_bottom mark @mark_top; + pos base [alefFathatan-ar.fina] mark @mark_bottom mark @mark_top; + pos base [highhamzaAlef-ar] mark @mark_bottom mark @mark_top; + pos base [highhamzaAlef-ar.fina] mark @mark_bottom mark @mark_top; + pos base [behDotless-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behDotless-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behDotless-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behDotless-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [peh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [peh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [peh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [peh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beeh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beeh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beeh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beeh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beheh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beheh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beheh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [beheh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefMaksura-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefMaksura-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehRing-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehRing-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsdown-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsdown-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsdown-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsdown-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [theh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [theh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [theh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [theh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteheh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteheh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteheh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tteheh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teheh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teheh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teheh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [teheh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotshorizontalbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotshorizontalbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotshorizontalbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotshorizontalbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behThreedotsupbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsupbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsupbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsupbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [tehThreedotsupbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behTwodotsbelowDotabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behTwodotsbelowDotabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behTwodotsbelowDotabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behTwodotsbelowDotabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVinvertedbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVinvertedbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVinvertedbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVinvertedbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [behVbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [jeem-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [jeem-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [jeem-ar.medi] mark @mark_bottom mark @mark_top; + pos base [jeem-ar.init] mark @mark_bottom mark @mark_top; + pos base [jeem-ar.short] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheh-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheh-ar.short] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheh-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tcheh-ar.init] mark @mark_bottom mark @mark_top; + pos base [tcheheh-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheheh-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tcheheh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tcheheh-ar.init] mark @mark_bottom mark @mark_top; + pos base [tchehDotabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tchehDotabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [tchehDotabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tchehDotabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [nyeh-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [nyeh-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [nyeh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [nyeh-ar.init] mark @mark_bottom mark @mark_top; + pos base [dyeh-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [dyeh-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [dyeh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [dyeh-ar.init] mark @mark_bottom mark @mark_top; + pos base [hah-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hah-ar.short] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hah-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hah-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hah-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahHamzaabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahHamzaabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahHamzaabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahHamzaabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahTwodotsverticalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTwodotsverticalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTwodotsverticalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahTwodotsverticalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahThreedotsabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahThreedotsabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahThreedotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahThreedotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahThreedotsupbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahThreedotsupbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahThreedotsupbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahThreedotsupbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [khah-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [khah-ar.short] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [khah-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [khah-ar.medi] mark @mark_bottom mark @mark_top; + pos base [khah-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahTahbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahTahbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahTahTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahTahTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahFourbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahFourbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahFourbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahFourbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [jeemTwodotsabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [jeemTwodotsabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [jeemTwodotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [jeemTwodotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [dal-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dal-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [thal-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [thal-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [thalAlefabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [thalAlefabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ddal-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ddal-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dahal-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dahal-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ddahal-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ddahal-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalDotbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalDotbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalDotbelowTah-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalDotbelowTah-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dul-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dul-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalThreedotsdown-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalThreedotsdown-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalFourdots-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalFourdots-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalVinvertedabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalVinvertedabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalTwodotsverticalbelowTah-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalTwodotsverticalbelowTah-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalVinvertedbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dalVinvertedbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [reh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [reh-ar.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [reh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [reh-ar.fina.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [zain-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [zain-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [zain-ar.fina.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [zain-ar.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ainThreedotsbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedotsbelow-ar.fina.medi] mark @mark_bottom mark @mark_top; + pos base [ainThreedotsbelow-ar.fina.init] mark @mark_bottom mark @mark_top; + pos base [rreh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rreh-ar.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rreh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rreh-ar.fina.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehv-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehv-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehDotbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehDotbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehVbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehVbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehDotbelowdotabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehDotbelowdotabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodots-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodots-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [jeh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [jeh-ar.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [jeh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [jeh-ar.fina.short] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehFourdots-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehFourdots-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehVinvertedabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehVinvertedabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehStroke-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehStroke-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodotsverticalabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodotsverticalabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehHamzaabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehHamzaabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodotshorizontalaboveTahabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehTwodotshorizontalaboveTahabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rehAlefabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [seen-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seen-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seen-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seen-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenDotbelowDotabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenDotbelowDotabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenDotbelowDotabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenDotbelowDotabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenThreedotsbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenThreedotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [sheen-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheen-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheen-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sheen-ar.init] mark @mark_bottom mark @mark_top; + pos base [sheenDotbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheenDotbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheenDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sheenDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [sheenThreedotsbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheenThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [sheenThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sheenThreedotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [sad-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sad-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sad-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sad-ar.init] mark @mark_bottom mark @mark_top; + pos base [sadTwodotsbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sadTwodotsbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sadTwodotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sadTwodotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [sadThreedots-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sadThreedots-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [sadThreedots-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sadThreedots-ar.init] mark @mark_bottom mark @mark_top; + pos base [dad-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dad-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dad-ar.medi] mark @mark_bottom mark @mark_top; + pos base [dad-ar.init] mark @mark_bottom mark @mark_top; + pos base [dadDotbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dadDotbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [dadDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [dadDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [tah-ar] mark @mark_bottom mark @mark_top; + pos base [tah-ar.fina] mark @mark_bottom mark @mark_top; + pos base [tah-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tah-ar.init] mark @mark_bottom mark @mark_top; + pos base [tahThreedots-ar] mark @mark_bottom mark @mark_top; + pos base [tahThreedots-ar.fina] mark @mark_bottom mark @mark_top; + pos base [tahThreedots-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tahThreedots-ar.init] mark @mark_bottom mark @mark_top; + pos base [zah-ar] mark @mark_bottom mark @mark_top; + pos base [zah-ar.fina] mark @mark_bottom mark @mark_top; + pos base [zah-ar.medi] mark @mark_bottom mark @mark_top; + pos base [zah-ar.init] mark @mark_bottom mark @mark_top; + pos base [tahTwodotsabove-ar] mark @mark_bottom mark @mark_top; + pos base [tahTwodotsabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [tahTwodotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [tahTwodotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [ain-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ain-ar.short] mark @mark_bottom mark @mark_top; + pos base [ain-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ain-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ain-ar.init] mark @mark_bottom mark @mark_top; + pos base [ainThreedots-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedots-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedots-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ainThreedots-ar.init] mark @mark_bottom mark @mark_top; + pos base [ghain-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ghain-ar.short] mark @mark_bottom mark @mark_top; + pos base [ghain-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ghain-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ghain-ar.init] mark @mark_bottom mark @mark_top; + pos base [ghainDotbelow-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ghainDotbelow-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ghainDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ghainDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [feh-ar] mark @mark_bottom mark @mark_top; + pos base [feh-ar.fina] mark @mark_bottom mark @mark_top; + pos base [feh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [feh-ar.init] mark @mark_bottom mark @mark_top; + pos base [veh-ar] mark @mark_bottom mark @mark_top; + pos base [veh-ar.fina] mark @mark_bottom mark @mark_top; + pos base [veh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [veh-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehDotless-ar] mark @mark_bottom mark @mark_top; + pos base [fehDotless-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehDotless-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehDotless-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehDotbelow-ar] mark @mark_bottom mark @mark_top; + pos base [fehDotbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsbelow-ar] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehDotbelowThreedotsabove-ar] mark @mark_bottom mark @mark_top; + pos base [fehDotbelowThreedotsabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehDotbelowThreedotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehDotbelowThreedotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [peheh-ar] mark @mark_bottom mark @mark_top; + pos base [peheh-ar.fina] mark @mark_bottom mark @mark_top; + pos base [peheh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [peheh-ar.init] mark @mark_bottom mark @mark_top; + pos base [qafDotless-ar] mark @mark_bottom mark @mark_top; + pos base [qafDotless-ar.fina] mark @mark_bottom mark @mark_top; + pos base [qaf-ar] mark @mark_bottom mark @mark_top; + pos base [qaf-ar.fina] mark @mark_bottom mark @mark_top; + pos base [qaf-ar.medi] mark @mark_bottom mark @mark_top; + pos base [qaf-ar.init] mark @mark_bottom mark @mark_top; + pos base [qafDotabove-ar] mark @mark_bottom mark @mark_top; + pos base [qafDotabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [qafThreedotsabove-ar] mark @mark_bottom mark @mark_top; + pos base [qafThreedotsabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [qafThreedotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [qafThreedotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [qafDotbelow-ar] mark @mark_bottom mark @mark_top; + pos base [qafDotbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [qafDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [qafDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [kaf-ar] mark @mark_bottom mark @mark_top; + pos base [kaf-ar.fina] mark @mark_bottom mark @mark_top; + pos base [kaf-ar.fina.ss01] mark @mark_bottom mark @mark_top; + pos base [kaf-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kaf-ar.medi.ss01] mark @mark_bottom mark @mark_top; + pos base [kaf-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kaf-ar.init.ss01] mark @mark_bottom mark @mark_top; + pos base [keheh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [keheh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [keheh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [keheh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehDotabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehDotabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehDotabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehDotabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsupbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsupbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsupbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kehehThreedotsupbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gaf-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gaf-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gaf-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gaf-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafRing-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafRing-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafThreedots-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafThreedots-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafThreedots-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafThreedots-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafswash-ar] mark @mark_bottom mark @mark_top; + pos base [kafRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafRing-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafRing-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafDotabove-ar] mark @mark_bottom mark @mark_top; + pos base [kafDotabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [kafDotabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafDotabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_top; + pos base [kafTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [kafTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafThreedotsbelow-ar] mark @mark_bottom mark @mark_top; + pos base [kafThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [kafThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [kafThreedotsbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafTwodotsbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafTwodotsbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafTwodotsbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gafTwodotsbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ng-ar] mark @mark_bottom mark @mark_top; + pos base [ng-ar.fina] mark @mark_bottom mark @mark_top; + pos base [ng-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ng-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ngoeh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ngoeh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ngoeh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ngoeh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gueh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gueh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gueh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [gueh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [lam-ar] mark @mark_bottom mark @mark_top; + pos base [lam-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lam-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lam-ar.init] mark @mark_bottom mark @mark_top; + pos base [lamVabove-ar] mark @mark_bottom mark @mark_top; + pos base [lamVabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamVabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamVabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [lamDotabove-ar] mark @mark_bottom mark @mark_top; + pos base [lamDotabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamDotabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamDotabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsabove-ar] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsbelow-ar] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamThreedotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [lamDoublebar-ar] mark @mark_bottom mark @mark_top; + pos base [lamDoublebar-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamDoublebar-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamDoublebar-ar.init] mark @mark_bottom mark @mark_top; + pos base [meem-ar] mark @mark_bottom mark @mark_top; + pos base [meem-ar.fina] mark @mark_bottom mark @mark_top; + pos base [meem-ar.medi] mark @mark_bottom mark @mark_top; + pos base [meem-ar.init] mark @mark_bottom mark @mark_top; + pos base [meemThreedotsabove-ar] mark @mark_bottom mark @mark_top; + pos base [meemThreedotsabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [meemThreedotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [meemThreedotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [noon-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noon-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noon-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noon-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonDotbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonDotbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonDotbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonDotbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonghunna-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonghunna-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rnoon-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [rnoon-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonRing-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonRing-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonRing-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonRing-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonThreedotsabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonThreedotsabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [heh-ar] mark @mark_bottom mark @mark_top; + pos base [heh-ar.fina] mark @mark_bottom mark @mark_top; + pos base [heh-ar.medi] mark @mark_bottom mark @mark_top; + pos base [heh-ar.init] mark @mark_bottom mark @mark_top; + pos base [hehHamzaabove-ar] mark @mark_bottom mark @mark_top; + pos base [hehHamzaabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [hehgoal-ar] mark @mark_bottom mark @mark_top; + pos base [hehgoal-ar.fina] mark @mark_bottom mark @mark_top; + pos base [hehgoal-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hehgoal-ar.init] mark @mark_bottom mark @mark_top; + pos base [hehgoalHamzaabove-ar] mark @mark_bottom mark @mark_top; + pos base [hehgoalHamzaabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [hehgoalHamzaabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hehgoalHamzaabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hehDoachashmee-ar] mark @mark_bottom mark @mark_top; + pos base [hehDoachashmee-ar.fina] mark @mark_bottom mark @mark_top; + pos base [hehDoachashmee-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hehDoachashmee-ar.init] mark @mark_bottom mark @mark_top; + pos base [hehVinvertedabove-ar] mark @mark_bottom mark @mark_top; + pos base [hehVinvertedabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [hehVinvertedabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hehVinvertedabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hehAlefabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [tehMarbuta-ar] mark @mark_bottom mark @mark_top; + pos base [tehMarbuta-ar.fina] mark @mark_bottom mark @mark_top; + pos base [tehMarbutagoal-ar] mark @mark_bottom mark @mark_top; + pos base [tehMarbutagoal-ar.fina] mark @mark_bottom mark @mark_top; + pos base [waw-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [waw-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawring-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawring-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawTwodots-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawTwodots-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawDotabove-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawDotabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawHamzaabove-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawHamzaabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawTwoabove-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawTwoabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawThreeAbove-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawThreeAbove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawDotcenter-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [wawDotcenter-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [kirghizoe-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [kirghizoe-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [oe-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [oe-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [u-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [u-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [yu-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [yu-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [kirghizyu-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [kirghizyu-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [ve-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [ve-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [alefMaksura-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefMaksura-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefMaksuraAlefabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefMaksuraAlefabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [alefTwoabove-ar] mark @mark_bottom mark @mark_top; + pos base [alefTwoabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [alefThreeabove-ar] mark @mark_bottom mark @mark_top; + pos base [alefThreeabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [yeh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehHamzaabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehHamzaabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehHamzaabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehHamzaabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowHamzaabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowHamzaabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowHamzaabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowHamzaabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowDotabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowDotabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowDotabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsbelowDotabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVinverted-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVinverted-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVinverted-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehVinverted-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yeh-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsabove-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsabove-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsabove-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwodotsabove-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsabove-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsabove-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsabove-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsabove-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwoabove-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwoabove-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwoabove-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTwoabove-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreeabove-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreeabove-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreeabove-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreeabove-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehFourbelow-farsi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehFourbelow-farsi.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehFourbelow-farsi.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehFourbelow-farsi.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTail-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehTail-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehKashmiri-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehKashmiri-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehKashmiri-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehKashmiri-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [e-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [e-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [e-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [e-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehThreedotsbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehbarree-ar] mark @mark_bottom mark @mark_top; + pos base [yehbarree-ar.fina] mark @mark_bottom mark @mark_top; + pos base [yehbarree-ar.fina.short] mark @mark_bottom mark @mark_top; + pos base [yehbarree-ar.fina.short2] mark @mark_bottom mark @mark_top; + pos base [yehbarree-ar.fina.short3] mark @mark_bottom mark @mark_top; + pos base [yehbarree-ar.fina.short4] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar.fina.short] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar.fina.short2] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar.fina.short3] mark @mark_bottom mark @mark_top; + pos base [yehbarreeHamzaabove-ar.fina.short4] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.fina.short] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.fina.short2] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.fina.short3] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.fina.short4] mark @mark_bottom mark @mark_top; + pos base [yehbarreeTwoabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehbarreeTwoabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehbarreeThreeabove-ar] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.fina.short] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.fina.short2] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.fina.short3] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.fina.short4] mark @mark_bottom mark @mark_top; + pos base [yehbarreeThreeabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehbarreeThreeabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [yehRohingya] mark @mark_bottom mark @mark_top; + pos base [highhamzaWaw-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [highhamzaWaw-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [uHamzaabove-ar] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [uHamzaabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_ring mark @mark_top; + pos base [highhamzaYeh-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [highhamzaYeh-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [highhamzaYeh-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [highhamzaYeh-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [ae-ar] mark @mark_bottom mark @mark_top; + pos base [ae-ar.fina] mark @mark_bottom mark @mark_top; + pos base [seenFourdotsabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenFourdotsabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenFourdotsabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenFourdotsabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [ainTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ainTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [ainThreedotsdownabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedotsdownabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainThreedotsdownabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ainThreedotsdownabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [ainTwodotsverticalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainTwodotsverticalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [ainTwodotsverticalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [ainTwodotsverticalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehTwodotsbelow-ar] mark @mark_bottom mark @mark_top; + pos base [fehTwodotsbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehTwodotsbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehTwodotsbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsupbelow-ar] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsupbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsupbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [fehThreedotsupbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [meemDotabove-ar] mark @mark_bottom mark @mark_top; + pos base [meemDotabove-ar.fina] mark @mark_bottom mark @mark_top; + pos base [meemDotabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [meemDotabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [meemDotbelow-ar] mark @mark_bottom mark @mark_top; + pos base [meemDotbelow-ar.fina] mark @mark_bottom mark @mark_top; + pos base [meemDotbelow-ar.medi] mark @mark_bottom mark @mark_top; + pos base [meemDotbelow-ar.init] mark @mark_bottom mark @mark_top; + pos base [noonTwodotsbelow-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTwodotsbelow-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTwodotsbelow-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTwodotsbelow-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTahabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTahabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTahabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonTahabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonVabove-ar] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonVabove-ar.fina] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonVabove-ar.medi] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [noonVabove-ar.init] mark @mark_bottom mark @mark_ring mark @mark_top; + pos base [lamBar-ar] mark @mark_bottom mark @mark_top; + pos base [lamBar-ar.fina] mark @mark_bottom mark @mark_top; + pos base [lamBar-ar.medi] mark @mark_bottom mark @mark_top; + pos base [lamBar-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenTahTwodotshorizontalabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenTahTwodotshorizontalabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenTahTwodotshorizontalabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenTahTwodotshorizontalabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [hahTahabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [hahTahabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [hahTahabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenFourabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenFourabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenFourabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenFourabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [seenVinvertedabove-ar] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenVinvertedabove-ar.fina] mark @mark_bottom mark @mark_center mark @mark_top; + pos base [seenVinvertedabove-ar.medi] mark @mark_bottom mark @mark_top; + pos base [seenVinvertedabove-ar.init] mark @mark_bottom mark @mark_top; + pos base [qaf_lam_yeh-ar] mark @mark_bottom mark @mark_top; + pos base [fathatan-ar.medi] mark @mark_bottom mark @mark_top; + pos base [kasra-ar.medi] mark @mark_bottom mark @mark_top; + pos base [kashida-ar] mark @mark_bottom mark @mark_top; + pos base [kashida-ar.long] mark @mark_bottom mark @mark_top; + pos base [fatha-ar.medi] mark @mark_bottom mark @mark_top; + pos base [damma-ar.medi] mark @mark_bottom mark @mark_top; + pos base [shadda-ar.medi] mark @mark_bottom mark @mark_top; + pos base [shadda_fatha-ar.medi] mark @mark_bottom mark @mark_top; + pos base [shadda_damma-ar.medi] mark @mark_bottom mark @mark_top; + pos base [shadda_kasra-ar.medi] mark @mark_bottom mark @mark_top; + pos base [sukun-ar.medi] mark @mark_bottom mark @mark_top; + pos base [yehbelow-ar] mark @mark_bottom; + pos base [uniFBBC] mark @mark_bottom; + pos base [sindhiampersand-ar] mark @mark_bottom mark @mark_top; + pos base [sindhipostpositionmen-ar] mark @mark_bottom mark @mark_top; + pos base [cuberoot-ar] mark @mark_top; + pos base [fourthroot-ar] mark @mark_top; + # pos base [_part-alef-ar.fina] mark @mark_bottom mark @mark_top; + } markarab; + lookup mark_arab_mark2Liga { + lookupflag RightToLeft; + pos ligature [lam_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefHamzabelow-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefHamzabelow-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWavyhamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWavyhamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWavyhamzabelow-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWavyhamzabelow-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefMadda-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefMadda-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWasla-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefWasla-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [behDotless_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [behDotless_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [beh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [beh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [peh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [peh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [teh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [teh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [theh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [theh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [tteh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [tteh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [tteh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [tteh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [tteh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [tteh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_reh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_reh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_zain-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_zain-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_rreh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_rreh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_jeh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_jeh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [seen_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [seen_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_reh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_reh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_zain-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_zain-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_rreh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_rreh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_jeh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_jeh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sheen_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sheen_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_reh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_reh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_zain-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_zain-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_rreh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_rreh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_jeh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_jeh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [sad_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [sad_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_reh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_reh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_zain-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_zain-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_rreh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_rreh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_jeh-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_jeh-ar.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [dad_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [dad_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [feh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [feh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [feh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [feh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [veh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [veh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [veh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [veh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [fehDotless_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [qaf_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [qaf_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [qaf_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [qaf_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [kaf_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [keheh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [keheh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [keheh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [keheh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [gaf_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_meem-ar] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_meem-ar.init] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lam_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamVabove_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamVabove_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamDotabove_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamDotabove_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamThreedotsabove_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamThreedotsabove_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamThreedotsbelow_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamThreedotsbelow_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [noon_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [noon_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [alefMaksura_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [alefMaksura_noonghunna-ar.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_reh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_reh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_zain-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_zain-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_rreh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_rreh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_jeh-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_jeh-ar.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_noon-ar.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yehHamzaabove_alefMaksura-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_alefMaksura-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yeh-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yeh-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yehHamzaabove-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yehHamzaabove-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yehHamzaabove_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_reh-farsi.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_reh-farsi.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_zain-farsi.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_zain-farsi.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_rreh-farsi.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_rreh-farsi.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_jeh-farsi.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_jeh-farsi.fina.rlig.short] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_noon-farsi.fina.rlig] mark @mark_bottom mark @mark_top ligComponent mark @mark_bottom mark @mark_top; + pos ligature [yeh_yeh-farsi.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [yeh_yeh-farsi.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamBar_alef-ar.fina.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [lamBar_alef-ar.rlig] mark @mark_top mark @mark_bottom ligComponent mark @mark_top mark @mark_bottom; + pos ligature [mohammad-ar] mark @mark_top ligComponent mark @mark_top ligComponent mark @mark_top ligComponent mark @mark_top; + } mark_arab_mark2Liga; + lookupflag 0; + lookupflag RightToLeft; + script arab; + lookup markarab; + lookup mark_arab_mark2Liga; + lookupflag 0; +} mark; + + + +feature mkmk { + lookup mkmk_arab_bottom { + lookupflag RightToLeft; + pos mark [kasra-ar.isol] mark @mark_bottom; + pos mark [tahbelow-ar] mark @mark_bottom; + pos mark [kasrasmall-ar] mark @mark_bottom; + pos mark [dotbelow-ar] mark @mark_bottom; + pos mark [twodotsverticalbelow-ar] mark @mark_bottom; + pos mark [twodotshorizontalbelow-ar] mark @mark_bottom; + pos mark [threedotsdownbelow-ar] mark @mark_bottom; + pos mark [threedotsupbelow-ar] mark @mark_bottom; + pos mark [threedotshorizontalbelow-ar] mark @mark_bottom; + pos mark [fourdotsbelow-ar] mark @mark_bottom; + pos mark [wavyhamzabelow-ar] mark @mark_bottom; + pos mark [alefbelow-ar] mark @mark_bottom; + pos mark [hamzabelow-ar] mark @mark_bottom; + pos mark [hamzabelowKasra-ar] mark @mark_bottom; + pos mark [hamzabelowKasratan-ar] mark @mark_bottom; + pos mark [kasratan-ar] mark @mark_bottom; + pos mark [kasratan-ar.isol] mark @mark_bottom; + pos mark [kasra-ar] mark @mark_bottom; + pos mark [vbelow-ar] mark @mark_bottom; + pos mark [vinvertedbelow-ar] mark @mark_bottom; + pos mark [dotvowelbelow-ar] mark @mark_bottom; + pos mark [seenbelow-ar] mark @mark_bottom; + pos mark [rhombusStopbelow-ar] mark @mark_bottom; + pos mark [meembelow-ar] mark @mark_bottom; + pos mark [kasraCurly-ar] mark @mark_bottom; + pos mark [kasratanCurly-ar] mark @mark_bottom; + pos mark [toneonedotbelow-ar] mark @mark_bottom; + pos mark [tonetwodotsbelow-ar] mark @mark_bottom; + pos mark [toneloopbelow-ar] mark @mark_bottom; + pos mark [openkasratan-ar] mark @mark_bottom; + pos mark [kasraDotbelow-ar] mark @mark_bottom; + pos mark [leftarrowheadbelow-ar] mark @mark_bottom; + pos mark [rightarrowheadbelow-ar] mark @mark_bottom; + } mkmk_arab_bottom; + lookup mkmk_arab_top { + lookupflag RightToLeft; + pos mark [rehHahabove-ar] mark @mark_top; + pos mark [rehDadabove-ar] mark @mark_top; + pos mark [sadabove-ar] mark @mark_top; + pos mark [ainabove-ar] mark @mark_top; + pos mark [takhallusabove-ar] mark @mark_top; + pos mark [tahabove-ar] mark @mark_top; + pos mark [alefLamYehabove-ar] mark @mark_top; + pos mark [zainabove-ar] mark @mark_top; + pos mark [fathasmall-ar] mark @mark_top; + pos mark [dammasmall-ar] mark @mark_top; + pos mark [dotabove-ar] mark @mark_top; + pos mark [twodotsverticalabove-ar] mark @mark_top; + pos mark [twodotshorizontalabove-ar] mark @mark_top; + pos mark [threedotsdownabove-ar] mark @mark_top; + pos mark [threedotsupabove-ar] mark @mark_top; + pos mark [fourdotsabove-ar] mark @mark_top; + pos mark [fourabove-ar] mark @mark_top; + pos mark [threeabove-ar] mark @mark_top; + pos mark [twoabove-ar] mark @mark_top; + pos mark [wasla-ar] mark @mark_top; + pos mark [alefabove-ar] mark @mark_top; + pos mark [hamzaabove-ar] mark @mark_top; + pos mark [hamzaaboveDamma-ar] mark @mark_top; + pos mark [hamzaaboveDammatan-ar] mark @mark_top; + pos mark [hamzaaboveFatha-ar] mark @mark_top; + pos mark [hamzaaboveFathatan-ar] mark @mark_top; + pos mark [hamzaaboveSukun-ar] mark @mark_top; + pos mark [fathatan-ar] mark @mark_top; + pos mark [fathatan-ar.isol] mark @mark_top; + pos mark [dammatan-ar] mark @mark_top; + pos mark [dammatan-ar.isol] mark @mark_top; + pos mark [fatha-ar] mark @mark_top; + pos mark [fatha-ar.isol] mark @mark_top; + pos mark [damma-ar] mark @mark_top; + pos mark [damma-ar.isol] mark @mark_top; + pos mark [shadda-ar] mark @mark_top; + pos mark [shadda-ar.isol] mark @mark_top; + pos mark [sukun-ar] mark @mark_top; + pos mark [sukun-ar.isol] mark @mark_top; + pos mark [madda-ar] mark @mark_top; + pos mark [shaddaAlefabove-ar] mark @mark_top; + pos mark [shaddaDamma-ar] mark @mark_top; + pos mark [shaddaDammatan-ar] mark @mark_top; + pos mark [shaddaFatha-ar] mark @mark_top; + pos mark [shaddaFathatan-ar] mark @mark_top; + pos mark [shaddaKasra-ar] mark @mark_top; + pos mark [shaddaKasratan-ar] mark @mark_top; + pos mark [noonghunnaabove-ar] mark @mark_top; + pos mark [dammainverted-ar] mark @mark_top; + pos mark [fathaHorizont-ar] mark @mark_top; + pos mark [vabove-ar] mark @mark_top; + pos mark [vinvertedabove-ar] mark @mark_top; + pos mark [dammareversed-ar] mark @mark_top; + pos mark [fathatwodots-ar] mark @mark_top; + pos mark [sadLamAlefMaksuraabove-ar] mark @mark_top; + pos mark [qafLamAlefMaksuraabove-ar] mark @mark_top; + pos mark [meemabove-ar] mark @mark_top; + pos mark [meemStopabove-ar] mark @mark_top; + pos mark [lamAlefabove-ar] mark @mark_top; + pos mark [jeemabove-ar] mark @mark_top; + pos mark [threedotsabove-ar] mark @mark_top; + pos mark [seenabove-ar] mark @mark_top; + pos mark [sukunround-ar] mark @mark_top; + pos mark [sukunoval-ar] mark @mark_top; + pos mark [hahabove-ar] mark @mark_top; + pos mark [maddalong-ar] mark @mark_top; + pos mark [yehabove-ar] mark @mark_top; + pos mark [noonabove-ar] mark @mark_top; + pos mark [rhombusStopabove-ar] mark @mark_top; + pos mark [fathaCurly-ar] mark @mark_top; + pos mark [dammaCurly-ar] mark @mark_top; + pos mark [fathatanCurly-ar] mark @mark_top; + pos mark [dammatanCurly-ar] mark @mark_top; + pos mark [toneonedotabove-ar] mark @mark_top; + pos mark [tonetwodotsabove-ar] mark @mark_top; + pos mark [toneloopabove-ar] mark @mark_top; + pos mark [openfathatan-ar] mark @mark_top; + pos mark [opendammatan-ar] mark @mark_top; + pos mark [fathaDotabove-ar] mark @mark_top; + pos mark [leftarrowheadabove-ar] mark @mark_top; + pos mark [rightarrowheadabove-ar] mark @mark_top; + pos mark [doublerightarrowheadabove-ar] mark @mark_top; + pos mark [doublerightarrowheadDotabove-ar] mark @mark_top; + pos mark [rightarrowheadDotabove-ar] mark @mark_top; + pos mark [dammaDot-ar] mark @mark_top; + } mkmk_arab_top; + lookupflag 0; + lookupflag RightToLeft; + script arab; + lookup mkmk_arab_bottom; + lookup mkmk_arab_top; + lookupflag 0; +} mkmk; + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/fontinfo.plist b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/fontinfo.plist index e163b46409..e1e54f1238 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/fontinfo.plist +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/fontinfo.plist @@ -18,8 +18,6 @@ 1968 macintoshFONDName IBMPlexSansArabic Thin - note - How razorback-jumping frogs can level six piqued gymnasts! openTypeHeadCreated 2019/02/28 08:26:48 openTypeHheaAscender @@ -47,9 +45,9 @@ openTypeNameSampleText How razorback-jumping frogs can level six piqued gymnasts! openTypeNameUniqueID - IBM;IBMPlexSansArabic-Thin;1.001;2019 + IBM;IBMPlexSansArabic-Thin;1.002;2021 openTypeNameVersion - Version 1.001 2019 + Version 1.002 2021 openTypeOS2CodePageRanges 0 @@ -58,8 +56,8 @@ openTypeOS2FamilyClass - 0 - 0 + 8 + 1 openTypeOS2Panose @@ -116,7 +114,6 @@ 35 36 37 - 38 60 62 63 @@ -135,7 +132,7 @@ postscriptBlueFuzz 0 postscriptBlueScale - 0.039625 + 0.0625 postscriptBlueShift 7 postscriptBlueValues @@ -217,10 +214,10 @@ versionMajor 1 versionMinor - 1 + 2 xHeight 506 year - 2019 + 2021 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/AE__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/AE__.glif index b46809376d..44198b17ed 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/AE__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/AE__.glif @@ -28,7 +28,10 @@ - + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/A_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/A_.glif index 188ab4b62e..6b766fcdd8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/A_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/A_.glif @@ -20,13 +20,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Aacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Aacute_.glif index 8c0c8b229b..02c11c3d21 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Aacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Aacute_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Acircumflex_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Acircumflex_.glif index 9e45f8175c..b472450554 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Acircumflex_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Acircumflex_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Adieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Adieresis_.glif index c67919e184..1d1e2c93db 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Adieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Adieresis_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Agrave_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Agrave_.glif index 62546b2f23..64d0ccfca4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Agrave_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Agrave_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Aring_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Aring_.glif index e9ebae5c71..b3ccdfae87 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Aring_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Aring_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Atilde_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Atilde_.glif index 2b5a78e595..354290e986 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Atilde_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Atilde_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/B_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/B_.glif index 31a3624fc6..84ef7f87c9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/B_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/B_.glif @@ -46,10 +46,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/C_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/C_.glif index 5c1e313e8c..ceacec0d4a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/C_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/C_.glif @@ -33,10 +33,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ccedilla_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ccedilla_.glif index 420a9b01a3..878331e311 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ccedilla_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ccedilla_.glif @@ -58,5 +58,8 @@ + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/D_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/D_.glif index d1d6cdc34d..94eca36272 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/D_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/D_.glif @@ -27,10 +27,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Dcroat_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Dcroat_.glif index d8820e97b8..8602bc3bdb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Dcroat_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Dcroat_.glif @@ -34,5 +34,11 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/E_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/E_.glif index 003a9f183e..d6959f65f2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/E_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/E_.glif @@ -18,13 +18,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Eacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Eacute_.glif index c94b786a16..48aa52b8e1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Eacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Eacute_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ecircumflex_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ecircumflex_.glif index 34902fe501..84eb4dda67 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ecircumflex_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ecircumflex_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Edieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Edieresis_.glif index 7263792ab2..e4b6172593 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Edieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Edieresis_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Egrave_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Egrave_.glif index 3dc498b92b..e6f840a718 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Egrave_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Egrave_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Eth_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Eth_.glif index 00d6f8d30a..d6bc8cae34 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Eth_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Eth_.glif @@ -4,6 +4,12 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/F_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/F_.glif index e7389a1c8c..46eb84eea4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/F_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/F_.glif @@ -16,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/G_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/G_.glif index 86519377a3..a3425c0650 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/G_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/G_.glif @@ -40,10 +40,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Germandbls_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Germandbls_.glif index b46d986d66..b6a0e1faec 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Germandbls_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Germandbls_.glif @@ -37,12 +37,4 @@ - - - com.type-invaders.name.final - uni1E9E - com.type-invaders.name.production - Germandbls - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/H_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/H_.glif index 73699f4255..e99ddacc08 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/H_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/H_.glif @@ -18,10 +18,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/I_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/I_.glif index 25d55c8ee7..0d340d8534 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/I_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/I_.glif @@ -18,13 +18,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Iacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Iacute_.glif index 9768fb2baa..856d81fea0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Iacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Iacute_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Icircumflex_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Icircumflex_.glif index f098f3d925..2eeb9470db 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Icircumflex_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Icircumflex_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Idieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Idieresis_.glif index 840beabe96..7f146b1e79 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Idieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Idieresis_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Igrave_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Igrave_.glif index a84ab7285f..0f063adc27 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Igrave_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Igrave_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/J_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/J_.glif index 2b243fe0e5..7fe83f9165 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/J_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/J_.glif @@ -24,10 +24,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/K_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/K_.glif index 14b8b6faac..3db3838ead 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/K_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/K_.glif @@ -20,10 +20,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/L_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/L_.glif index 109204a981..63d01a4b6b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/L_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/L_.glif @@ -12,13 +12,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/M_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/M_.glif index d3f4fcc830..1e91c1579f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/M_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/M_.glif @@ -21,10 +21,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/N_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/N_.glif index b55082e3d8..2559c961bf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/N_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/N_.glif @@ -18,10 +18,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ntilde_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ntilde_.glif index 8c316283fb..99ad1b9161 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ntilde_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ntilde_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/OE__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/OE__.glif index 2587b76c2f..c247e48683 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/OE__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/OE__.glif @@ -44,5 +44,11 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/O_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/O_.glif index 73311de28c..be12d54e37 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/O_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/O_.glif @@ -34,10 +34,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Oacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Oacute_.glif index df3e7e96ec..bcd0460872 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Oacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Oacute_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ocircumflex_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ocircumflex_.glif index bee9b4a927..dac5149c56 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ocircumflex_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ocircumflex_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Odieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Odieresis_.glif index b9809ef8c0..8e809b1409 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Odieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Odieresis_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ograve_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ograve_.glif index 15a52ec434..8ce99dd0e3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ograve_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ograve_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Oslash_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Oslash_.glif index d81a75239c..d959e4cc00 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Oslash_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Oslash_.glif @@ -56,7 +56,10 @@ - + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Otilde_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Otilde_.glif index cd8fb88909..4e3beabc89 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Otilde_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Otilde_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/P_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/P_.glif index d0c373fdf4..e1fe65ae13 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/P_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/P_.glif @@ -29,10 +29,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Q_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Q_.glif index f89d297ec3..d630f66a94 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Q_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Q_.glif @@ -42,7 +42,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/R_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/R_.glif index a679edd79e..998e1b472e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/R_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/R_.glif @@ -32,10 +32,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/S_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/S_.glif index be35bd9689..2cf6b2d491 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/S_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/S_.glif @@ -46,10 +46,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Scaron_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Scaron_.glif index 695a569a1b..181a9d3a28 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Scaron_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Scaron_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/T_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/T_.glif index da2305a87b..2d6d9015c5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/T_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/T_.glif @@ -14,10 +14,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/U_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/U_.glif index 7f860fe779..794377213f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/U_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/U_.glif @@ -24,13 +24,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Uacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Uacute_.glif index 0267630af9..b1d9d598ee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Uacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Uacute_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ucircumflex_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ucircumflex_.glif index 3a3a5bb50e..098cfb5ebb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ucircumflex_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ucircumflex_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Udieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Udieresis_.glif index c579151879..9a4955c1cb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Udieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Udieresis_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ugrave_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ugrave_.glif index fe6c848d75..9d945c40b8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ugrave_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ugrave_.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/V_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/V_.glif index a234d727ec..e2086cf1e5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/V_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/V_.glif @@ -14,10 +14,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/W_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/W_.glif index 5d85ca1819..e17cc5651f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/W_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/W_.glif @@ -22,10 +22,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/X_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/X_.glif index d9f3d2747a..1e0d79a493 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/X_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/X_.glif @@ -20,10 +20,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Y_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Y_.glif index 96b9e76ed8..80bbf8309e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Y_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Y_.glif @@ -16,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Yacute_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Yacute_.glif index 9428416131..b2e237c411 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Yacute_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Yacute_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ydieresis_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ydieresis_.glif index e8cd2f0bf6..87762b2d43 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ydieresis_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Ydieresis_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Z_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Z_.glif index 545ab8db87..286cdde100 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Z_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Z_.glif @@ -16,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Zcaron_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Zcaron_.glif index 4f9d7cfeea..f7e1dc8b89 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Zcaron_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/Zcaron_.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/a.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/a.alt01.glif index 3f499f71f7..6826085445 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/a.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/a.alt01.glif @@ -40,13 +40,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/a.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/a.glif index 61ad104a1c..e26120740c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/a.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/a.glif @@ -53,13 +53,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/aacute.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/aacute.alt01.glif index 3f7f1cf1bf..d059355a78 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/aacute.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/aacute.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/aacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/aacute.glif index f8ddce4138..aef69d30b3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/aacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/aacute.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acircumflex.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acircumflex.alt01.glif index 780fe6df32..b87a5f1d78 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acircumflex.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acircumflex.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acircumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acircumflex.glif index b3abf8a12e..ceba7aa6ae 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acircumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acircumflex.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acute.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acute.case.glif index a98847fa95..0962c7ce18 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acute.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acute.case.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acute.glif index 409d4e5e8f..043a49099c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acute.glif @@ -10,7 +10,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acutecomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acutecomb.glif index 5cdac864dd..db86a71f2b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acutecomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/acutecomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0301 - com.type-invaders.name.production - acutecomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/adieresis.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/adieresis.alt01.glif index 18a87e1ca9..a8d0e6be13 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/adieresis.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/adieresis.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/adieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/adieresis.glif index ff44274b0a..be2e7c244f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/adieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/adieresis.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ae-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ae-ar.fina.glif index 7568ab1243..22500f1533 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ae-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ae-ar.fina.glif @@ -12,10 +12,6 @@ - com.type-invaders.name.final - uni06D5.fina - com.type-invaders.name.production - ae-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ae-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ae-ar.glif index 71c683b375..2eb97c920f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ae-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ae-ar.glif @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06D5 - com.type-invaders.name.production - ae-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ae.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ae.glif index 44a6d9d01f..1b015d88c5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ae.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ae.glif @@ -79,7 +79,10 @@ - + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/afghani-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/afghani-ar.glif index be79fd48bd..4b5628954a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/afghani-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/afghani-ar.glif @@ -86,12 +86,4 @@ - - - com.type-invaders.name.final - uni060B - com.type-invaders.name.production - afghani-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/agrave.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/agrave.alt01.glif index 7dce02e768..c4205d780e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/agrave.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/agrave.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/agrave.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/agrave.glif index 48a19d2615..023abd901a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/agrave.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/agrave.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.fina.glif index 970072817c..3bd5ef8273 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.fina.glif @@ -73,12 +73,4 @@ - - - com.type-invaders.name.final - uniFECA - com.type-invaders.name.production - ain-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.glif index bd22d4cc5f..f0eed83696 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.glif @@ -61,12 +61,4 @@ - - - com.type-invaders.name.final - uni0639 - com.type-invaders.name.production - ain-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.init.glif index dc1b1e9bc9..be47588912 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.init.glif @@ -44,12 +44,4 @@ - - - com.type-invaders.name.final - uniFECB - com.type-invaders.name.production - ain-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.isol.glif index b3d590986d..eac3b04824 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEC9 - com.type-invaders.name.production - ain-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.medi.glif index 2699d79f4b..b51929c4b1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.medi.glif @@ -58,12 +58,4 @@ - - - com.type-invaders.name.final - uniFECC - com.type-invaders.name.production - ain-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.short.glif index 1a5848c1da..7cb4e9754d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ain-ar.short.glif @@ -57,12 +57,4 @@ - - - com.type-invaders.name.final - uni0639.short - com.type-invaders.name.production - ain-ar.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedots-ar_.fina.glif index b3a45f3fa9..0cb3aae578 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedots-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni06A0.fina - com.type-invaders.name.production - ainThreedots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedots-ar_.glif index 858f57dc68..0f61a881c3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedots-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni06A0 - com.type-invaders.name.production - ainThreedots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedots-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedots-ar_.init.glif index 4cbaee3798..09256e924c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedots-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedots-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A0.init - com.type-invaders.name.production - ainThreedots-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedots-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedots-ar_.medi.glif index 95fde884fc..ce6b60a6d8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedots-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedots-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A0.medi - com.type-invaders.name.production - ainThreedots-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsbelow-ar_.fina.glif index 363549d7f8..4ff52928a3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsbelow-ar_.fina.glif @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni08B3.fina - com.type-invaders.name.production - ainThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsbelow-ar_.fina.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsbelow-ar_.fina.init.glif index 4270344450..0cdc8b15bf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsbelow-ar_.fina.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsbelow-ar_.fina.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni08B3.fina.init - com.type-invaders.name.production - ainThreedotsbelow-ar.fina.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsbelow-ar_.fina.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsbelow-ar_.fina.medi.glif index 198f0e5cfb..e71f26e693 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsbelow-ar_.fina.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsbelow-ar_.fina.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni08B3.fina.medi - com.type-invaders.name.production - ainThreedotsbelow-ar.fina.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsbelow-ar_.glif index e72afc8ab2..0724d1dc21 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsbelow-ar_.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni08B3 - com.type-invaders.name.production - ainThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsdownabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsdownabove-ar_.fina.glif index 2b77e7d85f..539223b757 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsdownabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsdownabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni075E.fina - com.type-invaders.name.production - ainThreedotsdownabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsdownabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsdownabove-ar_.glif index 7146629dd4..e1ce98cbf6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsdownabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsdownabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni075E - com.type-invaders.name.production - ainThreedotsdownabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsdownabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsdownabove-ar_.init.glif index b21daa840d..544d49cb22 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsdownabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsdownabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075E.init - com.type-invaders.name.production - ainThreedotsdownabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsdownabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsdownabove-ar_.medi.glif index 1f8f4a74be..084c4de896 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsdownabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainThreedotsdownabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075E.medi - com.type-invaders.name.production - ainThreedotsdownabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotshorizontalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotshorizontalabove-ar_.fina.glif index e6ce07f4b8..fe6c35ad66 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotshorizontalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotshorizontalabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni075D.fina - com.type-invaders.name.production - ainTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotshorizontalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotshorizontalabove-ar_.glif index 31e221d5ec..fdc1fb1472 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotshorizontalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotshorizontalabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni075D - com.type-invaders.name.production - ainTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotshorizontalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotshorizontalabove-ar_.init.glif index 20f69d5f4c..957e5d2129 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotshorizontalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotshorizontalabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075D.init - com.type-invaders.name.production - ainTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotshorizontalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotshorizontalabove-ar_.medi.glif index 014666e3c8..bae13e1ab6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotshorizontalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotshorizontalabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075D.medi - com.type-invaders.name.production - ainTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotsverticalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotsverticalabove-ar_.fina.glif index d2522ac299..fa32db052a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotsverticalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotsverticalabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni075F.fina - com.type-invaders.name.production - ainTwodotsverticalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotsverticalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotsverticalabove-ar_.glif index f43c644b00..4a1b53cf2c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotsverticalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotsverticalabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni075F - com.type-invaders.name.production - ainTwodotsverticalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotsverticalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotsverticalabove-ar_.init.glif index 88943f0de5..a16c558520 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotsverticalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotsverticalabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075F.init - com.type-invaders.name.production - ainTwodotsverticalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotsverticalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotsverticalabove-ar_.medi.glif index b3332d56b8..eb14f61e41 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotsverticalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainTwodotsverticalabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075F.medi - com.type-invaders.name.production - ainTwodotsverticalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainabove-ar.glif index 2753b9e5cb..f409a18006 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ainabove-ar.glif @@ -54,18 +54,10 @@ - + - + - - - com.type-invaders.name.final - uni0611 - com.type-invaders.name.production - ainabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.fina.glif index 1a3205a632..61adc38568 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.fina.glif @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uniFE8E - com.type-invaders.name.production - alef-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.fina.short.glif index 37c0dd0844..df6a8ae29f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.fina.short.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uniFE8E.short - com.type-invaders.name.production - alef-ar.fina.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.glif index 40055a743a..713885eb81 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.glif @@ -19,12 +19,4 @@ - - - com.type-invaders.name.final - uni0627 - com.type-invaders.name.production - alef-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.isol.glif index b2f8f8c0b7..ad6d93b2f7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFE8D - com.type-invaders.name.production - alef-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.short.glif index 9893d2917d..984ced7034 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alef-ar.short.glif @@ -15,12 +15,4 @@ - - - com.type-invaders.name.final - uni0627.short - com.type-invaders.name.production - alef-ar.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefFathatan-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefFathatan-ar_.fina.glif index 06a8a3d828..14fcb49bd9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefFathatan-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefFathatan-ar_.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFD3C - com.type-invaders.name.production - alefFathatan-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefFathatan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefFathatan-ar_.glif index c8827d3170..ca49da64a3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefFathatan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefFathatan-ar_.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uniFD3D - com.type-invaders.name.production - alefFathatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzaabove-ar_.fina.glif index 22640cfe34..d6180f1ede 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzaabove-ar_.fina.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uniFE84 - com.type-invaders.name.production - alefHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzaabove-ar_.glif index acca1dfd3f..712e41f5f5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzaabove-ar_.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uni0623 - com.type-invaders.name.production - alefHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzaabove-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzaabove-ar_.isol.glif index 0a5c8fa121..f7c18da297 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzaabove-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzaabove-ar_.isol.glif @@ -3,18 +3,11 @@ - - - - + - com.type-invaders.name.final - uniFE83 - com.type-invaders.name.production - alefHamzaabove-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzabelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzabelow-ar_.fina.glif index 1271d1dc1a..58e0063def 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzabelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzabelow-ar_.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFE88 - com.type-invaders.name.production - alefHamzabelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzabelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzabelow-ar_.glif index 59734974a5..7f7478ab25 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzabelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzabelow-ar_.glif @@ -3,10 +3,10 @@ - + - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0625 - com.type-invaders.name.production - alefHamzabelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzabelow-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzabelow-ar_.isol.glif index daa405aaa8..dcfaf835f2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzabelow-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefHamzabelow-ar_.isol.glif @@ -3,21 +3,11 @@ - - - - - - - + - com.type-invaders.name.final - uniFE87 - com.type-invaders.name.production - alefHamzabelow-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefLamYehabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefLamYehabove-ar__.glif index 150c96d7e6..4a53a5d249 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefLamYehabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefLamYehabove-ar__.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni0616 - com.type-invaders.name.production - alefLamYehabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMadda-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMadda-ar_.fina.glif index 287bf2b3aa..4bda0afca3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMadda-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMadda-ar_.fina.glif @@ -3,18 +3,17 @@ - + + + + - com.type-invaders.name.final - uniFE82 - com.type-invaders.name.production - alefMadda-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMadda-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMadda-ar_.glif index f4b53f623b..9b28b7c95c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMadda-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMadda-ar_.glif @@ -3,18 +3,17 @@ - + + + + - com.type-invaders.name.final - uni0622 - com.type-invaders.name.production - alefMadda-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMadda-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMadda-ar_.isol.glif index 1b6d499fd9..bd29ca29a4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMadda-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMadda-ar_.isol.glif @@ -3,18 +3,11 @@ - - - - + - com.type-invaders.name.final - uniFE81 - com.type-invaders.name.production - alefMadda-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.fina.glif index 33bb659206..6370ef7218 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.fina.glif @@ -42,19 +42,8 @@ - - - - - - com.type-invaders.name.final - uniFEF0 - com.type-invaders.name.production - alefMaksura-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.glif index 83cd656463..6e01f46e62 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.glif @@ -59,19 +59,8 @@ - - - - - - com.type-invaders.name.final - uni0649 - com.type-invaders.name.production - alefMaksura-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.init.glif index 0d8173cf48..2d9e6e679a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.init.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uniFBE8 - com.type-invaders.name.production - alefMaksura-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.isol.glif index aa3e7859e3..ecf243f441 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.isol.glif @@ -4,28 +4,9 @@ - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEEF - com.type-invaders.name.production - alefMaksura-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.medi.glif index 6376f1bf39..82f6bac17b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura-ar_.medi.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uniFBE9 - com.type-invaders.name.production - alefMaksura-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksuraAlefabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksuraAlefabove-ar__.fina.glif index 3760d5ce54..918a368792 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksuraAlefabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksuraAlefabove-ar__.fina.glif @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uniFC90 - com.type-invaders.name.production - alefMaksuraAlefabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksuraAlefabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksuraAlefabove-ar__.glif index 8239f223c1..5182989fbc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksuraAlefabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksuraAlefabove-ar__.glif @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uniFC5D - com.type-invaders.name.production - alefMaksuraAlefabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..584e0f3eeb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..04b2742127 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__jeh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..eb0cf7a744 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__noon-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__noonghunna-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__noonghunna-ar.glif deleted file mode 100644 index 61b8491ab5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__noonghunna-ar.glif +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - alefMaksura_noonghunnaar - com.type-invaders.name.production - alefMaksura_noonghunna-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__noonghunna-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__noonghunna-ar.rlig.glif new file mode 100644 index 0000000000..4a1e2ffc88 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__noonghunna-ar.rlig.glif @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__reh-ar.fina.glif deleted file mode 100644 index 2319649ce2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__reh-ar.fina.glif +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - alefMaksura_rehar.fina - com.type-invaders.name.production - alefMaksura_reh-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..05c74b7bdb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..558a8d223d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__reh-ar.fina.rlig.short.glif @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__reh-ar.fina.short.glif deleted file mode 100644 index f48150d2b2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__reh-ar.fina.short.glif +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - alefMaksura_rehar.fina.short - com.type-invaders.name.production - alefMaksura_reh-ar.fina.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..55e240918f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..9ca5fe7b77 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefMaksura__zain-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefThreeabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefThreeabove-ar_.fina.glif index ae630bdb20..d2ad3d46ce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefThreeabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefThreeabove-ar_.fina.glif @@ -2,18 +2,17 @@ - + + + + - com.type-invaders.name.final - uni0774.fina - com.type-invaders.name.production - alefThreeabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefThreeabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefThreeabove-ar_.glif index 2d0f635893..45fd31a760 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefThreeabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefThreeabove-ar_.glif @@ -3,18 +3,17 @@ - + + + + - com.type-invaders.name.final - uni0774 - com.type-invaders.name.production - alefThreeabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefTwoabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefTwoabove-ar_.fina.glif index 7f9d8d1287..be8a53876e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefTwoabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefTwoabove-ar_.fina.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni0773.fina - com.type-invaders.name.production - alefTwoabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefTwoabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefTwoabove-ar_.glif index b9af32bda2..f2a42b765c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefTwoabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefTwoabove-ar_.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uni0773 - com.type-invaders.name.production - alefTwoabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWasla-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWasla-ar_.fina.glif index be3356410a..6efcc3c58d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWasla-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWasla-ar_.fina.glif @@ -3,18 +3,17 @@ - + + + + - com.type-invaders.name.final - uniFB51 - com.type-invaders.name.production - alefWasla-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWasla-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWasla-ar_.glif index 90e41f106f..b07ba3544d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWasla-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWasla-ar_.glif @@ -3,18 +3,17 @@ - + + + + - com.type-invaders.name.final - uni0671 - com.type-invaders.name.production - alefWasla-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWavyhamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWavyhamzaabove-ar_.fina.glif index 205c25feb0..017fa0210e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWavyhamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWavyhamzaabove-ar_.fina.glif @@ -2,21 +2,17 @@ - + - + - com.type-invaders.name.final - uni0672.fina - com.type-invaders.name.production - alefWavyhamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWavyhamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWavyhamzaabove-ar_.glif index 5ec98bb3ef..821f58f2d1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWavyhamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWavyhamzaabove-ar_.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uni0672 - com.type-invaders.name.production - alefWavyhamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWavyhamzabelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWavyhamzabelow-ar_.fina.glif index 16f9421d6c..f1ae03eb84 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWavyhamzabelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWavyhamzabelow-ar_.fina.glif @@ -2,10 +2,10 @@ - + - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni0673.fina - com.type-invaders.name.production - alefWavyhamzabelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWavyhamzabelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWavyhamzabelow-ar_.glif index 7109e385f0..0ae4c4d16d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWavyhamzabelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefWavyhamzabelow-ar_.glif @@ -3,10 +3,10 @@ - + - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0673 - com.type-invaders.name.production - alefWavyhamzabelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefabove-ar.glif index 55006c8d5b..6aa1fe7b3e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefabove-ar.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni0670 - com.type-invaders.name.production - alefabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefbelow-ar.glif index 4b9417d3ad..75a8ff5cd3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/alefbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni0656 - com.type-invaders.name.production - alefbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/allah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/allah-ar.glif index 57e119f344..e69b294b69 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/allah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/allah-ar.glif @@ -119,12 +119,4 @@ - - - com.type-invaders.name.final - uniFDF2 - com.type-invaders.name.production - allah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/approxequal.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/approxequal.glif index 0c1bb482bd..ccd3567abb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/approxequal.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/approxequal.glif @@ -3,8 +3,8 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/aring.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/aring.alt01.glif index 91a50714b1..330e22a4e6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/aring.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/aring.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/aring.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/aring.glif index b38c7abebd..44d92afb07 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/aring.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/aring.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdown.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdown.glif index 1a7d9a72a1..dd2e0742cc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdown.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdown.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2193 - com.type-invaders.name.production - arrowdown - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownclockhalf.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownclockhalf.glif index 291b2302a7..99145da7e7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownclockhalf.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownclockhalf.glif @@ -33,12 +33,4 @@ - - - com.type-invaders.name.final - uni21B7 - com.type-invaders.name.production - arrowdownclockhalf - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdowncounterclockhalf.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdowncounterclockhalf.glif index ffb9ab0b00..ff07094380 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdowncounterclockhalf.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdowncounterclockhalf.glif @@ -33,12 +33,4 @@ - - - com.type-invaders.name.final - uni21B6 - com.type-invaders.name.production - arrowdowncounterclockhalf - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownleft.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownleft.glif index 8a12cce5c4..cffaf8002e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownleft.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownleft.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2199 - com.type-invaders.name.production - arrowdownleft - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownleftcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownleftcorner.glif index 7ba2156295..b879d1029e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownleftcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownleftcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni21B2 - com.type-invaders.name.production - arrowdownleftcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownright.glif index 44d0708e72..4191a3c0a4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownright.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2198 - com.type-invaders.name.production - arrowdownright - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownrightcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownrightcorner.glif index 3352748c32..855638dc72 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownrightcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowdownrightcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni21B3 - com.type-invaders.name.production - arrowdownrightcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowhookleft.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowhookleft.glif index 2a0da4b0ae..349e867520 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowhookleft.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowhookleft.glif @@ -33,12 +33,4 @@ - - - com.type-invaders.name.final - uni21A9 - com.type-invaders.name.production - arrowhookleft - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowhookright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowhookright.glif index 87cdce6c14..bb38e29c6f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowhookright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowhookright.glif @@ -33,12 +33,4 @@ - - - com.type-invaders.name.final - uni21AA - com.type-invaders.name.production - arrowhookright - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleft.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleft.glif index 93a12f3ceb..17720d1350 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleft.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleft.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2190 - com.type-invaders.name.production - arrowleft - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleftarrowright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleftarrowright.glif index 6768e21b71..d925855d1e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleftarrowright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleftarrowright.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni21C6 - com.type-invaders.name.production - arrowleftarrowright com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleftdowncorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleftdowncorner.glif index c5c2ff5e0d..3ed468da8f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleftdowncorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleftdowncorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2B10 - com.type-invaders.name.production - arrowleftdowncorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleftright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleftright.glif index a01a2c1747..7a6598c8df 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleftright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleftright.glif @@ -32,12 +32,4 @@ - - - com.type-invaders.name.final - uni2194 - com.type-invaders.name.production - arrowleftright - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleftupcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleftupcorner.glif index 5979562aeb..0b91364b7e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleftupcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowleftupcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2B11 - com.type-invaders.name.production - arrowleftupcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowright.glif index 43f798e7f0..318fe549d9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowright.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2192 - com.type-invaders.name.production - arrowright - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowrightarrowleft.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowrightarrowleft.glif index f1000e0d24..385184d299 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowrightarrowleft.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowrightarrowleft.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni21C4 - com.type-invaders.name.production - arrowrightarrowleft com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowrightdowncorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowrightdowncorner.glif index cf5de6d6d1..cc0bf42dcd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowrightdowncorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowrightdowncorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2B0E - com.type-invaders.name.production - arrowrightdowncorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowrightupcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowrightupcorner.glif index 701feb2cc3..b6be9b058a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowrightupcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowrightupcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2B0F - com.type-invaders.name.production - arrowrightupcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowup.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowup.glif index 6338f6b685..daa0066b50 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowup.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowup.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2191 - com.type-invaders.name.production - arrowup - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupdown.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupdown.glif index 32e4773920..7ca231e048 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupdown.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupdown.glif @@ -32,12 +32,4 @@ - - - com.type-invaders.name.final - uni2195 - com.type-invaders.name.production - arrowupdown - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupleft.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupleft.glif index 12e7b9b449..20eeeb9cbe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupleft.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupleft.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2196 - com.type-invaders.name.production - arrowupleft - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupleftcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupleftcorner.glif index 8db46e8603..081003bcfd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupleftcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupleftcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni21B0 - com.type-invaders.name.production - arrowupleftcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupleftcounterclock.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupleftcounterclock.glif index 2790c6d76e..ef71926d14 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupleftcounterclock.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupleftcounterclock.glif @@ -43,12 +43,4 @@ - - - com.type-invaders.name.final - uni21BA - com.type-invaders.name.production - arrowupleftcounterclock - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupright.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupright.glif index 5aa2754250..39028d9f13 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupright.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowupright.glif @@ -21,12 +21,4 @@ - - - com.type-invaders.name.final - uni2197 - com.type-invaders.name.production - arrowupright - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowuprightclock.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowuprightclock.glif index 1c8a722c77..8308167460 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowuprightclock.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowuprightclock.glif @@ -43,12 +43,4 @@ - - - com.type-invaders.name.final - uni21BB - com.type-invaders.name.production - arrowuprightclock - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowuprightcorner.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowuprightcorner.glif index d6155c31ca..872d9a2769 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowuprightcorner.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/arrowuprightcorner.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni21B1 - com.type-invaders.name.production - arrowuprightcorner - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/asterisk-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/asterisk-ar.glif index d5761edec8..731316240f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/asterisk-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/asterisk-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni066D - com.type-invaders.name.production - asterisk-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/asteriskArt-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/asteriskArt-ar_.glif index f75727c77d..70632a4bef 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/asteriskArt-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/asteriskArt-ar_.glif @@ -100,12 +100,4 @@ - - - com.type-invaders.name.final - uni06DE - com.type-invaders.name.production - asteriskArt-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/atilde.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/atilde.alt01.glif index c299739e71..a8f4738d93 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/atilde.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/atilde.alt01.glif @@ -5,10 +5,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/atilde.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/atilde.glif index c93e38bc23..46e1f25259 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/atilde.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/atilde.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/b.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/b.glif index 0418316db7..51ba4e29dc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/b.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/b.glif @@ -41,7 +41,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/baht.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/baht.glif index cbac8ff276..c3d78d0bbc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/baht.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/baht.glif @@ -66,12 +66,4 @@ - - - com.type-invaders.name.final - uni0E3F - com.type-invaders.name.production - baht - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/basmalla-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/basmalla-ar.glif index 583e5ad803..68d85d2241 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/basmalla-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/basmalla-ar.glif @@ -563,12 +563,4 @@ - - - com.type-invaders.name.final - uniFDFA - com.type-invaders.name.production - basmalla-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beeh-ar.fina.glif index 40cd42ab68..ca679007f5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beeh-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB53 - com.type-invaders.name.production - beeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beeh-ar.glif index fb254ff5aa..9e74ebab44 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beeh-ar.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni067B - com.type-invaders.name.production - beeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beeh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beeh-ar.init.glif index 71f7509895..a812a327a2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beeh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beeh-ar.init.glif @@ -3,10 +3,10 @@ - + - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB54 - com.type-invaders.name.production - beeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beeh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beeh-ar.medi.glif index 1a07bb245e..9f57a46a82 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beeh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beeh-ar.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB55 - com.type-invaders.name.production - beeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.fina.glif index b5face9d36..9194a8fdaf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFE90 - com.type-invaders.name.production - beh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.glif index 600a89d067..c604a5b928 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0628 - com.type-invaders.name.production - beh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.init.glif index af400e608d..897ca45b8c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFE91 - com.type-invaders.name.production - beh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.isol.glif index 07fcc1da95..3280cbb529 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFE8F - com.type-invaders.name.production - beh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.medi.glif index e5ad04ae36..5124ffffd4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFE92 - com.type-invaders.name.production - beh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless-ar_.fina.glif index 63990b9d88..d0bab0dc26 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless-ar_.fina.glif @@ -47,12 +47,4 @@ - - - com.type-invaders.name.final - uni066E.fina - com.type-invaders.name.production - behDotless-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless-ar_.glif index 7458e6af54..1c6875b946 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless-ar_.glif @@ -44,12 +44,4 @@ - - - com.type-invaders.name.final - uni066E - com.type-invaders.name.production - behDotless-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless-ar_.init.glif index 1bd252eb00..d935b1475b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless-ar_.init.glif @@ -36,12 +36,4 @@ - - - com.type-invaders.name.final - uni066E.init - com.type-invaders.name.production - behDotless-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless-ar_.medi.glif index f5115ae17b..9933477b2f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless-ar_.medi.glif @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - uni066E.medi - com.type-invaders.name.production - behDotless-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless__alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless__alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..6cf8fd59db --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless__alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless__alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless__alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..3a3855c6be --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behDotless__alefMaksura-ar_.rlig.glif @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotshorizontalbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotshorizontalbelow-ar_.fina.glif index 21e297cc5a..24d217a74f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotshorizontalbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotshorizontalbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni0750.fina - com.type-invaders.name.production - behThreedotshorizontalbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotshorizontalbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotshorizontalbelow-ar_.glif index 76abdbc139..8b94887f60 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotshorizontalbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotshorizontalbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0750 - com.type-invaders.name.production - behThreedotshorizontalbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotshorizontalbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotshorizontalbelow-ar_.init.glif index a7fa8fb2af..cd99bba0e4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotshorizontalbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotshorizontalbelow-ar_.init.glif @@ -71,13 +71,23 @@ + + + + + + + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0750.init - com.type-invaders.name.production - behThreedotshorizontalbelow-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotshorizontalbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotshorizontalbelow-ar_.medi.glif index fee338c4d2..1dec583828 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotshorizontalbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotshorizontalbelow-ar_.medi.glif @@ -76,13 +76,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0750.medi - com.type-invaders.name.production - behThreedotshorizontalbelow-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupabove-ar_.fina.glif index ba481a704f..f85bd0f78b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupabove-ar_.fina.glif @@ -3,24 +3,20 @@ - + - + - + - com.type-invaders.name.final - uni0751.fina - com.type-invaders.name.production - behThreedotsupabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupabove-ar_.glif index f8ff7cc211..ef1724ec07 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupabove-ar_.glif @@ -4,24 +4,20 @@ - + - + - + - com.type-invaders.name.final - uni0751 - com.type-invaders.name.production - behThreedotsupabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupabove-ar_.init.glif index 7ae27a5cc1..2aa5d10afe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupabove-ar_.init.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0751.init - com.type-invaders.name.production - behThreedotsupabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupabove-ar_.medi.glif index e06cc28077..a55b940acf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupabove-ar_.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0751.medi - com.type-invaders.name.production - behThreedotsupabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupbelow-ar_.fina.glif index 619e43ec17..176ff48e26 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni0752.fina - com.type-invaders.name.production - behThreedotsupbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupbelow-ar_.glif index abbe69f996..0a48106eab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0752 - com.type-invaders.name.production - behThreedotsupbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupbelow-ar_.init.glif index da88cf2f24..f2e1783281 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0752.init - com.type-invaders.name.production - behThreedotsupbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupbelow-ar_.medi.glif index e519b21414..c284311111 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behThreedotsupbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0752.medi - com.type-invaders.name.production - behThreedotsupbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behTwodotsbelowDotabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behTwodotsbelowDotabove-ar__.fina.glif index 671f39c7fc..b8345299be 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behTwodotsbelowDotabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behTwodotsbelowDotabove-ar__.fina.glif @@ -6,21 +6,17 @@ - + - + - com.type-invaders.name.final - uni0754.fina - com.type-invaders.name.production - behTwodotsbelowDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behTwodotsbelowDotabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behTwodotsbelowDotabove-ar__.glif index 38e593507b..f9762ba116 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behTwodotsbelowDotabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behTwodotsbelowDotabove-ar__.glif @@ -7,21 +7,17 @@ - + - + - com.type-invaders.name.final - uni0754 - com.type-invaders.name.production - behTwodotsbelowDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behTwodotsbelowDotabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behTwodotsbelowDotabove-ar__.init.glif index 05cfc24c67..feb796f311 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behTwodotsbelowDotabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behTwodotsbelowDotabove-ar__.init.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0754.init - com.type-invaders.name.production - behTwodotsbelowDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behTwodotsbelowDotabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behTwodotsbelowDotabove-ar__.medi.glif index a4b64600b9..b378d7df8e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behTwodotsbelowDotabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behTwodotsbelowDotabove-ar__.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0754.medi - com.type-invaders.name.production - behTwodotsbelowDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVabove-ar_.fina.glif index afeb482bec..fce475a7da 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0756.fina - com.type-invaders.name.production - behVabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVabove-ar_.glif index 998304e11b..ccf2dc0f8d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0756 - com.type-invaders.name.production - behVabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVabove-ar_.init.glif index 360e7610cf..77f6d84ae5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVabove-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0756.init - com.type-invaders.name.production - behVabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVabove-ar_.medi.glif index b131a77107..04b8298b79 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVabove-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0756.medi - com.type-invaders.name.production - behVabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVbelow-ar_.fina.glif index caf1511431..65af21136a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni08A0.fina - com.type-invaders.name.production - behVbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVbelow-ar_.glif index b630fa0eb6..1046db3274 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni08A0 - com.type-invaders.name.production - behVbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVbelow-ar_.init.glif index 74ab7b7c7d..6ce2966203 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni08A0.init - com.type-invaders.name.production - behVbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVbelow-ar_.medi.glif index 3ad211c84e..5b23e5adff 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni08A0.medi - com.type-invaders.name.production - behVbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVinvertedbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVinvertedbelow-ar_.fina.glif index b732b0acbf..a3557e59dc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVinvertedbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVinvertedbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni0755.fina - com.type-invaders.name.production - behVinvertedbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVinvertedbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVinvertedbelow-ar_.glif index f20509cbe5..0811c9439d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVinvertedbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVinvertedbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0755 - com.type-invaders.name.production - behVinvertedbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVinvertedbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVinvertedbelow-ar_.init.glif index e10028208a..a397db315d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVinvertedbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVinvertedbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0755.init - com.type-invaders.name.production - behVinvertedbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVinvertedbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVinvertedbelow-ar_.medi.glif index f56cd3a7b0..0249b73401 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVinvertedbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/behVinvertedbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0755.medi - com.type-invaders.name.production - behVinvertedbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_alefMaksura-ar_.fina.glif deleted file mode 100644 index ea37db451a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6E - com.type-invaders.name.production - beh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..e1e55f2421 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_alefMaksura-ar_.glif deleted file mode 100644 index 08615706d3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC09 - com.type-invaders.name.production - beh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..d279100bf5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_jeh-ar.fina.glif deleted file mode 100644 index 77ecc4b3b9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280698.fina - com.type-invaders.name.production - beh_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..420c5b19e2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..9fc16e36ad --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_jeh-ar.fina.short.glif deleted file mode 100644 index b04b1afc22..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280698.fina.short - com.type-invaders.name.production - beh_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_noon-ar.fina.glif deleted file mode 100644 index a81e0d1411..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6D - com.type-invaders.name.production - beh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..40144484ab --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_reh-ar.fina.glif deleted file mode 100644 index a4ef5f009c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6A - com.type-invaders.name.production - beh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..89f84adee5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..2a977750e0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_reh-ar.fina.short.glif deleted file mode 100644 index 9829355663..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6A.short - com.type-invaders.name.production - beh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_rreh-ar.fina.glif deleted file mode 100644 index ff633d0416..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280691.fina - com.type-invaders.name.production - beh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..5354eec7cd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..954f359769 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_rreh-ar.fina.short.glif deleted file mode 100644 index 9e508c620f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280691.fina.short - com.type-invaders.name.production - beh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-ar.fina.glif deleted file mode 100644 index 494282006a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6F - com.type-invaders.name.production - beh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..9401b7f952 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-ar.glif deleted file mode 100644 index 50e1af1bf1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC0A - com.type-invaders.name.production - beh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..a3ab9f0168 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-farsi.fina.glif deleted file mode 100644 index fa09296a90..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - beh_yehfarsi.fina - com.type-invaders.name.production - beh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..0a407c8048 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-farsi.glif deleted file mode 100644 index a3cc5a3b77..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - beh_yehfarsi - com.type-invaders.name.production - beh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..7ff180578f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index ce211dba07..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280626.fina - com.type-invaders.name.production - beh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..f48354dac7 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yehHamzaabove-ar_.glif deleted file mode 100644 index 08b09dfaad..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06280626 - com.type-invaders.name.production - beh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..03d876c309 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_zain-ar.fina.glif deleted file mode 100644 index 4b982dbef2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6B - com.type-invaders.name.production - beh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..0988e8f2e2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..73951957cf --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_zain-ar.fina.short.glif deleted file mode 100644 index 208ebbd2ab..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC6B.short - com.type-invaders.name.production - beh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beheh-ar.fina.glif index 2053f686be..d0bba35521 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beheh-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB5B - com.type-invaders.name.production - beheh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beheh-ar.glif index bf0fcae6c4..da532afba1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beheh-ar.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0680 - com.type-invaders.name.production - beheh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beheh-ar.init.glif index 2d7456f15a..9075ce9f41 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beheh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB5C - com.type-invaders.name.production - beheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beheh-ar.medi.glif index 3ada1e9209..1060fab7b3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/beheh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB5D - com.type-invaders.name.production - beheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/bismillah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/bismillah-ar.glif index 9b6173193d..46a776f63a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/bismillah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/bismillah-ar.glif @@ -639,12 +639,4 @@ - - - com.type-invaders.name.final - uniFDFD - com.type-invaders.name.production - bismillah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/bitcoin.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/bitcoin.glif index 306fde7f1e..4b8bf7e68d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/bitcoin.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/bitcoin.glif @@ -60,12 +60,4 @@ - - - com.type-invaders.name.final - uni20BF - com.type-invaders.name.production - bitcoin - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/breve.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/breve.case.glif index fd89d9b4a9..da189f92bc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/breve.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/breve.case.glif @@ -21,7 +21,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/breve.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/breve.glif index 895ce69faf..6d9aa728fc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/breve.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/breve.glif @@ -22,7 +22,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/c.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/c.glif index 3350bc606b..e50ed5b868 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/c.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/c.glif @@ -33,10 +33,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caron.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caron.case.glif index 917efc5cb9..bb7c62b5be 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caron.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caron.case.glif @@ -12,7 +12,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caron.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caron.glif index 730fad82ad..4ca583641f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caron.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caron.glif @@ -13,7 +13,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caroncomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caroncomb.glif index fb128e812a..0e17f1a0a2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caroncomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caroncomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni030C - com.type-invaders.name.production - caroncomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caronslovak.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caronslovak.glif index 525b322123..9ededcad1e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caronslovak.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caronslovak.glif @@ -10,15 +10,7 @@ - + - - - com.type-invaders.name.final - uni02BC - com.type-invaders.name.production - caronslovak - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caronslovakcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caronslovakcomb.glif index 08e18f65ef..bc45e12a54 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caronslovakcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/caronslovakcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0315 - com.type-invaders.name.production - caronslovakcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ccedilla.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ccedilla.glif index bf9671f04c..aaac1e720f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ccedilla.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ccedilla.glif @@ -58,5 +58,8 @@ + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/cedi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/cedi.glif index 066d8b4d75..3ce4c9e55e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/cedi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/cedi.glif @@ -55,12 +55,4 @@ - - - com.type-invaders.name.final - uni20B5 - com.type-invaders.name.production - cedi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/cedilla.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/cedilla.glif index d5c22acd4c..2e8de17419 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/cedilla.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/cedilla.glif @@ -33,7 +33,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/cedillacomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/cedillacomb.glif index 592d2bc41f..d0d1023360 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/cedillacomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/cedillacomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0327 - com.type-invaders.name.production - cedillacomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/celogo.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/celogo.glif index 1d3974891d..e58c3de688 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/celogo.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/celogo.glif @@ -63,12 +63,4 @@ - - - com.type-invaders.name.final - uniECE0 - com.type-invaders.name.production - celogo - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/checkmark.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/checkmark.glif index b3baacff6f..88bb585554 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/checkmark.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/checkmark.glif @@ -16,12 +16,4 @@ - - - com.type-invaders.name.final - uni2713 - com.type-invaders.name.production - checkmark - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/circumflex.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/circumflex.case.glif index 6f0917af7e..28598c82f3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/circumflex.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/circumflex.case.glif @@ -12,7 +12,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/circumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/circumflex.glif index 1ec221dfdb..d374a89c58 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/circumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/circumflex.glif @@ -13,7 +13,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/circumflexcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/circumflexcomb.glif index 345002f868..5f18be2986 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/circumflexcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/circumflexcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0302 - com.type-invaders.name.production - circumflexcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/coloncurrency.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/coloncurrency.glif index 14287ef840..d629c5f47e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/coloncurrency.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/coloncurrency.glif @@ -71,12 +71,4 @@ - - - com.type-invaders.name.final - uni20A1 - com.type-invaders.name.production - coloncurrency - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comma-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comma-ar.glif index cb8503825a..23645258e3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comma-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comma-ar.glif @@ -24,12 +24,4 @@ - - - com.type-invaders.name.final - uni060C - com.type-invaders.name.production - comma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/commaturnedtop.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/commaturnedtop.glif index 4db6f75081..a95f27413d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/commaturnedtop.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/commaturnedtop.glif @@ -24,15 +24,7 @@ - + - - - com.type-invaders.name.final - uni02BB - com.type-invaders.name.production - commaturnedtop - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.alef-ar.fina.glif index 5fb40b6321..e694f2f783 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.alef-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.alef-ar.fina.glif @@ -18,21 +18,13 @@ - + - + - + - - - com.type-invaders.name.final - comp.alefar.fina - com.type-invaders.name.production - comp.alef-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.alefmini-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.alefmini-ar.glif index 056d59afc0..2836f54075 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.alefmini-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.alefmini-ar.glif @@ -9,12 +9,4 @@ - - - com.type-invaders.name.final - comp.alefminiar - com.type-invaders.name.production - comp.alefmini-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.bar-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.bar-ar.glif index 398162c629..e7a7ea78f5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.bar-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.bar-ar.glif @@ -9,18 +9,10 @@ - + - + - - - com.type-invaders.name.final - comp.barar - com.type-invaders.name.production - comp.bar-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.behDotless__alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.behDotless__alefMaksura-ar_.fina.glif deleted file mode 100644 index 830bf04098..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.behDotless__alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - comp.behDotl_alefMk.fina - com.type-invaders.name.production - comp.behDotless_alefMaksura-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.behDotless__alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.behDotless__alefMaksura-ar_.glif deleted file mode 100644 index f72e5bf96f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.behDotless__alefMaksura-ar_.glif +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - comp.behDotl_alefMk - com.type-invaders.name.production - comp.behDotless_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.cuberoot-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.cuberoot-ar.glif index 98c882e5ff..5149e259ba 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.cuberoot-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.cuberoot-ar.glif @@ -15,15 +15,7 @@ - + - - - com.type-invaders.name.final - comp.cuberootar - com.type-invaders.name.production - comp.cuberoot-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.damma-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.damma-ar.glif index aa7241e88a..9f4ed66a77 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.damma-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.damma-ar.glif @@ -36,12 +36,4 @@ - - - com.type-invaders.name.final - comp.dammaar - com.type-invaders.name.production - comp.damma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.doublebar-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.doublebar-ar.glif index 3425d5a821..cb9551acb3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.doublebar-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.doublebar-ar.glif @@ -15,15 +15,7 @@ - + - - - com.type-invaders.name.final - comp.doublebarar - com.type-invaders.name.production - comp.doublebar-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.fatha-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.fatha-ar.glif index e4bc6084a8..8343794ec7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.fatha-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.fatha-ar.glif @@ -9,12 +9,4 @@ - - - com.type-invaders.name.final - comp.fathaar - com.type-invaders.name.production - comp.fatha-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.fathacurly-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.fathacurly-ar.glif index 5dff973598..6fe92cf8ac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.fathacurly-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.fathacurly-ar.glif @@ -31,12 +31,4 @@ - - - com.type-invaders.name.final - comp.fathacurlyar - com.type-invaders.name.production - comp.fathacurly-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.foururdu-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.foururdu-ar.glif index ea67ecd2e6..d4dfa8b2f0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.foururdu-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.foururdu-ar.glif @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - comp.foururduar - com.type-invaders.name.production - comp.foururdu-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.hamza-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.hamza-ar.glif index 1dc8bbe244..1947b4f2f4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.hamza-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.hamza-ar.glif @@ -30,12 +30,4 @@ - - - com.type-invaders.name.final - comp.hamzaar - com.type-invaders.name.production - comp.hamza-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.kafbar-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.kafbar-ar.glif index 550d5be22f..4c4602af3b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.kafbar-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.kafbar-ar.glif @@ -9,18 +9,10 @@ - + - + - - - com.type-invaders.name.final - comp.kafbarar - com.type-invaders.name.production - comp.kafbar-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.meemSmall-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.meemSmall-ar_.glif index 93c9281056..300c213fad 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.meemSmall-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.meemSmall-ar_.glif @@ -31,12 +31,4 @@ - - - com.type-invaders.name.final - comp.meemSmallar - com.type-invaders.name.production - comp.meemSmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.seenSmall-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.seenSmall-ar_.glif index 6bf897852c..d027f62c0f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.seenSmall-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.seenSmall-ar_.glif @@ -68,12 +68,4 @@ - - - com.type-invaders.name.final - comp.seenSmallar - com.type-invaders.name.production - comp.seenSmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.tahmini-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.tahmini-ar.glif index 250d69c93c..88ddfdd752 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.tahmini-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.tahmini-ar.glif @@ -36,12 +36,4 @@ - - - com.type-invaders.name.final - comp.tahminiar - com.type-invaders.name.production - comp.tahmini-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.v-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.v-ar.glif index 7ded364b3a..c55c9cf1d7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.v-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.v-ar.glif @@ -13,12 +13,4 @@ - - - com.type-invaders.name.final - comp.var - com.type-invaders.name.production - comp.v-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.vinverted-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.vinverted-ar.glif index a6be382540..35e79abd2e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.vinverted-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.vinverted-ar.glif @@ -13,12 +13,4 @@ - - - com.type-invaders.name.final - comp.vinvertedar - com.type-invaders.name.production - comp.vinverted-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.wavyhamza-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.wavyhamza-ar.glif index 3f1eca3fe2..b2e314cb8a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.wavyhamza-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.wavyhamza-ar.glif @@ -35,12 +35,4 @@ - - - com.type-invaders.name.final - comp.wavyhamzaar - com.type-invaders.name.production - comp.wavyhamza-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.yehSmall-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.yehSmall-ar_.glif index 048ead3dc3..cdb4e611a2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.yehSmall-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/comp.yehSmall-ar_.glif @@ -28,12 +28,4 @@ - - - com.type-invaders.name.final - comp.yehSmallar - com.type-invaders.name.production - comp.yehSmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/contents.plist b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/contents.plist index 0413a6a474..5b16727bf9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/contents.plist +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/contents.plist @@ -274,12 +274,22 @@ alefMaksuraAlefabove-ar__.glif alefMaksuraAlefabove-ar.fina alefMaksuraAlefabove-ar__.fina.glif - alefMaksura_noonghunna-ar - alefMaksura__noonghunna-ar.glif - alefMaksura_reh-ar.fina - alefMaksura__reh-ar.fina.glif - alefMaksura_reh-ar.fina.short - alefMaksura__reh-ar.fina.short.glif + alefMaksura_jeh-ar.fina.rlig + alefMaksura__jeh-ar.fina.rlig.glif + alefMaksura_jeh-ar.fina.rlig.short + alefMaksura__jeh-ar.fina.rlig.short.glif + alefMaksura_noon-ar.fina.rlig + alefMaksura__noon-ar.fina.rlig.glif + alefMaksura_noonghunna-ar.rlig + alefMaksura__noonghunna-ar.rlig.glif + alefMaksura_reh-ar.fina.rlig + alefMaksura__reh-ar.fina.rlig.glif + alefMaksura_reh-ar.fina.rlig.short + alefMaksura__reh-ar.fina.rlig.short.glif + alefMaksura_zain-ar.fina.rlig + alefMaksura__zain-ar.fina.rlig.glif + alefMaksura_zain-ar.fina.rlig.short + alefMaksura__zain-ar.fina.rlig.short.glif alefThreeabove-ar alefThreeabove-ar_.glif alefThreeabove-ar.fina @@ -418,6 +428,10 @@ behDotless-ar_.init.glif behDotless-ar.medi behDotless-ar_.medi.glif + behDotless_alefMaksura-ar.fina.rlig + behDotless__alefMaksura-ar_.fina.rlig.glif + behDotless_alefMaksura-ar.rlig + behDotless__alefMaksura-ar_.rlig.glif behThreedotshorizontalbelow-ar behThreedotshorizontalbelow-ar_.glif behThreedotshorizontalbelow-ar.fina @@ -474,40 +488,40 @@ behVinvertedbelow-ar_.init.glif behVinvertedbelow-ar.medi behVinvertedbelow-ar_.medi.glif - beh_alefMaksura-ar - beh_alefMaksura-ar_.glif - beh_alefMaksura-ar.fina - beh_alefMaksura-ar_.fina.glif - beh_jeh-ar.fina - beh_jeh-ar.fina.glif - beh_jeh-ar.fina.short - beh_jeh-ar.fina.short.glif - beh_noon-ar.fina - beh_noon-ar.fina.glif - beh_reh-ar.fina - beh_reh-ar.fina.glif - beh_reh-ar.fina.short - beh_reh-ar.fina.short.glif - beh_rreh-ar.fina - beh_rreh-ar.fina.glif - beh_rreh-ar.fina.short - beh_rreh-ar.fina.short.glif - beh_yeh-ar - beh_yeh-ar.glif - beh_yeh-ar.fina - beh_yeh-ar.fina.glif - beh_yeh-farsi - beh_yeh-farsi.glif - beh_yeh-farsi.fina - beh_yeh-farsi.fina.glif - beh_yehHamzaabove-ar - beh_yehHamzaabove-ar_.glif - beh_yehHamzaabove-ar.fina - beh_yehHamzaabove-ar_.fina.glif - beh_zain-ar.fina - beh_zain-ar.fina.glif - beh_zain-ar.fina.short - beh_zain-ar.fina.short.glif + beh_alefMaksura-ar.fina.rlig + beh_alefMaksura-ar_.fina.rlig.glif + beh_alefMaksura-ar.rlig + beh_alefMaksura-ar_.rlig.glif + beh_jeh-ar.fina.rlig + beh_jeh-ar.fina.rlig.glif + beh_jeh-ar.fina.rlig.short + beh_jeh-ar.fina.rlig.short.glif + beh_noon-ar.fina.rlig + beh_noon-ar.fina.rlig.glif + beh_reh-ar.fina.rlig + beh_reh-ar.fina.rlig.glif + beh_reh-ar.fina.rlig.short + beh_reh-ar.fina.rlig.short.glif + beh_rreh-ar.fina.rlig + beh_rreh-ar.fina.rlig.glif + beh_rreh-ar.fina.rlig.short + beh_rreh-ar.fina.rlig.short.glif + beh_yeh-ar.fina.rlig + beh_yeh-ar.fina.rlig.glif + beh_yeh-ar.rlig + beh_yeh-ar.rlig.glif + beh_yeh-farsi.fina.rlig + beh_yeh-farsi.fina.rlig.glif + beh_yeh-farsi.rlig + beh_yeh-farsi.rlig.glif + beh_yehHamzaabove-ar.fina.rlig + beh_yehHamzaabove-ar_.fina.rlig.glif + beh_yehHamzaabove-ar.rlig + beh_yehHamzaabove-ar_.rlig.glif + beh_zain-ar.fina.rlig + beh_zain-ar.fina.rlig.glif + beh_zain-ar.fina.rlig.short + beh_zain-ar.fina.rlig.short.glif beheh-ar beheh-ar.glif beheh-ar.fina @@ -584,10 +598,6 @@ comp.alefmini-ar.glif comp.bar-ar comp.bar-ar.glif - comp.behDotless_alefMaksura-ar - comp.behDotless__alefMaksura-ar_.glif - comp.behDotless_alefMaksura-ar.fina - comp.behDotless__alefMaksura-ar_.fina.glif comp.cuberoot-ar comp.cuberoot-ar.glif comp.damma-ar @@ -654,54 +664,54 @@ dadDotbelow-ar_.init.glif dadDotbelow-ar.medi dadDotbelow-ar_.medi.glif - dad_alefMaksura-ar - dad_alefMaksura-ar_.glif - dad_alefMaksura-ar.fina - dad_alefMaksura-ar_.fina.glif - dad_jeh-ar - dad_jeh-ar.glif - dad_jeh-ar.fina - dad_jeh-ar.fina.glif - dad_jeh-ar.fina.short - dad_jeh-ar.fina.short.glif - dad_jeh-ar.short - dad_jeh-ar.short.glif - dad_reh-ar - dad_reh-ar.glif - dad_reh-ar.fina - dad_reh-ar.fina.glif - dad_reh-ar.fina.short - dad_reh-ar.fina.short.glif - dad_reh-ar.short - dad_reh-ar.short.glif - dad_rreh-ar - dad_rreh-ar.glif - dad_rreh-ar.fina - dad_rreh-ar.fina.glif - dad_rreh-ar.fina.short - dad_rreh-ar.fina.short.glif - dad_rreh-ar.short - dad_rreh-ar.short.glif - dad_yeh-ar - dad_yeh-ar.glif - dad_yeh-ar.fina - dad_yeh-ar.fina.glif - dad_yeh-farsi - dad_yeh-farsi.glif - dad_yeh-farsi.fina - dad_yeh-farsi.fina.glif - dad_yehHamzaabove-ar - dad_yehHamzaabove-ar_.glif - dad_yehHamzaabove-ar.fina - dad_yehHamzaabove-ar_.fina.glif - dad_zain-ar - dad_zain-ar.glif - dad_zain-ar.fina - dad_zain-ar.fina.glif - dad_zain-ar.fina.short - dad_zain-ar.fina.short.glif - dad_zain-ar.short - dad_zain-ar.short.glif + dad_alefMaksura-ar.fina.rlig + dad_alefMaksura-ar_.fina.rlig.glif + dad_alefMaksura-ar.rlig + dad_alefMaksura-ar_.rlig.glif + dad_jeh-ar.fina.rlig + dad_jeh-ar.fina.rlig.glif + dad_jeh-ar.fina.rlig.short + dad_jeh-ar.fina.rlig.short.glif + dad_jeh-ar.rlig + dad_jeh-ar.rlig.glif + dad_jeh-ar.rlig.short + dad_jeh-ar.rlig.short.glif + dad_reh-ar.fina.rlig + dad_reh-ar.fina.rlig.glif + dad_reh-ar.fina.rlig.short + dad_reh-ar.fina.rlig.short.glif + dad_reh-ar.rlig + dad_reh-ar.rlig.glif + dad_reh-ar.rlig.short + dad_reh-ar.rlig.short.glif + dad_rreh-ar.fina.rlig + dad_rreh-ar.fina.rlig.glif + dad_rreh-ar.fina.rlig.short + dad_rreh-ar.fina.rlig.short.glif + dad_rreh-ar.rlig + dad_rreh-ar.rlig.glif + dad_rreh-ar.rlig.short + dad_rreh-ar.rlig.short.glif + dad_yeh-ar.fina.rlig + dad_yeh-ar.fina.rlig.glif + dad_yeh-ar.rlig + dad_yeh-ar.rlig.glif + dad_yeh-farsi.fina.rlig + dad_yeh-farsi.fina.rlig.glif + dad_yeh-farsi.rlig + dad_yeh-farsi.rlig.glif + dad_yehHamzaabove-ar.fina.rlig + dad_yehHamzaabove-ar_.fina.rlig.glif + dad_yehHamzaabove-ar.rlig + dad_yehHamzaabove-ar_.rlig.glif + dad_zain-ar.fina.rlig + dad_zain-ar.fina.rlig.glif + dad_zain-ar.fina.rlig.short + dad_zain-ar.fina.rlig.short.glif + dad_zain-ar.rlig + dad_zain-ar.rlig.glif + dad_zain-ar.rlig.short + dad_zain-ar.rlig.short.glif dagger dagger.glif daggerdbl @@ -950,8 +960,8 @@ fehDotless-ar_.init.glif fehDotless-ar.medi fehDotless-ar_.medi.glif - fehDotless_alefMaksura-ar - fehDotless__alefMaksura-ar_.glif + fehDotless_alefMaksura-ar.rlig + fehDotless__alefMaksura-ar_.rlig.glif fehThreedotsbelow-ar fehThreedotsbelow-ar_.glif fehThreedotsbelow-ar.fina @@ -976,14 +986,14 @@ fehTwodotsbelow-ar_.init.glif fehTwodotsbelow-ar.medi fehTwodotsbelow-ar_.medi.glif - feh_alefMaksura-ar - feh_alefMaksura-ar_.glif - feh_yeh-ar - feh_yeh-ar.glif - feh_yeh-farsi - feh_yeh-farsi.glif - feh_yehHamzaabove-ar - feh_yehHamzaabove-ar_.glif + feh_alefMaksura-ar.rlig + feh_alefMaksura-ar_.rlig.glif + feh_yeh-ar.rlig + feh_yeh-ar.rlig.glif + feh_yeh-farsi.rlig + feh_yeh-farsi.rlig.glif + feh_yehHamzaabove-ar.rlig + feh_yehHamzaabove-ar_.rlig.glif fi fi.glif five @@ -1076,22 +1086,22 @@ gafTwodotsbelow-ar_.init.glif gafTwodotsbelow-ar.medi gafTwodotsbelow-ar_.medi.glif - gaf_alefMaksura-ar - gaf_alefMaksura-ar_.glif - gaf_alefMaksura-ar.fina - gaf_alefMaksura-ar_.fina.glif - gaf_yeh-ar - gaf_yeh-ar.glif - gaf_yeh-ar.fina - gaf_yeh-ar.fina.glif - gaf_yeh-farsi - gaf_yeh-farsi.glif - gaf_yeh-farsi.fina - gaf_yeh-farsi.fina.glif - gaf_yehHamzaabove-ar - gaf_yehHamzaabove-ar_.glif - gaf_yehHamzaabove-ar.fina - gaf_yehHamzaabove-ar_.fina.glif + gaf_alefMaksura-ar.fina.rlig + gaf_alefMaksura-ar_.fina.rlig.glif + gaf_alefMaksura-ar.rlig + gaf_alefMaksura-ar_.rlig.glif + gaf_yeh-ar.fina.rlig + gaf_yeh-ar.fina.rlig.glif + gaf_yeh-ar.rlig + gaf_yeh-ar.rlig.glif + gaf_yeh-farsi.fina.rlig + gaf_yeh-farsi.fina.rlig.glif + gaf_yeh-farsi.rlig + gaf_yeh-farsi.rlig.glif + gaf_yehHamzaabove-ar.fina.rlig + gaf_yehHamzaabove-ar_.fina.rlig.glif + gaf_yehHamzaabove-ar.rlig + gaf_yehHamzaabove-ar_.rlig.glif germandbls germandbls.glif germandbls.alt01 @@ -1442,22 +1452,22 @@ kafTwodotshorizontalabove-ar_.init.glif kafTwodotshorizontalabove-ar.medi kafTwodotshorizontalabove-ar_.medi.glif - kaf_alefMaksura-ar - kaf_alefMaksura-ar_.glif - kaf_alefMaksura-ar.fina - kaf_alefMaksura-ar_.fina.glif - kaf_yeh-ar - kaf_yeh-ar.glif - kaf_yeh-ar.fina - kaf_yeh-ar.fina.glif - kaf_yeh-farsi - kaf_yeh-farsi.glif - kaf_yeh-farsi.fina - kaf_yeh-farsi.fina.glif - kaf_yehHamzaabove-ar - kaf_yehHamzaabove-ar_.glif - kaf_yehHamzaabove-ar.fina - kaf_yehHamzaabove-ar_.fina.glif + kaf_alefMaksura-ar.fina.rlig + kaf_alefMaksura-ar_.fina.rlig.glif + kaf_alefMaksura-ar.rlig + kaf_alefMaksura-ar_.rlig.glif + kaf_yeh-ar.fina.rlig + kaf_yeh-ar.fina.rlig.glif + kaf_yeh-ar.rlig + kaf_yeh-ar.rlig.glif + kaf_yeh-farsi.fina.rlig + kaf_yeh-farsi.fina.rlig.glif + kaf_yeh-farsi.rlig + kaf_yeh-farsi.rlig.glif + kaf_yehHamzaabove-ar.fina.rlig + kaf_yehHamzaabove-ar_.fina.rlig.glif + kaf_yehHamzaabove-ar.rlig + kaf_yehHamzaabove-ar_.rlig.glif kafswash-ar kafswash-ar.glif kashida-ar @@ -1534,14 +1544,14 @@ kehehTwodotshorizontalabove-ar_.init.glif kehehTwodotshorizontalabove-ar.medi kehehTwodotshorizontalabove-ar_.medi.glif - keheh_yeh-ar - keheh_yeh-ar.glif - keheh_yeh-ar.fina - keheh_yeh-ar.fina.glif - keheh_yeh-farsi - keheh_yeh-farsi.glif - keheh_yeh-farsi.fina - keheh_yeh-farsi.fina.glif + keheh_yeh-ar.fina.rlig + keheh_yeh-ar.fina.rlig.glif + keheh_yeh-ar.rlig + keheh_yeh-ar.rlig.glif + keheh_yeh-farsi.fina.rlig + keheh_yeh-farsi.fina.rlig.glif + keheh_yeh-farsi.rlig + keheh_yeh-farsi.rlig.glif khah-ar khah-ar.glif khah-ar.fina @@ -1586,10 +1596,10 @@ lamBar-ar_.init.glif lamBar-ar.medi lamBar-ar_.medi.glif - lamBar_alef-ar - lamBar__alef-ar.glif - lamBar_alef-ar.fina - lamBar__alef-ar.fina.glif + lamBar_alef-ar.fina.rlig + lamBar__alef-ar.fina.rlig.glif + lamBar_alef-ar.rlig + lamBar__alef-ar.rlig.glif lamDotabove-ar lamDotabove-ar_.glif lamDotabove-ar.fina @@ -1598,10 +1608,10 @@ lamDotabove-ar_.init.glif lamDotabove-ar.medi lamDotabove-ar_.medi.glif - lamDotabove_alef-ar - lamDotabove__alef-ar.glif - lamDotabove_alef-ar.fina - lamDotabove__alef-ar.fina.glif + lamDotabove_alef-ar.fina.rlig + lamDotabove__alef-ar.fina.rlig.glif + lamDotabove_alef-ar.rlig + lamDotabove__alef-ar.rlig.glif lamDoublebar-ar lamDoublebar-ar_.glif lamDoublebar-ar.fina @@ -1618,10 +1628,10 @@ lamThreedotsabove-ar_.init.glif lamThreedotsabove-ar.medi lamThreedotsabove-ar_.medi.glif - lamThreedotsabove_alef-ar - lamThreedotsabove__alef-ar.glif - lamThreedotsabove_alef-ar.fina - lamThreedotsabove__alef-ar.fina.glif + lamThreedotsabove_alef-ar.fina.rlig + lamThreedotsabove__alef-ar.fina.rlig.glif + lamThreedotsabove_alef-ar.rlig + lamThreedotsabove__alef-ar.rlig.glif lamThreedotsbelow-ar lamThreedotsbelow-ar_.glif lamThreedotsbelow-ar.fina @@ -1630,10 +1640,10 @@ lamThreedotsbelow-ar_.init.glif lamThreedotsbelow-ar.medi lamThreedotsbelow-ar_.medi.glif - lamThreedotsbelow_alef-ar - lamThreedotsbelow__alef-ar.glif - lamThreedotsbelow_alef-ar.fina - lamThreedotsbelow__alef-ar.fina.glif + lamThreedotsbelow_alef-ar.fina.rlig + lamThreedotsbelow__alef-ar.fina.rlig.glif + lamThreedotsbelow_alef-ar.rlig + lamThreedotsbelow__alef-ar.rlig.glif lamVabove-ar lamVabove-ar_.glif lamVabove-ar.fina @@ -1642,50 +1652,50 @@ lamVabove-ar_.init.glif lamVabove-ar.medi lamVabove-ar_.medi.glif - lamVabove_alef-ar - lamVabove__alef-ar.glif - lamVabove_alef-ar.fina - lamVabove__alef-ar.fina.glif - lam_alef-ar - lam_alef-ar.glif - lam_alef-ar.fina - lam_alef-ar.fina.glif - lam_alefHamzaabove-ar - lam_alefHamzaabove-ar_.glif - lam_alefHamzaabove-ar.fina - lam_alefHamzaabove-ar_.fina.glif - lam_alefHamzabelow-ar - lam_alefHamzabelow-ar_.glif - lam_alefHamzabelow-ar.fina - lam_alefHamzabelow-ar_.fina.glif - lam_alefMadda-ar - lam_alefMadda-ar_.glif - lam_alefMadda-ar.fina - lam_alefMadda-ar_.fina.glif - lam_alefMaksura-ar - lam_alefMaksura-ar_.glif - lam_alefWasla-ar - lam_alefWasla-ar_.glif - lam_alefWasla-ar.fina - lam_alefWasla-ar_.fina.glif - lam_alefWavyhamzaabove-ar - lam_alefWavyhamzaabove-ar_.glif - lam_alefWavyhamzaabove-ar.fina - lam_alefWavyhamzaabove-ar_.fina.glif - lam_alefWavyhamzabelow-ar - lam_alefWavyhamzabelow-ar_.glif - lam_alefWavyhamzabelow-ar.fina - lam_alefWavyhamzabelow-ar_.fina.glif + lamVabove_alef-ar.fina.rlig + lamVabove__alef-ar.fina.rlig.glif + lamVabove_alef-ar.rlig + lamVabove__alef-ar.rlig.glif + lam_alef-ar.fina.rlig + lam_alef-ar.fina.rlig.glif + lam_alef-ar.rlig + lam_alef-ar.rlig.glif + lam_alefHamzaabove-ar.fina.rlig + lam_alefHamzaabove-ar_.fina.rlig.glif + lam_alefHamzaabove-ar.rlig + lam_alefHamzaabove-ar_.rlig.glif + lam_alefHamzabelow-ar.fina.rlig + lam_alefHamzabelow-ar_.fina.rlig.glif + lam_alefHamzabelow-ar.rlig + lam_alefHamzabelow-ar_.rlig.glif + lam_alefMadda-ar.fina.rlig + lam_alefMadda-ar_.fina.rlig.glif + lam_alefMadda-ar.rlig + lam_alefMadda-ar_.rlig.glif + lam_alefMaksura-ar.rlig + lam_alefMaksura-ar_.rlig.glif + lam_alefWasla-ar.fina.rlig + lam_alefWasla-ar_.fina.rlig.glif + lam_alefWasla-ar.rlig + lam_alefWasla-ar_.rlig.glif + lam_alefWavyhamzaabove-ar.fina.rlig + lam_alefWavyhamzaabove-ar_.fina.rlig.glif + lam_alefWavyhamzaabove-ar.rlig + lam_alefWavyhamzaabove-ar_.rlig.glif + lam_alefWavyhamzabelow-ar.fina.rlig + lam_alefWavyhamzabelow-ar_.fina.rlig.glif + lam_alefWavyhamzabelow-ar.rlig + lam_alefWavyhamzabelow-ar_.rlig.glif lam_meem-ar lam_meem-ar.glif lam_meem-ar.init lam_meem-ar.init.glif - lam_yeh-ar - lam_yeh-ar.glif - lam_yeh-farsi - lam_yeh-farsi.glif - lam_yehHamzaabove-ar - lam_yehHamzaabove-ar_.glif + lam_yeh-ar.rlig + lam_yeh-ar.rlig.glif + lam_yeh-farsi.rlig + lam_yeh-farsi.rlig.glif + lam_yehHamzaabove-ar.rlig + lam_yehHamzaabove-ar_.rlig.glif ldot ldot.glif leftarrowheadabove-ar @@ -1858,40 +1868,40 @@ noonVabove-ar_.init.glif noonVabove-ar.medi noonVabove-ar_.medi.glif - noon_alefMaksura-ar - noon_alefMaksura-ar_.glif - noon_alefMaksura-ar.fina - noon_alefMaksura-ar_.fina.glif - noon_jeh-ar.fina - noon_jeh-ar.fina.glif - noon_jeh-ar.fina.short - noon_jeh-ar.fina.short.glif - noon_noon-ar.fina - noon_noon-ar.fina.glif - noon_reh-ar.fina - noon_reh-ar.fina.glif - noon_reh-ar.fina.short - noon_reh-ar.fina.short.glif - noon_rreh-ar.fina - noon_rreh-ar.fina.glif - noon_rreh-ar.fina.short - noon_rreh-ar.fina.short.glif - noon_yeh-ar - noon_yeh-ar.glif - noon_yeh-ar.fina - noon_yeh-ar.fina.glif - noon_yeh-farsi - noon_yeh-farsi.glif - noon_yeh-farsi.fina - noon_yeh-farsi.fina.glif - noon_yehHamzaabove-ar - noon_yehHamzaabove-ar_.glif - noon_yehHamzaabove-ar.fina - noon_yehHamzaabove-ar_.fina.glif - noon_zain-ar.fina - noon_zain-ar.fina.glif - noon_zain-ar.fina.short - noon_zain-ar.fina.short.glif + noon_alefMaksura-ar.fina.rlig + noon_alefMaksura-ar_.fina.rlig.glif + noon_alefMaksura-ar.rlig + noon_alefMaksura-ar_.rlig.glif + noon_jeh-ar.fina.rlig + noon_jeh-ar.fina.rlig.glif + noon_jeh-ar.fina.rlig.short + noon_jeh-ar.fina.rlig.short.glif + noon_noon-ar.fina.rlig + noon_noon-ar.fina.rlig.glif + noon_reh-ar.fina.rlig + noon_reh-ar.fina.rlig.glif + noon_reh-ar.fina.rlig.short + noon_reh-ar.fina.rlig.short.glif + noon_rreh-ar.fina.rlig + noon_rreh-ar.fina.rlig.glif + noon_rreh-ar.fina.rlig.short + noon_rreh-ar.fina.rlig.short.glif + noon_yeh-ar.fina.rlig + noon_yeh-ar.fina.rlig.glif + noon_yeh-ar.rlig + noon_yeh-ar.rlig.glif + noon_yeh-farsi.fina.rlig + noon_yeh-farsi.fina.rlig.glif + noon_yeh-farsi.rlig + noon_yeh-farsi.rlig.glif + noon_yehHamzaabove-ar.fina.rlig + noon_yehHamzaabove-ar_.fina.rlig.glif + noon_yehHamzaabove-ar.rlig + noon_yehHamzaabove-ar_.rlig.glif + noon_zain-ar.fina.rlig + noon_zain-ar.fina.rlig.glif + noon_zain-ar.fina.rlig.short + noon_zain-ar.fina.rlig.short.glif noonabove-ar noonabove-ar.glif noonghunna-ar @@ -1992,40 +2002,40 @@ peh-ar.init.glif peh-ar.medi peh-ar.medi.glif - peh_alefMaksura-ar - peh_alefMaksura-ar_.glif - peh_alefMaksura-ar.fina - peh_alefMaksura-ar_.fina.glif - peh_jeh-ar.fina - peh_jeh-ar.fina.glif - peh_jeh-ar.fina.short - peh_jeh-ar.fina.short.glif - peh_noon-ar.fina - peh_noon-ar.fina.glif - peh_reh-ar.fina - peh_reh-ar.fina.glif - peh_reh-ar.fina.short - peh_reh-ar.fina.short.glif - peh_rreh-ar.fina - peh_rreh-ar.fina.glif - peh_rreh-ar.fina.short - peh_rreh-ar.fina.short.glif - peh_yeh-ar - peh_yeh-ar.glif - peh_yeh-ar.fina - peh_yeh-ar.fina.glif - peh_yeh-farsi - peh_yeh-farsi.glif - peh_yeh-farsi.fina - peh_yeh-farsi.fina.glif - peh_yehHamzaabove-ar - peh_yehHamzaabove-ar_.glif - peh_yehHamzaabove-ar.fina - peh_yehHamzaabove-ar_.fina.glif - peh_zain-ar.fina - peh_zain-ar.fina.glif - peh_zain-ar.fina.short - peh_zain-ar.fina.short.glif + peh_alefMaksura-ar.fina.rlig + peh_alefMaksura-ar_.fina.rlig.glif + peh_alefMaksura-ar.rlig + peh_alefMaksura-ar_.rlig.glif + peh_jeh-ar.fina.rlig + peh_jeh-ar.fina.rlig.glif + peh_jeh-ar.fina.rlig.short + peh_jeh-ar.fina.rlig.short.glif + peh_noon-ar.fina.rlig + peh_noon-ar.fina.rlig.glif + peh_reh-ar.fina.rlig + peh_reh-ar.fina.rlig.glif + peh_reh-ar.fina.rlig.short + peh_reh-ar.fina.rlig.short.glif + peh_rreh-ar.fina.rlig + peh_rreh-ar.fina.rlig.glif + peh_rreh-ar.fina.rlig.short + peh_rreh-ar.fina.rlig.short.glif + peh_yeh-ar.fina.rlig + peh_yeh-ar.fina.rlig.glif + peh_yeh-ar.rlig + peh_yeh-ar.rlig.glif + peh_yeh-farsi.fina.rlig + peh_yeh-farsi.fina.rlig.glif + peh_yeh-farsi.rlig + peh_yeh-farsi.rlig.glif + peh_yehHamzaabove-ar.fina.rlig + peh_yehHamzaabove-ar_.fina.rlig.glif + peh_yehHamzaabove-ar.rlig + peh_yehHamzaabove-ar_.rlig.glif + peh_zain-ar.fina.rlig + peh_zain-ar.fina.rlig.glif + peh_zain-ar.fina.rlig.short + peh_zain-ar.fina.rlig.short.glif peheh-ar peheh-ar.glif peheh-ar.fina @@ -2096,16 +2106,16 @@ qafThreedotsabove-ar_.init.glif qafThreedotsabove-ar.medi qafThreedotsabove-ar_.medi.glif - qaf_alefMaksura-ar - qaf_alefMaksura-ar_.glif + qaf_alefMaksura-ar.rlig + qaf_alefMaksura-ar_.rlig.glif qaf_lam_yeh-ar qaf_lam_yeh-ar.glif - qaf_yeh-ar - qaf_yeh-ar.glif - qaf_yeh-farsi - qaf_yeh-farsi.glif - qaf_yehHamzaabove-ar - qaf_yehHamzaabove-ar_.glif + qaf_yeh-ar.rlig + qaf_yeh-ar.rlig.glif + qaf_yeh-farsi.rlig + qaf_yeh-farsi.rlig.glif + qaf_yehHamzaabove-ar.rlig + qaf_yehHamzaabove-ar_.rlig.glif question question.glif question-ar @@ -2272,54 +2282,54 @@ sadTwodotsbelow-ar_.init.glif sadTwodotsbelow-ar.medi sadTwodotsbelow-ar_.medi.glif - sad_alefMaksura-ar - sad_alefMaksura-ar_.glif - sad_alefMaksura-ar.fina - sad_alefMaksura-ar_.fina.glif - sad_jeh-ar - sad_jeh-ar.glif - sad_jeh-ar.fina - sad_jeh-ar.fina.glif - sad_jeh-ar.fina.short - sad_jeh-ar.fina.short.glif - sad_jeh-ar.short - sad_jeh-ar.short.glif - sad_reh-ar - sad_reh-ar.glif - sad_reh-ar.fina - sad_reh-ar.fina.glif - sad_reh-ar.fina.short - sad_reh-ar.fina.short.glif - sad_reh-ar.short - sad_reh-ar.short.glif - sad_rreh-ar - sad_rreh-ar.glif - sad_rreh-ar.fina - sad_rreh-ar.fina.glif - sad_rreh-ar.fina.short - sad_rreh-ar.fina.short.glif - sad_rreh-ar.short - sad_rreh-ar.short.glif - sad_yeh-ar - sad_yeh-ar.glif - sad_yeh-ar.fina - sad_yeh-ar.fina.glif - sad_yeh-farsi - sad_yeh-farsi.glif - sad_yeh-farsi.fina - sad_yeh-farsi.fina.glif - sad_yehHamzaabove-ar - sad_yehHamzaabove-ar_.glif - sad_yehHamzaabove-ar.fina - sad_yehHamzaabove-ar_.fina.glif - sad_zain-ar - sad_zain-ar.glif - sad_zain-ar.fina - sad_zain-ar.fina.glif - sad_zain-ar.fina.short - sad_zain-ar.fina.short.glif - sad_zain-ar.short - sad_zain-ar.short.glif + sad_alefMaksura-ar.fina.rlig + sad_alefMaksura-ar_.fina.rlig.glif + sad_alefMaksura-ar.rlig + sad_alefMaksura-ar_.rlig.glif + sad_jeh-ar.fina.rlig + sad_jeh-ar.fina.rlig.glif + sad_jeh-ar.fina.rlig.short + sad_jeh-ar.fina.rlig.short.glif + sad_jeh-ar.rlig + sad_jeh-ar.rlig.glif + sad_jeh-ar.rlig.short + sad_jeh-ar.rlig.short.glif + sad_reh-ar.fina.rlig + sad_reh-ar.fina.rlig.glif + sad_reh-ar.fina.rlig.short + sad_reh-ar.fina.rlig.short.glif + sad_reh-ar.rlig + sad_reh-ar.rlig.glif + sad_reh-ar.rlig.short + sad_reh-ar.rlig.short.glif + sad_rreh-ar.fina.rlig + sad_rreh-ar.fina.rlig.glif + sad_rreh-ar.fina.rlig.short + sad_rreh-ar.fina.rlig.short.glif + sad_rreh-ar.rlig + sad_rreh-ar.rlig.glif + sad_rreh-ar.rlig.short + sad_rreh-ar.rlig.short.glif + sad_yeh-ar.fina.rlig + sad_yeh-ar.fina.rlig.glif + sad_yeh-ar.rlig + sad_yeh-ar.rlig.glif + sad_yeh-farsi.fina.rlig + sad_yeh-farsi.fina.rlig.glif + sad_yeh-farsi.rlig + sad_yeh-farsi.rlig.glif + sad_yehHamzaabove-ar.fina.rlig + sad_yehHamzaabove-ar_.fina.rlig.glif + sad_yehHamzaabove-ar.rlig + sad_yehHamzaabove-ar_.rlig.glif + sad_zain-ar.fina.rlig + sad_zain-ar.fina.rlig.glif + sad_zain-ar.fina.rlig.short + sad_zain-ar.fina.rlig.short.glif + sad_zain-ar.rlig + sad_zain-ar.rlig.glif + sad_zain-ar.rlig.short + sad_zain-ar.rlig.short.glif sadabove-ar sadabove-ar.glif sajdah-ar @@ -2396,54 +2406,54 @@ seenVinvertedabove-ar_.init.glif seenVinvertedabove-ar.medi seenVinvertedabove-ar_.medi.glif - seen_alefMaksura-ar - seen_alefMaksura-ar_.glif - seen_alefMaksura-ar.fina - seen_alefMaksura-ar_.fina.glif - seen_jeh-ar - seen_jeh-ar.glif - seen_jeh-ar.fina - seen_jeh-ar.fina.glif - seen_jeh-ar.fina.short - seen_jeh-ar.fina.short.glif - seen_jeh-ar.short - seen_jeh-ar.short.glif - seen_reh-ar - seen_reh-ar.glif - seen_reh-ar.fina - seen_reh-ar.fina.glif - seen_reh-ar.fina.short - seen_reh-ar.fina.short.glif - seen_reh-ar.short - seen_reh-ar.short.glif - seen_rreh-ar - seen_rreh-ar.glif - seen_rreh-ar.fina - seen_rreh-ar.fina.glif - seen_rreh-ar.fina.short - seen_rreh-ar.fina.short.glif - seen_rreh-ar.short - seen_rreh-ar.short.glif - seen_yeh-ar - seen_yeh-ar.glif - seen_yeh-ar.fina - seen_yeh-ar.fina.glif - seen_yeh-farsi - seen_yeh-farsi.glif - seen_yeh-farsi.fina - seen_yeh-farsi.fina.glif - seen_yehHamzaabove-ar - seen_yehHamzaabove-ar_.glif - seen_yehHamzaabove-ar.fina - seen_yehHamzaabove-ar_.fina.glif - seen_zain-ar - seen_zain-ar.glif - seen_zain-ar.fina - seen_zain-ar.fina.glif - seen_zain-ar.fina.short - seen_zain-ar.fina.short.glif - seen_zain-ar.short - seen_zain-ar.short.glif + seen_alefMaksura-ar.fina.rlig + seen_alefMaksura-ar_.fina.rlig.glif + seen_alefMaksura-ar.rlig + seen_alefMaksura-ar_.rlig.glif + seen_jeh-ar.fina.rlig + seen_jeh-ar.fina.rlig.glif + seen_jeh-ar.fina.rlig.short + seen_jeh-ar.fina.rlig.short.glif + seen_jeh-ar.rlig + seen_jeh-ar.rlig.glif + seen_jeh-ar.rlig.short + seen_jeh-ar.rlig.short.glif + seen_reh-ar.fina.rlig + seen_reh-ar.fina.rlig.glif + seen_reh-ar.fina.rlig.short + seen_reh-ar.fina.rlig.short.glif + seen_reh-ar.rlig + seen_reh-ar.rlig.glif + seen_reh-ar.rlig.short + seen_reh-ar.rlig.short.glif + seen_rreh-ar.fina.rlig + seen_rreh-ar.fina.rlig.glif + seen_rreh-ar.fina.rlig.short + seen_rreh-ar.fina.rlig.short.glif + seen_rreh-ar.rlig + seen_rreh-ar.rlig.glif + seen_rreh-ar.rlig.short + seen_rreh-ar.rlig.short.glif + seen_yeh-ar.fina.rlig + seen_yeh-ar.fina.rlig.glif + seen_yeh-ar.rlig + seen_yeh-ar.rlig.glif + seen_yeh-farsi.fina.rlig + seen_yeh-farsi.fina.rlig.glif + seen_yeh-farsi.rlig + seen_yeh-farsi.rlig.glif + seen_yehHamzaabove-ar.fina.rlig + seen_yehHamzaabove-ar_.fina.rlig.glif + seen_yehHamzaabove-ar.rlig + seen_yehHamzaabove-ar_.rlig.glif + seen_zain-ar.fina.rlig + seen_zain-ar.fina.rlig.glif + seen_zain-ar.fina.rlig.short + seen_zain-ar.fina.rlig.short.glif + seen_zain-ar.rlig + seen_zain-ar.rlig.glif + seen_zain-ar.rlig.short + seen_zain-ar.rlig.short.glif seenabove-ar seenabove-ar.glif seenbelow-ar @@ -2518,54 +2528,54 @@ sheenThreedotsbelow-ar_.init.glif sheenThreedotsbelow-ar.medi sheenThreedotsbelow-ar_.medi.glif - sheen_alefMaksura-ar - sheen_alefMaksura-ar_.glif - sheen_alefMaksura-ar.fina - sheen_alefMaksura-ar_.fina.glif - sheen_jeh-ar - sheen_jeh-ar.glif - sheen_jeh-ar.fina - sheen_jeh-ar.fina.glif - sheen_jeh-ar.fina.short - sheen_jeh-ar.fina.short.glif - sheen_jeh-ar.short - sheen_jeh-ar.short.glif - sheen_reh-ar - sheen_reh-ar.glif - sheen_reh-ar.fina - sheen_reh-ar.fina.glif - sheen_reh-ar.fina.short - sheen_reh-ar.fina.short.glif - sheen_reh-ar.short - sheen_reh-ar.short.glif - sheen_rreh-ar - sheen_rreh-ar.glif - sheen_rreh-ar.fina - sheen_rreh-ar.fina.glif - sheen_rreh-ar.fina.short - sheen_rreh-ar.fina.short.glif - sheen_rreh-ar.short - sheen_rreh-ar.short.glif - sheen_yeh-ar - sheen_yeh-ar.glif - sheen_yeh-ar.fina - sheen_yeh-ar.fina.glif - sheen_yeh-farsi - sheen_yeh-farsi.glif - sheen_yeh-farsi.fina - sheen_yeh-farsi.fina.glif - sheen_yehHamzaabove-ar - sheen_yehHamzaabove-ar_.glif - sheen_yehHamzaabove-ar.fina - sheen_yehHamzaabove-ar_.fina.glif - sheen_zain-ar - sheen_zain-ar.glif - sheen_zain-ar.fina - sheen_zain-ar.fina.glif - sheen_zain-ar.fina.short - sheen_zain-ar.fina.short.glif - sheen_zain-ar.short - sheen_zain-ar.short.glif + sheen_alefMaksura-ar.fina.rlig + sheen_alefMaksura-ar_.fina.rlig.glif + sheen_alefMaksura-ar.rlig + sheen_alefMaksura-ar_.rlig.glif + sheen_jeh-ar.fina.rlig + sheen_jeh-ar.fina.rlig.glif + sheen_jeh-ar.fina.rlig.short + sheen_jeh-ar.fina.rlig.short.glif + sheen_jeh-ar.rlig + sheen_jeh-ar.rlig.glif + sheen_jeh-ar.rlig.short + sheen_jeh-ar.rlig.short.glif + sheen_reh-ar.fina.rlig + sheen_reh-ar.fina.rlig.glif + sheen_reh-ar.fina.rlig.short + sheen_reh-ar.fina.rlig.short.glif + sheen_reh-ar.rlig + sheen_reh-ar.rlig.glif + sheen_reh-ar.rlig.short + sheen_reh-ar.rlig.short.glif + sheen_rreh-ar.fina.rlig + sheen_rreh-ar.fina.rlig.glif + sheen_rreh-ar.fina.rlig.short + sheen_rreh-ar.fina.rlig.short.glif + sheen_rreh-ar.rlig + sheen_rreh-ar.rlig.glif + sheen_rreh-ar.rlig.short + sheen_rreh-ar.rlig.short.glif + sheen_yeh-ar.fina.rlig + sheen_yeh-ar.fina.rlig.glif + sheen_yeh-ar.rlig + sheen_yeh-ar.rlig.glif + sheen_yeh-farsi.fina.rlig + sheen_yeh-farsi.fina.rlig.glif + sheen_yeh-farsi.rlig + sheen_yeh-farsi.rlig.glif + sheen_yehHamzaabove-ar.fina.rlig + sheen_yehHamzaabove-ar_.fina.rlig.glif + sheen_yehHamzaabove-ar.rlig + sheen_yehHamzaabove-ar_.rlig.glif + sheen_zain-ar.fina.rlig + sheen_zain-ar.fina.rlig.glif + sheen_zain-ar.fina.rlig.short + sheen_zain-ar.fina.rlig.short.glif + sheen_zain-ar.rlig + sheen_zain-ar.rlig.glif + sheen_zain-ar.rlig.short + sheen_zain-ar.rlig.short.glif sheqel sheqel.glif sindhiampersand-ar @@ -2710,40 +2720,40 @@ tehThreedotsupbelow-ar_.init.glif tehThreedotsupbelow-ar.medi tehThreedotsupbelow-ar_.medi.glif - teh_alefMaksura-ar - teh_alefMaksura-ar_.glif - teh_alefMaksura-ar.fina - teh_alefMaksura-ar_.fina.glif - teh_jeh-ar.fina - teh_jeh-ar.fina.glif - teh_jeh-ar.fina.short - teh_jeh-ar.fina.short.glif - teh_noon-ar.fina - teh_noon-ar.fina.glif - teh_reh-ar.fina - teh_reh-ar.fina.glif - teh_reh-ar.fina.short - teh_reh-ar.fina.short.glif - teh_rreh-ar.fina - teh_rreh-ar.fina.glif - teh_rreh-ar.fina.short - teh_rreh-ar.fina.short.glif - teh_yeh-ar - teh_yeh-ar.glif - teh_yeh-ar.fina - teh_yeh-ar.fina.glif - teh_yeh-farsi - teh_yeh-farsi.glif - teh_yeh-farsi.fina - teh_yeh-farsi.fina.glif - teh_yehHamzaabove-ar - teh_yehHamzaabove-ar_.glif - teh_yehHamzaabove-ar.fina - teh_yehHamzaabove-ar_.fina.glif - teh_zain-ar.fina - teh_zain-ar.fina.glif - teh_zain-ar.fina.short - teh_zain-ar.fina.short.glif + teh_alefMaksura-ar.fina.rlig + teh_alefMaksura-ar_.fina.rlig.glif + teh_alefMaksura-ar.rlig + teh_alefMaksura-ar_.rlig.glif + teh_jeh-ar.fina.rlig + teh_jeh-ar.fina.rlig.glif + teh_jeh-ar.fina.rlig.short + teh_jeh-ar.fina.rlig.short.glif + teh_noon-ar.fina.rlig + teh_noon-ar.fina.rlig.glif + teh_reh-ar.fina.rlig + teh_reh-ar.fina.rlig.glif + teh_reh-ar.fina.rlig.short + teh_reh-ar.fina.rlig.short.glif + teh_rreh-ar.fina.rlig + teh_rreh-ar.fina.rlig.glif + teh_rreh-ar.fina.rlig.short + teh_rreh-ar.fina.rlig.short.glif + teh_yeh-ar.fina.rlig + teh_yeh-ar.fina.rlig.glif + teh_yeh-ar.rlig + teh_yeh-ar.rlig.glif + teh_yeh-farsi.fina.rlig + teh_yeh-farsi.fina.rlig.glif + teh_yeh-farsi.rlig + teh_yeh-farsi.rlig.glif + teh_yehHamzaabove-ar.fina.rlig + teh_yehHamzaabove-ar_.fina.rlig.glif + teh_yehHamzaabove-ar.rlig + teh_yehHamzaabove-ar_.rlig.glif + teh_zain-ar.fina.rlig + teh_zain-ar.fina.rlig.glif + teh_zain-ar.fina.rlig.short + teh_zain-ar.fina.rlig.short.glif teheh-ar teheh-ar.glif teheh-ar.fina @@ -2774,40 +2784,40 @@ theh-ar.isol.glif theh-ar.medi theh-ar.medi.glif - theh_alefMaksura-ar - theh_alefMaksura-ar_.glif - theh_alefMaksura-ar.fina - theh_alefMaksura-ar_.fina.glif - theh_jeh-ar.fina - theh_jeh-ar.fina.glif - theh_jeh-ar.fina.short - theh_jeh-ar.fina.short.glif - theh_noon-ar.fina - theh_noon-ar.fina.glif - theh_reh-ar.fina - theh_reh-ar.fina.glif - theh_reh-ar.fina.short - theh_reh-ar.fina.short.glif - theh_rreh-ar.fina - theh_rreh-ar.fina.glif - theh_rreh-ar.fina.short - theh_rreh-ar.fina.short.glif - theh_yeh-ar - theh_yeh-ar.glif - theh_yeh-ar.fina - theh_yeh-ar.fina.glif - theh_yeh-farsi - theh_yeh-farsi.glif - theh_yeh-farsi.fina - theh_yeh-farsi.fina.glif - theh_yehHamzaabove-ar - theh_yehHamzaabove-ar_.glif - theh_yehHamzaabove-ar.fina - theh_yehHamzaabove-ar_.fina.glif - theh_zain-ar.fina - theh_zain-ar.fina.glif - theh_zain-ar.fina.short - theh_zain-ar.fina.short.glif + theh_alefMaksura-ar.fina.rlig + theh_alefMaksura-ar_.fina.rlig.glif + theh_alefMaksura-ar.rlig + theh_alefMaksura-ar_.rlig.glif + theh_jeh-ar.fina.rlig + theh_jeh-ar.fina.rlig.glif + theh_jeh-ar.fina.rlig.short + theh_jeh-ar.fina.rlig.short.glif + theh_noon-ar.fina.rlig + theh_noon-ar.fina.rlig.glif + theh_reh-ar.fina.rlig + theh_reh-ar.fina.rlig.glif + theh_reh-ar.fina.rlig.short + theh_reh-ar.fina.rlig.short.glif + theh_rreh-ar.fina.rlig + theh_rreh-ar.fina.rlig.glif + theh_rreh-ar.fina.rlig.short + theh_rreh-ar.fina.rlig.short.glif + theh_yeh-ar.fina.rlig + theh_yeh-ar.fina.rlig.glif + theh_yeh-ar.rlig + theh_yeh-ar.rlig.glif + theh_yeh-farsi.fina.rlig + theh_yeh-farsi.fina.rlig.glif + theh_yeh-farsi.rlig + theh_yeh-farsi.rlig.glif + theh_yehHamzaabove-ar.fina.rlig + theh_yehHamzaabove-ar_.fina.rlig.glif + theh_yehHamzaabove-ar.rlig + theh_yehHamzaabove-ar_.rlig.glif + theh_zain-ar.fina.rlig + theh_zain-ar.fina.rlig.glif + theh_zain-ar.fina.rlig.short + theh_zain-ar.fina.rlig.short.glif thorn thorn.glif thousandseparator-ar @@ -2878,40 +2888,32 @@ tteh-ar.init.glif tteh-ar.medi tteh-ar.medi.glif - tteh_alefMaksura-ar - tteh_alefMaksura-ar_.glif - tteh_alefMaksura-ar.fina - tteh_alefMaksura-ar_.fina.glif - tteh_jeh-ar.fina - tteh_jeh-ar.fina.glif - tteh_jeh-ar.fina.short - tteh_jeh-ar.fina.short.glif - tteh_noon-ar.fina - tteh_noon-ar.fina.glif - tteh_reh-ar.fina - tteh_reh-ar.fina.glif - tteh_reh-ar.fina.short - tteh_reh-ar.fina.short.glif - tteh_rreh-ar.fina - tteh_rreh-ar.fina.glif - tteh_rreh-ar.fina.short - tteh_rreh-ar.fina.short.glif - tteh_yeh-ar - tteh_yeh-ar.glif - tteh_yeh-ar.fina - tteh_yeh-ar.fina.glif - tteh_yeh-farsi - tteh_yeh-farsi.glif - tteh_yeh-farsi.fina - tteh_yeh-farsi.fina.glif - tteh_yehHamzaabove-ar - tteh_yehHamzaabove-ar_.glif - tteh_yehHamzaabove-ar.fina - tteh_yehHamzaabove-ar_.fina.glif - tteh_zain-ar.fina - tteh_zain-ar.fina.glif - tteh_zain-ar.fina.short - tteh_zain-ar.fina.short.glif + tteh_alefMaksura-ar.fina.rlig + tteh_alefMaksura-ar_.fina.rlig.glif + tteh_alefMaksura-ar.rlig + tteh_alefMaksura-ar_.rlig.glif + tteh_jeh-ar.fina.rlig + tteh_jeh-ar.fina.rlig.glif + tteh_noon-ar.fina.rlig + tteh_noon-ar.fina.rlig.glif + tteh_reh-ar.fina.rlig + tteh_reh-ar.fina.rlig.glif + tteh_rreh-ar.fina.rlig + tteh_rreh-ar.fina.rlig.glif + tteh_yeh-ar.fina.rlig + tteh_yeh-ar.fina.rlig.glif + tteh_yeh-ar.rlig + tteh_yeh-ar.rlig.glif + tteh_yeh-farsi.fina.rlig + tteh_yeh-farsi.fina.rlig.glif + tteh_yeh-farsi.rlig + tteh_yeh-farsi.rlig.glif + tteh_yehHamzaabove-ar.fina.rlig + tteh_yehHamzaabove-ar_.fina.rlig.glif + tteh_yehHamzaabove-ar.rlig + tteh_yehHamzaabove-ar_.rlig.glif + tteh_zain-ar.fina.rlig + tteh_zain-ar.fina.rlig.glif tteheh-ar tteheh-ar.glif tteheh-ar.fina @@ -3018,14 +3020,14 @@ veh-ar.init.glif veh-ar.medi veh-ar.medi.glif - veh_alefMaksura-ar - veh_alefMaksura-ar_.glif - veh_yeh-ar - veh_yeh-ar.glif - veh_yeh-farsi - veh_yeh-farsi.glif - veh_yehHamzaabove-ar - veh_yehHamzaabove-ar_.glif + veh_alefMaksura-ar.rlig + veh_alefMaksura-ar_.rlig.glif + veh_yeh-ar.rlig + veh_yeh-ar.rlig.glif + veh_yeh-farsi.rlig + veh_yeh-farsi.rlig.glif + veh_yehHamzaabove-ar.rlig + veh_yehHamzaabove-ar_.rlig.glif verseComma-ar verseComma-ar_.glif vinvertedabove-ar @@ -3126,40 +3128,40 @@ yehHamzaabove-ar_.isol.glif yehHamzaabove-ar.medi yehHamzaabove-ar_.medi.glif - yehHamzaabove_alefMaksura-ar - yehHamzaabove__alefMaksura-ar_.glif - yehHamzaabove_alefMaksura-ar.fina - yehHamzaabove__alefMaksura-ar_.fina.glif - yehHamzaabove_jeh-ar.fina - yehHamzaabove__jeh-ar.fina.glif - yehHamzaabove_jeh-ar.fina.short - yehHamzaabove__jeh-ar.fina.short.glif - yehHamzaabove_noon-ar.fina - yehHamzaabove__noon-ar.fina.glif - yehHamzaabove_reh-ar.fina - yehHamzaabove__reh-ar.fina.glif - yehHamzaabove_reh-ar.fina.short - yehHamzaabove__reh-ar.fina.short.glif - yehHamzaabove_rreh-ar.fina - yehHamzaabove__rreh-ar.fina.glif - yehHamzaabove_rreh-ar.fina.short - yehHamzaabove__rreh-ar.fina.short.glif - yehHamzaabove_yeh-ar - yehHamzaabove__yeh-ar.glif - yehHamzaabove_yeh-ar.fina - yehHamzaabove__yeh-ar.fina.glif - yehHamzaabove_yeh-farsi - yehHamzaabove__yeh-farsi.glif - yehHamzaabove_yeh-farsi.fina - yehHamzaabove__yeh-farsi.fina.glif - yehHamzaabove_yehHamzaabove-ar - yehHamzaabove__yehHamzaabove-ar_.glif - yehHamzaabove_yehHamzaabove-ar.fina - yehHamzaabove__yehHamzaabove-ar_.fina.glif - yehHamzaabove_zain-ar.fina - yehHamzaabove__zain-ar.fina.glif - yehHamzaabove_zain-ar.fina.short - yehHamzaabove__zain-ar.fina.short.glif + yehHamzaabove_alefMaksura-ar.fina.rlig + yehHamzaabove__alefMaksura-ar_.fina.rlig.glif + yehHamzaabove_alefMaksura-ar.rlig + yehHamzaabove__alefMaksura-ar_.rlig.glif + yehHamzaabove_jeh-ar.fina.rlig + yehHamzaabove__jeh-ar.fina.rlig.glif + yehHamzaabove_jeh-ar.fina.rlig.short + yehHamzaabove__jeh-ar.fina.rlig.short.glif + yehHamzaabove_noon-ar.fina.rlig + yehHamzaabove__noon-ar.fina.rlig.glif + yehHamzaabove_reh-ar.fina.rlig + yehHamzaabove__reh-ar.fina.rlig.glif + yehHamzaabove_reh-ar.fina.rlig.short + yehHamzaabove__reh-ar.fina.rlig.short.glif + yehHamzaabove_rreh-ar.fina.rlig + yehHamzaabove__rreh-ar.fina.rlig.glif + yehHamzaabove_rreh-ar.fina.rlig.short + yehHamzaabove__rreh-ar.fina.rlig.short.glif + yehHamzaabove_yeh-ar.fina.rlig + yehHamzaabove__yeh-ar.fina.rlig.glif + yehHamzaabove_yeh-ar.rlig + yehHamzaabove__yeh-ar.rlig.glif + yehHamzaabove_yeh-farsi.fina.rlig + yehHamzaabove__yeh-farsi.fina.rlig.glif + yehHamzaabove_yeh-farsi.rlig + yehHamzaabove__yeh-farsi.rlig.glif + yehHamzaabove_yehHamzaabove-ar.fina.rlig + yehHamzaabove__yehHamzaabove-ar_.fina.rlig.glif + yehHamzaabove_yehHamzaabove-ar.rlig + yehHamzaabove__yehHamzaabove-ar_.rlig.glif + yehHamzaabove_zain-ar.fina.rlig + yehHamzaabove__zain-ar.fina.rlig.glif + yehHamzaabove_zain-ar.fina.rlig.short + yehHamzaabove__zain-ar.fina.rlig.short.glif yehKashmiri-ar yehKashmiri-ar_.glif yehKashmiri-ar.fina @@ -3242,58 +3244,58 @@ yehVinverted-farsi_.init.glif yehVinverted-farsi.medi yehVinverted-farsi_.medi.glif - yeh_alefMaksura-ar - yeh_alefMaksura-ar_.glif - yeh_alefMaksura-ar.fina - yeh_alefMaksura-ar_.fina.glif - yeh_jeh-ar.fina - yeh_jeh-ar.fina.glif - yeh_jeh-ar.fina.short - yeh_jeh-ar.fina.short.glif - yeh_jeh-farsi.fina - yeh_jeh-farsi.fina.glif - yeh_jeh-farsi.fina.short - yeh_jeh-farsi.fina.short.glif - yeh_noon-ar.fina - yeh_noon-ar.fina.glif - yeh_noon-farsi.fina - yeh_noon-farsi.fina.glif - yeh_reh-ar.fina - yeh_reh-ar.fina.glif - yeh_reh-ar.fina.short - yeh_reh-ar.fina.short.glif - yeh_reh-farsi.fina - yeh_reh-farsi.fina.glif - yeh_reh-farsi.fina.short - yeh_reh-farsi.fina.short.glif - yeh_rreh-ar.fina - yeh_rreh-ar.fina.glif - yeh_rreh-ar.fina.short - yeh_rreh-ar.fina.short.glif - yeh_rreh-farsi.fina - yeh_rreh-farsi.fina.glif - yeh_rreh-farsi.fina.short - yeh_rreh-farsi.fina.short.glif - yeh_yeh-ar - yeh_yeh-ar.glif - yeh_yeh-ar.fina - yeh_yeh-ar.fina.glif - yeh_yeh-farsi - yeh_yeh-farsi.glif - yeh_yeh-farsi.fina - yeh_yeh-farsi.fina.glif - yeh_yehHamzaabove-ar - yeh_yehHamzaabove-ar_.glif - yeh_yehHamzaabove-ar.fina - yeh_yehHamzaabove-ar_.fina.glif - yeh_zain-ar.fina - yeh_zain-ar.fina.glif - yeh_zain-ar.fina.short - yeh_zain-ar.fina.short.glif - yeh_zain-farsi.fina - yeh_zain-farsi.fina.glif - yeh_zain-farsi.fina.short - yeh_zain-farsi.fina.short.glif + yeh_alefMaksura-ar.fina.rlig + yeh_alefMaksura-ar_.fina.rlig.glif + yeh_alefMaksura-ar.rlig + yeh_alefMaksura-ar_.rlig.glif + yeh_jeh-ar.fina.rlig + yeh_jeh-ar.fina.rlig.glif + yeh_jeh-ar.fina.rlig.short + yeh_jeh-ar.fina.rlig.short.glif + yeh_jeh-farsi.fina.rlig + yeh_jeh-farsi.fina.rlig.glif + yeh_jeh-farsi.fina.rlig.short + yeh_jeh-farsi.fina.rlig.short.glif + yeh_noon-ar.fina.rlig + yeh_noon-ar.fina.rlig.glif + yeh_noon-farsi.fina.rlig + yeh_noon-farsi.fina.rlig.glif + yeh_reh-ar.fina.rlig + yeh_reh-ar.fina.rlig.glif + yeh_reh-ar.fina.rlig.short + yeh_reh-ar.fina.rlig.short.glif + yeh_reh-farsi.fina.rlig + yeh_reh-farsi.fina.rlig.glif + yeh_reh-farsi.fina.rlig.short + yeh_reh-farsi.fina.rlig.short.glif + yeh_rreh-ar.fina.rlig + yeh_rreh-ar.fina.rlig.glif + yeh_rreh-ar.fina.rlig.short + yeh_rreh-ar.fina.rlig.short.glif + yeh_rreh-farsi.fina.rlig + yeh_rreh-farsi.fina.rlig.glif + yeh_rreh-farsi.fina.rlig.short + yeh_rreh-farsi.fina.rlig.short.glif + yeh_yeh-ar.fina.rlig + yeh_yeh-ar.fina.rlig.glif + yeh_yeh-ar.rlig + yeh_yeh-ar.rlig.glif + yeh_yeh-farsi.fina.rlig + yeh_yeh-farsi.fina.rlig.glif + yeh_yeh-farsi.rlig + yeh_yeh-farsi.rlig.glif + yeh_yehHamzaabove-ar.fina.rlig + yeh_yehHamzaabove-ar_.fina.rlig.glif + yeh_yehHamzaabove-ar.rlig + yeh_yehHamzaabove-ar_.rlig.glif + yeh_zain-ar.fina.rlig + yeh_zain-ar.fina.rlig.glif + yeh_zain-ar.fina.rlig.short + yeh_zain-ar.fina.rlig.short.glif + yeh_zain-farsi.fina.rlig + yeh_zain-farsi.fina.rlig.glif + yeh_zain-farsi.fina.rlig.short + yeh_zain-farsi.fina.rlig.short.glif yehabove-ar yehabove-ar.glif yehbarree-ar diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/crossmark.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/crossmark.glif index 4b915d00e9..eb225c2e98 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/crossmark.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/crossmark.glif @@ -18,12 +18,4 @@ - - - com.type-invaders.name.final - uni274C - com.type-invaders.name.production - crossmark - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/cuberoot-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/cuberoot-ar.glif index eaf87065b0..14a2c9b5a1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/cuberoot-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/cuberoot-ar.glif @@ -5,13 +5,12 @@ + + + - com.type-invaders.name.final - uni0606 - com.type-invaders.name.production - cuberoot-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/d.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/d.glif index 63db839b3b..cc1e1f5f73 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/d.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/d.glif @@ -41,10 +41,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.fina.glif index d6f8986df3..7410d379d1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.fina.glif @@ -9,15 +9,17 @@ - + + + + + + + - com.type-invaders.name.final - uniFEBE - com.type-invaders.name.production - dad-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.glif index f2ca47d64d..7d7a14d651 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.glif @@ -9,15 +9,17 @@ - + + + + + + + - com.type-invaders.name.final - uni0636 - com.type-invaders.name.production - dad-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.init.glif index c992a6528a..b6d0465162 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.init.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEBF - com.type-invaders.name.production - dad-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.isol.glif index 0ed9cf688c..c911529e8f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFEBD - com.type-invaders.name.production - dad-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.medi.glif index 2679512890..c85f55edbe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad-ar.medi.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEC0 - com.type-invaders.name.production - dad-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dadDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dadDotbelow-ar_.fina.glif index 4adfa9cc4c..249520028f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dadDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dadDotbelow-ar_.fina.glif @@ -3,21 +3,23 @@ - + + + + + + + - + - + - com.type-invaders.name.final - uni06FB.fina - com.type-invaders.name.production - dadDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dadDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dadDotbelow-ar_.glif index 434e9b19df..6de0762c22 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dadDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dadDotbelow-ar_.glif @@ -4,21 +4,23 @@ - + + + + + + + - + - + - com.type-invaders.name.final - uni06FB - com.type-invaders.name.production - dadDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dadDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dadDotbelow-ar_.init.glif index 95d5dcd0f1..75f1b5c2c1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dadDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dadDotbelow-ar_.init.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni06FB.init - com.type-invaders.name.production - dadDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dadDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dadDotbelow-ar_.medi.glif index b891724f11..bea7017c98 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dadDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dadDotbelow-ar_.medi.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni06FB.medi - com.type-invaders.name.production - dadDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_alefMaksura-ar_.fina.glif deleted file mode 100644 index 1ec39743a2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD23 - com.type-invaders.name.production - dad_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..665299c224 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_alefMaksura-ar_.glif deleted file mode 100644 index e02503dbef..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD07 - com.type-invaders.name.production - dad_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..c630dc7d5b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.fina.glif deleted file mode 100644 index 16d73f07f0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360698.fina - com.type-invaders.name.production - dad_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..6028319c46 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.fina.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..a4c5502c63 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.fina.short.glif deleted file mode 100644 index cba01beac7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360698.fina.short - com.type-invaders.name.production - dad_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.glif deleted file mode 100644 index 817857ef53..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360698 - com.type-invaders.name.production - dad_jeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.rlig.glif new file mode 100644 index 0000000000..e14f3a6273 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.rlig.short.glif new file mode 100644 index 0000000000..5402d95705 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.short.glif deleted file mode 100644 index 7f501e780a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_jeh-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360698.short - com.type-invaders.name.production - dad_jeh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.fina.glif deleted file mode 100644 index 5f47d88bd7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2C - com.type-invaders.name.production - dad_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..f3201f834a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.fina.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..2878232b7a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.fina.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.fina.short.glif deleted file mode 100644 index 575d5b9bef..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2C.short - com.type-invaders.name.production - dad_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.glif deleted file mode 100644 index 188780866d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD10 - com.type-invaders.name.production - dad_reh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.rlig.glif new file mode 100644 index 0000000000..d55232ec94 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.rlig.short.glif new file mode 100644 index 0000000000..4cb2daadff --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.short.glif deleted file mode 100644 index bc3f555e65..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_reh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD10.short - com.type-invaders.name.production - dad_reh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.fina.glif deleted file mode 100644 index 26ac589e36..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360691.fina - com.type-invaders.name.production - dad_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..deb3647ae1 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.fina.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..1d1bd1492a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.fina.short.glif deleted file mode 100644 index 5d7dc5e54e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360691.fina.short - com.type-invaders.name.production - dad_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.glif deleted file mode 100644 index f67adf93c4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360691 - com.type-invaders.name.production - dad_rreh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.rlig.glif new file mode 100644 index 0000000000..cab49fdc89 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.rlig.short.glif new file mode 100644 index 0000000000..5d24ca0f10 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.short.glif deleted file mode 100644 index debc42dd16..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_rreh-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360691.short - com.type-invaders.name.production - dad_rreh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-ar.fina.glif deleted file mode 100644 index b437a76806..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD24 - com.type-invaders.name.production - dad_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..cb7b1e1401 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-ar.glif deleted file mode 100644 index 3068f80114..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD08 - com.type-invaders.name.production - dad_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-ar.rlig.glif new file mode 100644 index 0000000000..d84862a9e9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-farsi.fina.glif deleted file mode 100644 index 1a34da8025..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - dad_yehfarsi.fina - com.type-invaders.name.production - dad_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..8a1c23b8d8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-farsi.glif deleted file mode 100644 index 6dbbe52c19..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - dad_yehfarsi - com.type-invaders.name.production - dad_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..ecb2eddd13 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 71a2296aeb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360626.fina - com.type-invaders.name.production - dad_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..402b2d867d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yehHamzaabove-ar_.glif deleted file mode 100644 index a8fb295aff..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360626 - com.type-invaders.name.production - dad_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..acd4c27161 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.fina.glif deleted file mode 100644 index 22624cf93e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360632.fina - com.type-invaders.name.production - dad_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..13f7f76f7b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.fina.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..7a99526e67 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.fina.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.fina.short.glif deleted file mode 100644 index 8288d6fb7c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360632.fina.short - com.type-invaders.name.production - dad_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.glif deleted file mode 100644 index ea9721af68..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360632 - com.type-invaders.name.production - dad_zain-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.rlig.glif new file mode 100644 index 0000000000..7caaf64a0f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.rlig.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.rlig.short.glif new file mode 100644 index 0000000000..6ce48301af --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.rlig.short.glif @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.short.glif deleted file mode 100644 index 9c6ede13c5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dad_zain-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06360632.short - com.type-invaders.name.production - dad_zain-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dahal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dahal-ar.fina.glif index dd1e0b4fb3..c58d411892 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dahal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dahal-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB85 - com.type-invaders.name.production - dahal-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dahal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dahal-ar.glif index fa191a7f65..ccc0b95802 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dahal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dahal-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni068C - com.type-invaders.name.production - dahal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dal-ar.fina.glif index a5ce3924ba..ccfa3f0322 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dal-ar.fina.glif @@ -45,12 +45,4 @@ - - - com.type-invaders.name.final - uniFEAA - com.type-invaders.name.production - dal-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dal-ar.glif index 7a6f0a664c..89c26f5d9e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dal-ar.glif @@ -38,12 +38,4 @@ - - - com.type-invaders.name.final - uni062F - com.type-invaders.name.production - dal-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dal-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dal-ar.isol.glif index c51c6401d5..fef00d7a5f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dal-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dal-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEA9 - com.type-invaders.name.production - dal-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalDotbelow-ar_.fina.glif index 94c2b281bf..deabb0fe32 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalDotbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni068A.fina - com.type-invaders.name.production - dalDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalDotbelow-ar_.glif index ba0c2eef68..1de5290198 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalDotbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni068A - com.type-invaders.name.production - dalDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalDotbelowTah-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalDotbelowTah-ar__.fina.glif index 5623455cb7..d26b13e1ae 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalDotbelowTah-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalDotbelowTah-ar__.fina.glif @@ -3,24 +3,20 @@ - + - + - + - com.type-invaders.name.final - uni068B.fina - com.type-invaders.name.production - dalDotbelowTah-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalDotbelowTah-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalDotbelowTah-ar__.glif index 6500e7a2be..3f9ca7c0da 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalDotbelowTah-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalDotbelowTah-ar__.glif @@ -4,24 +4,20 @@ - + - + - + - com.type-invaders.name.final - uni068B - com.type-invaders.name.production - dalDotbelowTah-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalFourdots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalFourdots-ar_.fina.glif index 205c3fcf71..2f45ddb28d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalFourdots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalFourdots-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0690.fina - com.type-invaders.name.production - dalFourdots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalFourdots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalFourdots-ar_.glif index 0459a98a80..b838ba2bad 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalFourdots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalFourdots-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0690 - com.type-invaders.name.production - dalFourdots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalRing-ar_.fina.glif index 67707cea93..8df947285a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalRing-ar_.fina.glif @@ -61,13 +61,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0689.fina - com.type-invaders.name.production - dalRing-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalRing-ar_.glif index 42de18ab66..8d6b5107c0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalRing-ar_.glif @@ -54,13 +54,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0689 - com.type-invaders.name.production - dalRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalThreedotsdown-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalThreedotsdown-ar_.fina.glif index 9bb0c1b893..eab3aaab4e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalThreedotsdown-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalThreedotsdown-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni068F.fina - com.type-invaders.name.production - dalThreedotsdown-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalThreedotsdown-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalThreedotsdown-ar_.glif index eababd2f19..24ad732942 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalThreedotsdown-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalThreedotsdown-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni068F - com.type-invaders.name.production - dalThreedotsdown-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.fina.glif index 70ed545642..05ec80a88e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.fina.glif @@ -3,24 +3,20 @@ - + - + - + - com.type-invaders.name.final - uni0759.fina - com.type-invaders.name.production - dalTwodotsverticalbelowTah-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.glif index 43b157ea8c..777fee989f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalTwodotsverticalbelowTah-ar__.glif @@ -4,24 +4,20 @@ - + - + - + - com.type-invaders.name.final - uni0759 - com.type-invaders.name.production - dalTwodotsverticalbelowTah-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalVinvertedabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalVinvertedabove-ar_.fina.glif index 68a0e1a6f9..e55cb36cf0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalVinvertedabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalVinvertedabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni06EE.fina - com.type-invaders.name.production - dalVinvertedabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalVinvertedabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalVinvertedabove-ar_.glif index 5cdaa1660b..059dbfd6cc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalVinvertedabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalVinvertedabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni06EE - com.type-invaders.name.production - dalVinvertedabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalVinvertedbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalVinvertedbelow-ar_.fina.glif index d0b53ad9dd..45b64cad2b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalVinvertedbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalVinvertedbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni075A.fina - com.type-invaders.name.production - dalVinvertedbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalVinvertedbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalVinvertedbelow-ar_.glif index 524755fbe6..037b12ddb8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalVinvertedbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dalVinvertedbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni075A - com.type-invaders.name.production - dalVinvertedbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/damma-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/damma-ar.glif index a9fa22c55a..c6aec02271 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/damma-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/damma-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni064F - com.type-invaders.name.production - damma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/damma-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/damma-ar.isol.glif index 7ff84d000c..e310ad5483 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/damma-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/damma-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE78 - com.type-invaders.name.production - damma-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/damma-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/damma-ar.medi.glif index 66006b644e..ae94e71517 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/damma-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/damma-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFE79 - com.type-invaders.name.production - damma-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammaCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammaCurly-ar_.glif index 9d9bc0f5f2..5ac04b624c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammaCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammaCurly-ar_.glif @@ -42,18 +42,10 @@ - + - + - - - com.type-invaders.name.final - uni08E5 - com.type-invaders.name.production - dammaCurly-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammaDot-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammaDot-ar_.glif index 005f4ac805..3e97ec2244 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammaDot-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammaDot-ar_.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni08FE - com.type-invaders.name.production - dammaDot-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammahigh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammahigh-ar.glif index 071facc499..de04488ca2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammahigh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammahigh-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - dammahighar - com.type-invaders.name.production - dammahigh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammainverted-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammainverted-ar.glif index 0a71f7db61..c1bbe188e8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammainverted-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammainverted-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni0657 - com.type-invaders.name.production - dammainverted-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammareversed-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammareversed-ar.glif index 2175719740..f09e823580 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammareversed-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammareversed-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni065D - com.type-invaders.name.production - dammareversed-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammasmall-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammasmall-ar.glif index 2df5488c9a..30ac914e76 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammasmall-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammasmall-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni0619 - com.type-invaders.name.production - dammasmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammatan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammatan-ar.glif index 5d9a5743f8..f101a08ffb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammatan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammatan-ar.glif @@ -57,18 +57,10 @@ - + - + - - - com.type-invaders.name.final - uni064C - com.type-invaders.name.production - dammatan-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammatan-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammatan-ar.isol.glif index 03a3cf0eac..042fe7d674 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammatan-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammatan-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE72 - com.type-invaders.name.production - dammatan-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammatanCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammatanCurly-ar_.glif index 04da5b7550..292c6f8173 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammatanCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dammatanCurly-ar_.glif @@ -80,18 +80,10 @@ - + - + - - - com.type-invaders.name.final - uni08E8 - com.type-invaders.name.production - dammatanCurly-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dateseparator-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dateseparator-ar.glif index 805489fdc7..e22f3abcd3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dateseparator-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dateseparator-ar.glif @@ -14,12 +14,4 @@ - - - com.type-invaders.name.final - uni060D - com.type-invaders.name.production - dateseparator-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ddahal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ddahal-ar.fina.glif index ac7e1418e8..25689d465d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ddahal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ddahal-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB83 - com.type-invaders.name.production - ddahal-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ddahal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ddahal-ar.glif index bf95e5ed4d..610524bd57 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ddahal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ddahal-ar.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni068D - com.type-invaders.name.production - ddahal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ddal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ddal-ar.fina.glif index 4a34eb5dc4..5d36adf76b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ddal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ddal-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB89 - com.type-invaders.name.production - ddal-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ddal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ddal-ar.glif index b6dbcb4434..6337a70f2e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ddal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ddal-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0688 - com.type-invaders.name.production - ddal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/decimalseparator-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/decimalseparator-ar.glif index 9b95003c3c..9bbea59b31 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/decimalseparator-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/decimalseparator-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni066B - com.type-invaders.name.production - decimalseparator-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dieresis.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dieresis.case.glif index 7b36b0e30e..25b3a49b86 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dieresis.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dieresis.case.glif @@ -35,7 +35,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dieresis.glif index 80b86198aa..a884d26342 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dieresis.glif @@ -36,7 +36,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dieresiscomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dieresiscomb.glif index ef7ce1f5d3..1cd53f859f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dieresiscomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dieresiscomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0308 - com.type-invaders.name.production - dieresiscomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/divisionslash.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/divisionslash.glif index 829ff4c48e..637deb0fa3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/divisionslash.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/divisionslash.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni2215 - com.type-invaders.name.production - divisionslash com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dong.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dong.glif index 36d92cdbfa..85f7eb6ec4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dong.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dong.glif @@ -55,12 +55,4 @@ - - - com.type-invaders.name.final - uni20AB - com.type-invaders.name.production - dong - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotStopabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotStopabove-ar_.glif index e2a9337110..4d1444d440 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotStopabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotStopabove-ar_.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06EC - com.type-invaders.name.production - dotStopabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotabove-ar.glif index 42cdd24cc1..039776954d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotabove-ar.glif @@ -20,18 +20,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB2 - com.type-invaders.name.production - dotabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotaccent.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotaccent.case.glif index 953605543c..598e7468dd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotaccent.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotaccent.case.glif @@ -19,7 +19,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotaccent.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotaccent.glif index 5755281ce6..6ab3ff3c5f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotaccent.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotaccent.glif @@ -20,7 +20,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotaccentcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotaccentcomb.glif index 13097fac8e..4dc39332e5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotaccentcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotaccentcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0307 - com.type-invaders.name.production - dotaccentcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotbelow-ar.glif index 5e62a85317..a694b9dd27 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotbelow-ar.glif @@ -20,18 +20,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB3 - com.type-invaders.name.production - dotbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotcenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotcenter-ar.glif index 52326f7d2b..4472316389 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotcenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotcenter-ar.glif @@ -19,15 +19,7 @@ - + - - - com.type-invaders.name.final - dotcenterar - com.type-invaders.name.production - dotcenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotlessi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotlessi.glif index beb600e242..483dfdfbd4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotlessi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotlessi.glif @@ -10,7 +10,13 @@ - + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotlessj.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotlessj.glif index e975c65b64..acf4ce3c93 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotlessj.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotlessj.glif @@ -15,15 +15,7 @@ - + - - - com.type-invaders.name.final - uni0237 - com.type-invaders.name.production - dotlessj - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dottedCircle_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dottedCircle_.glif index de8a7e1566..8d5ca5f4e2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dottedCircle_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dottedCircle_.glif @@ -196,18 +196,10 @@ - + - + - - - com.type-invaders.name.final - uni25CC - com.type-invaders.name.production - dottedCircle - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotvowelbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotvowelbelow-ar.glif index d39edad40f..722ca9c6d7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotvowelbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dotvowelbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni065C - com.type-invaders.name.production - dotvowelbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/doublerightarrowheadDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/doublerightarrowheadDotabove-ar_.glif index c83d18dcaa..754f89ded8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/doublerightarrowheadDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/doublerightarrowheadDotabove-ar_.glif @@ -40,18 +40,10 @@ - + - + - - - com.type-invaders.name.final - uni08FC - com.type-invaders.name.production - doublerightarrowheadDotabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/doublerightarrowheadabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/doublerightarrowheadabove-ar.glif index e30e77b247..a2212ffa3c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/doublerightarrowheadabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/doublerightarrowheadabove-ar.glif @@ -24,18 +24,10 @@ - + - + - - - com.type-invaders.name.final - uni08FB - com.type-invaders.name.production - doublerightarrowheadabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dul-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dul-ar.fina.glif index 46707628c4..ce8f487278 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dul-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dul-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB87 - com.type-invaders.name.production - dul-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dul-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dul-ar.glif index 18b109c56e..8e98fdfd1e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dul-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dul-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni068E - com.type-invaders.name.production - dul-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dyeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dyeh-ar.fina.glif index a93d49b9b6..984839e57b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dyeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dyeh-ar.fina.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB73 - com.type-invaders.name.production - dyeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dyeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dyeh-ar.glif index baeccd3238..b615abec7a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dyeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dyeh-ar.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0684 - com.type-invaders.name.production - dyeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dyeh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dyeh-ar.init.glif index f61d2ad0eb..d5ccb583ee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dyeh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dyeh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB74 - com.type-invaders.name.production - dyeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dyeh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dyeh-ar.medi.glif index e468e6e9f3..c81e3de877 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dyeh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/dyeh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB75 - com.type-invaders.name.production - dyeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e-ar.fina.glif index 71a9968731..c6643d7c18 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uniFBE5 - com.type-invaders.name.production - e-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e-ar.glif index 43e750ca2a..e3cf4d15c1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e-ar.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uni06D0 - com.type-invaders.name.production - e-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e-ar.init.glif index 154bd21658..7c4a032f4c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e-ar.init.glif @@ -3,10 +3,10 @@ - + - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFBE6 - com.type-invaders.name.production - e-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e-ar.medi.glif index aca96f02d9..5e88321837 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e-ar.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFBE7 - com.type-invaders.name.production - e-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e.glif index 83cca600de..fea72bd905 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/e.glif @@ -39,13 +39,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eacute.glif index 562fa6ba0e..c048db82a2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eacute.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ecircumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ecircumflex.glif index fb11a169a6..a88defb591 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ecircumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ecircumflex.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/edieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/edieresis.glif index 9e87113293..08c0ffd511 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/edieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/edieresis.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/egrave.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/egrave.glif index ac67bd3fdd..bcac93d54b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/egrave.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/egrave.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eight-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eight-ar.glif index 01b3be0d84..b923205fb8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eight-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eight-ar.glif @@ -14,12 +14,4 @@ - - - com.type-invaders.name.final - uni0668 - com.type-invaders.name.production - eight-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eight-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eight-persian.glif index c3cb7cf0d8..e007856d8e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eight-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eight-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F8 - com.type-invaders.name.production - eight-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eightinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eightinferior.glif index 44cd26ba93..03f28fedcf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eightinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eightinferior.glif @@ -64,12 +64,4 @@ - - - com.type-invaders.name.final - uni2088 - com.type-invaders.name.production - eightinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eightsuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eightsuperior.glif index 77739c44be..1b0b3cccde 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eightsuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eightsuperior.glif @@ -64,12 +64,4 @@ - - - com.type-invaders.name.final - uni2078 - com.type-invaders.name.production - eightsuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/endofayah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/endofayah-ar.glif index b495cce5b8..926dc2cc18 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/endofayah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/endofayah-ar.glif @@ -66,12 +66,4 @@ - - - com.type-invaders.name.final - uni06DD - com.type-invaders.name.production - endofayah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/estimated.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/estimated.glif index ecd5ce2fbb..fe47222db8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/estimated.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/estimated.glif @@ -38,12 +38,4 @@ - - - com.type-invaders.name.final - uni212E - com.type-invaders.name.production - estimated - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eth.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eth.glif index fd039bf476..483e7db532 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eth.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/eth.glif @@ -53,5 +53,8 @@ + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/f.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/f.glif index 82ae523a3b..8c7c5a4db9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/f.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/f.glif @@ -23,7 +23,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fatha-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fatha-ar.glif index 05b25bca32..5c1f351fad 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fatha-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fatha-ar.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni064E - com.type-invaders.name.production - fatha-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fatha-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fatha-ar.isol.glif index 3a80186b1d..8102032dab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fatha-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fatha-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE76 - com.type-invaders.name.production - fatha-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fatha-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fatha-ar.medi.glif index cfdce52347..3cf9ee9f6c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fatha-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fatha-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFE77 - com.type-invaders.name.production - fatha-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathaCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathaCurly-ar_.glif index 928c3ef9f9..bb81a6bc27 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathaCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathaCurly-ar_.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni08E4 - com.type-invaders.name.production - fathaCurly-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathaDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathaDotabove-ar_.glif index 57e6e56195..b5002e0c77 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathaDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathaDotabove-ar_.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni08F5 - com.type-invaders.name.production - fathaDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathaHorizont-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathaHorizont-ar_.glif index b4f65c480e..088da33b0a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathaHorizont-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathaHorizont-ar_.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni0659 - com.type-invaders.name.production - fathaHorizont-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathaRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathaRing-ar_.glif index b4460a676a..c917679584 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathaRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathaRing-ar_.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uni08F4 - com.type-invaders.name.production - fathaRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathasmall-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathasmall-ar.glif index d6320ba399..71c0ba23af 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathasmall-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathasmall-ar.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni0618 - com.type-invaders.name.production - fathasmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatan-ar.glif index d4b5e30bfd..53697eb5a0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatan-ar.glif @@ -16,18 +16,10 @@ - + - + - - - com.type-invaders.name.final - uni064B - com.type-invaders.name.production - fathatan-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatan-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatan-ar.isol.glif index 3a721ce401..3f214f7764 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatan-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatan-ar.isol.glif @@ -8,10 +8,6 @@ - com.type-invaders.name.final - uniFE70 - com.type-invaders.name.production - fathatan-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatan-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatan-ar.medi.glif index 94dc4c6d96..8a3852e729 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatan-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatan-ar.medi.glif @@ -3,21 +3,17 @@ - + - + - com.type-invaders.name.final - uniFE71 - com.type-invaders.name.production - fathatan-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatanCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatanCurly-ar_.glif index 95e5be0335..a80054cc8c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatanCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatanCurly-ar_.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni08E7 - com.type-invaders.name.production - fathatanCurly-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatwodots-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatwodots-ar.glif index 42a3eba08a..710bb6edf0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatwodots-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fathatwodots-ar.glif @@ -42,18 +42,10 @@ - + - + - - - com.type-invaders.name.final - uni065E - com.type-invaders.name.production - fathatwodots-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fcclogo.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fcclogo.glif index e1159c0d15..6229ffb60c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fcclogo.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fcclogo.glif @@ -69,12 +69,4 @@ - - - com.type-invaders.name.final - uniEFCC - com.type-invaders.name.production - fcclogo - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.fina.glif index f6551649d9..f0ecc35320 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED2 - com.type-invaders.name.production - feh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.glif index 6ab3fc9ee7..3d48c0110c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni0641 - com.type-invaders.name.production - feh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.init.glif index 97319e1f6c..1197e79ec6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED3 - com.type-invaders.name.production - feh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.isol.glif index 233bf83ede..caa84c34c8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFED1 - com.type-invaders.name.production - feh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.medi.glif index a8fb6a5d93..5b0aaa560a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED4 - com.type-invaders.name.production - feh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelow-ar_.fina.glif index eb512d328f..0964b7d6cd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelow-ar_.fina.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni06A3.fina - com.type-invaders.name.production - fehDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelow-ar_.glif index ac09d6f17a..adf8347004 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelow-ar_.glif @@ -4,21 +4,17 @@ - + - + - + - com.type-invaders.name.final - uni06A3 - com.type-invaders.name.production - fehDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelow-ar_.init.glif index 7037d51a15..e7f8b775a0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelow-ar_.init.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni06A3.init - com.type-invaders.name.production - fehDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelow-ar_.medi.glif index 071c6e51b2..3ca13ac6db 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelow-ar_.medi.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni06A3.medi - com.type-invaders.name.production - fehDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelowThreedotsabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelowThreedotsabove-ar__.fina.glif index 6463e60cfc..24ad8db2b9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelowThreedotsabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelowThreedotsabove-ar__.fina.glif @@ -6,18 +6,17 @@ - + - + + + + - com.type-invaders.name.final - uni08A4.fina - com.type-invaders.name.production - fehDotbelowThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelowThreedotsabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelowThreedotsabove-ar__.glif index ccf96508f3..38336e1c19 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelowThreedotsabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelowThreedotsabove-ar__.glif @@ -7,18 +7,17 @@ - + - + + + + - com.type-invaders.name.final - uni08A4 - com.type-invaders.name.production - fehDotbelowThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelowThreedotsabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelowThreedotsabove-ar__.init.glif index 0e8f3c4632..3bcd9f4acd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelowThreedotsabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelowThreedotsabove-ar__.init.glif @@ -6,18 +6,17 @@ - + - + + + + - com.type-invaders.name.final - uni08A4.init - com.type-invaders.name.production - fehDotbelowThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelowThreedotsabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelowThreedotsabove-ar__.medi.glif index 740cdf5cb3..ed7eee8a87 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelowThreedotsabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotbelowThreedotsabove-ar__.medi.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni08A4.medi - com.type-invaders.name.production - fehDotbelowThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless-ar_.fina.glif index 3f0f9bfe4f..72def828d4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless-ar_.fina.glif @@ -69,12 +69,4 @@ - - - com.type-invaders.name.final - uni06A1.fina - com.type-invaders.name.production - fehDotless-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless-ar_.glif index a52c7b7274..e049de6e3f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless-ar_.glif @@ -61,12 +61,4 @@ - - - com.type-invaders.name.final - uni06A1 - com.type-invaders.name.production - fehDotless-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless-ar_.init.glif index 34d1b6a9a9..a339548a00 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless-ar_.init.glif @@ -50,12 +50,4 @@ - - - com.type-invaders.name.final - uni06A1.init - com.type-invaders.name.production - fehDotless-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless-ar_.medi.glif index fcac556409..bd6149ff6a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless-ar_.medi.glif @@ -58,12 +58,4 @@ - - - com.type-invaders.name.final - uni06A1.medi - com.type-invaders.name.production - fehDotless-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless__alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless__alefMaksura-ar_.glif deleted file mode 100644 index 859877716a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless__alefMaksura-ar_.glif +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - fehDotless_alefMaksuraar - com.type-invaders.name.production - fehDotless_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless__alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless__alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..ee5dfe435a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehDotless__alefMaksura-ar_.rlig.glif @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsbelow-ar_.fina.glif index 37c5009c10..c6e0ea5fe0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06A5.fina - com.type-invaders.name.production - fehThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsbelow-ar_.glif index 3a08a70ddd..42bcd48c96 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni06A5 - com.type-invaders.name.production - fehThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsbelow-ar_.init.glif index db05d619b6..bbdc1fbf5e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06A5.init - com.type-invaders.name.production - fehThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsbelow-ar_.medi.glif index dfb145e542..804e1f0498 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06A5.medi - com.type-invaders.name.production - fehThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsupbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsupbelow-ar_.fina.glif index ac74c43111..fd1f4f2e78 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsupbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsupbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0761.fina - com.type-invaders.name.production - fehThreedotsupbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsupbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsupbelow-ar_.glif index 1ae73e6d3b..f605c30fb6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsupbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsupbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni0761 - com.type-invaders.name.production - fehThreedotsupbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsupbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsupbelow-ar_.init.glif index bad91fc1d0..f9b4b687c4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsupbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsupbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0761.init - com.type-invaders.name.production - fehThreedotsupbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsupbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsupbelow-ar_.medi.glif index a7822ccce4..60d32d0984 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsupbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehThreedotsupbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0761.medi - com.type-invaders.name.production - fehThreedotsupbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehTwodotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehTwodotsbelow-ar_.fina.glif index 509224cf7a..1845962092 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehTwodotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehTwodotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0760.fina - com.type-invaders.name.production - fehTwodotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehTwodotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehTwodotsbelow-ar_.glif index 473425a490..8cc7abec31 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehTwodotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehTwodotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni0760 - com.type-invaders.name.production - fehTwodotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehTwodotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehTwodotsbelow-ar_.init.glif index fb74e76027..63654e3a88 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehTwodotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehTwodotsbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0760.init - com.type-invaders.name.production - fehTwodotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehTwodotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehTwodotsbelow-ar_.medi.glif index decf520cc8..1ce731f5f7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehTwodotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fehTwodotsbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0760.medi - com.type-invaders.name.production - fehTwodotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_alefMaksura-ar_.glif deleted file mode 100644 index 9e922ad4dc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC31 - com.type-invaders.name.production - feh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..42b75d6e02 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yeh-ar.glif deleted file mode 100644 index 572d9fd322..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC32 - com.type-invaders.name.production - feh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..d390be3781 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yeh-farsi.glif deleted file mode 100644 index 0e3f7d27c0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - feh_yehfarsi - com.type-invaders.name.production - feh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..861f46939e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yehHamzaabove-ar_.glif deleted file mode 100644 index 93f340fda5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06410626 - com.type-invaders.name.production - feh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..dedc284ce5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/feh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/five-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/five-ar.glif index d294e2bf80..c23dd22cca 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/five-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/five-ar.glif @@ -33,12 +33,4 @@ - - - com.type-invaders.name.final - uni0665 - com.type-invaders.name.production - five-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/five-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/five-persian.glif index 8663c20ca0..8477edc1b5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/five-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/five-persian.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uni06F5 - com.type-invaders.name.production - five-persian - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fiveinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fiveinferior.glif index dce8b5ba94..6712e60acc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fiveinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fiveinferior.glif @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - uni2085 - com.type-invaders.name.production - fiveinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fivesuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fivesuperior.glif index e248180549..90664e761f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fivesuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fivesuperior.glif @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - uni2075 - com.type-invaders.name.production - fivesuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fl.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fl.glif index b3373f7371..edd417d00a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fl.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fl.glif @@ -5,15 +5,6 @@ - - - - - - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/footnotemarker-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/footnotemarker-ar.glif index 86bf11071a..caabb26a79 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/footnotemarker-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/footnotemarker-ar.glif @@ -32,12 +32,4 @@ - - - com.type-invaders.name.final - uni0602 - com.type-invaders.name.production - footnotemarker-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/four-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/four-ar.glif index bbfe00e5e7..5217ed2ca3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/four-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/four-ar.glif @@ -43,12 +43,4 @@ - - - com.type-invaders.name.final - uni0664 - com.type-invaders.name.production - four-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/four-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/four-persian.glif index 7a3147c46d..5c4893803a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/four-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/four-persian.glif @@ -35,12 +35,4 @@ - - - com.type-invaders.name.final - uni06F4 - com.type-invaders.name.production - four-persian - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/four-persian.urdu.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/four-persian.urdu.glif index fc24b47217..de0e96e7e5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/four-persian.urdu.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/four-persian.urdu.glif @@ -40,12 +40,4 @@ - - - com.type-invaders.name.final - uni06F4.urdu - com.type-invaders.name.production - four-persian.urdu - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourabove-ar.glif index 2e175beeb9..fa7ec38d54 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourabove-ar.glif @@ -43,18 +43,10 @@ - + - + - - - com.type-invaders.name.final - fourabovear - com.type-invaders.name.production - fourabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourdotsabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourdotsabove-ar.glif index 036bb64e1d..bc83d0ba7d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourdotsabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourdotsabove-ar.glif @@ -68,18 +68,10 @@ - + - + - - - com.type-invaders.name.final - uniFBBA - com.type-invaders.name.production - fourdotsabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourdotsbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourdotsbelow-ar.glif index 7f37066efe..e469eb83b6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourdotsbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourdotsbelow-ar.glif @@ -68,18 +68,10 @@ - + - + - - - com.type-invaders.name.final - uniFBBB - com.type-invaders.name.production - fourdotsbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourdotscenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourdotscenter-ar.glif index 4e28d72f2f..324ed77977 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourdotscenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourdotscenter-ar.glif @@ -67,15 +67,7 @@ - + - - - com.type-invaders.name.final - fourdotscenterar - com.type-invaders.name.production - fourdotscenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourinferior.glif index e13b5e53c7..0b19308313 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourinferior.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2084 - com.type-invaders.name.production - fourinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/foursuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/foursuperior.glif index 094e0eb705..b5eb316718 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/foursuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/foursuperior.glif @@ -23,12 +23,4 @@ - - - com.type-invaders.name.final - uni2074 - com.type-invaders.name.production - foursuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourthroot-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourthroot-ar.glif index 3c9a8c90d3..b487ef49d4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourthroot-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fourthroot-ar.glif @@ -5,13 +5,12 @@ + + + - com.type-invaders.name.final - uni0607 - com.type-invaders.name.production - fourthroot-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/foururduabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/foururduabove-ar.glif index f6ca27bf5c..5661d3f386 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/foururduabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/foururduabove-ar.glif @@ -39,18 +39,10 @@ - + - + - - - com.type-invaders.name.final - foururduabovear - com.type-invaders.name.production - foururduabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/foururdubelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/foururdubelow-ar.glif index 1a0477806a..f9e388569d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/foururdubelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/foururdubelow-ar.glif @@ -39,18 +39,10 @@ - + - + - - - com.type-invaders.name.final - foururdubelowar - com.type-invaders.name.production - foururdubelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/foururducenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/foururducenter-ar.glif index 5f8d0e971d..5773d24170 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/foururducenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/foururducenter-ar.glif @@ -39,15 +39,7 @@ - + - - - com.type-invaders.name.final - foururducenterar - com.type-invaders.name.production - foururducenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fullstop-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fullstop-ar.glif index 2b6dbbd856..fec11c92fd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fullstop-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/fullstop-ar.glif @@ -16,12 +16,4 @@ - - - com.type-invaders.name.final - uni06D4 - com.type-invaders.name.production - fullstop-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/g.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/g.alt01.glif index b0aa5b4844..63dd4641a5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/g.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/g.alt01.glif @@ -52,7 +52,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/g.alt02.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/g.alt02.glif index b33d70042b..d76ef61d40 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/g.alt02.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/g.alt02.glif @@ -85,7 +85,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/g.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/g.glif index 8c6f3a74e4..be322fac0f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/g.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/g.glif @@ -91,7 +91,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf-ar.fina.glif index f09e97ea05..d16d6e3aab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf-ar.fina.glif @@ -8,6 +8,9 @@ + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uniFB93 - com.type-invaders.name.production - gaf-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf-ar.glif index 6cb7b129e0..b606df02c8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf-ar.glif @@ -8,6 +8,9 @@ + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uni06AF - com.type-invaders.name.production - gaf-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf-ar.init.glif index db4c7f18f6..b528ea7727 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf-ar.init.glif @@ -8,6 +8,9 @@ + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uniFB94 - com.type-invaders.name.production - gaf-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf-ar.medi.glif index 7f08e3f7b3..3a991053d3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf-ar.medi.glif @@ -8,6 +8,9 @@ + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uniFB95 - com.type-invaders.name.production - gaf-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafRing-ar_.fina.glif index 0ddf0f5a87..a0165c5c78 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafRing-ar_.fina.glif @@ -5,18 +5,20 @@ - + - + + + + + + + - com.type-invaders.name.final - uni06B0.fina - com.type-invaders.name.production - gafRing-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafRing-ar_.glif index 20f0ba729d..9381d8aaef 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafRing-ar_.glif @@ -6,18 +6,20 @@ - + - + + + + + + + - com.type-invaders.name.final - uni06B0 - com.type-invaders.name.production - gafRing-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafRing-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafRing-ar_.init.glif index 62edbf8c26..03fdfd455b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafRing-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafRing-ar_.init.glif @@ -5,18 +5,20 @@ - + - + + + + + + + - com.type-invaders.name.final - uni06B0.init - com.type-invaders.name.production - gafRing-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafRing-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafRing-ar_.medi.glif index 9b27031728..20a3628d04 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafRing-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafRing-ar_.medi.glif @@ -5,18 +5,20 @@ - + - + + + + + + + - com.type-invaders.name.final - uni06B0.medi - com.type-invaders.name.production - gafRing-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafThreedots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafThreedots-ar_.fina.glif index 7c1032bfbf..80b12ca2d7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafThreedots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafThreedots-ar_.fina.glif @@ -3,24 +3,23 @@ - + + + + - + - com.type-invaders.name.final - uni06B4.fina - com.type-invaders.name.production - gafThreedots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafThreedots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafThreedots-ar_.glif index d06422b0ea..d7c5bea9a4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafThreedots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafThreedots-ar_.glif @@ -4,24 +4,23 @@ - + + + + - + - com.type-invaders.name.final - uni06B4 - com.type-invaders.name.production - gafThreedots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafThreedots-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafThreedots-ar_.init.glif index 568ae6a199..3b928140b8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafThreedots-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafThreedots-ar_.init.glif @@ -2,25 +2,24 @@ + - + + + - + - com.type-invaders.name.final - uni06B4.init - com.type-invaders.name.production - gafThreedots-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafThreedots-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafThreedots-ar_.medi.glif index f7f5ad97a6..cb8facf023 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafThreedots-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafThreedots-ar_.medi.glif @@ -2,25 +2,24 @@ + - + + + - + - com.type-invaders.name.final - uni06B4.medi - com.type-invaders.name.production - gafThreedots-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafTwodotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafTwodotsbelow-ar_.fina.glif index d730cdb1e0..3f9730de3f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafTwodotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafTwodotsbelow-ar_.fina.glif @@ -3,10 +3,13 @@ - + + + + - + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uni06B2.fina - com.type-invaders.name.production - gafTwodotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafTwodotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafTwodotsbelow-ar_.glif index 29a784a9ec..9be277916a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafTwodotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafTwodotsbelow-ar_.glif @@ -4,10 +4,13 @@ - + + + + - + @@ -18,10 +21,6 @@ - com.type-invaders.name.final - uni06B2 - com.type-invaders.name.production - gafTwodotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafTwodotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafTwodotsbelow-ar_.init.glif index 056f7930f2..eed11a3056 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafTwodotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafTwodotsbelow-ar_.init.glif @@ -6,7 +6,10 @@ - + + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uni06B2.init - com.type-invaders.name.production - gafTwodotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafTwodotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafTwodotsbelow-ar_.medi.glif index 8c775d5429..977f1ade12 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafTwodotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gafTwodotsbelow-ar_.medi.glif @@ -6,7 +6,10 @@ - + + + + @@ -17,10 +20,6 @@ - com.type-invaders.name.final - uni06B2.medi - com.type-invaders.name.production - gafTwodotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_alefMaksura-ar_.fina.glif deleted file mode 100644 index b09b1f5430..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF0649.fina - com.type-invaders.name.production - gaf_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..71b119a487 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_alefMaksura-ar_.glif deleted file mode 100644 index cb0dba0108..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_alefMaksura-ar_.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF0649 - com.type-invaders.name.production - gaf_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..fb4d5d3b9c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_alefMaksura-ar_.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-ar.fina.glif deleted file mode 100644 index 15606797a4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-ar.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF064A.fina - com.type-invaders.name.production - gaf_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..a5957c0785 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-ar.glif deleted file mode 100644 index 8cf911d1bb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-ar.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF064A - com.type-invaders.name.production - gaf_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-ar.rlig.glif new file mode 100644 index 0000000000..8f6cb622bf --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-farsi.fina.glif deleted file mode 100644 index c1a3fbd8ca..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-farsi.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - gaf_yehfarsi.fina - com.type-invaders.name.production - gaf_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..aa48f9d83c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-farsi.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-farsi.glif deleted file mode 100644 index f1ec04b7e9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-farsi.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - gaf_yehfarsi - com.type-invaders.name.production - gaf_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..8aeee58174 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yeh-farsi.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 2f7bc76896..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF0626.fina - com.type-invaders.name.production - gaf_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..201d250330 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yehHamzaabove-ar_.glif deleted file mode 100644 index b96bd66a88..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06AF0626 - com.type-invaders.name.production - gaf_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..6ef215eb62 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gaf_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.fina.glif index f6b9450392..8cf824baa6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFECE - com.type-invaders.name.production - ghain-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.glif index 48e433d840..980d285588 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni063A - com.type-invaders.name.production - ghain-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.init.glif index 02bf98f29d..dff7fb7b76 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFECF - com.type-invaders.name.production - ghain-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.isol.glif index 250ae60ed7..45444817b7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFECD - com.type-invaders.name.production - ghain-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.medi.glif index f3047e11f5..564e3c80dc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED0 - com.type-invaders.name.production - ghain-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.short.glif index 3ff9ec1477..844fe08313 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghain-ar.short.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni063A.short - com.type-invaders.name.production - ghain-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghainDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghainDotbelow-ar_.fina.glif index 24bfaba536..cbeacaa611 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghainDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghainDotbelow-ar_.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni06FC.fina - com.type-invaders.name.production - ghainDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghainDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghainDotbelow-ar_.glif index 4dea703311..06925b47a7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghainDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghainDotbelow-ar_.glif @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni06FC - com.type-invaders.name.production - ghainDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghainDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghainDotbelow-ar_.init.glif index a05c79c847..b00c1477ba 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghainDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghainDotbelow-ar_.init.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06FC.init - com.type-invaders.name.production - ghainDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghainDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghainDotbelow-ar_.medi.glif index f5d515ebd1..f75d93760c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghainDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ghainDotbelow-ar_.medi.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni06FC.medi - com.type-invaders.name.production - ghainDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/grave.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/grave.case.glif index 63eb9474cd..ed112b8605 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/grave.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/grave.case.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/grave.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/grave.glif index 9f10f3e036..b1fdca9fcd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/grave.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/grave.glif @@ -10,7 +10,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gravecomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gravecomb.glif index f5d584b3a4..0ee93e65e2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gravecomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gravecomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0300 - com.type-invaders.name.production - gravecomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/guarani.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/guarani.glif index 49ae539262..328feef715 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/guarani.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/guarani.glif @@ -61,12 +61,4 @@ - - - com.type-invaders.name.final - uni20B2 - com.type-invaders.name.production - guarani - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gueh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gueh-ar.fina.glif index 877e3c7882..9433303624 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gueh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gueh-ar.fina.glif @@ -4,10 +4,13 @@ - + + + + - + @@ -18,10 +21,6 @@ - com.type-invaders.name.final - uniFB97 - com.type-invaders.name.production - gueh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gueh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gueh-ar.glif index 2ca595e663..aae64ef8b3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gueh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gueh-ar.glif @@ -4,10 +4,13 @@ - + + + + - + @@ -18,10 +21,6 @@ - com.type-invaders.name.final - uni06B3 - com.type-invaders.name.production - gueh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gueh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gueh-ar.init.glif index d6f99c104d..4048e8abb7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gueh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gueh-ar.init.glif @@ -7,7 +7,10 @@ - + + + + @@ -18,10 +21,6 @@ - com.type-invaders.name.final - uniFB98 - com.type-invaders.name.production - gueh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gueh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gueh-ar.medi.glif index d37234cd74..180c4a72fc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gueh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/gueh-ar.medi.glif @@ -7,7 +7,10 @@ - + + + + @@ -18,10 +21,6 @@ - com.type-invaders.name.final - uniFB99 - com.type-invaders.name.production - gueh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/h.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/h.glif index eae94f4964..d22b067ed4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/h.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/h.glif @@ -27,10 +27,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.fina.glif index c452d192e8..1d623f0081 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.fina.glif @@ -59,12 +59,4 @@ - - - com.type-invaders.name.final - uniFEA2 - com.type-invaders.name.production - hah-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.glif index 0c8c4e0a99..f20db3500a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.glif @@ -47,12 +47,4 @@ - - - com.type-invaders.name.final - uni062D - com.type-invaders.name.production - hah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.init.glif index 28f6ae1f4b..998c2af8e8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.init.glif @@ -43,12 +43,4 @@ - - - com.type-invaders.name.final - uniFEA3 - com.type-invaders.name.production - hah-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.isol.glif index 494d762927..1cc2eca526 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEA1 - com.type-invaders.name.production - hah-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.medi.glif index 758a3103ce..97a49cfc4d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.medi.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uniFEA4 - com.type-invaders.name.production - hah-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.short.glif index 29e8f7c506..05f280eb3d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hah-ar.short.glif @@ -46,12 +46,4 @@ - - - com.type-invaders.name.final - uni062D.short - com.type-invaders.name.production - hah-ar.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahFourbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahFourbelow-ar_.fina.glif index 6a64e6d705..9433b82cfa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahFourbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahFourbelow-ar_.fina.glif @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni077C.fina - com.type-invaders.name.production - hahFourbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahFourbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahFourbelow-ar_.glif index 1e74b2d750..020490d750 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahFourbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahFourbelow-ar_.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni077C - com.type-invaders.name.production - hahFourbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahFourbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahFourbelow-ar_.init.glif index f9d29edc0f..6bb3001a97 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahFourbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahFourbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni077C.init - com.type-invaders.name.production - hahFourbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahFourbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahFourbelow-ar_.medi.glif index 39aeaeb645..dec1219bd3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahFourbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahFourbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni077C.medi - com.type-invaders.name.production - hahFourbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahHamzaabove-ar_.fina.glif index 6e7a1d4a81..9e903af809 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahHamzaabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0681.fina - com.type-invaders.name.production - hahHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahHamzaabove-ar_.glif index 5792e9d287..629bb2fb5b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahHamzaabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0681 - com.type-invaders.name.production - hahHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahHamzaabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahHamzaabove-ar_.init.glif index 70430e4dd2..9a38e4223c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahHamzaabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahHamzaabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0681.init - com.type-invaders.name.production - hahHamzaabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahHamzaabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahHamzaabove-ar_.medi.glif index 7d90b3cfaf..9d354ac6fd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahHamzaabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahHamzaabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0681.medi - com.type-invaders.name.production - hahHamzaabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.fina.glif index ea5cda7e64..60b00aa80c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni076F.fina - com.type-invaders.name.production - hahTahTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.glif index c71150b276..43d8757ff4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.glif @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni076F - com.type-invaders.name.production - hahTahTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.init.glif index 077786c078..9fb6fc4bce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni076F.init - com.type-invaders.name.production - hahTahTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.medi.glif index cd61814cb8..db2086b64a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahTwodotshorizontalabove-ar__.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni076F.medi - com.type-invaders.name.production - hahTahTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahabove-ar_.fina.glif index 9f44f150cf..595e6e576e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0772.fina - com.type-invaders.name.production - hahTahabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahabove-ar_.glif index b430a0ee46..9e58efa0e2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0772 - com.type-invaders.name.production - hahTahabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahabove-ar_.init.glif index 1d71af19ec..252804c8e4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0772.init - com.type-invaders.name.production - hahTahabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahabove-ar_.medi.glif index 7318dc7518..f6a7c8a2c5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0772.medi - com.type-invaders.name.production - hahTahabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahbelow-ar_.fina.glif index d60c87d977..30945bb91f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahbelow-ar_.fina.glif @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni076E.fina - com.type-invaders.name.production - hahTahbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahbelow-ar_.glif index 3c3832a314..81ea2c44f0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahbelow-ar_.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni076E - com.type-invaders.name.production - hahTahbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahbelow-ar_.init.glif index d1fd497376..919a789b3a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni076E.init - com.type-invaders.name.production - hahTahbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahbelow-ar_.medi.glif index 6ba40b2b06..de9bb2b5b5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTahbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni076E.medi - com.type-invaders.name.production - hahTahbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsabove-ar_.fina.glif index f2e4b8a3c7..785eaa6916 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0685.fina - com.type-invaders.name.production - hahThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsabove-ar_.glif index 94f81db225..fb8d437d9e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0685 - com.type-invaders.name.production - hahThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsabove-ar_.init.glif index 44875d54ef..a1163785b5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0685.init - com.type-invaders.name.production - hahThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsabove-ar_.medi.glif index 72c0347888..a4dcb6246a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0685.medi - com.type-invaders.name.production - hahThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsupbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsupbelow-ar_.fina.glif index 562c3af3fe..2dac841473 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsupbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsupbelow-ar_.fina.glif @@ -96,13 +96,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0758.fina - com.type-invaders.name.production - hahThreedotsupbelow-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsupbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsupbelow-ar_.glif index 43073b1412..2f58136c8e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsupbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsupbelow-ar_.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0758 - com.type-invaders.name.production - hahThreedotsupbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsupbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsupbelow-ar_.init.glif index 356e56a760..3c180b582e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsupbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsupbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0758.init - com.type-invaders.name.production - hahThreedotsupbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsupbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsupbelow-ar_.medi.glif index 09d9c23126..3c465303cb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsupbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahThreedotsupbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0758.medi - com.type-invaders.name.production - hahThreedotsupbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotshorizontalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotshorizontalabove-ar_.fina.glif index 31504149ec..d391447af0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotshorizontalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotshorizontalabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0757.fina - com.type-invaders.name.production - hahTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotshorizontalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotshorizontalabove-ar_.glif index a70f3e6140..33a1c3540e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotshorizontalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotshorizontalabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0757 - com.type-invaders.name.production - hahTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotshorizontalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotshorizontalabove-ar_.init.glif index e724804064..97b62a6a7b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotshorizontalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotshorizontalabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0757.init - com.type-invaders.name.production - hahTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotshorizontalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotshorizontalabove-ar_.medi.glif index c3cdb2724a..4f28e2c0a6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotshorizontalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotshorizontalabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0757.medi - com.type-invaders.name.production - hahTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotsverticalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotsverticalabove-ar_.fina.glif index cfad6dc78a..740080661f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotsverticalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotsverticalabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni0682.fina - com.type-invaders.name.production - hahTwodotsverticalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotsverticalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotsverticalabove-ar_.glif index 7298d8d906..08f9004cf2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotsverticalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotsverticalabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0682 - com.type-invaders.name.production - hahTwodotsverticalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotsverticalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotsverticalabove-ar_.init.glif index a79ecaecf2..7959442e10 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotsverticalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotsverticalabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0682.init - com.type-invaders.name.production - hahTwodotsverticalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotsverticalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotsverticalabove-ar_.medi.glif index ebe82e38c9..1badfb4ac7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotsverticalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahTwodotsverticalabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0682.medi - com.type-invaders.name.production - hahTwodotsverticalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahabove-ar.glif index 3b6b827f62..379b4a1270 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hahabove-ar.glif @@ -30,18 +30,10 @@ - + - + - - - com.type-invaders.name.final - uni06E1 - com.type-invaders.name.production - hahabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamza-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamza-ar.glif index cfa930a39b..e6744ef0b8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamza-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamza-ar.glif @@ -37,12 +37,4 @@ - - - com.type-invaders.name.final - uni0621 - com.type-invaders.name.production - hamza-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamza-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamza-ar.isol.glif index 0dd748164b..8eff99cc3b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamza-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamza-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFE80 - com.type-invaders.name.production - hamza-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaabove-ar.glif index 651ce02117..10469fcc23 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaabove-ar.glif @@ -31,18 +31,10 @@ - + - + - - - com.type-invaders.name.final - uni0654 - com.type-invaders.name.production - hamzaabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveDamma-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveDamma-ar_.glif index a08c6e4ca0..fa9e301860 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveDamma-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveDamma-ar_.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni0654064F - com.type-invaders.name.production - hamzaaboveDamma-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveDammatan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveDammatan-ar_.glif index 125359c908..0d0d2be728 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveDammatan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveDammatan-ar_.glif @@ -2,15 +2,11 @@ - + - com.type-invaders.name.final - uni0654064C - com.type-invaders.name.production - hamzaaboveDammatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveFatha-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveFatha-ar_.glif index 91b3c3a302..bd73a506f9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveFatha-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveFatha-ar_.glif @@ -2,15 +2,11 @@ - + - com.type-invaders.name.final - uni0654064E - com.type-invaders.name.production - hamzaaboveFatha-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveFathatan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveFathatan-ar_.glif index 8548d21450..f9fb769b7d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveFathatan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveFathatan-ar_.glif @@ -8,10 +8,6 @@ - com.type-invaders.name.final - uni0654064B - com.type-invaders.name.production - hamzaaboveFathatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveSukun-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveSukun-ar_.glif index 1ec442548a..a707aeaeaa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveSukun-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzaaboveSukun-ar_.glif @@ -2,15 +2,11 @@ - + - com.type-invaders.name.final - uni06540652 - com.type-invaders.name.production - hamzaaboveSukun-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzabelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzabelow-ar.glif index 00c2309684..f46590dd4e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzabelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzabelow-ar.glif @@ -31,18 +31,10 @@ - + - + - - - com.type-invaders.name.final - uni0655 - com.type-invaders.name.production - hamzabelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzabelowKasra-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzabelowKasra-ar_.glif index fcd0451049..2064c6dfc0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzabelowKasra-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzabelowKasra-ar_.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06550650 - com.type-invaders.name.production - hamzabelowKasra-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzabelowKasratan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzabelowKasratan-ar_.glif index a499155724..1e271feea5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzabelowKasratan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzabelowKasratan-ar_.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni0655064D - com.type-invaders.name.production - hamzabelowKasratan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzacenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzacenter-ar.glif index 0d6f1d96b0..6ccca3a7fc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzacenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzacenter-ar.glif @@ -4,15 +4,11 @@ - + - com.type-invaders.name.final - hamzacenterar - com.type-invaders.name.production - hamzacenter-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzahigh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzahigh-ar.glif index 07f863d716..35867f9f68 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzahigh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hamzahigh-ar.glif @@ -30,18 +30,10 @@ - + - + - - - com.type-invaders.name.final - hamzahighar - com.type-invaders.name.production - hamzahigh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.fina.glif index b6e17a5d12..480c729067 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.fina.glif @@ -49,12 +49,4 @@ - - - com.type-invaders.name.final - uniFEEA - com.type-invaders.name.production - heh-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.glif index 120eefffc2..938312944a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.glif @@ -45,12 +45,4 @@ - - - com.type-invaders.name.final - uni0647 - com.type-invaders.name.production - heh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.init.glif index 3c4eaa702a..0bb7987fed 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.init.glif @@ -72,12 +72,4 @@ - - - com.type-invaders.name.final - uniFEEB - com.type-invaders.name.production - heh-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.isol.glif index 95ffaa42b2..3fb63b55ef 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFEE9 - com.type-invaders.name.production - heh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.medi.glif index 8e6a362eee..d36d5802cb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/heh-ar.medi.glif @@ -47,12 +47,4 @@ - - - com.type-invaders.name.final - uniFEEC - com.type-invaders.name.production - heh-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehAlefabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehAlefabove-ar_.init.glif index 4b36b8f49f..9048f9a65d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehAlefabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehAlefabove-ar_.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFCD9 - com.type-invaders.name.production - hehAlefabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehDoachashmee-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehDoachashmee-ar_.fina.glif index 0f97444c01..aebf1101b5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehDoachashmee-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehDoachashmee-ar_.fina.glif @@ -62,12 +62,4 @@ - - - com.type-invaders.name.final - uniFBAB - com.type-invaders.name.production - hehDoachashmee-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehDoachashmee-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehDoachashmee-ar_.glif index b353217729..b97fa33943 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehDoachashmee-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehDoachashmee-ar_.glif @@ -72,12 +72,4 @@ - - - com.type-invaders.name.final - uni06BE - com.type-invaders.name.production - hehDoachashmee-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehDoachashmee-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehDoachashmee-ar_.init.glif index 1ac9274f7a..8db702c201 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehDoachashmee-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehDoachashmee-ar_.init.glif @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uniFBAC - com.type-invaders.name.production - hehDoachashmee-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehDoachashmee-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehDoachashmee-ar_.medi.glif index e0fa2dd6ce..dfcc7eba8b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehDoachashmee-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehDoachashmee-ar_.medi.glif @@ -63,12 +63,4 @@ - - - com.type-invaders.name.final - uniFBAD - com.type-invaders.name.production - hehDoachashmee-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehHamzaabove-ar_.fina.glif index 59498b1b68..6d18087a9e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehHamzaabove-ar_.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFBA5 - com.type-invaders.name.production - hehHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehHamzaabove-ar_.glif index 2dde2e372d..249333e734 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehHamzaabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06C0 - com.type-invaders.name.production - hehHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehVinvertedabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehVinvertedabove-ar_.fina.glif index a0f07c505f..09351e1134 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehVinvertedabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehVinvertedabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06FF.fina - com.type-invaders.name.production - hehVinvertedabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehVinvertedabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehVinvertedabove-ar_.glif index a2e30a07e6..f48e9874cf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehVinvertedabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehVinvertedabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06FF - com.type-invaders.name.production - hehVinvertedabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehVinvertedabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehVinvertedabove-ar_.init.glif index 9853435ad5..712e9cdc1f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehVinvertedabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehVinvertedabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06FF.init - com.type-invaders.name.production - hehVinvertedabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehVinvertedabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehVinvertedabove-ar_.medi.glif index 90a243a868..8657656af6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehVinvertedabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehVinvertedabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06FF.medi - com.type-invaders.name.production - hehVinvertedabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoal-ar.fina.glif index 21bb701a7a..efb96feb1f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoal-ar.fina.glif @@ -38,12 +38,4 @@ - - - com.type-invaders.name.final - uniFBA7 - com.type-invaders.name.production - hehgoal-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoal-ar.glif index 7da5cddd12..54264fb907 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoal-ar.glif @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06C1 - com.type-invaders.name.production - hehgoal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoal-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoal-ar.init.glif index 9180a7bc3d..14197a5190 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoal-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoal-ar.init.glif @@ -65,12 +65,4 @@ - - - com.type-invaders.name.final - uniFBA8 - com.type-invaders.name.production - hehgoal-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoal-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoal-ar.medi.glif index b12ffe404f..52717f0a5f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoal-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoal-ar.medi.glif @@ -60,13 +60,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uniFBA9 - com.type-invaders.name.production - hehgoal-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoalHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoalHamzaabove-ar_.fina.glif index 14ff916bce..3412bb59e0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoalHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoalHamzaabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06C2.fina - com.type-invaders.name.production - hehgoalHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoalHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoalHamzaabove-ar_.glif index 92b6629815..b4f252efb7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoalHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoalHamzaabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06C2 - com.type-invaders.name.production - hehgoalHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoalHamzaabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoalHamzaabove-ar_.init.glif index 7d04a25ac7..c1d40e1caa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoalHamzaabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoalHamzaabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06C2.init - com.type-invaders.name.production - hehgoalHamzaabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoalHamzaabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoalHamzaabove-ar_.medi.glif index e6bb7b931a..9684081c5d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoalHamzaabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hehgoalHamzaabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06C2.medi - com.type-invaders.name.production - hehgoalHamzaabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamza-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamza-ar.glif index 8f056f8685..3336f7d1e6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamza-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamza-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni0674 - com.type-invaders.name.production - highhamza-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaAlef-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaAlef-ar_.fina.glif index b897eb8692..f824de797c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaAlef-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaAlef-ar_.fina.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uni0675.fina - com.type-invaders.name.production - highhamzaAlef-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaAlef-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaAlef-ar_.glif index 6160f9040d..7608236c36 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaAlef-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaAlef-ar_.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0675 - com.type-invaders.name.production - highhamzaAlef-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaWaw-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaWaw-ar_.fina.glif index 301ce86f59..cd67c3b175 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaWaw-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaWaw-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -25,10 +22,6 @@ - com.type-invaders.name.final - uni0676.fina - com.type-invaders.name.production - highhamzaWaw-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaWaw-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaWaw-ar_.glif index 0aa9cbbedd..850e94d83f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaWaw-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaWaw-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -26,10 +23,6 @@ - com.type-invaders.name.final - uni0676 - com.type-invaders.name.production - highhamzaWaw-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaYeh-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaYeh-ar_.fina.glif index 4d4fe79d2e..db99439aa9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaYeh-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaYeh-ar_.fina.glif @@ -13,19 +13,12 @@ - - - - com.type-invaders.name.final - uni0678.fina - com.type-invaders.name.production - highhamzaYeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaYeh-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaYeh-ar_.glif index 9da3cb2e71..6b55bbb225 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaYeh-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaYeh-ar_.glif @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uni0678 - com.type-invaders.name.production - highhamzaYeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaYeh-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaYeh-ar_.init.glif index b044acffe5..29f3649822 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaYeh-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaYeh-ar_.init.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0678.init - com.type-invaders.name.production - highhamzaYeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaYeh-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaYeh-ar_.medi.glif index 6396528919..35619c2919 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaYeh-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highhamzaYeh-ar_.medi.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0678.medi - com.type-invaders.name.production - highhamzaYeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highwaw-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highwaw-ar.glif index 4d8e785769..2c92600b1d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highwaw-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/highwaw-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni08F3 - com.type-invaders.name.production - highwaw-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/horizontalbar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/horizontalbar.glif index 9c13049072..1ca1628520 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/horizontalbar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/horizontalbar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni2015 - com.type-invaders.name.production - horizontalbar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hryvnia.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hryvnia.glif index 44a32d9621..4528b88ca6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hryvnia.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hryvnia.glif @@ -58,12 +58,4 @@ - - - com.type-invaders.name.final - uni20B4 - com.type-invaders.name.production - hryvnia - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hungarumlaut.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hungarumlaut.glif index 894460db27..4ea53195b4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hungarumlaut.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hungarumlaut.glif @@ -16,7 +16,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hungarumlautcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hungarumlautcomb.glif index 923349e8c1..10ccf4b11e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hungarumlautcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hungarumlautcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni030B - com.type-invaders.name.production - hungarumlautcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hyphentwo.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hyphentwo.glif index e02a95b49b..155148542a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hyphentwo.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/hyphentwo.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni2010 - com.type-invaders.name.production - hyphentwo com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/i.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/i.glif index c334c4b56f..5a90db9e05 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/i.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/i.glif @@ -26,10 +26,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/iacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/iacute.glif index 6cfea1931e..735b9f748a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/iacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/iacute.glif @@ -5,6 +5,12 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/icircumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/icircumflex.glif index b0a2354d91..a46c231fb9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/icircumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/icircumflex.glif @@ -5,6 +5,12 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/idieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/idieresis.glif index 936f03be97..021d24c6e4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/idieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/idieresis.glif @@ -5,6 +5,12 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/igrave.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/igrave.glif index f012a03873..8c0efb39fa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/igrave.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/igrave.glif @@ -5,6 +5,12 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ij.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ij.glif index e473983441..bf5b7d58c4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ij.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ij.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jallajalalouhou-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jallajalalouhou-ar.glif index 5a44cee968..e3e450bd24 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jallajalalouhou-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jallajalalouhou-ar.glif @@ -268,12 +268,4 @@ - - - com.type-invaders.name.final - uniFDFB - com.type-invaders.name.production - jallajalalouhou-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.fina.glif index c309d83571..692d8412bf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.fina.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFE9E - com.type-invaders.name.production - jeem-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.glif index afc8348cfa..08ce4290b0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni062C - com.type-invaders.name.production - jeem-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.init.glif index a3956b2372..304b6c105e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFE9F - com.type-invaders.name.production - jeem-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.isol.glif index e899bde206..2b943a8e9d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFE9D - com.type-invaders.name.production - jeem-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.medi.glif index 0ef6f3d392..f92f0f55f7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFEA0 - com.type-invaders.name.production - jeem-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.short.glif index af605b77a5..844bdf4972 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeem-ar.short.glif @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni062C.short - com.type-invaders.name.production - jeem-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemTwodotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemTwodotsabove-ar_.fina.glif index 40ce4b4b41..3f92987377 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemTwodotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemTwodotsabove-ar_.fina.glif @@ -3,8 +3,8 @@ - + @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni08A2.fina - com.type-invaders.name.production - jeemTwodotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemTwodotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemTwodotsabove-ar_.glif index 85e8d1ac0d..493c35de3b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemTwodotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemTwodotsabove-ar_.glif @@ -4,8 +4,8 @@ - + @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni08A2 - com.type-invaders.name.production - jeemTwodotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemTwodotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemTwodotsabove-ar_.init.glif index 917a8a14d1..b4905c2f28 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemTwodotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemTwodotsabove-ar_.init.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni08A2.init - com.type-invaders.name.production - jeemTwodotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemTwodotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemTwodotsabove-ar_.medi.glif index d2df10f0b7..ecfbf0a7a3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemTwodotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemTwodotsabove-ar_.medi.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni08A2.medi - com.type-invaders.name.production - jeemTwodotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemabove-ar.glif index 116c1f1661..4624190ca3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeemabove-ar.glif @@ -54,18 +54,10 @@ - + - + - - - com.type-invaders.name.final - uni06DA - com.type-invaders.name.production - jeemabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeh-ar.fina.glif index fa70fbe988..9d47399489 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeh-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB8B - com.type-invaders.name.production - jeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeh-ar.fina.short.glif index 7b0c36c1cd..ac490cc976 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeh-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeh-ar.fina.short.glif @@ -1,28 +1,21 @@ - + - + - + - + - - - - + - com.type-invaders.name.final - uniFB8B.short - com.type-invaders.name.production - jeh-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeh-ar.glif index fec66b52d2..f152971316 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeh-ar.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0698 - com.type-invaders.name.production - jeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeh-ar.short.glif index 9190027084..ddaad6f76d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeh-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/jeh-ar.short.glif @@ -1,28 +1,21 @@ - + - + - + - + - - - - + - com.type-invaders.name.final - uni0698.short - com.type-invaders.name.production - jeh-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/k.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/k.glif index b9c3aa479f..69083c29c6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/k.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/k.glif @@ -20,7 +20,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.fina.glif index a9e8c36bf6..702cc8cb9b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.fina.glif @@ -69,12 +69,4 @@ - - - com.type-invaders.name.final - uniFEDA - com.type-invaders.name.production - kaf-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.fina.ss01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.fina.ss01.glif index 00c4982e49..da1023a6ac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.fina.ss01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.fina.ss01.glif @@ -33,13 +33,11 @@ + + + + + + - - - com.type-invaders.name.final - uniFEDA.ss01 - com.type-invaders.name.production - kaf-ar.fina.ss01 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.glif index afa27c141a..9dd8419614 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.glif @@ -48,12 +48,4 @@ - - - com.type-invaders.name.final - uni0643 - com.type-invaders.name.production - kaf-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.init.glif index f8d35ffc57..0a38984b1b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.init.glif @@ -41,12 +41,4 @@ - - - com.type-invaders.name.final - uniFEDB - com.type-invaders.name.production - kaf-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.init.ss01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.init.ss01.glif index fda609ebd6..f72e4fc2bf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.init.ss01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.init.ss01.glif @@ -24,13 +24,11 @@ + + + + + + - - - com.type-invaders.name.final - uniFEDB.ss01 - com.type-invaders.name.production - kaf-ar.init.ss01 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.isol.glif index ef3f39c81d..3b8b9e62da 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFED9 - com.type-invaders.name.production - kaf-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.medi.glif index 0a86b257cb..947799dd26 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.medi.glif @@ -51,12 +51,4 @@ - - - com.type-invaders.name.final - uniFEDC - com.type-invaders.name.production - kaf-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.medi.ss01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.medi.ss01.glif index 9896e1bf3c..83756a72a3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.medi.ss01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf-ar.medi.ss01.glif @@ -34,13 +34,11 @@ + + + + + + - - - com.type-invaders.name.final - uniFEDC.ss01 - com.type-invaders.name.production - kaf-ar.medi.ss01 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafDotabove-ar_.fina.glif index 67ee01d494..255df24d0d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafDotabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06AC.fina - com.type-invaders.name.production - kafDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafDotabove-ar_.glif index 28400c8ae1..87f9b39876 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafDotabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06AC - com.type-invaders.name.production - kafDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafDotabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafDotabove-ar_.init.glif index e77cfb9e94..3e7d4fc1b5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafDotabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafDotabove-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni06AC.init - com.type-invaders.name.production - kafDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafDotabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafDotabove-ar_.medi.glif index e8d00aac6e..4e627fedbb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafDotabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafDotabove-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni06AC.medi - com.type-invaders.name.production - kafDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafRing-ar_.fina.glif index e11ea4b10a..4f9b8eabde 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafRing-ar_.fina.glif @@ -75,13 +75,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06AB.fina - com.type-invaders.name.production - kafRing-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafRing-ar_.glif index 08df20d830..640d339ce3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafRing-ar_.glif @@ -65,13 +65,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06AB - com.type-invaders.name.production - kafRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafRing-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafRing-ar_.init.glif index 76cca256d5..9702c2fbfa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafRing-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafRing-ar_.init.glif @@ -54,13 +54,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06AB.init - com.type-invaders.name.production - kafRing-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafRing-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafRing-ar_.medi.glif index 4840e5748b..94d3d5cda7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafRing-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafRing-ar_.medi.glif @@ -64,13 +64,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06AB.medi - com.type-invaders.name.production - kafRing-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafThreedotsbelow-ar_.fina.glif index 2a8fbfd214..c8b84bde0c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafThreedotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni06AE.fina - com.type-invaders.name.production - kafThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafThreedotsbelow-ar_.glif index c7e166dfc6..6d7503972e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafThreedotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni06AE - com.type-invaders.name.production - kafThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafThreedotsbelow-ar_.init.glif index fd450e7190..b27d19db62 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafThreedotsbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni06AE.init - com.type-invaders.name.production - kafThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafThreedotsbelow-ar_.medi.glif index 771036952a..483c80322d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafThreedotsbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni06AE.medi - com.type-invaders.name.production - kafThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafTwodotshorizontalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafTwodotshorizontalabove-ar_.fina.glif index 0c8f390cba..ad99e38edf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafTwodotshorizontalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafTwodotshorizontalabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni077F.fina - com.type-invaders.name.production - kafTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafTwodotshorizontalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafTwodotshorizontalabove-ar_.glif index f63b9b2600..b1ba59f347 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafTwodotshorizontalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafTwodotshorizontalabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni077F - com.type-invaders.name.production - kafTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafTwodotshorizontalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafTwodotshorizontalabove-ar_.init.glif index 112f09214a..0d53e6bf62 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafTwodotshorizontalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafTwodotshorizontalabove-ar_.init.glif @@ -2,8 +2,8 @@ - + @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni077F.init - com.type-invaders.name.production - kafTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafTwodotshorizontalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafTwodotshorizontalabove-ar_.medi.glif index 2a4421325b..122704c433 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafTwodotshorizontalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafTwodotshorizontalabove-ar_.medi.glif @@ -2,8 +2,8 @@ - + @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni077F.medi - com.type-invaders.name.production - kafTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_alefMaksura-ar_.fina.glif deleted file mode 100644 index b9105898f1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC83 - com.type-invaders.name.production - kaf_alefMaksura-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..6811dda363 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_alefMaksura-ar_.glif deleted file mode 100644 index d9b0e066c2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_alefMaksura-ar_.glif +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC3D - com.type-invaders.name.production - kaf_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..881ec8fcf1 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_alefMaksura-ar_.rlig.glif @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-ar.fina.glif deleted file mode 100644 index 900126fddc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-ar.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC84 - com.type-invaders.name.production - kaf_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..cb657f0799 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-ar.glif deleted file mode 100644 index 3544684ba0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-ar.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC3E - com.type-invaders.name.production - kaf_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-ar.rlig.glif new file mode 100644 index 0000000000..5b7a57145b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-farsi.fina.glif deleted file mode 100644 index 1ae35416bb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-farsi.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni05DB.initFBFD.init.fina - com.type-invaders.name.production - kaf_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..90bc91fe0f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-farsi.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-farsi.glif deleted file mode 100644 index 5dbfd90433..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-farsi.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni05DB.initFBFD.init - com.type-invaders.name.production - kaf_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..2bafd4ae7a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yeh-farsi.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 8b2b195406..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06430626.fina - com.type-invaders.name.production - kaf_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..5a2cb064bd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yehHamzaabove-ar_.glif deleted file mode 100644 index 8d662d6228..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06430626 - com.type-invaders.name.production - kaf_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..0c9e21e1f0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kaf_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafswash-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafswash-ar.glif index 07e771b6e2..62bb94d508 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafswash-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kafswash-ar.glif @@ -24,13 +24,11 @@ + + + + + + - - - com.type-invaders.name.final - uni06AA - com.type-invaders.name.production - kafswash-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kashida-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kashida-ar.glif index 34a4662b7b..a604620e32 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kashida-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kashida-ar.glif @@ -18,12 +18,4 @@ - - - com.type-invaders.name.final - uni0640 - com.type-invaders.name.production - kashida-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kashida-ar.long.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kashida-ar.long.glif index e627737b48..7a32d36a44 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kashida-ar.long.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kashida-ar.long.glif @@ -17,12 +17,4 @@ - - - com.type-invaders.name.final - uni0640.long - com.type-invaders.name.production - kashida-ar.long - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kashidaFina-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kashidaFina-ar_.glif index 130af00f5c..facc548165 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kashidaFina-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kashidaFina-ar_.glif @@ -16,12 +16,4 @@ - - - com.type-invaders.name.final - uniFE73 - com.type-invaders.name.production - kashidaFina-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kashidaFina2-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kashidaFina2-ar_.glif index a8e88efb29..39850a0c18 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kashidaFina2-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kashidaFina2-ar_.glif @@ -15,12 +15,4 @@ - - - com.type-invaders.name.final - kashidaFina2ar - com.type-invaders.name.production - kashidaFina2-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasra-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasra-ar.glif index 71b3eaf7e4..71e659991d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasra-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasra-ar.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni0650 - com.type-invaders.name.production - kasra-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasra-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasra-ar.isol.glif index 6ec4a0cea9..c1880616cb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasra-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasra-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE7A - com.type-invaders.name.production - kasra-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasra-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasra-ar.medi.glif index 98ae2071af..44e1834e15 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasra-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasra-ar.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFE7B - com.type-invaders.name.production - kasra-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasraCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasraCurly-ar_.glif index bc2cbda065..5eba9f398c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasraCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasraCurly-ar_.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni08E6 - com.type-invaders.name.production - kasraCurly-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasraDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasraDotbelow-ar_.glif index a41f8795ca..70ddffb340 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasraDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasraDotbelow-ar_.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni08F6 - com.type-invaders.name.production - kasraDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasrasmall-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasrasmall-ar.glif index c0ca68708b..fa874ad7e6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasrasmall-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasrasmall-ar.glif @@ -10,18 +10,10 @@ - + - + - - - com.type-invaders.name.final - uni061A - com.type-invaders.name.production - kasrasmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasratan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasratan-ar.glif index 4cb70916cc..0d7e00d182 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasratan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasratan-ar.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni064D - com.type-invaders.name.production - kasratan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasratan-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasratan-ar.isol.glif index 3cd93aa91d..c04e06534a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasratan-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasratan-ar.isol.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uniFE74 - com.type-invaders.name.production - kasratan-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasratanCurly-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasratanCurly-ar_.glif index a139f4517d..d9cd9ab56e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasratanCurly-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kasratanCurly-ar_.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni08E9 - com.type-invaders.name.production - kasratanCurly-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh-ar.fina.glif index f3ffb29400..20f16883e2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh-ar.fina.glif @@ -62,12 +62,4 @@ - - - com.type-invaders.name.final - uniFB8F - com.type-invaders.name.production - keheh-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh-ar.glif index 5ea176b4bf..ba1b10e568 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh-ar.glif @@ -51,12 +51,4 @@ - - - com.type-invaders.name.final - uni06A9 - com.type-invaders.name.production - keheh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh-ar.init.glif index 27fa207310..3cd400f790 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh-ar.init.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uniFB90 - com.type-invaders.name.production - keheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh-ar.medi.glif index 94340b9643..59e4c1e45a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh-ar.medi.glif @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uniFB91 - com.type-invaders.name.production - keheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehDotabove-ar_.fina.glif index f43c142da9..40d4cd9400 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehDotabove-ar_.fina.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0762.fina - com.type-invaders.name.production - kehehDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehDotabove-ar_.glif index 6dce47249b..a1cce0bb53 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehDotabove-ar_.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0762 - com.type-invaders.name.production - kehehDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehDotabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehDotabove-ar_.init.glif index af4a6ac06b..2af3635b36 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehDotabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehDotabove-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0762.init - com.type-invaders.name.production - kehehDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehDotabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehDotabove-ar_.medi.glif index b945732881..7cb625e612 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehDotabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehDotabove-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0762.medi - com.type-invaders.name.production - kehehDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsabove-ar_.fina.glif index ca3d825950..aa16986291 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsabove-ar_.fina.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0763.fina - com.type-invaders.name.production - kehehThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsabove-ar_.glif index 254ee9e27f..ed97dfabad 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsabove-ar_.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0763 - com.type-invaders.name.production - kehehThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsabove-ar_.init.glif index b59c6ee080..0deccd837c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsabove-ar_.init.glif @@ -2,8 +2,8 @@ - + @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0763.init - com.type-invaders.name.production - kehehThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsabove-ar_.medi.glif index 19d09ce4dd..849f2d8e70 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsabove-ar_.medi.glif @@ -2,8 +2,8 @@ - + @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0763.medi - com.type-invaders.name.production - kehehThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsbelow-ar_.fina.glif index f0ab0cd96d..6248bd6e60 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni063C.fina - com.type-invaders.name.production - kehehThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsbelow-ar_.glif index 9225e87709..a7ad6a3dee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uni063C - com.type-invaders.name.production - kehehThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsbelow-ar_.init.glif index 91956030fc..e6426f527f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni063C.init - com.type-invaders.name.production - kehehThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsbelow-ar_.medi.glif index 7214e004bc..56146b5e63 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni063C.medi - com.type-invaders.name.production - kehehThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsupbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsupbelow-ar_.fina.glif index 7040ef0a15..31cebf532e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsupbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsupbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0764.fina - com.type-invaders.name.production - kehehThreedotsupbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsupbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsupbelow-ar_.glif index 34037f90a7..8f50ea17f5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsupbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsupbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uni0764 - com.type-invaders.name.production - kehehThreedotsupbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsupbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsupbelow-ar_.init.glif index b5154bc98e..c54b4c4ab5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsupbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsupbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0764.init - com.type-invaders.name.production - kehehThreedotsupbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsupbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsupbelow-ar_.medi.glif index 3c0eb6e0ad..99695a6e30 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsupbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehThreedotsupbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0764.medi - com.type-invaders.name.production - kehehThreedotsupbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehTwodotshorizontalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehTwodotshorizontalabove-ar_.fina.glif index 3329d5c0fc..63dc23f544 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehTwodotshorizontalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehTwodotshorizontalabove-ar_.fina.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni063B.fina - com.type-invaders.name.production - kehehTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehTwodotshorizontalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehTwodotshorizontalabove-ar_.glif index fb1250bfee..c4ee0b9463 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehTwodotshorizontalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehTwodotshorizontalabove-ar_.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063B - com.type-invaders.name.production - kehehTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehTwodotshorizontalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehTwodotshorizontalabove-ar_.init.glif index a2b8076a98..4364492252 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehTwodotshorizontalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehTwodotshorizontalabove-ar_.init.glif @@ -2,8 +2,8 @@ - + @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni063B.init - com.type-invaders.name.production - kehehTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehTwodotshorizontalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehTwodotshorizontalabove-ar_.medi.glif index f192d6fad2..f17f9b7441 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehTwodotshorizontalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kehehTwodotshorizontalabove-ar_.medi.glif @@ -2,8 +2,8 @@ - + @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni063B.medi - com.type-invaders.name.production - kehehTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-ar.fina.glif deleted file mode 100644 index f174e6276a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-ar.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06A9064A.fina - com.type-invaders.name.production - keheh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..a31377cb9b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-ar.glif deleted file mode 100644 index af6ac914f7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-ar.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06A9064A - com.type-invaders.name.production - keheh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..4d3d637681 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-ar.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-farsi.fina.glif deleted file mode 100644 index 01fb2e8a1d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-farsi.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - keheh_yehfarsi.fina - com.type-invaders.name.production - keheh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..4f6f4d96a7 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-farsi.glif deleted file mode 100644 index 58d48bf2e7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-farsi.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - keheh_yehfarsi - com.type-invaders.name.production - keheh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..1ea0655d6d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/keheh_yeh-farsi.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.fina.glif index 0d67b4e64f..ca1416b30b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFEA6 - com.type-invaders.name.production - khah-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.glif index fcbaa9ade1..b1798966f7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni062E - com.type-invaders.name.production - khah-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.init.glif index bf2f181bad..52598a0deb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFEA7 - com.type-invaders.name.production - khah-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.isol.glif index d1e11f40c3..024a952ba9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFEA5 - com.type-invaders.name.production - khah-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.medi.glif index 4bc99e14b9..eebb9ace65 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFEA8 - com.type-invaders.name.production - khah-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.short.glif index f67d654d01..610e7fab6e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/khah-ar.short.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni062E.short - com.type-invaders.name.production - khah-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kip.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kip.glif index 5aaf0c691e..a0e46ab422 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kip.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kip.glif @@ -26,12 +26,4 @@ - - - com.type-invaders.name.final - uni20AD - com.type-invaders.name.production - kip - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kirghizoe-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kirghizoe-ar.fina.glif index fa1afef674..e5fb8879e7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kirghizoe-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kirghizoe-ar.fina.glif @@ -53,9 +53,6 @@ - - - @@ -72,12 +69,4 @@ - - - com.type-invaders.name.final - uniFBE1 - com.type-invaders.name.production - kirghizoe-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kirghizoe-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kirghizoe-ar.glif index 15f000ac5a..59667276c1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kirghizoe-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kirghizoe-ar.glif @@ -49,9 +49,6 @@ - - - @@ -68,12 +65,4 @@ - - - com.type-invaders.name.final - uni06C5 - com.type-invaders.name.production - kirghizoe-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kirghizyu-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kirghizyu-ar.fina.glif index c0946cfe9c..9e316aec3f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kirghizyu-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kirghizyu-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFBE3 - com.type-invaders.name.production - kirghizyu-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kirghizyu-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kirghizyu-ar.glif index 4f5d1b594d..a1c84888d8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kirghizyu-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/kirghizyu-ar.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06C9 - com.type-invaders.name.production - kirghizyu-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/l.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/l.glif index 60ba3c73b8..e4258bed08 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/l.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/l.glif @@ -15,13 +15,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.fina.glif index 1082645407..ea92848134 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.fina.glif @@ -32,9 +32,6 @@ - - - @@ -42,12 +39,4 @@ - - - com.type-invaders.name.final - uniFEDE - com.type-invaders.name.production - lam-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.glif index f2bbe7bb88..fdc9615b99 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.glif @@ -28,9 +28,6 @@ - - - @@ -38,12 +35,4 @@ - - - com.type-invaders.name.final - uni0644 - com.type-invaders.name.production - lam-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.init.glif index 0d80b1cd71..96c4a0f3b8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.init.glif @@ -18,9 +18,6 @@ - - - @@ -28,12 +25,4 @@ - - - com.type-invaders.name.final - uniFEDF - com.type-invaders.name.production - lam-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.isol.glif index ee3f484610..ec7ef790e7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEDD - com.type-invaders.name.production - lam-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.medi.glif index 1776dddabf..aaf0616960 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam-ar.medi.glif @@ -27,9 +27,6 @@ - - - @@ -37,12 +34,4 @@ - - - com.type-invaders.name.final - uniFEE0 - com.type-invaders.name.production - lam-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamAlefabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamAlefabove-ar_.glif index dd86f040e2..071e853e1b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamAlefabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamAlefabove-ar_.glif @@ -34,18 +34,10 @@ - + - + - - - com.type-invaders.name.final - uni06D9 - com.type-invaders.name.production - lamAlefabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar-ar_.fina.glif index 7fa1c1a5af..08de057959 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar-ar_.fina.glif @@ -39,13 +39,11 @@ + + + + + + - - - com.type-invaders.name.final - uni076A.fina - com.type-invaders.name.production - lamBar-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar-ar_.glif index f2e58ead4f..762b3be397 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar-ar_.glif @@ -36,13 +36,11 @@ + + + + + + - - - com.type-invaders.name.final - uni076A - com.type-invaders.name.production - lamBar-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar-ar_.init.glif index 284e9d9874..ed669f7e2b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar-ar_.init.glif @@ -25,13 +25,11 @@ + + + + + + - - - com.type-invaders.name.final - uni076A.init - com.type-invaders.name.production - lamBar-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar-ar_.medi.glif index ef056f0778..933a1cac18 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar-ar_.medi.glif @@ -34,13 +34,11 @@ + + + + + + - - - com.type-invaders.name.final - uni076A.medi - com.type-invaders.name.production - lamBar-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar__alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar__alef-ar.fina.glif deleted file mode 100644 index 2094abd227..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar__alef-ar.fina.glif +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni076A0627.fina - com.type-invaders.name.production - lamBar_alef-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar__alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar__alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..75ebb0458c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar__alef-ar.fina.rlig.glif @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar__alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar__alef-ar.glif deleted file mode 100644 index d61c0214bd..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar__alef-ar.glif +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni076A0627 - com.type-invaders.name.production - lamBar_alef-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar__alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar__alef-ar.rlig.glif new file mode 100644 index 0000000000..5d4cf5cc6b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamBar__alef-ar.rlig.glif @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove-ar_.fina.glif index f82e3fb391..47ef84f815 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove-ar_.fina.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B6.fina - com.type-invaders.name.production - lamDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove-ar_.glif index 76fa73cb60..99d64629b7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove-ar_.glif @@ -5,22 +5,15 @@ - - - - + - com.type-invaders.name.final - uni06B6 - com.type-invaders.name.production - lamDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove-ar_.init.glif index 1ccc515aa5..1724a068c0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove-ar_.init.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B6.init - com.type-invaders.name.production - lamDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove-ar_.medi.glif index 2cdad0cb96..63746d2463 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove-ar_.medi.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B6.medi - com.type-invaders.name.production - lamDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove__alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove__alef-ar.fina.glif deleted file mode 100644 index c1ca8e726d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove__alef-ar.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B60627.fina - com.type-invaders.name.production - lamDotabove_alef-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove__alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove__alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..d86bffc32c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove__alef-ar.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove__alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove__alef-ar.glif deleted file mode 100644 index 73b54d6c1d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove__alef-ar.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B60627 - com.type-invaders.name.production - lamDotabove_alef-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove__alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove__alef-ar.rlig.glif new file mode 100644 index 0000000000..1c6fd6cca8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDotabove__alef-ar.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDoublebar-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDoublebar-ar_.fina.glif index 16db9ee7ee..9a65c4988a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDoublebar-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDoublebar-ar_.fina.glif @@ -47,13 +47,11 @@ + + + + + + - - - com.type-invaders.name.final - uni08A6.fina - com.type-invaders.name.production - lamDoublebar-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDoublebar-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDoublebar-ar_.glif index 4b134ea187..84fba68e8d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDoublebar-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDoublebar-ar_.glif @@ -44,13 +44,11 @@ + + + + + + - - - com.type-invaders.name.final - uni08A6 - com.type-invaders.name.production - lamDoublebar-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDoublebar-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDoublebar-ar_.init.glif index 420279aad9..71c32608e4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDoublebar-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDoublebar-ar_.init.glif @@ -33,13 +33,11 @@ + + + + + + - - - com.type-invaders.name.final - uni08A6.init - com.type-invaders.name.production - lamDoublebar-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDoublebar-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDoublebar-ar_.medi.glif index 62dc1834be..228ea8acd1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDoublebar-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamDoublebar-ar_.medi.glif @@ -42,13 +42,11 @@ + + + + + + - - - com.type-invaders.name.final - uni08A6.medi - com.type-invaders.name.production - lamDoublebar-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove-ar_.fina.glif index b27323744d..d7fa927459 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove-ar_.fina.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B7.fina - com.type-invaders.name.production - lamThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove-ar_.glif index 59bbdebb10..ec6bf0573b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove-ar_.glif @@ -5,22 +5,15 @@ - - - - + - com.type-invaders.name.final - uni06B7 - com.type-invaders.name.production - lamThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove-ar_.init.glif index 9d7b38b0f0..ec1e5fa4ff 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove-ar_.init.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B7.init - com.type-invaders.name.production - lamThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove-ar_.medi.glif index 86a0ca22cb..dfb250e9fd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove-ar_.medi.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B7.medi - com.type-invaders.name.production - lamThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove__alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove__alef-ar.fina.glif deleted file mode 100644 index af4c5ff26d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove__alef-ar.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B70627.fina - com.type-invaders.name.production - lamThreedotsabove_alef-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove__alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove__alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..7705dd1563 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove__alef-ar.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove__alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove__alef-ar.glif deleted file mode 100644 index 9c0103e74e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove__alef-ar.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B70627 - com.type-invaders.name.production - lamThreedotsabove_alef-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove__alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove__alef-ar.rlig.glif new file mode 100644 index 0000000000..c2b59a0252 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsabove__alef-ar.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow-ar_.fina.glif index 83865cb1dc..1ca0837e15 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow-ar_.fina.glif @@ -5,10 +5,7 @@ - - - - + @@ -16,10 +13,6 @@ - com.type-invaders.name.final - uni06B8.fina - com.type-invaders.name.production - lamThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow-ar_.glif index 9f53189d1e..21411a4309 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow-ar_.glif @@ -6,10 +6,7 @@ - - - - + @@ -17,10 +14,6 @@ - com.type-invaders.name.final - uni06B8 - com.type-invaders.name.production - lamThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow-ar_.init.glif index 57f873e784..43ddf8b169 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow-ar_.init.glif @@ -2,13 +2,10 @@ - + - - - - + @@ -16,10 +13,6 @@ - com.type-invaders.name.final - uni06B8.init - com.type-invaders.name.production - lamThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow-ar_.medi.glif index 6c6e688f93..6faa602eeb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow-ar_.medi.glif @@ -5,10 +5,7 @@ - - - - + @@ -16,10 +13,6 @@ - com.type-invaders.name.final - uni06B8.medi - com.type-invaders.name.production - lamThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.glif deleted file mode 100644 index 7122999dac..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B80627.fina - com.type-invaders.name.production - lamThreedotsbelow_alef-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..857bd0f0da --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow__alef-ar.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow__alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow__alef-ar.glif deleted file mode 100644 index 0feba78f09..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow__alef-ar.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B80627 - com.type-invaders.name.production - lamThreedotsbelow_alef-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow__alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow__alef-ar.rlig.glif new file mode 100644 index 0000000000..c1fefba9d9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamThreedotsbelow__alef-ar.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove-ar_.fina.glif index 68b1dddfcc..69623b1f8c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove-ar_.fina.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B5.fina - com.type-invaders.name.production - lamVabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove-ar_.glif index a5bd4ffe23..f2e3fbd391 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove-ar_.glif @@ -5,22 +5,15 @@ - - - - + - com.type-invaders.name.final - uni06B5 - com.type-invaders.name.production - lamVabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove-ar_.init.glif index d9e438ef9c..5fe2e5eb73 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove-ar_.init.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B5.init - com.type-invaders.name.production - lamVabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove-ar_.medi.glif index a3788e4d37..bb6f073e9e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove-ar_.medi.glif @@ -4,22 +4,15 @@ - - - - + - com.type-invaders.name.final - uni06B5.medi - com.type-invaders.name.production - lamVabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove__alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove__alef-ar.fina.glif deleted file mode 100644 index 2028b0bf37..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove__alef-ar.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B50627.fina - com.type-invaders.name.production - lamVabove_alef-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove__alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove__alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..bc43445517 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove__alef-ar.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove__alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove__alef-ar.glif deleted file mode 100644 index f09a4d5cd3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove__alef-ar.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06B50627 - com.type-invaders.name.production - lamVabove_alef-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove__alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove__alef-ar.rlig.glif new file mode 100644 index 0000000000..05dee12f62 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lamVabove__alef-ar.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alef-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alef-ar.fina.glif deleted file mode 100644 index 173fa891bc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alef-ar.fina.glif +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEFC - com.type-invaders.name.production - lam_alef-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alef-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alef-ar.fina.rlig.glif new file mode 100644 index 0000000000..f19f79799d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alef-ar.fina.rlig.glif @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alef-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alef-ar.glif deleted file mode 100644 index 8351795beb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alef-ar.glif +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEFB - com.type-invaders.name.production - lam_alef-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alef-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alef-ar.rlig.glif new file mode 100644 index 0000000000..51056ded9f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alef-ar.rlig.glif @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzaabove-ar_.fina.glif deleted file mode 100644 index 4080fcbc1e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF8 - com.type-invaders.name.production - lam_alefHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..6f5c02a733 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzaabove-ar_.glif deleted file mode 100644 index 70e14816a8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzaabove-ar_.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF7 - com.type-invaders.name.production - lam_alefHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..79895231bb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzabelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzabelow-ar_.fina.glif deleted file mode 100644 index b94e7a3a48..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzabelow-ar_.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEFA - com.type-invaders.name.production - lam_alefHamzabelow-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzabelow-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzabelow-ar_.fina.rlig.glif new file mode 100644 index 0000000000..b00730063d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzabelow-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzabelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzabelow-ar_.glif deleted file mode 100644 index 77a9a678c6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzabelow-ar_.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF9 - com.type-invaders.name.production - lam_alefHamzabelow-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzabelow-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzabelow-ar_.rlig.glif new file mode 100644 index 0000000000..5d1b89f2c4 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefHamzabelow-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMadda-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMadda-ar_.fina.glif deleted file mode 100644 index caa6feab85..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMadda-ar_.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF6 - com.type-invaders.name.production - lam_alefMadda-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMadda-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMadda-ar_.fina.rlig.glif new file mode 100644 index 0000000000..aaf5ae97fa --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMadda-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMadda-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMadda-ar_.glif deleted file mode 100644 index 663e014801..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMadda-ar_.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF5 - com.type-invaders.name.production - lam_alefMadda-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMadda-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMadda-ar_.rlig.glif new file mode 100644 index 0000000000..90ff61b5cc --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMadda-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMaksura-ar_.glif deleted file mode 100644 index 3bb7c73083..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMaksura-ar_.glif +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC43 - com.type-invaders.name.production - lam_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..4850551dc1 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefMaksura-ar_.rlig.glif @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWasla-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWasla-ar_.fina.glif deleted file mode 100644 index 88c5b1cd8d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWasla-ar_.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440671.fina - com.type-invaders.name.production - lam_alefWasla-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWasla-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWasla-ar_.fina.rlig.glif new file mode 100644 index 0000000000..6c4e3d73b0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWasla-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWasla-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWasla-ar_.glif deleted file mode 100644 index b3e0ada475..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWasla-ar_.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440671 - com.type-invaders.name.production - lam_alefWasla-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWasla-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWasla-ar_.rlig.glif new file mode 100644 index 0000000000..e79d235ab7 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWasla-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.glif deleted file mode 100644 index 2634860ad4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440672.fina - com.type-invaders.name.production - lam_alefWavyhamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..e8b1f0b352 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzaabove-ar_.glif deleted file mode 100644 index 0fc1aa34a4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzaabove-ar_.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440672 - com.type-invaders.name.production - lam_alefWavyhamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..b2bb2dcac6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzaabove-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.glif deleted file mode 100644 index 5612c04867..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440673.fina - com.type-invaders.name.production - lam_alefWavyhamzabelow-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.rlig.glif new file mode 100644 index 0000000000..37618c2d1a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzabelow-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzabelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzabelow-ar_.glif deleted file mode 100644 index 10c7f1b80c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzabelow-ar_.glif +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440673 - com.type-invaders.name.production - lam_alefWavyhamzabelow-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzabelow-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzabelow-ar_.rlig.glif new file mode 100644 index 0000000000..f8f2304233 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_alefWavyhamzabelow-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_meem-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_meem-ar.glif index 4b6723a3dc..9be596e937 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_meem-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_meem-ar.glif @@ -1,6 +1,6 @@ - + @@ -40,12 +40,4 @@ - - - com.type-invaders.name.final - uniFC42 - com.type-invaders.name.production - lam_meem-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_meem-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_meem-ar.init.glif index fe6e1fb410..ca52f98f94 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_meem-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_meem-ar.init.glif @@ -1,6 +1,6 @@ - + @@ -37,12 +37,4 @@ - - - com.type-invaders.name.final - uniFCCC - com.type-invaders.name.production - lam_meem-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yeh-ar.glif deleted file mode 100644 index 3cbbe2f3a0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC44 - com.type-invaders.name.production - lam_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yeh-ar.rlig.glif new file mode 100644 index 0000000000..7c3fc47c57 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yeh-farsi.glif deleted file mode 100644 index 75b56a215c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yeh-farsi.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - lam_yehfarsi - com.type-invaders.name.production - lam_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..f98664819f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yeh-farsi.rlig.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yehHamzaabove-ar_.glif deleted file mode 100644 index 7f5788d5a5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06440626 - com.type-invaders.name.production - lam_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..e07bc39412 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lam_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ldot.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ldot.glif index 04321c2677..ecb76bca8c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ldot.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ldot.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/leftarrowheadabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/leftarrowheadabove-ar.glif index be11f1a2f1..988fc78377 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/leftarrowheadabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/leftarrowheadabove-ar.glif @@ -14,18 +14,10 @@ - + - + - - - com.type-invaders.name.final - uni08F7 - com.type-invaders.name.production - leftarrowheadabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/leftarrowheadbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/leftarrowheadbelow-ar.glif index 9f3283f5ce..5423e58b76 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/leftarrowheadbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/leftarrowheadbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni08F9 - com.type-invaders.name.production - leftarrowheadbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lira.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lira.glif index 1f8b45fa2d..fd9dc878ac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lira.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/lira.glif @@ -60,12 +60,4 @@ - - - com.type-invaders.name.final - uni20A4 - com.type-invaders.name.production - lira - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/liraturkish.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/liraturkish.glif index 72965f7e3f..0da46e3c8e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/liraturkish.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/liraturkish.glif @@ -34,12 +34,4 @@ - - - com.type-invaders.name.final - uni20BA - com.type-invaders.name.production - liraturkish - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/litre.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/litre.glif index 8359be5924..221625afd2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/litre.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/litre.glif @@ -51,12 +51,4 @@ - - - com.type-invaders.name.final - uni2113 - com.type-invaders.name.production - litre - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/m.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/m.glif index ed0dc6c83f..8ddf0768ea 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/m.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/m.glif @@ -43,10 +43,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/macron.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/macron.case.glif index ba1a8780b5..a134d0ce64 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/macron.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/macron.case.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/macron.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/macron.glif index c8c3c39778..aacfba02c4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/macron.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/macron.glif @@ -10,7 +10,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/macroncomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/macroncomb.glif index 70d6230ec6..89eb3f5c5e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/macroncomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/macroncomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0304 - com.type-invaders.name.production - macroncomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/madda-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/madda-ar.glif index ff2bda3cb4..6e9562227a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/madda-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/madda-ar.glif @@ -27,18 +27,10 @@ - + - + - - - com.type-invaders.name.final - uni0653 - com.type-invaders.name.production - madda-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/maddalong-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/maddalong-ar.glif index 20a06eb399..4b252ac155 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/maddalong-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/maddalong-ar.glif @@ -27,18 +27,10 @@ - + - + - - - com.type-invaders.name.final - uni06E4 - com.type-invaders.name.production - maddalong-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.fina.glif index 05c577b2f5..42fb68984d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.fina.glif @@ -52,12 +52,4 @@ - - - com.type-invaders.name.final - uniFEE2 - com.type-invaders.name.production - meem-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.glif index 68d5c3f96b..c56473f7d8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.glif @@ -38,12 +38,4 @@ - - - com.type-invaders.name.final - uni0645 - com.type-invaders.name.production - meem-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.init.glif index a9b9969a43..6e5902f52e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.init.glif @@ -44,12 +44,4 @@ - - - com.type-invaders.name.final - uniFEE3 - com.type-invaders.name.production - meem-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.isol.glif index e412e2714d..01bbe49ad1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFEE1 - com.type-invaders.name.production - meem-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.medi.glif index 7ca2e6e683..bb086e580a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meem-ar.medi.glif @@ -53,12 +53,4 @@ - - - com.type-invaders.name.final - uniFEE4 - com.type-invaders.name.production - meem-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotabove-ar_.fina.glif index 6a8c998c05..2a13aae2d6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0765.fina - com.type-invaders.name.production - meemDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotabove-ar_.glif index 4c238e263d..df23d3270d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni0765 - com.type-invaders.name.production - meemDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotabove-ar_.init.glif index 57f474aad5..9ebf16ae2a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0765.init - com.type-invaders.name.production - meemDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotabove-ar_.medi.glif index 3398e0f084..62124c2a7a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni0765.medi - com.type-invaders.name.production - meemDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotbelow-ar_.fina.glif index cf1a0acaa1..9e8bc7cc72 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0766.fina - com.type-invaders.name.production - meemDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotbelow-ar_.glif index 912c2b368e..de06cd0ecc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni0766 - com.type-invaders.name.production - meemDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotbelow-ar_.init.glif index 31317a1184..7a686ecf70 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0766.init - com.type-invaders.name.production - meemDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotbelow-ar_.medi.glif index c274ecbe00..d9ad6a4b02 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemDotbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni0766.medi - com.type-invaders.name.production - meemDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemStopabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemStopabove-ar_.glif index 2f45913e61..b04d10205a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemStopabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemStopabove-ar_.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06E2 - com.type-invaders.name.production - meemStopabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemThreedotsabove-ar_.fina.glif index 9119c39bc2..03c4ee201d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemThreedotsabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni08A7.fina - com.type-invaders.name.production - meemThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemThreedotsabove-ar_.glif index 46cb800191..4fafacef67 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemThreedotsabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni08A7 - com.type-invaders.name.production - meemThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemThreedotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemThreedotsabove-ar_.init.glif index cb93fc329b..0d442fe1d1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemThreedotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemThreedotsabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni08A7.init - com.type-invaders.name.production - meemThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemThreedotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemThreedotsabove-ar_.medi.glif index b9925d88f0..12bfbc08e5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemThreedotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemThreedotsabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni08A7.medi - com.type-invaders.name.production - meemThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemabove-ar.glif index 4367c4c68c..3ced79ed0d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meemabove-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - uni06D8 - com.type-invaders.name.production - meemabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meembelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meembelow-ar.glif index a2b8962edc..2bfd71e8a0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meembelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/meembelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06ED - com.type-invaders.name.production - meembelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/misraComma-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/misraComma-ar_.glif index 3af14e0047..82372ff30f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/misraComma-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/misraComma-ar_.glif @@ -75,12 +75,4 @@ - - - com.type-invaders.name.final - uni060F - com.type-invaders.name.production - misraComma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/mohammad-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/mohammad-ar.glif index dbfa18c927..a11578fdc4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/mohammad-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/mohammad-ar.glif @@ -96,12 +96,4 @@ - - - com.type-invaders.name.final - uniFDF4 - com.type-invaders.name.production - mohammad-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/n.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/n.glif index 348c0d12e0..b5c38c8bfe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/n.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/n.glif @@ -27,10 +27,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/naira.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/naira.glif index f5fb5129ae..4ed5b44020 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/naira.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/naira.glif @@ -58,12 +58,4 @@ - - - com.type-invaders.name.final - uni20A6 - com.type-invaders.name.production - naira - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nbspace.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nbspace.glif index c827e61501..35b00c6dfb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nbspace.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nbspace.glif @@ -4,12 +4,4 @@ - - - com.type-invaders.name.final - uni00A0 - com.type-invaders.name.production - nbspace - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ng-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ng-ar.fina.glif index 130efc8df7..4a739b2e47 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ng-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ng-ar.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFBD4 - com.type-invaders.name.production - ng-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ng-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ng-ar.glif index aa124955b2..3a9f4a2f6d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ng-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ng-ar.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06AD - com.type-invaders.name.production - ng-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ng-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ng-ar.init.glif index 41bb7efcb9..2b4458df28 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ng-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ng-ar.init.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFBD5 - com.type-invaders.name.production - ng-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ng-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ng-ar.medi.glif index 2d1540af9f..98bce28951 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ng-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ng-ar.medi.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFBD6 - com.type-invaders.name.production - ng-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ngoeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ngoeh-ar.fina.glif index 4f826d5beb..8aefa6ce61 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ngoeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ngoeh-ar.fina.glif @@ -4,24 +4,23 @@ - + + + + - + - com.type-invaders.name.final - uniFB9B - com.type-invaders.name.production - ngoeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ngoeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ngoeh-ar.glif index c0c55d488b..34b77b472d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ngoeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ngoeh-ar.glif @@ -4,24 +4,23 @@ - + + + + - + - com.type-invaders.name.final - uni06B1 - com.type-invaders.name.production - ngoeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ngoeh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ngoeh-ar.init.glif index 722aead099..7b775b3172 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ngoeh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ngoeh-ar.init.glif @@ -3,25 +3,24 @@ + - + + + - + - com.type-invaders.name.final - uniFB9C - com.type-invaders.name.production - ngoeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ngoeh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ngoeh-ar.medi.glif index 241da88790..9853152eda 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ngoeh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ngoeh-ar.medi.glif @@ -3,25 +3,24 @@ + - + + + - + - com.type-invaders.name.final - uniFB9D - com.type-invaders.name.production - ngoeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nine-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nine-ar.glif index cc72548f72..17257cbebe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nine-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nine-ar.glif @@ -38,12 +38,4 @@ - - - com.type-invaders.name.final - uni0669 - com.type-invaders.name.production - nine-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nine-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nine-persian.glif index aa6f646c95..9e70fa4979 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nine-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nine-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F9 - com.type-invaders.name.production - nine-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nineinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nineinferior.glif index 96f4686997..aa540e870f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nineinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nineinferior.glif @@ -42,12 +42,4 @@ - - - com.type-invaders.name.final - uni2089 - com.type-invaders.name.production - nineinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ninesuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ninesuperior.glif index 4a1d4b138c..cb145a1eb4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ninesuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ninesuperior.glif @@ -42,12 +42,4 @@ - - - com.type-invaders.name.final - uni2079 - com.type-invaders.name.production - ninesuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.fina.glif index 65de5489a7..5198eb13d6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.fina.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEE6 - com.type-invaders.name.production - noon-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.glif index 5c6b99b04c..bb1d55f7ce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni0646 - com.type-invaders.name.production - noon-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.init.glif index b3ebfa1cc0..d980a08678 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFEE7 - com.type-invaders.name.production - noon-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.isol.glif index 7a814e662d..12a7a3efb9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFEE5 - com.type-invaders.name.production - noon-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.medi.glif index 4821c906c3..367cb9e589 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFEE8 - com.type-invaders.name.production - noon-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonDotbelow-ar_.fina.glif index a6c78de178..618e01da8e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonDotbelow-ar_.fina.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni06B9.fina - com.type-invaders.name.production - noonDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonDotbelow-ar_.glif index 3db6839991..c132d88d8b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonDotbelow-ar_.glif @@ -4,21 +4,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni06B9 - com.type-invaders.name.production - noonDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonDotbelow-ar_.init.glif index 874afbfba7..b11ec348b7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonDotbelow-ar_.init.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni06B9.init - com.type-invaders.name.production - noonDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonDotbelow-ar_.medi.glif index 48eeb589b3..0467576919 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonDotbelow-ar_.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni06B9.medi - com.type-invaders.name.production - noonDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonRing-ar_.fina.glif index f33d7ba74e..4d677df18e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonRing-ar_.fina.glif @@ -80,13 +80,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni06BC.fina - com.type-invaders.name.production - noonRing-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonRing-ar_.glif index f1c3b9bf8f..82661134e4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonRing-ar_.glif @@ -76,13 +76,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni06BC - com.type-invaders.name.production - noonRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonRing-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonRing-ar_.init.glif index 77dc89bd35..15c58c28b2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonRing-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonRing-ar_.init.glif @@ -68,13 +68,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06BC.init - com.type-invaders.name.production - noonRing-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonRing-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonRing-ar_.medi.glif index b709dd1cfa..083d557161 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonRing-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonRing-ar_.medi.glif @@ -71,13 +71,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06BC.medi - com.type-invaders.name.production - noonRing-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTahabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTahabove-ar_.fina.glif index bda7309302..20b617cfd8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTahabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTahabove-ar_.fina.glif @@ -3,21 +3,20 @@ - + - + + + + - com.type-invaders.name.final - uni0768.fina - com.type-invaders.name.production - noonTahabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTahabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTahabove-ar_.glif index 07e62c5181..255a3579f7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTahabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTahabove-ar_.glif @@ -4,21 +4,20 @@ - + - + + + + - com.type-invaders.name.final - uni0768 - com.type-invaders.name.production - noonTahabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTahabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTahabove-ar_.init.glif index bcaef0c03a..272a524dcf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTahabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTahabove-ar_.init.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0768.init - com.type-invaders.name.production - noonTahabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTahabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTahabove-ar_.medi.glif index 3e21eb790d..f2699b273c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTahabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTahabove-ar_.medi.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0768.medi - com.type-invaders.name.production - noonTahabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonThreedotsabove-ar_.fina.glif index be7d6e9bc9..e39d963295 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonThreedotsabove-ar_.fina.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni06BD.fina - com.type-invaders.name.production - noonThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonThreedotsabove-ar_.glif index b2a24dbc18..35ba467158 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonThreedotsabove-ar_.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni06BD - com.type-invaders.name.production - noonThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTwodotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTwodotsbelow-ar_.fina.glif index 85e80b3e11..ae128faf02 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTwodotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTwodotsbelow-ar_.fina.glif @@ -3,21 +3,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni0767.fina - com.type-invaders.name.production - noonTwodotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTwodotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTwodotsbelow-ar_.glif index f61925e642..3bb1cdfe34 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTwodotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTwodotsbelow-ar_.glif @@ -4,21 +4,20 @@ - + + + + - + - + - com.type-invaders.name.final - uni0767 - com.type-invaders.name.production - noonTwodotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTwodotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTwodotsbelow-ar_.init.glif index fb278c3f88..9f58ef9a99 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTwodotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTwodotsbelow-ar_.init.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0767.init - com.type-invaders.name.production - noonTwodotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTwodotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTwodotsbelow-ar_.medi.glif index 2b650db2f9..d0803c84b1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTwodotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonTwodotsbelow-ar_.medi.glif @@ -3,10 +3,10 @@ - + - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0767.medi - com.type-invaders.name.production - noonTwodotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonVabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonVabove-ar_.fina.glif index 97760d239c..f44bf7c8e7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonVabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonVabove-ar_.fina.glif @@ -3,21 +3,20 @@ - + - + + + + - com.type-invaders.name.final - uni0769.fina - com.type-invaders.name.production - noonVabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonVabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonVabove-ar_.glif index a7b84ecdb3..76e936f0ee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonVabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonVabove-ar_.glif @@ -4,21 +4,20 @@ - + - + + + + - com.type-invaders.name.final - uni0769 - com.type-invaders.name.production - noonVabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonVabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonVabove-ar_.init.glif index f5d8079470..d574bcbc89 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonVabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonVabove-ar_.init.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0769.init - com.type-invaders.name.production - noonVabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonVabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonVabove-ar_.medi.glif index c0c4d1b006..80022f4106 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonVabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonVabove-ar_.medi.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0769.medi - com.type-invaders.name.production - noonVabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_alefMaksura-ar_.fina.glif deleted file mode 100644 index 6eed711cbc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8E - com.type-invaders.name.production - noon_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..481c84f303 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_alefMaksura-ar_.glif deleted file mode 100644 index e86c1e7c5a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC4F - com.type-invaders.name.production - noon_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..bd06e8c596 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_jeh-ar.fina.glif deleted file mode 100644 index 0994034038..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460698.fina - com.type-invaders.name.production - noon_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..d1717625f7 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..fdfc36ca11 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_jeh-ar.fina.short.glif deleted file mode 100644 index 77da9f3846..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460698.fina.short - com.type-invaders.name.production - noon_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_noon-ar.fina.glif deleted file mode 100644 index f13bc758f6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8D - com.type-invaders.name.production - noon_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..4eba0626f2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_reh-ar.fina.glif deleted file mode 100644 index bf53192e2a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8A - com.type-invaders.name.production - noon_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..4f2d07b725 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..2f7da5e4e0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_reh-ar.fina.short.glif deleted file mode 100644 index 3f9bc943d3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8A.short - com.type-invaders.name.production - noon_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_rreh-ar.fina.glif deleted file mode 100644 index 59621ff9c9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460691.fina - com.type-invaders.name.production - noon_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..9d9b3d0893 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..109426aa25 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_rreh-ar.fina.short.glif deleted file mode 100644 index 3ae227371a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460691.fina.short - com.type-invaders.name.production - noon_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-ar.fina.glif deleted file mode 100644 index 49b9f7b38b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8F - com.type-invaders.name.production - noon_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..e11fbb8929 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-ar.glif deleted file mode 100644 index 7d697b1185..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC50 - com.type-invaders.name.production - noon_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-ar.rlig.glif new file mode 100644 index 0000000000..a9cdda19a4 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-farsi.fina.glif deleted file mode 100644 index d7e56a4e4f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - noon_yehfarsi.fina - com.type-invaders.name.production - noon_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..9bd9cc32d7 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-farsi.glif deleted file mode 100644 index d5534bfd17..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - noon_yehfarsi - com.type-invaders.name.production - noon_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..3b4b3eb4f9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index c7b752b8eb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460626.fina - com.type-invaders.name.production - noon_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..2c4db0703e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yehHamzaabove-ar_.glif deleted file mode 100644 index db4ce736cc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06460626 - com.type-invaders.name.production - noon_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..8de6a72d77 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_zain-ar.fina.glif deleted file mode 100644 index 746a3e2766..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8B - com.type-invaders.name.production - noon_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..dad3f01c64 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..b8d5a2756a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_zain-ar.fina.short.glif deleted file mode 100644 index 2166cac924..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noon_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC8B.short - com.type-invaders.name.production - noon_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonabove-ar.glif index 7a85994f84..5380837573 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonabove-ar.glif @@ -51,18 +51,10 @@ - + - + - - - com.type-invaders.name.final - uni06E8 - com.type-invaders.name.production - noonabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonghunna-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonghunna-ar.fina.glif index ee6141bcf4..fe488f9b41 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonghunna-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonghunna-ar.fina.glif @@ -42,16 +42,11 @@ + + + - - - com.type-invaders.name.final - uniFB9F - com.type-invaders.name.production - noonghunna-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonghunna-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonghunna-ar.glif index 908fdf8e15..7807e7a362 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonghunna-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonghunna-ar.glif @@ -37,16 +37,11 @@ + + + - - - com.type-invaders.name.final - uni06BA - com.type-invaders.name.production - noonghunna-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonghunnaabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonghunnaabove-ar.glif index 0402a841bb..6cdf66cbf5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonghunnaabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/noonghunnaabove-ar.glif @@ -35,18 +35,10 @@ - + - + - - - com.type-invaders.name.final - uni0658 - com.type-invaders.name.production - noonghunnaabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ntilde.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ntilde.glif index 836c23f53e..b09b738991 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ntilde.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ntilde.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/number-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/number-ar.glif index 654f4ddfb6..febed7f55c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/number-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/number-ar.glif @@ -30,12 +30,4 @@ - - - com.type-invaders.name.final - uni0600 - com.type-invaders.name.production - number-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/numerosign.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/numerosign.glif index 7ef142ee1f..decbcbd788 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/numerosign.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/numerosign.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uni2116 - com.type-invaders.name.production - numerosign - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nyeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nyeh-ar.fina.glif index c57ba77b89..50915538c4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nyeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nyeh-ar.fina.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB77 - com.type-invaders.name.production - nyeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nyeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nyeh-ar.glif index a8696f8872..a48f446c64 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nyeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nyeh-ar.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0683 - com.type-invaders.name.production - nyeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nyeh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nyeh-ar.init.glif index 3f96e02328..ff1c85dfb5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nyeh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nyeh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB78 - com.type-invaders.name.production - nyeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nyeh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nyeh-ar.medi.glif index c1e3db1618..a5b534f9b9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nyeh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/nyeh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB79 - com.type-invaders.name.production - nyeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/o.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/o.glif index 773691424f..1f0c6bb3ad 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/o.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/o.glif @@ -34,10 +34,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oacute.glif index 83ef468dc0..d138fbe837 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oacute.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ocircumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ocircumflex.glif index be5145c3ee..97a42c93aa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ocircumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ocircumflex.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/odieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/odieresis.glif index c73c92a2fa..af4b7464d4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/odieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/odieresis.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oe-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oe-ar.fina.glif index 3cbdaa4559..3de8136b7a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oe-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oe-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFBDA - com.type-invaders.name.production - oe-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oe-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oe-ar.glif index ca326fa599..e1a8fc8933 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oe-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oe-ar.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06C6 - com.type-invaders.name.production - oe-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oe.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oe.glif index cce7616753..9c81cb7d86 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oe.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oe.glif @@ -68,5 +68,11 @@ + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ogonek.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ogonek.glif index e43f68cb9a..cdfe344bee 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ogonek.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ogonek.glif @@ -28,7 +28,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ogonekcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ogonekcomb.glif index 8dda894b3b..83cdb0955a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ogonekcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ogonekcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0328 - com.type-invaders.name.production - ogonekcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ograve.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ograve.glif index b577f51fea..1381a42c22 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ograve.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ograve.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/one-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/one-ar.glif index 68daf7e0f9..df1255283f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/one-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/one-ar.glif @@ -10,12 +10,4 @@ - - - com.type-invaders.name.final - uni0661 - com.type-invaders.name.production - one-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/one-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/one-persian.glif index 4da71a8213..f9e5217b55 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/one-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/one-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F1 - com.type-invaders.name.production - one-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oneinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oneinferior.glif index 8bdc1f47aa..fe793788ba 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oneinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oneinferior.glif @@ -18,12 +18,4 @@ - - - com.type-invaders.name.final - uni2081 - com.type-invaders.name.production - oneinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/opendammatan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/opendammatan-ar.glif index 20b5af6191..0ed2ca2337 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/opendammatan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/opendammatan-ar.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni08F1 - com.type-invaders.name.production - opendammatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/openfathatan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/openfathatan-ar.glif index ff06613ea8..a3b85f75b7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/openfathatan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/openfathatan-ar.glif @@ -8,10 +8,6 @@ - com.type-invaders.name.final - uni08F0 - com.type-invaders.name.production - openfathatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/openkasratan-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/openkasratan-ar.glif index fd7f20b5ac..7a8ded3bf1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/openkasratan-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/openkasratan-ar.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni08F2 - com.type-invaders.name.production - openkasratan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oslash.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oslash.glif index c0f5b93c8e..3e099b972e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oslash.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/oslash.glif @@ -56,7 +56,10 @@ - + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/otilde.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/otilde.glif index 18e02da197..1993d309eb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/otilde.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/otilde.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/p.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/p.glif index 594d43f180..6d720bf252 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/p.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/p.glif @@ -41,7 +41,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/pagenumber-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/pagenumber-ar.glif index ddc6fc146b..a903cc0f96 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/pagenumber-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/pagenumber-ar.glif @@ -54,12 +54,4 @@ - - - com.type-invaders.name.final - uni0603 - com.type-invaders.name.production - pagenumber-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/parenleft-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/parenleft-ar.glif index 04753ff952..1e058df59b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/parenleft-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/parenleft-ar.glif @@ -48,12 +48,4 @@ - - - com.type-invaders.name.final - uniFD3E - com.type-invaders.name.production - parenleft-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/parenright-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/parenright-ar.glif index 6abfff8c4c..bff8cf41e8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/parenright-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/parenright-ar.glif @@ -48,12 +48,4 @@ - - - com.type-invaders.name.final - uniFD3F - com.type-invaders.name.production - parenright-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh-ar.fina.glif index 2127f32ed9..d8dc5bef8f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB57 - com.type-invaders.name.production - peh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh-ar.glif index 4e09708a42..e99f82428e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh-ar.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni067E - com.type-invaders.name.production - peh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh-ar.init.glif index c485412403..8112981909 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB58 - com.type-invaders.name.production - peh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh-ar.medi.glif index 35de40b347..9f44a8b329 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFB59 - com.type-invaders.name.production - peh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_alefMaksura-ar_.fina.glif deleted file mode 100644 index c4c3278bb3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0649.fina - com.type-invaders.name.production - peh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..4f172e00ce --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_alefMaksura-ar_.glif deleted file mode 100644 index 94661a93fb..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_alefMaksura-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0649 - com.type-invaders.name.production - peh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..900ea1f6f3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_jeh-ar.fina.glif deleted file mode 100644 index be1ec5ce6e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0698.fina - com.type-invaders.name.production - peh_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..644e96735d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..af3c4a5077 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_jeh-ar.fina.short.glif deleted file mode 100644 index 25e8df82e5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0698.fina.short - com.type-invaders.name.production - peh_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_noon-ar.fina.glif deleted file mode 100644 index 75f6eca9c2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_noon-ar.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0646.fina - com.type-invaders.name.production - peh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..5d20430cc6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_noon-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_reh-ar.fina.glif deleted file mode 100644 index a242692cfa..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_reh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0631.fina - com.type-invaders.name.production - peh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..c8a5614270 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_reh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..d40a844a2c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_reh-ar.fina.short.glif deleted file mode 100644 index ed189017c4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0631.fina.short - com.type-invaders.name.production - peh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_rreh-ar.fina.glif deleted file mode 100644 index 4a845233ff..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0691.fina - com.type-invaders.name.production - peh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..442dac6f6b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..ab509dce15 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_rreh-ar.fina.short.glif deleted file mode 100644 index 59875985bd..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0691.fina.short - com.type-invaders.name.production - peh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-ar.fina.glif deleted file mode 100644 index 2d57cd211a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E064A.fina - com.type-invaders.name.production - peh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..a367716d84 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-ar.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-ar.glif deleted file mode 100644 index 40c79c4f4d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E064A - com.type-invaders.name.production - peh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..c518208d50 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-farsi.fina.glif deleted file mode 100644 index 3ce21134a1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - peh_yehfarsi.fina - com.type-invaders.name.production - peh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..a9c8c36458 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-farsi.glif deleted file mode 100644 index 64563a18a8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - peh_yehfarsi - com.type-invaders.name.production - peh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..4ae38d9bc5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 9991355139..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0626.fina - com.type-invaders.name.production - peh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..4ac2eaba82 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yehHamzaabove-ar_.glif deleted file mode 100644 index 4e584b2531..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0626 - com.type-invaders.name.production - peh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..0613408f11 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_zain-ar.fina.glif deleted file mode 100644 index 76ff9622c4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_zain-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0632.fina - com.type-invaders.name.production - peh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..a1742b21ef --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_zain-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..b8bf2363f7 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_zain-ar.fina.short.glif deleted file mode 100644 index cfdf8ae275..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni067E0632.fina.short - com.type-invaders.name.production - peh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peheh-ar.fina.glif index 876c6900a7..16d8f3aaf2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peheh-ar.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB6F - com.type-invaders.name.production - peheh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peheh-ar.glif index b3e6bc08c6..0211d3bdd1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peheh-ar.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06A6 - com.type-invaders.name.production - peheh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peheh-ar.init.glif index 0cb1c6832b..c17aff6f17 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peheh-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB70 - com.type-invaders.name.production - peheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peheh-ar.medi.glif index c6ed743374..37c3fd7ecb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peheh-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB71 - com.type-invaders.name.production - peheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/percent-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/percent-ar.glif index 79c37811cd..3f49da081b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/percent-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/percent-ar.glif @@ -42,12 +42,4 @@ - - - com.type-invaders.name.final - uni066A - com.type-invaders.name.production - percent-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/pertenthousand-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/pertenthousand-ar.glif index dfad752b3a..594ad9d47c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/pertenthousand-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/pertenthousand-ar.glif @@ -74,12 +74,4 @@ - - - com.type-invaders.name.final - uni060A - com.type-invaders.name.production - pertenthousand-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/perthousand-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/perthousand-ar.glif index fc7371a078..f42a34f166 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/perthousand-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/perthousand-ar.glif @@ -58,12 +58,4 @@ - - - com.type-invaders.name.final - uni0609 - com.type-invaders.name.production - perthousand-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peso.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peso.glif index ccc299d06a..dae21ec002 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peso.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/peso.glif @@ -55,12 +55,4 @@ - - - com.type-invaders.name.final - uni20B1 - com.type-invaders.name.production - peso - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/q.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/q.glif index 6350a4a842..874b78c5b9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/q.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/q.glif @@ -41,7 +41,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.fina.glif index d7fe170f77..a1cac34ce3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED6 - com.type-invaders.name.production - qaf-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.glif index 9a6f381b58..4090c6495a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni0642 - com.type-invaders.name.production - qaf-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.init.glif index 39e83bbe5e..6d9e3572cc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED7 - com.type-invaders.name.production - qaf-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.isol.glif index 5b329c59b9..25ca906a57 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFED5 - com.type-invaders.name.production - qaf-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.medi.glif index a0daace78b..28e97d36c9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFED8 - com.type-invaders.name.production - qaf-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotabove-ar_.fina.glif index 60f243fd55..04dcafda2d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A7.fina - com.type-invaders.name.production - qafDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotabove-ar_.glif index 20edd382a2..46ad7f2e6e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06A7 - com.type-invaders.name.production - qafDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotbelow-ar_.fina.glif index e6934c5acb..f28d2d7270 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotbelow-ar_.fina.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni08A5.fina - com.type-invaders.name.production - qafDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotbelow-ar_.glif index 72004709af..dd7b481962 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotbelow-ar_.glif @@ -4,21 +4,17 @@ - + - + - + - com.type-invaders.name.final - uni08A5 - com.type-invaders.name.production - qafDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotbelow-ar_.init.glif index 1f1ce24c95..b29a8ecc19 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotbelow-ar_.init.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni08A5.init - com.type-invaders.name.production - qafDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotbelow-ar_.medi.glif index b313dfbba2..6e0c6c859f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotbelow-ar_.medi.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni08A5.medi - com.type-invaders.name.production - qafDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotless-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotless-ar_.fina.glif index 93e5f03f1f..cc57969daf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotless-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotless-ar_.fina.glif @@ -64,12 +64,4 @@ - - - com.type-invaders.name.final - uni066F.fina - com.type-invaders.name.production - qafDotless-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotless-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotless-ar_.glif index 70755b3d47..46775f63c8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotless-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafDotless-ar_.glif @@ -61,12 +61,4 @@ - - - com.type-invaders.name.final - uni066F - com.type-invaders.name.production - qafDotless-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafLamAlefMaksuraabove-ar___.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafLamAlefMaksuraabove-ar___.glif index 2e069e04aa..e531b67f48 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafLamAlefMaksuraabove-ar___.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafLamAlefMaksuraabove-ar___.glif @@ -108,18 +108,10 @@ - + - + - - - com.type-invaders.name.final - uni06D7 - com.type-invaders.name.production - qafLamAlefMaksuraabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafThreedotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafThreedotsabove-ar_.fina.glif index 3461a89e78..eb6b20094e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafThreedotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafThreedotsabove-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A8.fina - com.type-invaders.name.production - qafThreedotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafThreedotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafThreedotsabove-ar_.glif index 6fac8a9e9e..fcae31611f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafThreedotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafThreedotsabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06A8 - com.type-invaders.name.production - qafThreedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafThreedotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafThreedotsabove-ar_.init.glif index b27e9e6807..8bbc4422e0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafThreedotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafThreedotsabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A8.init - com.type-invaders.name.production - qafThreedotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafThreedotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafThreedotsabove-ar_.medi.glif index 00be5c0b64..896304e26e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafThreedotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qafThreedotsabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06A8.medi - com.type-invaders.name.production - qafThreedotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_alefMaksura-ar_.glif deleted file mode 100644 index 5cdda4e26b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC35 - com.type-invaders.name.production - qaf_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..d479f11645 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_lam_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_lam_yeh-ar.glif index bcbe030a8a..c62f9c37ce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_lam_yeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_lam_yeh-ar.glif @@ -106,13 +106,23 @@ + + + + + + + + + + + + + + + + + + - - - com.type-invaders.name.final - uniFDF1 - com.type-invaders.name.production - qaf_lam_yeh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yeh-ar.glif deleted file mode 100644 index 46f4e77711..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC36 - com.type-invaders.name.production - qaf_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yeh-ar.rlig.glif new file mode 100644 index 0000000000..1f91f90ef6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yeh-farsi.glif deleted file mode 100644 index 8e7fccdf62..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - qaf_yehfarsi - com.type-invaders.name.production - qaf_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..d74dbd733e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yehHamzaabove-ar_.glif deleted file mode 100644 index fb7e0d9e50..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06420626 - com.type-invaders.name.production - qaf_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..a98628a390 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/qaf_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/question-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/question-ar.glif index 8cf8720c0a..338f823667 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/question-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/question-ar.glif @@ -44,12 +44,4 @@ - - - com.type-invaders.name.final - uni061F - com.type-invaders.name.production - question-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/r.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/r.glif index c1298f9ecd..cffa411e51 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/r.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/r.glif @@ -21,10 +21,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ray-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ray-ar.glif index d606799d67..91c6788004 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ray-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ray-ar.glif @@ -65,12 +65,4 @@ - - - com.type-invaders.name.final - uni0608 - com.type-invaders.name.production - ray-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.fina.glif index d8c76ed883..2fdde10f42 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.fina.glif @@ -28,9 +28,6 @@ - - - @@ -41,12 +38,4 @@ - - - com.type-invaders.name.final - uniFEAE - com.type-invaders.name.production - reh-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.fina.short.glif index f7e7efac78..53e94976ae 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.fina.short.glif @@ -1,51 +1,40 @@ - + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - + - + - - - - + - - - com.type-invaders.name.final - uniFEAE.short - com.type-invaders.name.production - reh-ar.fina.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.glif index 100e91f248..1a244317b1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.glif @@ -23,9 +23,6 @@ - - - @@ -36,12 +33,4 @@ - - - com.type-invaders.name.final - uni0631 - com.type-invaders.name.production - reh-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.isol.glif index fd707c2ba5..f7c4710c90 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.isol.glif @@ -4,25 +4,9 @@ - - - - - - - - - - - - - com.type-invaders.name.final - uniFEAD - com.type-invaders.name.production - reh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.short.glif index 09c53206a1..25b5c573ce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/reh-ar.short.glif @@ -1,46 +1,35 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - + - + - - - - + - - - com.type-invaders.name.final - uni0631.short - com.type-invaders.name.production - reh-ar.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehAlefabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehAlefabove-ar_.glif index 5b80450b8d..31f7fe82bb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehAlefabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehAlefabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uniFC5C - com.type-invaders.name.production - rehAlefabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDadabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDadabove-ar_.glif index 6893bedd7e..25179cbdc5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDadabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDadabove-ar_.glif @@ -87,18 +87,10 @@ - + - + - - - com.type-invaders.name.final - uni0613 - com.type-invaders.name.production - rehDadabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDotbelow-ar_.fina.glif index f1717d0779..6dc2d9d9bb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDotbelow-ar_.fina.glif @@ -2,13 +2,10 @@ - + - - - - + @@ -19,10 +16,6 @@ - com.type-invaders.name.final - uni0694.fina - com.type-invaders.name.production - rehDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDotbelow-ar_.glif index 92e0ada124..6af7ac6721 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDotbelow-ar_.glif @@ -3,13 +3,10 @@ - + - - - - + @@ -20,10 +17,6 @@ - com.type-invaders.name.final - uni0694 - com.type-invaders.name.production - rehDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDotbelowdotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDotbelowdotabove-ar_.fina.glif index e1effda833..be3035c01d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDotbelowdotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDotbelowdotabove-ar_.fina.glif @@ -2,28 +2,21 @@ + - - - - - + - + - com.type-invaders.name.final - uni0696.fina - com.type-invaders.name.production - rehDotbelowdotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDotbelowdotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDotbelowdotabove-ar_.glif index d38d2fdd43..07d55c9158 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDotbelowdotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehDotbelowdotabove-ar_.glif @@ -3,28 +3,21 @@ + - - - - - + - + - com.type-invaders.name.final - uni0696 - com.type-invaders.name.production - rehDotbelowdotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehFourdots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehFourdots-ar_.fina.glif index ff4f86a21b..8f9f4c5bfc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehFourdots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehFourdots-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni0699.fina - com.type-invaders.name.production - rehFourdots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehFourdots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehFourdots-ar_.glif index 4441906fb3..bdccf488b3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehFourdots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehFourdots-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0699 - com.type-invaders.name.production - rehFourdots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehHahabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehHahabove-ar_.glif index ffd30622c0..d36f69c26e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehHahabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehHahabove-ar_.glif @@ -46,18 +46,10 @@ - + - + - - - com.type-invaders.name.final - uni0612 - com.type-invaders.name.production - rehHahabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehHamzaabove-ar_.fina.glif index c7605013df..594bf256d8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehHamzaabove-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni076C.fina - com.type-invaders.name.production - rehHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehHamzaabove-ar_.glif index 25951095de..03dfb9283a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehHamzaabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni076C - com.type-invaders.name.production - rehHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehLoop-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehLoop-ar_.fina.glif index aac46d1af9..c66e4c5ca8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehLoop-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehLoop-ar_.fina.glif @@ -56,12 +56,4 @@ - - - com.type-invaders.name.final - uni08AA.fina - com.type-invaders.name.production - rehLoop-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehLoop-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehLoop-ar_.glif index ca17da3575..29328255b6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehLoop-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehLoop-ar_.glif @@ -52,12 +52,4 @@ - - - com.type-invaders.name.final - uni08AA - com.type-invaders.name.production - rehLoop-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehRing-ar_.fina.glif index c0d41641b4..255156ec88 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehRing-ar_.fina.glif @@ -56,13 +56,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0693.fina - com.type-invaders.name.production - rehRing-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehRing-ar_.glif index c4307b24e0..9a74c873ad 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehRing-ar_.glif @@ -52,13 +52,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni0693 - com.type-invaders.name.production - rehRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehStroke-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehStroke-ar_.fina.glif index d4a35ad052..4643541eb1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehStroke-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehStroke-ar_.fina.glif @@ -33,9 +33,6 @@ - - - @@ -46,12 +43,4 @@ - - - com.type-invaders.name.final - uni075B.fina - com.type-invaders.name.production - rehStroke-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehStroke-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehStroke-ar_.glif index 59b2530cf6..74e240b331 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehStroke-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehStroke-ar_.glif @@ -29,9 +29,6 @@ - - - @@ -42,12 +39,4 @@ - - - com.type-invaders.name.final - uni075B - com.type-invaders.name.production - rehStroke-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodots-ar_.fina.glif index 44764e2837..7bf778db3e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodots-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni0697.fina - com.type-invaders.name.production - rehTwodots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodots-ar_.glif index 0be4c628c5..5f80afc614 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodots-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0697 - com.type-invaders.name.production - rehTwodots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.fina.glif index e5f3cfe60f..f25033c532 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.fina.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0771.fina - com.type-invaders.name.production - rehTwodotshorizontalaboveTahabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.glif index c6746fa0a9..1e0cb9d702 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodotshorizontalaboveTahabove-ar__.glif @@ -6,9 +6,6 @@ - - - @@ -16,15 +13,11 @@ - + - com.type-invaders.name.final - uni0771 - com.type-invaders.name.production - rehTwodotshorizontalaboveTahabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodotsverticalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodotsverticalabove-ar_.fina.glif index 6acf5aa2bf..234fc72152 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodotsverticalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodotsverticalabove-ar_.fina.glif @@ -2,11 +2,8 @@ - - - - + @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni076B.fina - com.type-invaders.name.production - rehTwodotsverticalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodotsverticalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodotsverticalabove-ar_.glif index 0fb5810287..2a26623661 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodotsverticalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehTwodotsverticalabove-ar_.glif @@ -3,11 +3,8 @@ - - - - + @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni076B - com.type-invaders.name.production - rehTwodotsverticalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehVbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehVbelow-ar_.fina.glif index 0127584c23..c5cbe6c864 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehVbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehVbelow-ar_.fina.glif @@ -2,13 +2,10 @@ - + - - - - + @@ -19,10 +16,6 @@ - com.type-invaders.name.final - uni0695.fina - com.type-invaders.name.production - rehVbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehVbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehVbelow-ar_.glif index a7cd87857a..e2fdc24c48 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehVbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehVbelow-ar_.glif @@ -3,13 +3,10 @@ - + - - - - + @@ -20,10 +17,6 @@ - com.type-invaders.name.final - uni0695 - com.type-invaders.name.production - rehVbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehVinvertedabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehVinvertedabove-ar_.fina.glif index fed4dec924..230755c27d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehVinvertedabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehVinvertedabove-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni06EF.fina - com.type-invaders.name.production - rehVinvertedabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehVinvertedabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehVinvertedabove-ar_.glif index 2871b6056b..af76aeef66 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehVinvertedabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehVinvertedabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni06EF - com.type-invaders.name.production - rehVinvertedabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehv-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehv-ar.fina.glif index 27a0f8dac2..ed1ac050de 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehv-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehv-ar.fina.glif @@ -4,9 +4,6 @@ - - - @@ -14,15 +11,11 @@ - + - com.type-invaders.name.final - uni0692.fina - com.type-invaders.name.production - rehv-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehv-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehv-ar.glif index 14a809c285..ab4f3e0b01 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehv-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rehv-ar.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0692 - com.type-invaders.name.production - rehv-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rhombusStopabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rhombusStopabove-ar_.glif index eb05d8fc61..9a0e411670 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rhombusStopabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rhombusStopabove-ar_.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06EB - com.type-invaders.name.production - rhombusStopabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rhombusStopbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rhombusStopbelow-ar_.glif index 1bc1f6d94c..c424b6b931 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rhombusStopbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rhombusStopbelow-ar_.glif @@ -16,18 +16,10 @@ - + - + - - - com.type-invaders.name.final - uni06EA - com.type-invaders.name.production - rhombusStopbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rial.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rial.glif index aeb20ec433..cb4f590560 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rial.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rial.glif @@ -108,12 +108,4 @@ - - - com.type-invaders.name.final - uniFDFC - com.type-invaders.name.production - rial - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rightarrowheadDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rightarrowheadDotabove-ar_.glif index 56fceb09fb..0e84b33e8b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rightarrowheadDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rightarrowheadDotabove-ar_.glif @@ -30,18 +30,10 @@ - + - + - - - com.type-invaders.name.final - uni08FD - com.type-invaders.name.production - rightarrowheadDotabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rightarrowheadabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rightarrowheadabove-ar.glif index 092d9e7afc..f893e6dc7a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rightarrowheadabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rightarrowheadabove-ar.glif @@ -14,18 +14,10 @@ - + - + - - - com.type-invaders.name.final - uni08F8 - com.type-invaders.name.production - rightarrowheadabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rightarrowheadbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rightarrowheadbelow-ar.glif index d0bf848ab2..42972599e1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rightarrowheadbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rightarrowheadbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni08FA - com.type-invaders.name.production - rightarrowheadbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ring-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ring-ar.glif index 09a9c1fd9f..baec1ce80a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ring-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ring-ar.glif @@ -32,15 +32,7 @@ - + - - - com.type-invaders.name.final - uniFBBF - com.type-invaders.name.production - ring-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ring.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ring.case.glif index 824d77b74f..d7d195c7fe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ring.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ring.case.glif @@ -33,7 +33,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ring.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ring.glif index 1f3d241c8d..19ae2b12f2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ring.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ring.glif @@ -34,7 +34,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ringcomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ringcomb.glif index 40cd2a35d0..813b13ca5c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ringcomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ringcomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni030A - com.type-invaders.name.production - ringcomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rnoon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rnoon-ar.fina.glif index 4b22ef936d..305806fd9b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rnoon-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rnoon-ar.fina.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFBA1 - com.type-invaders.name.production - rnoon-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rnoon-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rnoon-ar.glif index 2e446b6009..cf1ea128fc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rnoon-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rnoon-ar.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni06BB - com.type-invaders.name.production - rnoon-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rreh-ar.fina.glif index 5b9d157da2..34d7b0af53 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rreh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rreh-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB8D - com.type-invaders.name.production - rreh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rreh-ar.fina.short.glif index cecdb88f11..03bcf6b498 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rreh-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rreh-ar.fina.short.glif @@ -1,28 +1,21 @@ - + - + - + - + - - - - + - com.type-invaders.name.final - uniFB8D.short - com.type-invaders.name.production - rreh-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rreh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rreh-ar.glif index 7375142206..6454efc60b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rreh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rreh-ar.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0691 - com.type-invaders.name.production - rreh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rreh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rreh-ar.short.glif index d476320c0f..1aacb57513 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rreh-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rreh-ar.short.glif @@ -1,28 +1,21 @@ - + - + - + - + - - - - + - com.type-invaders.name.final - uni0691.short - com.type-invaders.name.production - rreh-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ruble.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ruble.glif index e4d96e5fe1..eda3b6660f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ruble.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ruble.glif @@ -41,12 +41,4 @@ - - - com.type-invaders.name.final - uni20BD - com.type-invaders.name.production - ruble - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rupee.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rupee.glif index 87d6cbc66d..b1f18ff0fa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rupee.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rupee.glif @@ -73,12 +73,4 @@ - - - com.type-invaders.name.final - uni20A8 - com.type-invaders.name.production - rupee - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rupeeindian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rupeeindian.glif index a41afa84cb..e7fab5d17c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rupeeindian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/rupeeindian.glif @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - uni20B9 - com.type-invaders.name.production - rupeeindian - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/s.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/s.glif index 49431f7ee7..a49fbc074a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/s.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/s.glif @@ -46,10 +46,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.fina.glif index a2b9f28eab..e460164d83 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.fina.glif @@ -77,16 +77,14 @@ + + + + + + - - - com.type-invaders.name.final - uniFEBA - com.type-invaders.name.production - sad-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.glif index c17c0c92a2..afc00a354c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.glif @@ -65,16 +65,14 @@ + + + + + + - - - com.type-invaders.name.final - uni0635 - com.type-invaders.name.production - sad-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.init.glif index 7767d8405f..e7aae0ba06 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.init.glif @@ -59,13 +59,8 @@ + + + - - - com.type-invaders.name.final - uniFEBB - com.type-invaders.name.production - sad-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.isol.glif index dd7f309733..f9d24aeb8c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFEB9 - com.type-invaders.name.production - sad-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.medi.glif index 00c6f1e1e6..be259199e4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad-ar.medi.glif @@ -71,13 +71,8 @@ + + + - - - com.type-invaders.name.final - uniFEBC - com.type-invaders.name.production - sad-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadLamAlefMaksuraabove-ar___.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadLamAlefMaksuraabove-ar___.glif index b60d9b01d7..481087c10a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadLamAlefMaksuraabove-ar___.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadLamAlefMaksuraabove-ar___.glif @@ -81,18 +81,10 @@ - + - + - - - com.type-invaders.name.final - uni06D6 - com.type-invaders.name.production - sadLamAlefMaksuraabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadThreedots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadThreedots-ar_.fina.glif index e1b3402f72..950b3e816b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadThreedots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadThreedots-ar_.fina.glif @@ -8,15 +8,17 @@ - + + + + + + + - com.type-invaders.name.final - uni069E.fina - com.type-invaders.name.production - sadThreedots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadThreedots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadThreedots-ar_.glif index 85b3f71f72..9f7f3cb375 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadThreedots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadThreedots-ar_.glif @@ -9,15 +9,17 @@ - + + + + + + + - com.type-invaders.name.final - uni069E - com.type-invaders.name.production - sadThreedots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadThreedots-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadThreedots-ar_.init.glif index 9f9d719b1d..d7601bcb87 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadThreedots-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadThreedots-ar_.init.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni069E.init - com.type-invaders.name.production - sadThreedots-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadThreedots-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadThreedots-ar_.medi.glif index d748300951..9f91df38a0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadThreedots-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadThreedots-ar_.medi.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni069E.medi - com.type-invaders.name.production - sadThreedots-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadTwodotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadTwodotsbelow-ar_.fina.glif index 54d9318d39..a8e34e9de8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadTwodotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadTwodotsbelow-ar_.fina.glif @@ -5,18 +5,20 @@ - + + + + + + + - com.type-invaders.name.final - uni069D.fina - com.type-invaders.name.production - sadTwodotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadTwodotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadTwodotsbelow-ar_.glif index 7cccb31305..4e8d74e90f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadTwodotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadTwodotsbelow-ar_.glif @@ -6,18 +6,20 @@ - + + + + + + + - com.type-invaders.name.final - uni069D - com.type-invaders.name.production - sadTwodotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadTwodotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadTwodotsbelow-ar_.init.glif index 9629e2c5b6..33e620cd4d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadTwodotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadTwodotsbelow-ar_.init.glif @@ -5,18 +5,17 @@ - + + + + - com.type-invaders.name.final - uni069D.init - com.type-invaders.name.production - sadTwodotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadTwodotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadTwodotsbelow-ar_.medi.glif index d8444f51fb..744843ecf5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadTwodotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadTwodotsbelow-ar_.medi.glif @@ -5,18 +5,17 @@ - + + + + - com.type-invaders.name.final - uni069D.medi - com.type-invaders.name.production - sadTwodotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_alefMaksura-ar_.fina.glif deleted file mode 100644 index fdba3782a8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD21 - com.type-invaders.name.production - sad_alefMaksura-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..d8b208f4c5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_alefMaksura-ar_.glif deleted file mode 100644 index aa8ca1d2b3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_alefMaksura-ar_.glif +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD05 - com.type-invaders.name.production - sad_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..d43360ae64 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_alefMaksura-ar_.rlig.glif @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.fina.glif deleted file mode 100644 index b2f910cd1e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350698.fina - com.type-invaders.name.production - sad_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..e1fae29222 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.fina.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..71a25f15fa --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.fina.short.glif deleted file mode 100644 index 4615304432..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350698.fina.short - com.type-invaders.name.production - sad_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.glif deleted file mode 100644 index 20449d7686..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350698 - com.type-invaders.name.production - sad_jeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.rlig.glif new file mode 100644 index 0000000000..e511195f87 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.rlig.short.glif new file mode 100644 index 0000000000..d3b8e7f61b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.short.glif deleted file mode 100644 index 8c95cacac6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_jeh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350698.short - com.type-invaders.name.production - sad_jeh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.fina.glif deleted file mode 100644 index fbbbf82a88..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.fina.glif +++ /dev/null @@ -1,96 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2B - com.type-invaders.name.production - sad_reh-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..05c941b696 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.fina.rlig.glif @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..b22568d474 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.fina.rlig.short.glif @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.fina.short.glif deleted file mode 100644 index 064826b13a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.fina.short.glif +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2B.short - com.type-invaders.name.production - sad_reh-ar.fina.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.glif deleted file mode 100644 index 9ac09c89a5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.glif +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0F - com.type-invaders.name.production - sad_reh-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.rlig.glif new file mode 100644 index 0000000000..93c0dc5efe --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.rlig.glif @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.rlig.short.glif new file mode 100644 index 0000000000..0a360ef47a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.rlig.short.glif @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.short.glif deleted file mode 100644 index 07633fa6a7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_reh-ar.short.glif +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0F.short - com.type-invaders.name.production - sad_reh-ar.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.fina.glif deleted file mode 100644 index e8b88d0b06..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350691.fina - com.type-invaders.name.production - sad_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..e69a99ea8e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.fina.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..611f986e82 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.fina.short.glif deleted file mode 100644 index e14efbaf19..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350691.fina.short - com.type-invaders.name.production - sad_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.glif deleted file mode 100644 index 32e312bc56..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350691 - com.type-invaders.name.production - sad_rreh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.rlig.glif new file mode 100644 index 0000000000..3a05cec9ee --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.rlig.short.glif new file mode 100644 index 0000000000..a9e4f09212 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.short.glif deleted file mode 100644 index 9764cc66a6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_rreh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350691.short - com.type-invaders.name.production - sad_rreh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-ar.fina.glif deleted file mode 100644 index e8ccddf913..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD22 - com.type-invaders.name.production - sad_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..9a559a4283 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-ar.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-ar.glif deleted file mode 100644 index 667e74c98b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD06 - com.type-invaders.name.production - sad_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-ar.rlig.glif new file mode 100644 index 0000000000..8d2e1c2c83 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-farsi.fina.glif deleted file mode 100644 index d5c641b94d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-farsi.fina.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - sad_yehfarsi.fina - com.type-invaders.name.production - sad_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..f0e79d56a8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-farsi.fina.rlig.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-farsi.glif deleted file mode 100644 index e2739c6ab6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-farsi.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - sad_yehfarsi - com.type-invaders.name.production - sad_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..b2fb9dfa57 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yeh-farsi.rlig.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 15ca0a512e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350626.fina - com.type-invaders.name.production - sad_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..1299492ff3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yehHamzaabove-ar_.glif deleted file mode 100644 index ca17b0cd30..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350626 - com.type-invaders.name.production - sad_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..f67f02e59c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.fina.glif deleted file mode 100644 index a7f35a3b1c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350632.fina - com.type-invaders.name.production - sad_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..394718b9c5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.fina.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..d294fb7c49 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.fina.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.fina.short.glif deleted file mode 100644 index a9ba252d0f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350632.fina.short - com.type-invaders.name.production - sad_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.glif deleted file mode 100644 index 51aeb3e5ff..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350632 - com.type-invaders.name.production - sad_zain-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.rlig.glif new file mode 100644 index 0000000000..7e9fd5fb8c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.rlig.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.rlig.short.glif new file mode 100644 index 0000000000..0311f59e16 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.rlig.short.glif @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.short.glif deleted file mode 100644 index 3de48785cf..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sad_zain-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06350632.short - com.type-invaders.name.production - sad_zain-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadabove-ar.glif index 1be613bb5a..8c0b28905c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sadabove-ar.glif @@ -51,18 +51,10 @@ - + - + - - - com.type-invaders.name.final - uni0610 - com.type-invaders.name.production - sadabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sajdah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sajdah-ar.glif index 9d53b57637..839fbc589e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sajdah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sajdah-ar.glif @@ -115,12 +115,4 @@ - - - com.type-invaders.name.final - uni06E9 - com.type-invaders.name.production - sajdah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/samvat-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/samvat-ar.glif index 5b7699fbb6..91f0ad7dce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/samvat-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/samvat-ar.glif @@ -77,12 +77,4 @@ - - - com.type-invaders.name.final - uni0604 - com.type-invaders.name.production - samvat-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/scaron.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/scaron.glif index 9bd7a92a67..6fa2c1e26a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/scaron.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/scaron.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.fina.glif index 003bb3cb31..8ee2772846 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.fina.glif @@ -83,12 +83,4 @@ - - - com.type-invaders.name.final - uniFEB2 - com.type-invaders.name.production - seen-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.glif index b614b0a422..16b267a0e0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.glif @@ -79,12 +79,4 @@ - - - com.type-invaders.name.final - uni0633 - com.type-invaders.name.production - seen-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.init.glif index bfc43b9cdf..889b4cafb3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.init.glif @@ -67,12 +67,4 @@ - - - com.type-invaders.name.final - uniFEB3 - com.type-invaders.name.production - seen-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.isol.glif index 08ba874a73..87e7ad2d14 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.isol.glif @@ -4,22 +4,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEB1 - com.type-invaders.name.production - seen-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.medi.glif index 7756568444..c958a18045 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen-ar.medi.glif @@ -71,12 +71,4 @@ - - - com.type-invaders.name.final - uniFEB4 - com.type-invaders.name.production - seen-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenDotbelowDotabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenDotbelowDotabove-ar__.fina.glif index 253a24f74e..e3f38d142a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenDotbelowDotabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenDotbelowDotabove-ar__.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni069A.fina - com.type-invaders.name.production - seenDotbelowDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenDotbelowDotabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenDotbelowDotabove-ar__.glif index 54c660ca3e..88f7d2bc5e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenDotbelowDotabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenDotbelowDotabove-ar__.glif @@ -4,8 +4,8 @@ - + @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni069A - com.type-invaders.name.production - seenDotbelowDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenDotbelowDotabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenDotbelowDotabove-ar__.init.glif index d91c547ebd..15f5d6a61f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenDotbelowDotabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenDotbelowDotabove-ar__.init.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni069A.init - com.type-invaders.name.production - seenDotbelowDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenDotbelowDotabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenDotbelowDotabove-ar__.medi.glif index ce4ab9b747..2c1e1899ca 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenDotbelowDotabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenDotbelowDotabove-ar__.medi.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni069A.medi - com.type-invaders.name.production - seenDotbelowDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourabove-ar_.fina.glif index c90c0375a7..32acad2efc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni077D.fina - com.type-invaders.name.production - seenFourabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourabove-ar_.glif index ac5e5357ae..e0be69c8e6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni077D - com.type-invaders.name.production - seenFourabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourabove-ar_.init.glif index 08339724a1..90c9b46e78 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni077D.init - com.type-invaders.name.production - seenFourabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourabove-ar_.medi.glif index f30734ac0a..a9b24d397c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni077D.medi - com.type-invaders.name.production - seenFourabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourdotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourdotsabove-ar_.fina.glif index a6535fe3bc..f572126cd2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourdotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourdotsabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni075C.fina - com.type-invaders.name.production - seenFourdotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourdotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourdotsabove-ar_.glif index 947b15e3e4..137a77be2b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourdotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourdotsabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni075C - com.type-invaders.name.production - seenFourdotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourdotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourdotsabove-ar_.init.glif index 5d660a3faf..ef9f41ce5b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourdotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourdotsabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075C.init - com.type-invaders.name.production - seenFourdotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourdotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourdotsabove-ar_.medi.glif index 021ae28419..f1793132f1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourdotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenFourdotsabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni075C.medi - com.type-invaders.name.production - seenFourdotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.fina.glif index b8230c5f32..b071cffc27 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0770.fina - com.type-invaders.name.production - seenTahTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.glif index 7d061b7b0b..b98b8a4fae 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.glif @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni0770 - com.type-invaders.name.production - seenTahTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.init.glif index a804a2a4a9..881448960c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni0770.init - com.type-invaders.name.production - seenTahTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.medi.glif index 0ee7a482d2..1cebd9ce06 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTahTwodotshorizontalabove-ar__.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni0770.medi - com.type-invaders.name.production - seenTahTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenThreedotsbelow-ar_.fina.glif index ad6780a928..bf64c25601 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenThreedotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni069B.fina - com.type-invaders.name.production - seenThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenThreedotsbelow-ar_.glif index 7276403b8b..41e159cf40 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenThreedotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni069B - com.type-invaders.name.production - seenThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenThreedotsbelow-ar_.init.glif index e2ad80b412..068cd91d1f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenThreedotsbelow-ar_.init.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni069B.init - com.type-invaders.name.production - seenThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenThreedotsbelow-ar_.medi.glif index 40fb1a8d91..d08ed6fca4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenThreedotsbelow-ar_.medi.glif @@ -5,7 +5,7 @@ - + @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uni069B.medi - com.type-invaders.name.production - seenThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTwodotshorizontalabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTwodotshorizontalabove-ar_.fina.glif index 7f1955ab2a..07d2864a06 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTwodotshorizontalabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTwodotshorizontalabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni076D.fina - com.type-invaders.name.production - seenTwodotshorizontalabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTwodotshorizontalabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTwodotshorizontalabove-ar_.glif index 38f78c48c3..7646756ac4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTwodotshorizontalabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTwodotshorizontalabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni076D - com.type-invaders.name.production - seenTwodotshorizontalabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTwodotshorizontalabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTwodotshorizontalabove-ar_.init.glif index 46fd7c38e4..5cb8f4ddf5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTwodotshorizontalabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTwodotshorizontalabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni076D.init - com.type-invaders.name.production - seenTwodotshorizontalabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTwodotshorizontalabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTwodotshorizontalabove-ar_.medi.glif index d99e2095c3..223538db39 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTwodotshorizontalabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenTwodotshorizontalabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni076D.medi - com.type-invaders.name.production - seenTwodotshorizontalabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenVinvertedabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenVinvertedabove-ar_.fina.glif index 208c7d5e09..17c04052ef 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenVinvertedabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenVinvertedabove-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni077E.fina - com.type-invaders.name.production - seenVinvertedabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenVinvertedabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenVinvertedabove-ar_.glif index 08d7a53c11..b8294eeb02 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenVinvertedabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenVinvertedabove-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni077E - com.type-invaders.name.production - seenVinvertedabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenVinvertedabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenVinvertedabove-ar_.init.glif index 8b10a2c62b..ecc3d92b25 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenVinvertedabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenVinvertedabove-ar_.init.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni077E.init - com.type-invaders.name.production - seenVinvertedabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenVinvertedabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenVinvertedabove-ar_.medi.glif index 31fc6fa873..43884e0b0e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenVinvertedabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenVinvertedabove-ar_.medi.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni077E.medi - com.type-invaders.name.production - seenVinvertedabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_alefMaksura-ar_.fina.glif deleted file mode 100644 index 36a3fdc6cc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD17 - com.type-invaders.name.production - seen_alefMaksura-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..dd142accf5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_alefMaksura-ar_.glif deleted file mode 100644 index c194f46394..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_alefMaksura-ar_.glif +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFCFB - com.type-invaders.name.production - seen_alefMaksura-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..f088b56095 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_alefMaksura-ar_.rlig.glif @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.fina.glif deleted file mode 100644 index 02faf1b7b3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330698.fina - com.type-invaders.name.production - seen_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..9ceebf9fa8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..7023e54373 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.fina.short.glif deleted file mode 100644 index e3b3969987..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330698.fina.short - com.type-invaders.name.production - seen_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.glif deleted file mode 100644 index 9d4cd528d6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330698 - com.type-invaders.name.production - seen_jeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.rlig.glif new file mode 100644 index 0000000000..e9567f00b0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.rlig.short.glif new file mode 100644 index 0000000000..4585b96f45 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.short.glif deleted file mode 100644 index 40889558e4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_jeh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330698.short - com.type-invaders.name.production - seen_jeh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.fina.glif deleted file mode 100644 index 29597df2f9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.fina.glif +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2A - com.type-invaders.name.production - seen_reh-ar.fina - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..5c96f425f3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.fina.rlig.glif @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..b7db9fab92 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.fina.rlig.short.glif @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.fina.short.glif deleted file mode 100644 index 9070cd2203..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.fina.short.glif +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD2A.short - com.type-invaders.name.production - seen_reh-ar.fina.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.glif deleted file mode 100644 index 3ea8031d84..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.glif +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0E - com.type-invaders.name.production - seen_reh-ar - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.rlig.glif new file mode 100644 index 0000000000..35bb321a40 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.rlig.glif @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.rlig.short.glif new file mode 100644 index 0000000000..022a9dede8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.rlig.short.glif @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.short.glif deleted file mode 100644 index c30a049bba..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_reh-ar.short.glif +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0E.short - com.type-invaders.name.production - seen_reh-ar.short - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.fina.glif deleted file mode 100644 index 48f2bc38a4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330691.fina - com.type-invaders.name.production - seen_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..36db7aecff --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..6db2d0ab07 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.fina.short.glif deleted file mode 100644 index dbdcf4a546..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330691.fina.short - com.type-invaders.name.production - seen_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.glif deleted file mode 100644 index 4486e90f45..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330691 - com.type-invaders.name.production - seen_rreh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.rlig.glif new file mode 100644 index 0000000000..880aa78a0c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.rlig.short.glif new file mode 100644 index 0000000000..c2fcdd5860 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.short.glif deleted file mode 100644 index 9ba118efb3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_rreh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330691.short - com.type-invaders.name.production - seen_rreh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-ar.fina.glif deleted file mode 100644 index 7c814c0e01..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD18 - com.type-invaders.name.production - seen_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..04c8157436 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-ar.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-ar.glif deleted file mode 100644 index 26b513c75f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFCFC - com.type-invaders.name.production - seen_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-ar.rlig.glif new file mode 100644 index 0000000000..f78056301e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-farsi.fina.glif deleted file mode 100644 index 75715b81c3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-farsi.fina.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - seen_yehfarsi.fina - com.type-invaders.name.production - seen_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..382a75a583 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-farsi.fina.rlig.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-farsi.glif deleted file mode 100644 index 35d71a9223..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-farsi.glif +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - seen_yehfarsi - com.type-invaders.name.production - seen_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..cfd89cfe6d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yeh-farsi.rlig.glif @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 9906625057..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330626.fina - com.type-invaders.name.production - seen_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..22cfd7705d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yehHamzaabove-ar_.glif deleted file mode 100644 index 2fa8c3e144..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330626 - com.type-invaders.name.production - seen_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..48b883b6e1 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.fina.glif deleted file mode 100644 index 30a26a6406..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330632.fina - com.type-invaders.name.production - seen_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..c22bd89fe1 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..c91d83830a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.fina.short.glif deleted file mode 100644 index 85721d281a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330632.fina.short - com.type-invaders.name.production - seen_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.glif deleted file mode 100644 index 704a6763b7..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330632 - com.type-invaders.name.production - seen_zain-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.rlig.glif new file mode 100644 index 0000000000..98767d42c4 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.rlig.short.glif new file mode 100644 index 0000000000..3b5634cdeb --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.short.glif deleted file mode 100644 index 97c620f5fd..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seen_zain-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06330632.short - com.type-invaders.name.production - seen_zain-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenabove-ar.glif index e34395b857..38316639ab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenabove-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06DC - com.type-invaders.name.production - seenabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenbelow-ar.glif index 6af766b76b..6d8f8e4726 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seenbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06E3 - com.type-invaders.name.production - seenbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/semicolon-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/semicolon-ar.glif index 08f8e9e4ea..5640dc3c22 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/semicolon-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/semicolon-ar.glif @@ -8,10 +8,6 @@ - com.type-invaders.name.final - uni061B - com.type-invaders.name.production - semicolon-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seven-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seven-ar.glif index c572133b49..ca572f6a7b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seven-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seven-ar.glif @@ -14,12 +14,4 @@ - - - com.type-invaders.name.final - uni0667 - com.type-invaders.name.production - seven-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seven-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seven-persian.glif index 5e83af267e..ea7ea50bfa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seven-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seven-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F7 - com.type-invaders.name.production - seven-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seven-persian.urdu.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seven-persian.urdu.glif index 86ea11c90d..ff3ca942a1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seven-persian.urdu.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seven-persian.urdu.glif @@ -12,12 +12,4 @@ - - - com.type-invaders.name.final - uni06F7.urdu - com.type-invaders.name.production - seven-persian.urdu - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seveninferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seveninferior.glif index ed0038e6f5..448722bdc8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seveninferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/seveninferior.glif @@ -15,12 +15,4 @@ - - - com.type-invaders.name.final - uni2087 - com.type-invaders.name.production - seveninferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sevensuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sevensuperior.glif index e67d880739..cde4ff60e6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sevensuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sevensuperior.glif @@ -15,12 +15,4 @@ - - - com.type-invaders.name.final - uni2077 - com.type-invaders.name.production - sevensuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda-ar.glif index dd73fbdf35..10edb099d8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda-ar.glif @@ -44,18 +44,10 @@ - + - + - - - com.type-invaders.name.final - uni0651 - com.type-invaders.name.production - shadda-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda-ar.isol.glif index 935b3875f8..484eef6638 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE7C - com.type-invaders.name.production - shadda-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda-ar.medi.glif index 761c44ab3c..4d2705c376 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda-ar.medi.glif @@ -3,18 +3,17 @@ - + + + + - com.type-invaders.name.final - uniFE7D - com.type-invaders.name.production - shadda-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaAlefabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaAlefabove-ar_.glif index 2b1090493f..e4d1c7640d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaAlefabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaAlefabove-ar_.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06510670 - com.type-invaders.name.production - shaddaAlefabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaDamma-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaDamma-ar_.glif index 60044b668a..f0df87e8a2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaDamma-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaDamma-ar_.glif @@ -76,12 +76,4 @@ - - - com.type-invaders.name.final - uni0651064F - com.type-invaders.name.production - shaddaDamma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaDammatan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaDammatan-ar_.glif index 737d29720c..ac4bbf2eed 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaDammatan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaDammatan-ar_.glif @@ -2,15 +2,11 @@ - + - com.type-invaders.name.final - uni0651064C - com.type-invaders.name.production - shaddaDammatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaFatha-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaFatha-ar_.glif index 2f8dd886c8..c824814ef0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaFatha-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaFatha-ar_.glif @@ -49,12 +49,4 @@ - - - com.type-invaders.name.final - uni0651064E - com.type-invaders.name.production - shaddaFatha-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaFathatan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaFathatan-ar_.glif index c4e06d8b10..21e3b8c974 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaFathatan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaFathatan-ar_.glif @@ -8,10 +8,6 @@ - com.type-invaders.name.final - uni0651064B.1 - com.type-invaders.name.production - shaddaFathatan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaKasra-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaKasra-ar_.glif index b88ebdf25a..a88a5c24de 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaKasra-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaKasra-ar_.glif @@ -49,12 +49,4 @@ - - - com.type-invaders.name.final - uni06510650 - com.type-invaders.name.production - shaddaKasra-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaKasratan-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaKasratan-ar_.glif index 3ebbe39768..7b8f77162d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaKasratan-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shaddaKasratan-ar_.glif @@ -2,16 +2,12 @@ + - - com.type-invaders.name.final - uni0651064D - com.type-invaders.name.production - shaddaKasratan-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda_damma-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda_damma-ar.medi.glif index f865158ff1..5e68d1f517 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda_damma-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda_damma-ar.medi.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uniFCF3 - com.type-invaders.name.production - shadda_damma-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda_fatha-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda_fatha-ar.medi.glif index e80036441c..6fcd76830a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda_fatha-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda_fatha-ar.medi.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uniFCF2 - com.type-invaders.name.production - shadda_fatha-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda_kasra-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda_kasra-ar.medi.glif index ea05b26374..1c8bc76216 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda_kasra-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/shadda_kasra-ar.medi.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uniFCF4 - com.type-invaders.name.production - shadda_kasra-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.fina.glif index fb0955f750..96d76e649a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFEB6 - com.type-invaders.name.production - sheen-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.glif index 29a241dafc..354e4290cd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0634 - com.type-invaders.name.production - sheen-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.init.glif index d8d0ff8878..122fe9b700 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFEB7 - com.type-invaders.name.production - sheen-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.isol.glif index 9fe2c2459c..cdc732685b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFEB5 - com.type-invaders.name.production - sheen-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.medi.glif index 910a08e7e2..e8d6e66c1e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFEB8 - com.type-invaders.name.production - sheen-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenDotbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenDotbelow-ar_.fina.glif index bf09a9b802..f9d330fca6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenDotbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenDotbelow-ar_.fina.glif @@ -3,24 +3,20 @@ - + - + - + - com.type-invaders.name.final - uni06FA.fina - com.type-invaders.name.production - sheenDotbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenDotbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenDotbelow-ar_.glif index 649869e749..ab40cfcee1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenDotbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenDotbelow-ar_.glif @@ -4,24 +4,20 @@ - + - + - + - com.type-invaders.name.final - uni06FA - com.type-invaders.name.production - sheenDotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenDotbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenDotbelow-ar_.init.glif index aa7772bbf2..36dac00200 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenDotbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenDotbelow-ar_.init.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06FA.init - com.type-invaders.name.production - sheenDotbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenDotbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenDotbelow-ar_.medi.glif index 92244a10e7..231e3b07ce 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenDotbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenDotbelow-ar_.medi.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06FA.medi - com.type-invaders.name.production - sheenDotbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenThreedotsbelow-ar_.fina.glif index 1db71a4a81..a894587e5e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenThreedotsbelow-ar_.fina.glif @@ -3,24 +3,20 @@ - + - + - + - com.type-invaders.name.final - uni069C.fina - com.type-invaders.name.production - sheenThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenThreedotsbelow-ar_.glif index 0179076d4e..97a44a357e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenThreedotsbelow-ar_.glif @@ -4,24 +4,20 @@ - + - + - + - com.type-invaders.name.final - uni069C - com.type-invaders.name.production - sheenThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenThreedotsbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenThreedotsbelow-ar_.init.glif index d3d6438601..69784bb687 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenThreedotsbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenThreedotsbelow-ar_.init.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni069C.init - com.type-invaders.name.production - sheenThreedotsbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenThreedotsbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenThreedotsbelow-ar_.medi.glif index 80094d888c..c0542f591e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenThreedotsbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheenThreedotsbelow-ar_.medi.glif @@ -3,21 +3,17 @@ - + - + - + - com.type-invaders.name.final - uni069C.medi - com.type-invaders.name.production - sheenThreedotsbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_alefMaksura-ar_.fina.glif deleted file mode 100644 index cfcd0437e3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD19 - com.type-invaders.name.production - sheen_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..2b60c60a27 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_alefMaksura-ar_.glif deleted file mode 100644 index b6e31dea2e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFCFD - com.type-invaders.name.production - sheen_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..c173d1a409 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.fina.glif deleted file mode 100644 index 1fa15f25be..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340698.fina - com.type-invaders.name.production - sheen_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..1b3d48b4db --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..ebee0c6b88 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.fina.short.glif deleted file mode 100644 index 9ba83f9ea3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340698.fina.short - com.type-invaders.name.production - sheen_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.glif deleted file mode 100644 index 401b787c2e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340698 - com.type-invaders.name.production - sheen_jeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.rlig.glif new file mode 100644 index 0000000000..849c628617 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.rlig.short.glif new file mode 100644 index 0000000000..7705153a50 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.short.glif deleted file mode 100644 index 34f394dce9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_jeh-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340698.short - com.type-invaders.name.production - sheen_jeh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.fina.glif deleted file mode 100644 index 62f73d947c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD29 - com.type-invaders.name.production - sheen_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..ecfec0a15a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..57eb414dc1 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.fina.short.glif deleted file mode 100644 index 936ea41e5e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD29.short - com.type-invaders.name.production - sheen_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.glif deleted file mode 100644 index 4aedc4e56c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0D - com.type-invaders.name.production - sheen_reh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.rlig.glif new file mode 100644 index 0000000000..df2b910f83 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.rlig.short.glif new file mode 100644 index 0000000000..1bd1db0211 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.short.glif deleted file mode 100644 index 9404af3662..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_reh-ar.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD0D.short - com.type-invaders.name.production - sheen_reh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.fina.glif deleted file mode 100644 index 28f24ae7aa..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340691.fina - com.type-invaders.name.production - sheen_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..1949819e24 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..d843a60f6d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.fina.short.glif deleted file mode 100644 index 409a0eccbc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340691.fina.short - com.type-invaders.name.production - sheen_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.glif deleted file mode 100644 index fbdbe1e00e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340691 - com.type-invaders.name.production - sheen_rreh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.rlig.glif new file mode 100644 index 0000000000..9e8289ca5f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.rlig.short.glif new file mode 100644 index 0000000000..579a975e72 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.short.glif deleted file mode 100644 index aac5a9c511..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_rreh-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340691.short - com.type-invaders.name.production - sheen_rreh-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-ar.fina.glif deleted file mode 100644 index 92fde3d976..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFD1A - com.type-invaders.name.production - sheen_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..06896c33cd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-ar.glif deleted file mode 100644 index d36af31dd5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFCFE - com.type-invaders.name.production - sheen_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-ar.rlig.glif new file mode 100644 index 0000000000..4442dd9d26 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-farsi.fina.glif deleted file mode 100644 index 44ed6baf75..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - sheen_yehfarsi.fina - com.type-invaders.name.production - sheen_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..3c7ed09f25 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-farsi.glif deleted file mode 100644 index 08c2802467..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - sheen_yehfarsi - com.type-invaders.name.production - sheen_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..cf7050698f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 4949bcdb9e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340626.fina - com.type-invaders.name.production - sheen_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..fa07f76606 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yehHamzaabove-ar_.glif deleted file mode 100644 index 422a0540b1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340626 - com.type-invaders.name.production - sheen_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..f062278bc8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.fina.glif deleted file mode 100644 index 16f4b4337e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340632.fina - com.type-invaders.name.production - sheen_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..5689fc573f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..0781db935e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.fina.short.glif deleted file mode 100644 index e1e192bd90..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340632.fina.short - com.type-invaders.name.production - sheen_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.glif deleted file mode 100644 index 4918f1f8ec..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340632 - com.type-invaders.name.production - sheen_zain-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.rlig.glif new file mode 100644 index 0000000000..12215a5d77 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.rlig.short.glif new file mode 100644 index 0000000000..702f3107c8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.short.glif deleted file mode 100644 index f2c6eaa8e8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheen_zain-ar.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06340632.short - com.type-invaders.name.production - sheen_zain-ar.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheqel.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheqel.glif index 09621d0374..4ee5bacb74 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheqel.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sheqel.glif @@ -36,12 +36,4 @@ - - - com.type-invaders.name.final - uni20AA - com.type-invaders.name.production - sheqel - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sindhiampersand-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sindhiampersand-ar.glif index cbb92f29c9..f46d5bfeef 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sindhiampersand-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sindhiampersand-ar.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni06FD - com.type-invaders.name.production - sindhiampersand-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sindhipostpositionmen-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sindhipostpositionmen-ar.glif index 9bf39ee287..e39d992759 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sindhipostpositionmen-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sindhipostpositionmen-ar.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uni06FE - com.type-invaders.name.production - sindhipostpositionmen-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/six-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/six-ar.glif index afb787c9eb..7b8fb8f422 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/six-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/six-ar.glif @@ -15,12 +15,4 @@ - - - com.type-invaders.name.final - uni0666 - com.type-invaders.name.production - six-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/six-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/six-persian.glif index 64978b642c..999d800f89 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/six-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/six-persian.glif @@ -39,12 +39,4 @@ - - - com.type-invaders.name.final - uni06F6 - com.type-invaders.name.production - six-persian - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sixinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sixinferior.glif index 2c06350901..acc566c3f3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sixinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sixinferior.glif @@ -42,12 +42,4 @@ - - - com.type-invaders.name.final - uni2086 - com.type-invaders.name.production - sixinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sixsuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sixsuperior.glif index bfccacb5f1..c0009a9af5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sixsuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sixsuperior.glif @@ -42,12 +42,4 @@ - - - com.type-invaders.name.final - uni2076 - com.type-invaders.name.production - sixsuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/softhyphen.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/softhyphen.glif index 8f1092cc87..d90a1b3a15 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/softhyphen.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/softhyphen.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni00AD - com.type-invaders.name.production - softhyphen com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukun-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukun-ar.glif index 9e88f38f67..8df73a78c8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukun-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukun-ar.glif @@ -34,18 +34,10 @@ - + - + - - - com.type-invaders.name.final - uni0652 - com.type-invaders.name.production - sukun-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukun-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukun-ar.isol.glif index b9b6d208fa..1280520d95 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukun-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukun-ar.isol.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uniFE7E - com.type-invaders.name.production - sukun-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukun-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukun-ar.medi.glif index 087fea6a75..2dc7e83c19 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukun-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukun-ar.medi.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uniFE7F - com.type-invaders.name.production - sukun-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukunoval-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukunoval-ar.glif index d5c3b57c37..c340231ab0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukunoval-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukunoval-ar.glif @@ -32,18 +32,10 @@ - + - + - - - com.type-invaders.name.final - uni06E0 - com.type-invaders.name.production - sukunoval-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukunround-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukunround-ar.glif index 5358cb0a4a..237a875754 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukunround-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/sukunround-ar.glif @@ -32,18 +32,10 @@ - + - + - - - com.type-invaders.name.final - uni06DF - com.type-invaders.name.production - sukunround-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/t.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/t.glif index a8dd1c51a2..168e84ede7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/t.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/t.glif @@ -26,10 +26,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.fina.glif index 138ace8d59..79decdde72 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.fina.glif @@ -59,13 +59,8 @@ + + + - - - com.type-invaders.name.final - uniFEC2 - com.type-invaders.name.production - tah-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.glif index 95a97dab00..ea6c2b9262 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.glif @@ -47,13 +47,8 @@ + + + - - - com.type-invaders.name.final - uni0637 - com.type-invaders.name.production - tah-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.init.glif index 0d8a3ac19d..ef38528e54 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.init.glif @@ -48,13 +48,8 @@ + + + - - - com.type-invaders.name.final - uniFEC3 - com.type-invaders.name.production - tah-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.isol.glif index d9ce5173ae..3d6f469970 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.isol.glif @@ -4,19 +4,9 @@ - - - - - - - com.type-invaders.name.final - uniFEC1 - com.type-invaders.name.production - tah-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.medi.glif index 756584c4e2..cf5dc4ead7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tah-ar.medi.glif @@ -60,13 +60,8 @@ + + + - - - com.type-invaders.name.final - uniFEC4 - com.type-invaders.name.production - tah-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahThreedots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahThreedots-ar_.fina.glif index 915483455b..8ed25b6b53 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahThreedots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahThreedots-ar_.fina.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni069F.fina - com.type-invaders.name.production - tahThreedots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahThreedots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahThreedots-ar_.glif index be4ed274fb..1b6fec00ca 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahThreedots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahThreedots-ar_.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni069F - com.type-invaders.name.production - tahThreedots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahThreedots-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahThreedots-ar_.init.glif index 4a1e9b3fa9..1d9b8952a8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahThreedots-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahThreedots-ar_.init.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni069F.init - com.type-invaders.name.production - tahThreedots-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahThreedots-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahThreedots-ar_.medi.glif index 73c2d9a616..864bb3ef28 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahThreedots-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahThreedots-ar_.medi.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni069F.medi - com.type-invaders.name.production - tahThreedots-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahTwodotsabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahTwodotsabove-ar_.fina.glif index d7f41f2436..6ef6a59b47 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahTwodotsabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahTwodotsabove-ar_.fina.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni08A3.fina - com.type-invaders.name.production - tahTwodotsabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahTwodotsabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahTwodotsabove-ar_.glif index 7fd84682bf..13e79a819b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahTwodotsabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahTwodotsabove-ar_.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni08A3 - com.type-invaders.name.production - tahTwodotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahTwodotsabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahTwodotsabove-ar_.init.glif index b7f4cbd8f7..2f3c0fdbbe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahTwodotsabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahTwodotsabove-ar_.init.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni08A3.init - com.type-invaders.name.production - tahTwodotsabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahTwodotsabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahTwodotsabove-ar_.medi.glif index f7713e0f9c..842ca04b16 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahTwodotsabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahTwodotsabove-ar_.medi.glif @@ -8,15 +8,14 @@ - + + + + - com.type-invaders.name.final - uni08A3.medi - com.type-invaders.name.production - tahTwodotsabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahabove-ar.glif index bdbcfe4422..8d4f54f1ff 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahabove-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uni0615 - com.type-invaders.name.production - tahabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahbelow-ar.glif index 1bc97789bf..e31f7c47e4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahbelow-ar.glif @@ -37,18 +37,10 @@ - + - + - - - com.type-invaders.name.final - uniFBC1 - com.type-invaders.name.production - tahbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahcenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahcenter-ar.glif index 09b2328d4a..609edc5d9e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahcenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tahcenter-ar.glif @@ -36,15 +36,7 @@ - + - - - com.type-invaders.name.final - uni0615.alt - com.type-invaders.name.production - tahcenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/takhallusabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/takhallusabove-ar.glif index 507cfb1d2f..983573333e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/takhallusabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/takhallusabove-ar.glif @@ -40,18 +40,10 @@ - + - + - - - com.type-invaders.name.final - uni0614 - com.type-invaders.name.production - takhallusabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.fina.glif index a909e07d3b..4fd65d8bcd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.fina.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB7B - com.type-invaders.name.production - tcheh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.glif index 05b7085f15..16394927d9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0686 - com.type-invaders.name.production - tcheh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.init.glif index 682b82a9ba..b95900bf0d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB7C - com.type-invaders.name.production - tcheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.medi.glif index c32e374dbf..6b8f0c19fa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB7D - com.type-invaders.name.production - tcheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.short.glif index 93ce2eaf9c..c327a66e02 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheh-ar.short.glif @@ -16,10 +16,6 @@ - com.type-invaders.name.final - uni0686.short - com.type-invaders.name.production - tcheh-ar.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tchehDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tchehDotabove-ar_.fina.glif index 7fe9b38cf4..424d6b375c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tchehDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tchehDotabove-ar_.fina.glif @@ -3,8 +3,8 @@ - + @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni06BF.fina - com.type-invaders.name.production - tchehDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tchehDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tchehDotabove-ar_.glif index 4ad2da0dc5..6cfb8586fe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tchehDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tchehDotabove-ar_.glif @@ -4,8 +4,8 @@ - + @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uni06BF - com.type-invaders.name.production - tchehDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tchehDotabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tchehDotabove-ar_.init.glif index f6ea635cae..0ff50beba4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tchehDotabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tchehDotabove-ar_.init.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06BF.init - com.type-invaders.name.production - tchehDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tchehDotabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tchehDotabove-ar_.medi.glif index b2692ec026..681a4c2f26 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tchehDotabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tchehDotabove-ar_.medi.glif @@ -6,18 +6,14 @@ - + - + - com.type-invaders.name.final - uni06BF.medi - com.type-invaders.name.production - tchehDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheheh-ar.fina.glif index f550df1a2f..66a268ae0e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheheh-ar.fina.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uniFB7F - com.type-invaders.name.production - tcheheh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheheh-ar.glif index cd9e869ff4..bf038e29e5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheheh-ar.glif @@ -17,10 +17,6 @@ - com.type-invaders.name.final - uni0687 - com.type-invaders.name.production - tcheheh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheheh-ar.init.glif index aa2ab2a291..057c93b2fa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheheh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB80 - com.type-invaders.name.production - tcheheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheheh-ar.medi.glif index 6aad7c31d1..5d3c0ced0f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tcheheh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -14,10 +14,6 @@ - com.type-invaders.name.final - uniFB81 - com.type-invaders.name.production - tcheheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.fina.glif index 9d90e9e2c3..3016604cc8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFE96 - com.type-invaders.name.production - teh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.glif index 50fde499d4..717a75891e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni062A - com.type-invaders.name.production - teh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.init.glif index 26882747d4..b122a4dcd2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE97 - com.type-invaders.name.production - teh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.isol.glif index b895589913..ef5bb326bd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFE95 - com.type-invaders.name.production - teh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.medi.glif index 64731ccf08..f57bd2c7d7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE98 - com.type-invaders.name.production - teh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbuta-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbuta-ar_.fina.glif index d6bdcff808..9a30197660 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbuta-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbuta-ar_.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFE94 - com.type-invaders.name.production - tehMarbuta-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbuta-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbuta-ar_.glif index 7e12e6a5b2..05ce8e0989 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbuta-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbuta-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni0629 - com.type-invaders.name.production - tehMarbuta-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbuta-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbuta-ar_.isol.glif index 152aba9f14..d8f70d6efb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbuta-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbuta-ar_.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFE93 - com.type-invaders.name.production - tehMarbuta-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbutagoal-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbutagoal-ar_.fina.glif index 22dd9df69c..262be14d24 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbutagoal-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbutagoal-ar_.fina.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uni06C3.fina - com.type-invaders.name.production - tehMarbutagoal-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbutagoal-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbutagoal-ar_.glif index 8c976519c4..16ed1617b8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbutagoal-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehMarbutagoal-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06C3 - com.type-invaders.name.production - tehMarbutagoal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehRing-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehRing-ar_.fina.glif index 698380e13a..2660d3a1bc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehRing-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehRing-ar_.fina.glif @@ -95,13 +95,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni067C.fina - com.type-invaders.name.production - tehRing-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehRing-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehRing-ar_.glif index 3ad620a616..1724d0b79c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehRing-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehRing-ar_.glif @@ -92,13 +92,14 @@ + + + + + + + + + - - - com.type-invaders.name.final - uni067C - com.type-invaders.name.production - tehRing-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehRing-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehRing-ar_.init.glif index e6b4a7fdde..b03f83e9fd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehRing-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehRing-ar_.init.glif @@ -84,13 +84,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni067C.init - com.type-invaders.name.production - tehRing-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehRing-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehRing-ar_.medi.glif index 685f674913..9ba8a8f95c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehRing-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehRing-ar_.medi.glif @@ -87,13 +87,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni067C.medi - com.type-invaders.name.production - tehRing-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsdown-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsdown-ar_.fina.glif index 695dd0633b..31dfa7495c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsdown-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsdown-ar_.fina.glif @@ -11,15 +11,11 @@ - + - com.type-invaders.name.final - uni067D.fina - com.type-invaders.name.production - tehThreedotsdown-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsdown-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsdown-ar_.glif index 0b1f4781dc..464bb2ea70 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsdown-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsdown-ar_.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni067D - com.type-invaders.name.production - tehThreedotsdown-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsdown-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsdown-ar_.init.glif index adc5c8ba5e..28ddd2f1c8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsdown-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsdown-ar_.init.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni067D.init - com.type-invaders.name.production - tehThreedotsdown-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsdown-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsdown-ar_.medi.glif index b315a61e93..9e4edc417d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsdown-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsdown-ar_.medi.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni067D.medi - com.type-invaders.name.production - tehThreedotsdown-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsupbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsupbelow-ar_.fina.glif index 517c5775f5..ec98bf82db 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsupbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsupbelow-ar_.fina.glif @@ -6,21 +6,17 @@ - + - + - com.type-invaders.name.final - uni0753.fina - com.type-invaders.name.production - tehThreedotsupbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsupbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsupbelow-ar_.glif index 87f1350f46..37337498e5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsupbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsupbelow-ar_.glif @@ -7,21 +7,17 @@ - + - + - com.type-invaders.name.final - uni0753 - com.type-invaders.name.production - tehThreedotsupbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsupbelow-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsupbelow-ar_.init.glif index f52a0fe8f2..ebc23e7bbe 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsupbelow-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsupbelow-ar_.init.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0753.init - com.type-invaders.name.production - tehThreedotsupbelow-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsupbelow-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsupbelow-ar_.medi.glif index 2f3c575b75..7c551dca52 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsupbelow-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tehThreedotsupbelow-ar_.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0753.medi - com.type-invaders.name.production - tehThreedotsupbelow-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_alefMaksura-ar_.fina.glif deleted file mode 100644 index 9023050767..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC74 - com.type-invaders.name.production - teh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..d0ccc92981 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_alefMaksura-ar_.glif deleted file mode 100644 index f5bf198f3b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC0F - com.type-invaders.name.production - teh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..109f4a5dbf --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_jeh-ar.fina.glif deleted file mode 100644 index 5ca507994f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0698.fina - com.type-invaders.name.production - teh_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..72377ef09e --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..e7bcfca76d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_jeh-ar.fina.short.glif deleted file mode 100644 index fa48379c59..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0698.fina.short - com.type-invaders.name.production - teh_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_noon-ar.fina.glif deleted file mode 100644 index 3c7a4b74f9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC73 - com.type-invaders.name.production - teh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..750aebc58b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_reh-ar.fina.glif deleted file mode 100644 index 5d39643959..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC70 - com.type-invaders.name.production - teh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..107443b92a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..45a77dc84d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_reh-ar.fina.short.glif deleted file mode 100644 index 5875e03291..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC70.short - com.type-invaders.name.production - teh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_rreh-ar.fina.glif deleted file mode 100644 index 064b13625d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0691.fina - com.type-invaders.name.production - teh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..dd5279bf7b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..0d86dc669d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_rreh-ar.fina.short.glif deleted file mode 100644 index 8903b6bf13..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0691.fina.short - com.type-invaders.name.production - teh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-ar.fina.glif deleted file mode 100644 index 97f52f81f8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC75 - com.type-invaders.name.production - teh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..6b2971ef77 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-ar.glif deleted file mode 100644 index 21602e18be..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC10 - com.type-invaders.name.production - teh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..b58a573269 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-farsi.fina.glif deleted file mode 100644 index 71bdf9688f..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - teh_yehfarsi.fina - com.type-invaders.name.production - teh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..bd0253f6e9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-farsi.glif deleted file mode 100644 index c4d960dce1..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - teh_yehfarsi - com.type-invaders.name.production - teh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..4d74321bee --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index edd4f4b0ca..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0626.fina - com.type-invaders.name.production - teh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..16618e0174 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yehHamzaabove-ar_.glif deleted file mode 100644 index aeb500f5b3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062A0626 - com.type-invaders.name.production - teh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..94ece18584 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_zain-ar.fina.glif deleted file mode 100644 index 8f7d638268..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC71 - com.type-invaders.name.production - teh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..160c5e1123 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..10cfaae4e6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_zain-ar.fina.short.glif deleted file mode 100644 index e7e90a42f8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC71.short - com.type-invaders.name.production - teh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teheh-ar.fina.glif index f2127580f9..99d83a8534 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teheh-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB63 - com.type-invaders.name.production - teheh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teheh-ar.glif index 597675cbe2..dd9677db51 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teheh-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni067F - com.type-invaders.name.production - teheh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teheh-ar.init.glif index 5a549b646a..fe280e23ec 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teheh-ar.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB64 - com.type-invaders.name.production - teheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teheh-ar.medi.glif index 2aaa359cb5..d0a40744d9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/teheh-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB65 - com.type-invaders.name.production - teheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tenge.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tenge.glif index a141af76c3..95d660d426 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tenge.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tenge.glif @@ -20,12 +20,4 @@ - - - com.type-invaders.name.final - uni20B8 - com.type-invaders.name.production - tenge - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thal-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thal-ar.fina.glif index de1aed17c0..f6ff9d31e0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thal-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thal-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFEAC - com.type-invaders.name.production - thal-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thal-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thal-ar.glif index f7b89c51c1..0f24fb1d6f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thal-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thal-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0630 - com.type-invaders.name.production - thal-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thal-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thal-ar.isol.glif index 6f442f21d9..10fbb97f9a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thal-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thal-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFEAB - com.type-invaders.name.production - thal-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thalAlefabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thalAlefabove-ar_.fina.glif index 10dbc808e4..bd56492c65 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thalAlefabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thalAlefabove-ar_.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFC5B.fina - com.type-invaders.name.production - thalAlefabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thalAlefabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thalAlefabove-ar_.glif index 6d871f40e0..429f6a2d73 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thalAlefabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thalAlefabove-ar_.glif @@ -13,15 +13,11 @@ - + - com.type-invaders.name.final - uniFC5B - com.type-invaders.name.production - thalAlefabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.fina.glif index 227251d539..842b06aedf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFE9A - com.type-invaders.name.production - theh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.glif index c1885e4832..f82d452e36 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni062B - com.type-invaders.name.production - theh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.init.glif index 874501ef3f..8b5ebc751f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE9B - com.type-invaders.name.production - theh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.isol.glif index 4d03fc0c19..faaafd68ea 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.isol.glif @@ -5,19 +5,9 @@ - - - - - - - com.type-invaders.name.final - uniFE99 - com.type-invaders.name.production - theh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.medi.glif index 21fe46bd30..b544d53c84 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE9C - com.type-invaders.name.production - theh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_alefMaksura-ar_.fina.glif deleted file mode 100644 index 725e891245..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC7A - com.type-invaders.name.production - theh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..c343a7ca44 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_alefMaksura-ar_.glif deleted file mode 100644 index 142cd4ea13..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC13 - com.type-invaders.name.production - theh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..28678dfaac --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_jeh-ar.fina.glif deleted file mode 100644 index fbc901e044..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0698.fina - com.type-invaders.name.production - theh_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..52f91ab4f2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..8a38817281 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_jeh-ar.fina.short.glif deleted file mode 100644 index f269080c3c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0698.fina.short - com.type-invaders.name.production - theh_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_noon-ar.fina.glif deleted file mode 100644 index ae429d4d4b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC79 - com.type-invaders.name.production - theh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..6b203f97c2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_reh-ar.fina.glif deleted file mode 100644 index 16b67278c0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC76 - com.type-invaders.name.production - theh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..16abac1b41 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..690c283605 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_reh-ar.fina.short.glif deleted file mode 100644 index 8029ee54e2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC76.short - com.type-invaders.name.production - theh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_rreh-ar.fina.glif deleted file mode 100644 index 4b241bce96..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0691.fina - com.type-invaders.name.production - theh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..947118195f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..a86bf97bb9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_rreh-ar.fina.short.glif deleted file mode 100644 index 7beae7919a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0691.fina.short - com.type-invaders.name.production - theh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-ar.fina.glif deleted file mode 100644 index 42c620954d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC7B - com.type-invaders.name.production - theh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..e92b2c530a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-ar.glif deleted file mode 100644 index 42212bc673..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC14 - com.type-invaders.name.production - theh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..244b8c0a33 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-farsi.fina.glif deleted file mode 100644 index d344c5d86c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - theh_yehfarsi.fina - com.type-invaders.name.production - theh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..72aa0a3ddf --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-farsi.glif deleted file mode 100644 index 5848a974a4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - theh_yehfarsi - com.type-invaders.name.production - theh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..b7cdb11fda --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index d8d8f93891..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0626.fina - com.type-invaders.name.production - theh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..584fdb4366 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yehHamzaabove-ar_.glif deleted file mode 100644 index 835872bf0a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni062B0626 - com.type-invaders.name.production - theh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..3decab1d00 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_zain-ar.fina.glif deleted file mode 100644 index e0ca2a5bda..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC77 - com.type-invaders.name.production - theh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..dec15d7570 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..ad359c11a5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_zain-ar.fina.short.glif deleted file mode 100644 index f6428d8faa..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/theh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC77.short - com.type-invaders.name.production - theh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thousandseparator-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thousandseparator-ar.glif index 5cfd2d7830..3c485f886b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thousandseparator-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/thousandseparator-ar.glif @@ -10,12 +10,4 @@ - - - com.type-invaders.name.final - uni066C - com.type-invaders.name.production - thousandseparator-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/three-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/three-ar.glif index 722f341a97..5fd6f51441 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/three-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/three-ar.glif @@ -43,12 +43,4 @@ - - - com.type-invaders.name.final - uni0663 - com.type-invaders.name.production - three-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/three-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/three-persian.glif index 9f7e8752ff..837c62aa86 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/three-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/three-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F3 - com.type-invaders.name.production - three-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threeabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threeabove-ar.glif index 8f5d482e9a..834b4d01f4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threeabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threeabove-ar.glif @@ -41,18 +41,10 @@ - + - + - - - com.type-invaders.name.final - threeabovear - com.type-invaders.name.production - threeabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedots-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedots-ar.glif index f028c55835..aa114644d2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedots-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedots-ar.glif @@ -4,15 +4,11 @@ - + - com.type-invaders.name.final - uni061E - com.type-invaders.name.production - threedots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsabove-ar.glif index 0e58f6179e..1d1955c6aa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsabove-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06DB - com.type-invaders.name.production - threedotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsdownabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsdownabove-ar.glif index fb0625b12e..150ba62759 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsdownabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsdownabove-ar.glif @@ -52,18 +52,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB8 - com.type-invaders.name.production - threedotsdownabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsdownbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsdownbelow-ar.glif index 41d7b88e3b..153d2cbd30 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsdownbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsdownbelow-ar.glif @@ -52,18 +52,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB9 - com.type-invaders.name.production - threedotsdownbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsdowncenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsdowncenter-ar.glif index 493dedca7e..1d47a2b38d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsdowncenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsdowncenter-ar.glif @@ -51,15 +51,7 @@ - + - - - com.type-invaders.name.final - threedotsdowncenterar - com.type-invaders.name.production - threedotsdowncenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotshorizontalbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotshorizontalbelow-ar.glif index 525f6b4809..6379f6481b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotshorizontalbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotshorizontalbelow-ar.glif @@ -51,18 +51,10 @@ - + - + - - - com.type-invaders.name.final - threedotshoridownar - com.type-invaders.name.production - threedotshorizontalbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsupabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsupabove-ar.glif index 51681e0007..10491724b6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsupabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsupabove-ar.glif @@ -52,18 +52,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB6 - com.type-invaders.name.production - threedotsupabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsupbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsupbelow-ar.glif index 720468dfe3..4b265d00b8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsupbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsupbelow-ar.glif @@ -52,18 +52,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB7 - com.type-invaders.name.production - threedotsupbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsupcenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsupcenter-ar.glif index e94b4b5abc..a50ba95017 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsupcenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threedotsupcenter-ar.glif @@ -51,15 +51,7 @@ - + - - - com.type-invaders.name.final - threedotsupcenterar - com.type-invaders.name.production - threedotsupcenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threeinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threeinferior.glif index 2c84150559..397f85241e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threeinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/threeinferior.glif @@ -50,12 +50,4 @@ - - - com.type-invaders.name.final - uni2083 - com.type-invaders.name.production - threeinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tilde.alt01.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tilde.alt01.case.glif index 7c328575eb..787772f5fb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tilde.alt01.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tilde.alt01.case.glif @@ -31,7 +31,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tilde.alt01.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tilde.alt01.glif index 2198864164..b6bbc5d225 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tilde.alt01.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tilde.alt01.glif @@ -31,7 +31,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tilde.case.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tilde.case.glif index 4543684fc0..0747cdc125 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tilde.case.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tilde.case.glif @@ -31,7 +31,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tilde.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tilde.glif index 7b30548d08..e45ea57ba1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tilde.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tilde.glif @@ -32,7 +32,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tildecomb.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tildecomb.glif index 40c7357c2e..ce22315975 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tildecomb.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tildecomb.glif @@ -5,15 +5,11 @@ - + - com.type-invaders.name.final - uni0303 - com.type-invaders.name.production - tildecomb com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/toneloopabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/toneloopabove-ar.glif index 57fdffc4aa..99e698713a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/toneloopabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/toneloopabove-ar.glif @@ -46,18 +46,10 @@ - + - + - - - com.type-invaders.name.final - uni08EC - com.type-invaders.name.production - toneloopabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/toneloopbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/toneloopbelow-ar.glif index 2fa9617d30..afae8514d2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/toneloopbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/toneloopbelow-ar.glif @@ -46,18 +46,10 @@ - + - + - - - com.type-invaders.name.final - uni08EF - com.type-invaders.name.production - toneloopbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/toneonedotabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/toneonedotabove-ar.glif index de13c00649..3d78f563a7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/toneonedotabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/toneonedotabove-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni08EA - com.type-invaders.name.production - toneonedotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/toneonedotbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/toneonedotbelow-ar.glif index 6af247657f..3f7b0ea46e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/toneonedotbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/toneonedotbelow-ar.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni08ED - com.type-invaders.name.production - toneonedotbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tonetwodotsabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tonetwodotsabove-ar.glif index 240bd92ab5..6365eb936d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tonetwodotsabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tonetwodotsabove-ar.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni08EB - com.type-invaders.name.production - tonetwodotsabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tonetwodotsbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tonetwodotsbelow-ar.glif index f532d10a95..f205314d14 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tonetwodotsbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tonetwodotsbelow-ar.glif @@ -3,15 +3,11 @@ - + - com.type-invaders.name.final - uni08EE - com.type-invaders.name.production - tonetwodotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh-ar.fina.glif index fb112a61f2..adfb85cc63 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB67 - com.type-invaders.name.production - tteh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh-ar.glif index 736c3b0c3d..000c31c35a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni0679 - com.type-invaders.name.production - tteh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh-ar.init.glif index 5f875478a2..fb8fd275ac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh-ar.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB68 - com.type-invaders.name.production - tteh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh-ar.medi.glif index f797803a43..4d63dce4c8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh-ar.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB69 - com.type-invaders.name.production - tteh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_alefMaksura-ar_.fina.glif deleted file mode 100644 index 4610acd41c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790649.fina - com.type-invaders.name.production - tteh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..01f88f6226 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_alefMaksura-ar_.glif deleted file mode 100644 index f0389b1410..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_alefMaksura-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790649 - com.type-invaders.name.production - tteh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..94b9d835a8 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_jeh-ar.fina.glif deleted file mode 100644 index 666c335f0e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790698.fina - com.type-invaders.name.production - tteh_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..00502fc1de --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_jeh-ar.fina.short.glif deleted file mode 100644 index 31c779a681..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790698.fina.short - com.type-invaders.name.production - tteh_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_noon-ar.fina.glif deleted file mode 100644 index 8ecfb9b534..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_noon-ar.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790646.fina - com.type-invaders.name.production - tteh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..a1c235a9b6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_noon-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_reh-ar.fina.glif deleted file mode 100644 index 7cf1987389..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_reh-ar.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790631.fina - com.type-invaders.name.production - tteh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..6dfbf5f5a7 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_reh-ar.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_reh-ar.fina.short.glif deleted file mode 100644 index f52dea1256..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790631.fina.short - com.type-invaders.name.production - tteh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_rreh-ar.fina.glif deleted file mode 100644 index 9d32d44d0e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790691.fina - com.type-invaders.name.production - tteh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..84a5ba7633 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_rreh-ar.fina.short.glif deleted file mode 100644 index 2fadfad904..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790691.fina.short - com.type-invaders.name.production - tteh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-ar.fina.glif deleted file mode 100644 index 52acae9186..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni0679064A.fina - com.type-invaders.name.production - tteh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..090c75d9b2 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-ar.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-ar.glif deleted file mode 100644 index d0c1eed3a0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni0679064A - com.type-invaders.name.production - tteh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..cc6a9cf154 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-farsi.fina.glif deleted file mode 100644 index a78dd13676..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - tteh_yehfarsi.fina - com.type-invaders.name.production - tteh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..7fe730f23a --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-farsi.glif deleted file mode 100644 index 697870232d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - tteh_yehfarsi - com.type-invaders.name.production - tteh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..8778912dda --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index b8f6d5d8f4..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790626.fina - com.type-invaders.name.production - tteh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..b791cefa1d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yehHamzaabove-ar_.glif deleted file mode 100644 index 6b6daac11e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790626 - com.type-invaders.name.production - tteh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..1430bcb023 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_zain-ar.fina.glif deleted file mode 100644 index a23ba687d6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_zain-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790632.fina - com.type-invaders.name.production - tteh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..d81fe53e91 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_zain-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_zain-ar.fina.short.glif deleted file mode 100644 index 843fcb16bd..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06790632.fina.short - com.type-invaders.name.production - tteh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteheh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteheh-ar.fina.glif index c0ec0cc7d3..75ca79737f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteheh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteheh-ar.fina.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uniFB5F - com.type-invaders.name.production - tteheh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteheh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteheh-ar.glif index f5a9ddd0d4..71d968346b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteheh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteheh-ar.glif @@ -12,15 +12,11 @@ - + - com.type-invaders.name.final - uni067A - com.type-invaders.name.production - tteheh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteheh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteheh-ar.init.glif index 35677f63cc..4190313f63 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteheh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteheh-ar.init.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB60 - com.type-invaders.name.production - tteheh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteheh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteheh-ar.medi.glif index 70925e5283..0eed7be655 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteheh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tteheh-ar.medi.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFB61 - com.type-invaders.name.production - tteheh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tugrik.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tugrik.glif index 997bf5cfab..8da616a13f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tugrik.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/tugrik.glif @@ -30,12 +30,4 @@ - - - com.type-invaders.name.final - uni20AE - com.type-invaders.name.production - tugrik - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/two-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/two-ar.glif index 557b67f189..61a826a279 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/two-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/two-ar.glif @@ -26,12 +26,4 @@ - - - com.type-invaders.name.final - uni0662 - com.type-invaders.name.production - two-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/two-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/two-persian.glif index 8a2868e1f7..0e1328255a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/two-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/two-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F2 - com.type-invaders.name.production - two-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twoabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twoabove-ar.glif index f7807d4cfe..ffae874fc9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twoabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twoabove-ar.glif @@ -25,18 +25,10 @@ - + - + - - - com.type-invaders.name.final - twoabovear - com.type-invaders.name.production - twoabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotshorizontalabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotshorizontalabove-ar.glif index 29f8fe70e2..9f49c96f0a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotshorizontalabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotshorizontalabove-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB4 - com.type-invaders.name.production - twodotshorizontalabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotshorizontalbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotshorizontalbelow-ar.glif index 3ecb643675..882de13d96 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotshorizontalbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotshorizontalbelow-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - uniFBB5 - com.type-invaders.name.production - twodotshorizontalbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotshorizontalcenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotshorizontalcenter-ar.glif index 8aba1654be..b4061d4676 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotshorizontalcenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotshorizontalcenter-ar.glif @@ -35,15 +35,7 @@ - + - - - com.type-invaders.name.final - twodotshorizontalcenterar - com.type-invaders.name.production - twodotshorizontalcenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotsverticalabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotsverticalabove-ar.glif index 3c85be43d1..1ee887a717 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotsverticalabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotsverticalabove-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - uniFBBD - com.type-invaders.name.production - twodotsverticalabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotsverticalbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotsverticalbelow-ar.glif index 45739fc01c..893d926c0c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotsverticalbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotsverticalbelow-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - uniFBBE - com.type-invaders.name.production - twodotsverticalbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotsverticalcenter-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotsverticalcenter-ar.glif index 76ef35df62..ea20da7894 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotsverticalcenter-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twodotsverticalcenter-ar.glif @@ -35,15 +35,7 @@ - + - - - com.type-invaders.name.final - twodotsverticalcenterar - com.type-invaders.name.production - twodotsverticalcenter-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twoinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twoinferior.glif index d8ab174179..b1ccccdfc1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twoinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/twoinferior.glif @@ -32,12 +32,4 @@ - - - com.type-invaders.name.final - uni2082 - com.type-invaders.name.production - twoinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/u-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/u-ar.fina.glif index 4868974571..574e3ea933 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/u-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/u-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFBD8 - com.type-invaders.name.production - u-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/u-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/u-ar.glif index da357007a9..031a3234b6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/u-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/u-ar.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06C7 - com.type-invaders.name.production - u-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/u.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/u.glif index 37f6c95a20..a768affc1e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/u.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/u.glif @@ -27,13 +27,13 @@ - + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uHamzaabove-ar_.fina.glif index 01be8e3af7..d05b73046f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uHamzaabove-ar_.fina.glif @@ -2,12 +2,9 @@ + - - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni0677.fina - com.type-invaders.name.production - uHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uHamzaabove-ar_.glif index 56702fc0ce..7b98a40ed6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uHamzaabove-ar_.glif @@ -3,12 +3,9 @@ + - - - - @@ -22,15 +19,11 @@ - + - com.type-invaders.name.final - uni0677 - com.type-invaders.name.production - uHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uacute.glif index e20cc6be07..29f647ab73 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uacute.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ucircumflex.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ucircumflex.glif index e917cec150..661b0124be 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ucircumflex.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ucircumflex.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/udieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/udieresis.glif index 21cf5bdd22..4b29110618 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/udieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/udieresis.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ugrave.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ugrave.glif index 4447291adf..ca8655620e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ugrave.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ugrave.glif @@ -6,10 +6,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215A_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215A_.glif index ebbf3aa3df..27be481ec9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215A_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215A_.glif @@ -1,6 +1,7 @@ + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215B_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215B_.glif index c3f3dccc8d..3eb7fc7276 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215B_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215B_.glif @@ -1,6 +1,7 @@ + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215C_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215C_.glif index cca95dff1a..e37aa266f2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215C_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215C_.glif @@ -1,6 +1,7 @@ + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215D_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215D_.glif index d3ea5c71df..d2e7ed2543 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215D_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215D_.glif @@ -1,6 +1,7 @@ + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215E_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215E_.glif index 310f9cc79a..21052f5359 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215E_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uni215E_.glif @@ -1,6 +1,7 @@ + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uniFBBC____.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uniFBBC____.glif index 979bdc8fe6..89b80cfccc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uniFBBC____.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uniFBBC____.glif @@ -1,6 +1,7 @@ + @@ -15,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uniFBC0___.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uniFBC0___.glif index adf8c03c6c..08b1597d4b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uniFBC0___.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/uniFBC0___.glif @@ -1,13 +1,14 @@ + - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/v.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/v.glif index a7fc28f640..10a9d16b03 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/v.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/v.glif @@ -14,10 +14,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/vabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/vabove-ar.glif index 12cb7a69e9..92bfe39b39 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/vabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/vabove-ar.glif @@ -14,18 +14,10 @@ - + - + - - - com.type-invaders.name.final - uni065A - com.type-invaders.name.production - vabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/vbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/vbelow-ar.glif index 87993ff0c8..fc72ae3e78 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/vbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/vbelow-ar.glif @@ -13,18 +13,10 @@ - + - + - - - com.type-invaders.name.final - vbelowar - com.type-invaders.name.production - vbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ve-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ve-ar.fina.glif index 65ba432e0c..5dd7b84152 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ve-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ve-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFBDF - com.type-invaders.name.production - ve-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ve-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ve-ar.glif index 2482b5ed60..3f80d0c7dd 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ve-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ve-ar.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06CB - com.type-invaders.name.production - ve-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh-ar.fina.glif index bbfc62ccd3..1ba56a728f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh-ar.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB6B - com.type-invaders.name.production - veh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh-ar.glif index 19405e507d..5b320cb04b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh-ar.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06A4 - com.type-invaders.name.production - veh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh-ar.init.glif index ad0967572a..622f91dbb8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh-ar.init.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB6C - com.type-invaders.name.production - veh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh-ar.medi.glif index 3e846bf053..d72833795d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh-ar.medi.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFB6D - com.type-invaders.name.production - veh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_alefMaksura-ar_.glif deleted file mode 100644 index 40306bdc1d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_alefMaksura-ar_.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06A40649 - com.type-invaders.name.production - veh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..01e89ddb57 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yeh-ar.glif deleted file mode 100644 index 18121fd378..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yeh-ar.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06A4064A - com.type-invaders.name.production - veh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..6d9dea3428 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yeh-ar.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yeh-farsi.glif deleted file mode 100644 index dfc5719eb2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - veh_yehfarsi - com.type-invaders.name.production - veh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..1bf748df17 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yehHamzaabove-ar_.glif deleted file mode 100644 index cd1342f8d2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06A40626 - com.type-invaders.name.production - veh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..d116698d58 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/veh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/verseComma-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/verseComma-ar_.glif index 485d20600b..509328767c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/verseComma-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/verseComma-ar_.glif @@ -43,12 +43,4 @@ - - - com.type-invaders.name.final - uni060E - com.type-invaders.name.production - verseComma-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/vinvertedabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/vinvertedabove-ar.glif index 4bf13fb08a..7e92b5e76a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/vinvertedabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/vinvertedabove-ar.glif @@ -14,18 +14,10 @@ - + - + - - - com.type-invaders.name.final - uni065B - com.type-invaders.name.production - vinvertedabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/vinvertedbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/vinvertedbelow-ar.glif index dca6f0e101..446ee8e322 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/vinvertedbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/vinvertedbelow-ar.glif @@ -13,18 +13,10 @@ - + - + - - - com.type-invaders.name.final - vinvertedbelowar - com.type-invaders.name.production - vinvertedbelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/w.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/w.glif index 44a5043e62..5f7a10cea5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/w.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/w.glif @@ -22,10 +22,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wasla-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wasla-ar.glif index bbadefa117..ed5971694e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wasla-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wasla-ar.glif @@ -42,18 +42,10 @@ - + - + - - - com.type-invaders.name.final - waslaar - com.type-invaders.name.production - wasla-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wavyhamza_above-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wavyhamza_above-ar.glif index 40bb7f851c..c03fb67534 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wavyhamza_above-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wavyhamza_above-ar.glif @@ -35,18 +35,10 @@ - + - + - - - com.type-invaders.name.final - wavyhamza_abovear - com.type-invaders.name.production - wavyhamza_above-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wavyhamzabelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wavyhamzabelow-ar.glif index 1b3981848c..e9229e2736 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wavyhamzabelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wavyhamzabelow-ar.glif @@ -36,18 +36,10 @@ - + - + - - - com.type-invaders.name.final - uni065F - com.type-invaders.name.production - wavyhamzabelow-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/waw-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/waw-ar.fina.glif index 4ec2c6e319..2421deec74 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/waw-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/waw-ar.fina.glif @@ -47,9 +47,6 @@ - - - @@ -66,12 +63,4 @@ - - - com.type-invaders.name.final - uniFEEE - com.type-invaders.name.production - waw-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/waw-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/waw-ar.glif index 8280ffe591..10ee07b67e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/waw-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/waw-ar.glif @@ -43,9 +43,6 @@ - - - @@ -62,12 +59,4 @@ - - - com.type-invaders.name.final - uni0648 - com.type-invaders.name.production - waw-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/waw-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/waw-ar.isol.glif index 1eda58375d..ac4cf2995f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/waw-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/waw-ar.isol.glif @@ -4,31 +4,9 @@ - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFEED - com.type-invaders.name.production - waw-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawDotabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawDotabove-ar_.fina.glif index f2e2fee622..ab471e8aa0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawDotabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawDotabove-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -20,15 +17,11 @@ - + - com.type-invaders.name.final - uni06CF.fina - com.type-invaders.name.production - wawDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawDotabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawDotabove-ar_.glif index 651c818b35..726613341b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawDotabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawDotabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06CF - com.type-invaders.name.production - wawDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawDotcenter-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawDotcenter-ar_.fina.glif index b0d65e84c2..e586bb732d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawDotcenter-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawDotcenter-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -25,10 +22,6 @@ - com.type-invaders.name.final - uni08AB.fina - com.type-invaders.name.production - wawDotcenter-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawDotcenter-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawDotcenter-ar_.glif index c7d2b244c6..a13693768a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawDotcenter-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawDotcenter-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -26,10 +23,6 @@ - com.type-invaders.name.final - uni08AB - com.type-invaders.name.production - wawDotcenter-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawHamzaabove-ar_.fina.glif index b652af63bb..c36658cbab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawHamzaabove-ar_.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFE86 - com.type-invaders.name.production - wawHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawHamzaabove-ar_.glif index 308c0422c1..e852c125e6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawHamzaabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni0624 - com.type-invaders.name.production - wawHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawHamzaabove-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawHamzaabove-ar_.isol.glif index 40ffe6bd1f..68653e37ab 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawHamzaabove-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawHamzaabove-ar_.isol.glif @@ -5,28 +5,9 @@ - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFE85 - com.type-invaders.name.production - wawHamzaabove-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawSmall-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawSmall-ar_.glif index 31007c380d..1f4a059a5d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawSmall-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawSmall-ar_.glif @@ -44,12 +44,4 @@ - - - com.type-invaders.name.final - uni06E5 - com.type-invaders.name.production - wawSmall-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawThreeAbove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawThreeAbove-ar__.fina.glif index 7080a1a7d8..68f190232d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawThreeAbove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawThreeAbove-ar__.fina.glif @@ -4,9 +4,6 @@ - - - @@ -19,13 +16,12 @@ + + + - com.type-invaders.name.final - uni0779.fina - com.type-invaders.name.production - wawThreeAbove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawThreeAbove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawThreeAbove-ar__.glif index 92bcb95b10..8d6f920695 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawThreeAbove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawThreeAbove-ar__.glif @@ -5,9 +5,6 @@ - - - @@ -20,13 +17,12 @@ + + + - com.type-invaders.name.final - uni0779 - com.type-invaders.name.production - wawThreeAbove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawTwoabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawTwoabove-ar_.fina.glif index d9b66b88d2..4045fa26cb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawTwoabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawTwoabove-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -19,13 +16,12 @@ + + + - com.type-invaders.name.final - uni0778.fina - com.type-invaders.name.production - wawTwoabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawTwoabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawTwoabove-ar_.glif index e0ff86e360..ed26e2c088 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawTwoabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawTwoabove-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -20,13 +17,12 @@ + + + - com.type-invaders.name.final - uni0778 - com.type-invaders.name.production - wawTwoabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawTwodots-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawTwodots-ar_.fina.glif index aebbb247e1..01720607ed 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawTwodots-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawTwodots-ar_.fina.glif @@ -4,9 +4,6 @@ - - - @@ -20,15 +17,11 @@ - + - com.type-invaders.name.final - uni06CA.fina - com.type-invaders.name.production - wawTwodots-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawTwodots-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawTwodots-ar_.glif index 0f2dc90229..89ee268bba 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawTwodots-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawTwodots-ar_.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06CA - com.type-invaders.name.production - wawTwodots-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawring-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawring-ar.fina.glif index 17054f441f..04ba572f59 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawring-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawring-ar.fina.glif @@ -72,13 +72,20 @@ + + + + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06C4.fina - com.type-invaders.name.production - wawring-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawring-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawring-ar.glif index 0166b6a796..65c528b30f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawring-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/wawring-ar.glif @@ -69,13 +69,20 @@ + + + + + + + + + + + + + + + - - - com.type-invaders.name.final - uni06C4 - com.type-invaders.name.production - wawring-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/won.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/won.glif index c333dc3477..71f1626d7c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/won.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/won.glif @@ -74,12 +74,4 @@ - - - com.type-invaders.name.final - uni20A9 - com.type-invaders.name.production - won - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/x.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/x.glif index 44f8ce40ab..bd0cb8965c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/x.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/x.glif @@ -20,10 +20,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/y.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/y.glif index 926eef38ec..cc32e89fb5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/y.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/y.glif @@ -20,10 +20,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yacute.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yacute.glif index 00ced48bf0..5e60d609a6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yacute.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yacute.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ydieresis.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ydieresis.glif index 25454e2c27..4c8b11b13e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ydieresis.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/ydieresis.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/year-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/year-ar.glif index ae3209b874..31d378e31a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/year-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/year-ar.glif @@ -61,12 +61,4 @@ - - - com.type-invaders.name.final - uni0601 - com.type-invaders.name.production - year-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.fina.glif index eecd7372e8..62dc72103a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.fina.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uniFEF2 - com.type-invaders.name.production - yeh-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.glif index 2821a7dd3e..1dab673f84 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uni064A - com.type-invaders.name.production - yeh-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.init.glif index 87170b131b..5afbf1c04d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.init.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFEF3 - com.type-invaders.name.production - yeh-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.isol.glif index 1fa47feb7e..62ec49ffae 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.isol.glif @@ -5,25 +5,9 @@ - - - - - - - - - - - - - com.type-invaders.name.final - uniFEF1 - com.type-invaders.name.production - yeh-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.medi.glif index ca45f05697..c8de9ab6d3 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-ar.medi.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFEF4 - com.type-invaders.name.production - yeh-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-farsi.fina.glif index fca6b80808..016aa90efa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-farsi.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-farsi.fina.glif @@ -13,19 +13,12 @@ - - - - com.type-invaders.name.final - uniFBFD - com.type-invaders.name.production - yeh-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-farsi.glif index 4a2e4f67b8..1cc6110607 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-farsi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-farsi.glif @@ -13,19 +13,12 @@ - - - - com.type-invaders.name.final - uni06CC - com.type-invaders.name.production - yeh-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-farsi.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-farsi.init.glif index 110c467af5..6e7c9c0c97 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-farsi.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-farsi.init.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFBFE - com.type-invaders.name.production - yeh-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-farsi.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-farsi.medi.glif index e2aa5bf210..741d1568e5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-farsi.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh-farsi.medi.glif @@ -6,7 +6,7 @@ - + @@ -20,10 +20,6 @@ - com.type-invaders.name.final - uniFBFF - com.type-invaders.name.production - yeh-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehFourbelow-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehFourbelow-farsi_.fina.glif index e0e07d2a4c..3be923660d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehFourbelow-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehFourbelow-farsi_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,19 +13,12 @@ - - - - com.type-invaders.name.final - uni0777.fina - com.type-invaders.name.production - yehFourbelow-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehFourbelow-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehFourbelow-farsi_.glif index 11d9a0a043..0945e35ea4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehFourbelow-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehFourbelow-farsi_.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uni0777 - com.type-invaders.name.production - yehFourbelow-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehFourbelow-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehFourbelow-farsi_.init.glif index f50119e100..9b88137523 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehFourbelow-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehFourbelow-farsi_.init.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0777.init - com.type-invaders.name.production - yehFourbelow-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehFourbelow-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehFourbelow-farsi_.medi.glif index 18261eec62..1771235af9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehFourbelow-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehFourbelow-farsi_.medi.glif @@ -5,7 +5,7 @@ - + @@ -19,10 +19,6 @@ - com.type-invaders.name.final - uni0777.medi - com.type-invaders.name.production - yehFourbelow-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.fina.glif index 208f43be43..f357c58528 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.fina.glif @@ -3,8 +3,8 @@ - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uniFE8A - com.type-invaders.name.production - yehHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.glif index 56dda9397c..6c5316a2b7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.glif @@ -3,8 +3,8 @@ - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni0626 - com.type-invaders.name.production - yehHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.init.glif index 73f33f3ba4..e06fbb211b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.init.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE8B - com.type-invaders.name.production - yehHamzaabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.isol.glif index b3b23b121e..1e41eaa134 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.isol.glif @@ -3,27 +3,11 @@ - - - - - - - - - - - - - + - com.type-invaders.name.final - uniFE89 - com.type-invaders.name.production - yehHamzaabove-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.medi.glif index fcebb5a1cf..c4c9041573 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove-ar_.medi.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uniFE8C - com.type-invaders.name.production - yehHamzaabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.glif deleted file mode 100644 index d35d560915..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC68 - com.type-invaders.name.production - yehHamzaabove_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..56e7b5ab4c --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.glif deleted file mode 100644 index 7dc6e87256..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC03 - com.type-invaders.name.production - yehHamzaabove_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..58ab3cbfe5 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__jeh-ar.fina.glif deleted file mode 100644 index 85a9c1df77..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260698.fina - com.type-invaders.name.production - yehHamzaabove_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..2bb806e809 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..1af6b88204 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__jeh-ar.fina.short.glif deleted file mode 100644 index 656a8e4c7b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260698.fina.short - com.type-invaders.name.production - yehHamzaabove_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__noon-ar.fina.glif deleted file mode 100644 index 5f84954b71..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC67 - com.type-invaders.name.production - yehHamzaabove_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..0b2ae68572 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__reh-ar.fina.glif deleted file mode 100644 index 379f476bbf..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC64 - com.type-invaders.name.production - yehHamzaabove_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..c0a596d92d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..4c632b1ede --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__reh-ar.fina.short.glif deleted file mode 100644 index 6fa655a4f2..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC64.short - com.type-invaders.name.production - yehHamzaabove_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__rreh-ar.fina.glif deleted file mode 100644 index 4da25bfddc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260691.fina - com.type-invaders.name.production - yehHamzaabove_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..fa6a9cb2d0 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..a9ec739a95 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__rreh-ar.fina.short.glif deleted file mode 100644 index a513b3792e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260691.fina.short - com.type-invaders.name.production - yehHamzaabove_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-ar.fina.glif deleted file mode 100644 index 6497c7bd31..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC69 - com.type-invaders.name.production - yehHamzaabove_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..703b8251ba --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-ar.glif deleted file mode 100644 index 19a6bf5a16..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC04 - com.type-invaders.name.production - yehHamzaabove_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-ar.rlig.glif new file mode 100644 index 0000000000..8c7f175ccd --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.glif deleted file mode 100644 index 2b8bc5b74b..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yehHamzaabove_yehfarsi.fina - com.type-invaders.name.production - yehHamzaabove_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..5c2cdf4b66 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-farsi.glif deleted file mode 100644 index 38bd2bb6b9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yehHamzaabove_yehfarsi - com.type-invaders.name.production - yehHamzaabove_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-farsi.rlig.glif new file mode 100644 index 0000000000..4be685ead7 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 2a111c0806..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260626.fina - com.type-invaders.name.production - yehHamzaabove_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..f48e45d5ce --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.glif deleted file mode 100644 index bae6cd4fb9..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06260626 - com.type-invaders.name.production - yehHamzaabove_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..7120f1f683 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__zain-ar.fina.glif deleted file mode 100644 index 5da15fedec..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC65 - com.type-invaders.name.production - yehHamzaabove_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..3f7f80e289 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..4cccdb6f4d --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__zain-ar.fina.short.glif deleted file mode 100644 index 759de369cc..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehHamzaabove__zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC65.short - com.type-invaders.name.production - yehHamzaabove_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehKashmiri-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehKashmiri-ar_.fina.glif index 61e68d2b2f..f995b6efdf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehKashmiri-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehKashmiri-ar_.fina.glif @@ -58,13 +58,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0620.fina - com.type-invaders.name.production - yehKashmiri-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehKashmiri-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehKashmiri-ar_.glif index 376cf20b6e..d18860b321 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehKashmiri-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehKashmiri-ar_.glif @@ -76,13 +76,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0620 - com.type-invaders.name.production - yehKashmiri-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehKashmiri-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehKashmiri-ar_.init.glif index 189043de70..9f1995164c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehKashmiri-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehKashmiri-ar_.init.glif @@ -52,13 +52,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0620.init - com.type-invaders.name.production - yehKashmiri-ar.init - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehKashmiri-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehKashmiri-ar_.medi.glif index dd4b3de929..97208b919a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehKashmiri-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehKashmiri-ar_.medi.glif @@ -55,13 +55,17 @@ + + + + + + + + + + + + - - - com.type-invaders.name.final - uni0620.medi - com.type-invaders.name.production - yehKashmiri-ar.medi - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehRohingya_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehRohingya_.glif index 35ae380b26..d83c8f5cf1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehRohingya_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehRohingya_.glif @@ -90,18 +90,10 @@ - + - - - com.type-invaders.name.final - uni08AC - com.type-invaders.name.production - yehRohingya - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTail-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTail-ar_.fina.glif index 67d147970c..552420f9a1 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTail-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTail-ar_.fina.glif @@ -35,9 +35,6 @@ - - - @@ -51,12 +48,4 @@ - - - com.type-invaders.name.final - uni06CD.fina - com.type-invaders.name.production - yehTail-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTail-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTail-ar_.glif index 20afee0471..2ccf42e069 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTail-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTail-ar_.glif @@ -53,9 +53,6 @@ - - - @@ -69,12 +66,4 @@ - - - com.type-invaders.name.final - uni06CD - com.type-invaders.name.production - yehTail-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreeabove-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreeabove-farsi_.fina.glif index a5452b11a1..776e704d98 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreeabove-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreeabove-farsi_.fina.glif @@ -2,8 +2,8 @@ - + @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0776.fina - com.type-invaders.name.production - yehThreeabove-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreeabove-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreeabove-farsi_.glif index e18c1d4d63..33d2dc021d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreeabove-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreeabove-farsi_.glif @@ -3,8 +3,8 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0776 - com.type-invaders.name.production - yehThreeabove-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreeabove-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreeabove-farsi_.init.glif index d3debcaa8f..c85d2c8bde 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreeabove-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreeabove-farsi_.init.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni0776.init - com.type-invaders.name.production - yehThreeabove-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreeabove-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreeabove-farsi_.medi.glif index 7a87165689..0b9a4b1fdf 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreeabove-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreeabove-farsi_.medi.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni0776.medi - com.type-invaders.name.production - yehThreeabove-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsabove-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsabove-farsi_.fina.glif index 5b8bbb4f5d..e9189411cb 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsabove-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsabove-farsi_.fina.glif @@ -2,8 +2,8 @@ - + @@ -14,18 +14,11 @@ - - - - + - com.type-invaders.name.final - uni063F.fina - com.type-invaders.name.production - yehThreedotsabove-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsabove-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsabove-farsi_.glif index 44042dba84..329d391afa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsabove-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsabove-farsi_.glif @@ -3,8 +3,8 @@ - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni063F - com.type-invaders.name.production - yehThreedotsabove-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsabove-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsabove-farsi_.init.glif index 9ed699cc9f..1f21faa0df 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsabove-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsabove-farsi_.init.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063F.init - com.type-invaders.name.production - yehThreedotsabove-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsabove-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsabove-farsi_.medi.glif index 6f4c1fe39f..ca8bbc489f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsabove-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsabove-farsi_.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063F.medi - com.type-invaders.name.production - yehThreedotsabove-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsbelow-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsbelow-ar_.fina.glif index 023adeca4f..be92b6c5f8 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsbelow-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsbelow-ar_.fina.glif @@ -5,7 +5,7 @@ - + @@ -13,19 +13,12 @@ - - - - com.type-invaders.name.final - uni06D1.fina - com.type-invaders.name.production - yehThreedotsbelow-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsbelow-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsbelow-ar_.glif index 3643e8006d..cacb3b29a9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsbelow-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehThreedotsbelow-ar_.glif @@ -6,7 +6,7 @@ - + @@ -14,19 +14,12 @@ - - - - com.type-invaders.name.final - uni06D1 - com.type-invaders.name.production - yehThreedotsbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwoabove-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwoabove-farsi_.fina.glif index a10b66bb88..a6d078fb59 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwoabove-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwoabove-farsi_.fina.glif @@ -14,15 +14,11 @@ - + - com.type-invaders.name.final - uni0775.fina - com.type-invaders.name.production - yehTwoabove-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwoabove-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwoabove-farsi_.glif index fb5d005b35..080a7fc663 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwoabove-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwoabove-farsi_.glif @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni0775 - com.type-invaders.name.production - yehTwoabove-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwoabove-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwoabove-farsi_.init.glif index 6a6856ef35..4a7ff433d5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwoabove-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwoabove-farsi_.init.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni0775.init - com.type-invaders.name.production - yehTwoabove-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwoabove-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwoabove-farsi_.medi.glif index 3f7e0e0ce1..42ca05aa9f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwoabove-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwoabove-farsi_.medi.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni0775.medi - com.type-invaders.name.production - yehTwoabove-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsabove-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsabove-farsi_.fina.glif index f06bb73529..4c87d65618 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsabove-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsabove-farsi_.fina.glif @@ -2,8 +2,8 @@ - + @@ -14,18 +14,11 @@ - - - - + - com.type-invaders.name.final - uni063E.fina - com.type-invaders.name.production - yehTwodotsabove-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsabove-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsabove-farsi_.glif index b8cbc344f6..cb7764278c 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsabove-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsabove-farsi_.glif @@ -3,8 +3,8 @@ - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni063E - com.type-invaders.name.production - yehTwodotsabove-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsabove-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsabove-farsi_.init.glif index 26edbbcb4b..f44a2bf1ac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsabove-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsabove-farsi_.init.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063E.init - com.type-invaders.name.production - yehTwodotsabove-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsabove-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsabove-farsi_.medi.glif index a8fa8334be..3238bf09a5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsabove-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsabove-farsi_.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063E.medi - com.type-invaders.name.production - yehTwodotsabove-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowDotabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowDotabove-ar__.fina.glif index 4138b9cb85..18778fe4c4 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowDotabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowDotabove-ar__.fina.glif @@ -3,10 +3,10 @@ - + - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni08A9.fina - com.type-invaders.name.production - yehTwodotsbelowDotabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowDotabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowDotabove-ar__.glif index de81fb6a71..f764a298a7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowDotabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowDotabove-ar__.glif @@ -4,10 +4,10 @@ - + - + @@ -16,18 +16,11 @@ - - - - + - com.type-invaders.name.final - uni08A9 - com.type-invaders.name.production - yehTwodotsbelowDotabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowDotabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowDotabove-ar__.init.glif index ce01521b6b..c6c4b42533 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowDotabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowDotabove-ar__.init.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni08A9.init - com.type-invaders.name.production - yehTwodotsbelowDotabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowDotabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowDotabove-ar__.medi.glif index 558fd40207..a0829d5471 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowDotabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowDotabove-ar__.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni08A9.medi - com.type-invaders.name.production - yehTwodotsbelowDotabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.fina.glif index e3387f6338..1aa38efcbc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.fina.glif @@ -2,11 +2,11 @@ + - - + @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni08A8.fina - com.type-invaders.name.production - yehTwodotsbelowHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.glif index 3523a14e14..4b9ca1d56b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.glif @@ -3,11 +3,11 @@ + - - + @@ -16,18 +16,11 @@ - - - - + - com.type-invaders.name.final - uni08A8 - com.type-invaders.name.production - yehTwodotsbelowHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.init.glif index ae961b2991..ced7c39e3b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.init.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni08A8.init - com.type-invaders.name.production - yehTwodotsbelowHamzaabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.medi.glif index 1a7e5f25d4..8cc9aac0a6 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehTwodotsbelowHamzaabove-ar__.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni08A8.medi - com.type-invaders.name.production - yehTwodotsbelowHamzaabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVabove-ar_.fina.glif index 4167e6c606..24cb26775b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVabove-ar_.fina.glif @@ -14,18 +14,11 @@ - - - - + - com.type-invaders.name.final - uni06CE.fina - com.type-invaders.name.production - yehVabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVabove-ar_.glif index fd6c8c5063..9a43e2df43 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVabove-ar_.glif @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni06CE - com.type-invaders.name.production - yehVabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVabove-ar_.init.glif index 7f0ebcb108..98644d30c0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVabove-ar_.init.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni06CE.init - com.type-invaders.name.production - yehVabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVabove-ar_.medi.glif index 2268a0c62a..651cba6915 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVabove-ar_.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni06CE.medi - com.type-invaders.name.production - yehVabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVinverted-farsi_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVinverted-farsi_.fina.glif index a01b024f75..7c69ef7463 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVinverted-farsi_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVinverted-farsi_.fina.glif @@ -14,18 +14,11 @@ - - - - + - com.type-invaders.name.final - uni063D.fina - com.type-invaders.name.production - yehVinverted-farsi.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVinverted-farsi_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVinverted-farsi_.glif index 5c22058c7c..fd0ebc7273 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVinverted-farsi_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVinverted-farsi_.glif @@ -15,18 +15,11 @@ - - - - + - com.type-invaders.name.final - uni063D - com.type-invaders.name.production - yehVinverted-farsi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVinverted-farsi_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVinverted-farsi_.init.glif index 80b77a1f1a..1f0e57e3b9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVinverted-farsi_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVinverted-farsi_.init.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063D.init - com.type-invaders.name.production - yehVinverted-farsi.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVinverted-farsi_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVinverted-farsi_.medi.glif index 59b0ef8b1a..f334d9eff7 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVinverted-farsi_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehVinverted-farsi_.medi.glif @@ -6,7 +6,7 @@ - + @@ -15,15 +15,11 @@ - + - com.type-invaders.name.final - uni063D.medi - com.type-invaders.name.production - yehVinverted-farsi.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_alefMaksura-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_alefMaksura-ar_.fina.glif deleted file mode 100644 index e29c74ff5c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_alefMaksura-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC95 - com.type-invaders.name.production - yeh_alefMaksura-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_alefMaksura-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_alefMaksura-ar_.fina.rlig.glif new file mode 100644 index 0000000000..766b0e14c9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_alefMaksura-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_alefMaksura-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_alefMaksura-ar_.glif deleted file mode 100644 index 835c0e6e36..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_alefMaksura-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC59 - com.type-invaders.name.production - yeh_alefMaksura-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_alefMaksura-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_alefMaksura-ar_.rlig.glif new file mode 100644 index 0000000000..1df6cff077 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_alefMaksura-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-ar.fina.glif deleted file mode 100644 index 7485c613f3..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0698.fina - com.type-invaders.name.production - yeh_jeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..0bb22b1248 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..dc0af3cf60 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-ar.fina.short.glif deleted file mode 100644 index 072c6af4c5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0698.fina.short - com.type-invaders.name.production - yeh_jeh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-farsi.fina.glif deleted file mode 100644 index f57de1d98d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-farsi.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_jehfarsi.fina - com.type-invaders.name.production - yeh_jeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..410d027319 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-farsi.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-farsi.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-farsi.fina.rlig.short.glif new file mode 100644 index 0000000000..b396d65189 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-farsi.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-farsi.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-farsi.fina.short.glif deleted file mode 100644 index 30aa2ea3f6..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_jeh-farsi.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_jehfarsi.fina.short - com.type-invaders.name.production - yeh_jeh-farsi.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_noon-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_noon-ar.fina.glif deleted file mode 100644 index c245da9c86..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_noon-ar.fina.glif +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC94 - com.type-invaders.name.production - yeh_noon-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_noon-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_noon-ar.fina.rlig.glif new file mode 100644 index 0000000000..6d31b55ad9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_noon-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_noon-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_noon-farsi.fina.glif deleted file mode 100644 index 32f870d14c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_noon-farsi.fina.glif +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_noonfarsi.fina - com.type-invaders.name.production - yeh_noon-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_noon-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_noon-farsi.fina.rlig.glif new file mode 100644 index 0000000000..9db6568e61 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_noon-farsi.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-ar.fina.glif deleted file mode 100644 index 32d321c984..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC91 - com.type-invaders.name.production - yeh_reh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-ar.fina.rlig.glif new file mode 100644 index 0000000000..6d301ad659 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..634179c452 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-ar.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-ar.fina.short.glif deleted file mode 100644 index 731aeb650c..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-ar.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC91.short - com.type-invaders.name.production - yeh_reh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-farsi.fina.glif deleted file mode 100644 index b04ef7fe88..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_rehfarsi.fina - com.type-invaders.name.production - yeh_reh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..07251aa794 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-farsi.fina.rlig.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-farsi.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-farsi.fina.rlig.short.glif new file mode 100644 index 0000000000..9e8e6a5103 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-farsi.fina.rlig.short.glif @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-farsi.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-farsi.fina.short.glif deleted file mode 100644 index 6e320ecfa0..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_reh-farsi.fina.short.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_rehfarsi.fina.short - com.type-invaders.name.production - yeh_reh-farsi.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-ar.fina.glif deleted file mode 100644 index 0e994c3b61..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-ar.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0691.fina - com.type-invaders.name.production - yeh_rreh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-ar.fina.rlig.glif new file mode 100644 index 0000000000..58e8c709b4 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-ar.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..b84bda92fc --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-ar.fina.short.glif deleted file mode 100644 index eebab9df6d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0691.fina.short - com.type-invaders.name.production - yeh_rreh-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-farsi.fina.glif deleted file mode 100644 index 078cd09885..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-farsi.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_rrehfarsi.fina - com.type-invaders.name.production - yeh_rreh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..d9d5b87fad --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-farsi.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-farsi.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-farsi.fina.rlig.short.glif new file mode 100644 index 0000000000..3f2071150b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-farsi.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-farsi.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-farsi.fina.short.glif deleted file mode 100644 index 74850aee99..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_rreh-farsi.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_rrehfarsi.fina.short - com.type-invaders.name.production - yeh_rreh-farsi.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-ar.fina.glif deleted file mode 100644 index 344027274a..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC96 - com.type-invaders.name.production - yeh_yeh-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-ar.fina.rlig.glif new file mode 100644 index 0000000000..fda1f51d72 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-ar.fina.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-ar.glif deleted file mode 100644 index d1f296eafa..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-ar.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC5A - com.type-invaders.name.production - yeh_yeh-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-ar.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-ar.rlig.glif new file mode 100644 index 0000000000..d5c727cec3 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-ar.rlig.glif @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-farsi.fina.glif deleted file mode 100644 index d23a96441e..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-farsi.fina.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06CC06CC.fina - com.type-invaders.name.production - yeh_yeh-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-farsi.fina.rlig.glif new file mode 100644 index 0000000000..9de1d2c986 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-farsi.fina.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-farsi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-farsi.glif deleted file mode 100644 index 44f1cf0da8..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-farsi.glif +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni06CC06CC - com.type-invaders.name.production - yeh_yeh-farsi - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-farsi.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-farsi.rlig.glif new file mode 100644 index 0000000000..6c3e616736 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yeh-farsi.rlig.glif @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.glif deleted file mode 100644 index 8fd8079791..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0626.fina - com.type-invaders.name.production - yeh_yehHamzaabove-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.rlig.glif new file mode 100644 index 0000000000..d9f556f113 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yehHamzaabove-ar_.fina.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yehHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yehHamzaabove-ar_.glif deleted file mode 100644 index b21637ec1d..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yehHamzaabove-ar_.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uni064A0626 - com.type-invaders.name.production - yeh_yehHamzaabove-ar - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yehHamzaabove-ar_.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yehHamzaabove-ar_.rlig.glif new file mode 100644 index 0000000000..a43c84f4e6 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_yehHamzaabove-ar_.rlig.glif @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-ar.fina.glif deleted file mode 100644 index de0b79cbd5..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-ar.fina.glif +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC92 - com.type-invaders.name.production - yeh_zain-ar.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-ar.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-ar.fina.rlig.glif new file mode 100644 index 0000000000..7bea2ade01 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-ar.fina.rlig.glif @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-ar.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-ar.fina.rlig.short.glif new file mode 100644 index 0000000000..0824d4519b --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-ar.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-ar.fina.short.glif deleted file mode 100644 index 7d5b0beccd..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-ar.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - uniFC92.short - com.type-invaders.name.production - yeh_zain-ar.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-farsi.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-farsi.fina.glif deleted file mode 100644 index fbb6f35836..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-farsi.fina.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_zainfarsi.fina - com.type-invaders.name.production - yeh_zain-farsi.fina - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-farsi.fina.rlig.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-farsi.fina.rlig.glif new file mode 100644 index 0000000000..27eee52eec --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-farsi.fina.rlig.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-farsi.fina.rlig.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-farsi.fina.rlig.short.glif new file mode 100644 index 0000000000..3a26c75155 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-farsi.fina.rlig.short.glif @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + com.typemytype.robofont.mark + + 0.6 + 0.986 + 1.0 + 1.0 + + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-farsi.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-farsi.fina.short.glif deleted file mode 100644 index 3c079a40ed..0000000000 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yeh_zain-farsi.fina.short.glif +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - com.type-invaders.name.final - yeh_zainfarsi.fina.short - com.type-invaders.name.production - yeh_zain-farsi.fina.short - com.typemytype.robofont.mark - - 0.6 - 0.986 - 1.0 - 1.0 - - - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehabove-ar.glif index 715f40adfd..b8fa0ab896 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehabove-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06E7 - com.type-invaders.name.production - yehabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.glif index 86d8ec3369..53f438329e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.glif @@ -30,12 +30,4 @@ - - - com.type-invaders.name.final - uniFBAF - com.type-invaders.name.production - yehbarree-ar.fina - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.short.glif index 9a9baa18c7..d402a506ea 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.short.glif @@ -29,12 +29,4 @@ - - - com.type-invaders.name.final - uniFBAF.short - com.type-invaders.name.production - yehbarree-ar.fina.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.short2.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.short2.glif index 7977b32a56..06752c26aa 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.short2.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.short2.glif @@ -29,12 +29,4 @@ - - - com.type-invaders.name.final - uniFBAF.short2 - com.type-invaders.name.production - yehbarree-ar.fina.short2 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.short3.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.short3.glif index 8cca7c8ae0..c82fdbfa56 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.short3.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.short3.glif @@ -29,12 +29,4 @@ - - - com.type-invaders.name.final - uniFBAF.short3 - com.type-invaders.name.production - yehbarree-ar.fina.short3 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.short4.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.short4.glif index 241302f449..6425dce5f9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.short4.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.fina.short4.glif @@ -29,12 +29,4 @@ - - - com.type-invaders.name.final - uniFBAF.short4 - com.type-invaders.name.production - yehbarree-ar.fina.short4 - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.glif index d0bb0089ee..50e15b5c92 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarree-ar.glif @@ -35,12 +35,4 @@ - - - com.type-invaders.name.final - uni06D2 - com.type-invaders.name.production - yehbarree-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.glif index 803496e0b1..87ffa212dc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uniFBB1 - com.type-invaders.name.production - yehbarreeHamzaabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short.glif index 3ebfa82014..238a328f47 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uniFBB1.short - com.type-invaders.name.production - yehbarreeHamzaabove-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short2.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short2.glif index 9a53a9ad9a..476dc926a9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short2.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short2.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uniFBB1.short2 - com.type-invaders.name.production - yehbarreeHamzaabove-ar.fina.short2 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short3.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short3.glif index f203fb8735..396ea4ab75 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short3.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short3.glif @@ -13,10 +13,6 @@ - com.type-invaders.name.final - uniFBB1.short3 - com.type-invaders.name.production - yehbarreeHamzaabove-ar.fina.short3 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short4.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short4.glif index 9f0bbf2bdf..6eea0c728b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short4.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.fina.short4.glif @@ -8,15 +8,11 @@ - + - com.type-invaders.name.final - uniFBB1.short4 - com.type-invaders.name.production - yehbarreeHamzaabove-ar.fina.short4 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.glif index 853ce6b3e0..b7fe07984e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeHamzaabove-ar_.glif @@ -9,15 +9,11 @@ - + - com.type-invaders.name.final - uni06D3 - com.type-invaders.name.production - yehbarreeHamzaabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.glif index 46613e184d..4cd3549e16 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077B.fina - com.type-invaders.name.production - yehbarreeThreeabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short.glif index e276ed6e19..b24c65881b 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077B.fina.short - com.type-invaders.name.production - yehbarreeThreeabove-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short2.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short2.glif index be2d2373ee..ddbd266c5e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short2.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short2.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077B.fina.short2 - com.type-invaders.name.production - yehbarreeThreeabove-ar.fina.short2 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short3.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short3.glif index 0e7bc354a9..17e2a81453 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short3.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short3.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077B.fina.short3 - com.type-invaders.name.production - yehbarreeThreeabove-ar.fina.short3 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short4.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short4.glif index 6cc4d649d2..bf58c225ed 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short4.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.fina.short4.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077B.fina.short4 - com.type-invaders.name.production - yehbarreeThreeabove-ar.fina.short4 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.glif index ed7bb3f70f..c7a21471e2 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uni077B - com.type-invaders.name.production - yehbarreeThreeabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.init.glif index 1c74437efd..0d7463f467 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.init.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni077B.init - com.type-invaders.name.production - yehbarreeThreeabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.medi.glif index e06df08476..ce029e1c6f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeThreeabove-ar_.medi.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni077B.medi - com.type-invaders.name.production - yehbarreeThreeabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.glif index d430a192a4..54e24dee22 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077A.fina - com.type-invaders.name.production - yehbarreeTwoabove-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short.glif index 4ea6a8ddd0..2eae34b6bc 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077A.fina.short - com.type-invaders.name.production - yehbarreeTwoabove-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short2.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short2.glif index 5eee43264c..19e81e24d9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short2.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short2.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077A.fina.short2 - com.type-invaders.name.production - yehbarreeTwoabove-ar.fina.short2 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short3.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short3.glif index ed5ee7edba..6138f9db23 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short3.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short3.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077A.fina.short3 - com.type-invaders.name.production - yehbarreeTwoabove-ar.fina.short3 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short4.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short4.glif index d4647c6520..40cecbd367 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short4.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.fina.short4.glif @@ -7,13 +7,12 @@ + + + - com.type-invaders.name.final - uni077A.fina.short4 - com.type-invaders.name.production - yehbarreeTwoabove-ar.fina.short4 com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.glif index 433ed34880..30bbfdb39d 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.glif @@ -8,13 +8,12 @@ + + + - com.type-invaders.name.final - uni077A - com.type-invaders.name.production - yehbarreeTwoabove-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.init.glif index 0a9408761a..d796902787 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.init.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni077A.init - com.type-invaders.name.production - yehbarreeTwoabove-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.medi.glif index ea88160a26..998ce7b57a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbarreeTwoabove-ar_.medi.glif @@ -13,13 +13,12 @@ + + + - com.type-invaders.name.final - uni077A.medi - com.type-invaders.name.production - yehbarreeTwoabove-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbelow-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbelow-ar.glif index ac21c2b77a..7ab7e05eac 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbelow-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yehbelow-ar.glif @@ -5,18 +5,14 @@ - + - + - com.type-invaders.name.final - uni06E6 - com.type-invaders.name.production - yehbelow-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yu-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yu-ar.fina.glif index d16e95dbca..3e1e0c59c5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yu-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yu-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uniFBDC - com.type-invaders.name.production - yu-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yu-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yu-ar.glif index 91cdf90cbb..cb87713d93 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yu-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/yu-ar.glif @@ -5,9 +5,6 @@ - - - @@ -21,15 +18,11 @@ - + - com.type-invaders.name.final - uni06C8 - com.type-invaders.name.production - yu-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/z.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/z.glif index ad37594628..457dac18f9 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/z.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/z.glif @@ -16,10 +16,10 @@ - + - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.fina.glif index db59e00ee1..96ebf0c33f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.fina.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEC6 - com.type-invaders.name.production - zah-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.glif index 31b111caa6..5dce22af75 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uni0638 - com.type-invaders.name.production - zah-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.init.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.init.glif index 4782d93677..a1af854e46 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.init.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.init.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEC7 - com.type-invaders.name.production - zah-ar.init com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.isol.glif index eb6fa8c5ba..ea1fdd6203 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.isol.glif @@ -5,16 +5,9 @@ - - - - com.type-invaders.name.final - uniFEC5 - com.type-invaders.name.production - zah-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.medi.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.medi.glif index c63ec2eae7..71138da0f0 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.medi.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zah-ar.medi.glif @@ -9,15 +9,14 @@ - + + + + - com.type-invaders.name.final - uniFEC8 - com.type-invaders.name.production - zah-ar.medi com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.fina.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.fina.glif index d44d6bab9c..920ffcac9f 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.fina.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.fina.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uniFEB0 - com.type-invaders.name.production - zain-ar.fina com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.fina.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.fina.short.glif index d2dfbfc7f9..4f053f9f04 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.fina.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.fina.short.glif @@ -1,28 +1,21 @@ - + - + - + - + - - - - + - com.type-invaders.name.final - uniFEB0.short - com.type-invaders.name.production - zain-ar.fina.short com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.glif index 09650a1582..0b90a8b428 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.glif @@ -5,9 +5,6 @@ - - - @@ -15,15 +12,11 @@ - + - com.type-invaders.name.final - uni0632 - com.type-invaders.name.production - zain-ar com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.isol.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.isol.glif index 05875f9480..4391f33f88 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.isol.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.isol.glif @@ -5,22 +5,9 @@ - - - - - - - - - - com.type-invaders.name.final - uniFEAF - com.type-invaders.name.production - zain-ar.isol com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.short.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.short.glif index f6a80a5203..f517f95cd5 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.short.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zain-ar.short.glif @@ -1,62 +1,51 @@ - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - + - - - - + - - - com.type-invaders.name.final - uni0632.short - com.type-invaders.name.production - zain-ar.short - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zainabove-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zainabove-ar.glif index babaebb72a..a1d7966f14 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zainabove-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zainabove-ar.glif @@ -40,18 +40,10 @@ - + - + - - - com.type-invaders.name.final - uni0617 - com.type-invaders.name.production - zainabove-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zcaron.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zcaron.glif index 51f88e0f22..d0754f0d78 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zcaron.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zcaron.glif @@ -6,7 +6,7 @@ - + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zero-ar.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zero-ar.glif index b83d49f229..25b1cfee56 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zero-ar.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zero-ar.glif @@ -20,12 +20,4 @@ - - - com.type-invaders.name.final - uni0660 - com.type-invaders.name.production - zero-ar - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zero-persian.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zero-persian.glif index 918ea25734..887e2f1422 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zero-persian.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zero-persian.glif @@ -7,10 +7,6 @@ - com.type-invaders.name.final - uni06F0 - com.type-invaders.name.production - zero-persian com.typemytype.robofont.mark 0.6 diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zeroinferior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zeroinferior.glif index 48d63c6421..abda0c493a 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zeroinferior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zeroinferior.glif @@ -34,12 +34,4 @@ - - - com.type-invaders.name.final - uni2080 - com.type-invaders.name.production - zeroinferior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zerosuperior.glif b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zerosuperior.glif index 3d7e61d851..cb2a1d7d9e 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zerosuperior.glif +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/glyphs/zerosuperior.glif @@ -34,12 +34,4 @@ - - - com.type-invaders.name.final - uni2070 - com.type-invaders.name.production - zerosuperior - - diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/groups.plist b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/groups.plist new file mode 100644 index 0000000000..39730859d9 --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/groups.plist @@ -0,0 +1,906 @@ + + + + + @MMK_L_arab_ain + + ain-ar + ghain-ar + ain-ar.short + ghain-ar.short + + @MMK_L_arab_alef + + alef-ar + alefHamzabelow-ar + alefWavyhamzabelow-ar + highhamzaAlef-ar + alef-ar.fina + alefHamzabelow-ar.fina + alefWavyhamzabelow-ar.fina + alef-ar.short + alefFathatan-ar + alef-ar.fina.short + alefFathatan-ar.fina + highhamzaAlef-ar.fina + + @MMK_L_arab_alefHamzaabove + + alefHamzaabove-ar + alefHamzaabove-ar.fina + + @MMK_L_arab_alefMadda + + alefWavyhamzaabove-ar + alefMadda-ar + alefWasla-ar + alefWavyhamzaabove-ar.fina + alefMadda-ar.fina + alefWasla-ar.fina + + @MMK_L_arab_alefMaksura + + alefMaksura-ar + yeh-ar + yehHamzaabove-ar + + @MMK_L_arab_hah + + hah-ar + jeem-ar + khah-ar + hah-ar.short + jeem-ar.short + khah-ar.short + + @MMK_L_arab_kaf_init + + gaf-ar + + @MMK_L_arab_lam_alef_rlig + + lam_alef-ar.rlig + lam_alefHamzaabove-ar.rlig + lam_alefHamzabelow-ar.rlig + lam_alefWavyhamzabelow-ar.rlig + + @MMK_L_arab_reh + + reh-ar + zain-ar + reh-ar.short + reh-ar.fina + zain-ar.fina + reh-ar.fina.short + zain-ar.fina.short + zain-ar.short + seen_reh-ar.rlig + seen_zain-ar.rlig + seen_rreh-ar.rlig + seen_jeh-ar.rlig + sheen_reh-ar.rlig + sheen_zain-ar.rlig + sheen_rreh-ar.rlig + sheen_jeh-ar.rlig + seen_reh-ar.fina.rlig + seen_zain-ar.fina.rlig + seen_rreh-ar.fina.rlig + seen_jeh-ar.fina.rlig + sheen_reh-ar.fina.rlig + sheen_zain-ar.fina.rlig + sheen_rreh-ar.fina.rlig + sheen_jeh-ar.fina.rlig + seen_reh-ar.fina.rlig.short + seen_zain-ar.fina.rlig.short + seen_rreh-ar.fina.rlig.short + seen_jeh-ar.fina.rlig.short + sheen_reh-ar.fina.rlig.short + sheen_zain-ar.fina.rlig.short + sheen_rreh-ar.fina.rlig.short + sheen_jeh-ar.fina.rlig.short + seen_reh-ar.rlig.short + seen_zain-ar.rlig.short + seen_rreh-ar.rlig.short + seen_jeh-ar.rlig.short + sheen_reh-ar.rlig.short + sheen_zain-ar.rlig.short + sheen_rreh-ar.rlig.short + sheen_jeh-ar.rlig.short + sad_reh-ar.rlig + sad_zain-ar.rlig + sad_rreh-ar.rlig + sad_jeh-ar.rlig + dad_reh-ar.rlig + dad_zain-ar.rlig + dad_rreh-ar.rlig + dad_jeh-ar.rlig + sad_reh-ar.fina.rlig + sad_zain-ar.fina.rlig + sad_rreh-ar.fina.rlig + sad_jeh-ar.fina.rlig + dad_reh-ar.fina.rlig + dad_zain-ar.fina.rlig + dad_rreh-ar.fina.rlig + dad_jeh-ar.fina.rlig + sad_reh-ar.fina.rlig.short + sad_zain-ar.fina.rlig.short + sad_rreh-ar.fina.rlig.short + sad_jeh-ar.fina.rlig.short + dad_reh-ar.fina.rlig.short + dad_zain-ar.fina.rlig.short + dad_rreh-ar.fina.rlig.short + dad_jeh-ar.fina.rlig.short + sad_reh-ar.rlig.short + sad_zain-ar.rlig.short + sad_rreh-ar.rlig.short + sad_jeh-ar.rlig.short + dad_reh-ar.rlig.short + dad_zain-ar.rlig.short + dad_rreh-ar.rlig.short + dad_jeh-ar.rlig.short + alefMaksura_reh-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig.short + alefMaksura_jeh-ar.fina.rlig + alefMaksura_jeh-ar.fina.rlig.short + beh_reh-ar.fina.rlig + beh_zain-ar.fina.rlig + beh_rreh-ar.fina.rlig + beh_jeh-ar.fina.rlig + peh_reh-ar.fina.rlig + peh_zain-ar.fina.rlig + peh_rreh-ar.fina.rlig + peh_jeh-ar.fina.rlig + teh_reh-ar.fina.rlig + teh_zain-ar.fina.rlig + teh_rreh-ar.fina.rlig + teh_jeh-ar.fina.rlig + theh_reh-ar.fina.rlig + theh_zain-ar.fina.rlig + theh_rreh-ar.fina.rlig + theh_jeh-ar.fina.rlig + tteh_reh-ar.fina.rlig + tteh_zain-ar.fina.rlig + tteh_rreh-ar.fina.rlig + tteh_jeh-ar.fina.rlig + noon_reh-ar.fina.rlig + noon_zain-ar.fina.rlig + noon_rreh-ar.fina.rlig + noon_jeh-ar.fina.rlig + yeh_reh-ar.fina.rlig + yeh_zain-ar.fina.rlig + yeh_rreh-ar.fina.rlig + yeh_jeh-ar.fina.rlig + yehHamzaabove_reh-ar.fina.rlig + yehHamzaabove_zain-ar.fina.rlig + yehHamzaabove_rreh-ar.fina.rlig + yehHamzaabove_jeh-ar.fina.rlig + yeh_zain-farsi.fina.rlig + yeh_reh-farsi.fina.rlig + yeh_jeh-farsi.fina.rlig + yeh_rreh-farsi.fina.rlig + alefMaksura_reh-ar.fina.rlig.short + beh_reh-ar.fina.rlig.short + beh_zain-ar.fina.rlig.short + beh_rreh-ar.fina.rlig.short + beh_jeh-ar.fina.rlig.short + peh_reh-ar.fina.rlig.short + peh_zain-ar.fina.rlig.short + peh_rreh-ar.fina.rlig.short + peh_jeh-ar.fina.rlig.short + teh_reh-ar.fina.rlig.short + teh_zain-ar.fina.rlig.short + teh_rreh-ar.fina.rlig.short + teh_jeh-ar.fina.rlig.short + theh_reh-ar.fina.rlig.short + theh_zain-ar.fina.rlig.short + theh_rreh-ar.fina.rlig.short + theh_jeh-ar.fina.rlig.short + noon_reh-ar.fina.rlig.short + noon_zain-ar.fina.rlig.short + noon_rreh-ar.fina.rlig.short + noon_jeh-ar.fina.rlig.short + yeh_reh-ar.fina.rlig.short + yeh_zain-ar.fina.rlig.short + yeh_rreh-ar.fina.rlig.short + yeh_jeh-ar.fina.rlig.short + yehHamzaabove_reh-ar.fina.rlig.short + yehHamzaabove_zain-ar.fina.rlig.short + yehHamzaabove_rreh-ar.fina.rlig.short + yehHamzaabove_jeh-ar.fina.rlig.short + yeh_jeh-farsi.fina.rlig.short + yeh_reh-farsi.fina.rlig.short + yeh_rreh-farsi.fina.rlig.short + yeh_zain-farsi.fina.rlig.short + + @MMK_L_arab_tah_init + + tah-ar.medi + tah-ar.init + + @MMK_L_arab_three + + three-ar + + @MMK_L_arab_waw + + waw-ar + wawHamzaabove-ar + waw-ar.fina + wawHamzaabove-ar.fina + + @MMK_L_grek_uc_Alpha + + Delta + + @MMK_L_grek_uc_Omega + + Omega + + @MMK_L_inp_colon + + colon + semicolon + + @MMK_L_inp_foot + + quotesingle + quotedbl + asterisk + + @MMK_L_inp_fraction + + fraction + divisionslash + + @MMK_L_inp_guill + + guilsinglleft + guillemotleft + + @MMK_L_inp_guilr + + guilsinglright + guillemotright + + @MMK_L_inp_hyph + + hyphen + softhyphen + endash + emdash + + @MMK_L_inp_parenth + + bracketleft + braceleft + + @MMK_L_inp_period + + period + ellipsis + comma + quotesinglbase + quotedblbase + + @MMK_L_inp_quotel + + quoteleft + quotedblleft + + @MMK_L_inp_quoter + + quoteright + quotedblright + + @MMK_L_latn_lc_a + + a + aacute + acircumflex + adieresis + agrave + aring + atilde + + @MMK_L_latn_lc_b + + b + p + thorn + + @MMK_L_latn_lc_c + + c + ccedilla + + @MMK_L_latn_lc_e + + e + ae + eacute + ecircumflex + edieresis + egrave + oe + + @MMK_L_latn_lc_f + + f + + @MMK_L_latn_lc_g + + g + g.alt02 + + @MMK_L_latn_lc_i + + i + fi + iacute + icircumflex + idieresis + igrave + + @MMK_L_latn_lc_j + + g.alt01 + j + q + dotlessi + ij + dotlessj + jacute + jcircumflex + + @MMK_L_latn_lc_k + + k + + @MMK_L_latn_lc_l + + l + fl + lslash + + @MMK_L_latn_lc_n + + h + m + n + ntilde + + @MMK_L_latn_lc_o + + o + eth + oacute + ocircumflex + odieresis + ograve + oslash + otilde + + @MMK_L_latn_lc_r + + r + + @MMK_L_latn_lc_s + + s + scaron + + @MMK_L_latn_lc_t + + t + + @MMK_L_latn_lc_u + + a.alt01 + u + aacute.alt01 + acircumflex.alt01 + adieresis.alt01 + agrave.alt01 + aring.alt01 + atilde.alt01 + uacute + ucircumflex + udieresis + ugrave + + @MMK_L_latn_lc_w + + w + + @MMK_L_latn_lc_y + + y + yacute + ydieresis + + @MMK_L_latn_lc_z + + z + zcaron + + @MMK_L_latn_uc_a + + A + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + + @MMK_L_latn_uc_c + + C + Ccedilla + + @MMK_L_latn_uc_d + + D + Dcroat + Eth + + @MMK_L_latn_uc_e + + E + AE + Eacute + Ecircumflex + Edieresis + Egrave + OE + + @MMK_L_latn_uc_g + + G + + @MMK_L_latn_uc_i + + I + Iacute + Icircumflex + Idieresis + Igrave + + @MMK_L_latn_uc_j + + J + + @MMK_L_latn_uc_k + + K + + @MMK_L_latn_uc_l + + L + Lslash + + @MMK_L_latn_uc_o + + O + Q + Oacute + Ocircumflex + Odieresis + Ograve + Oslash + Otilde + + @MMK_L_latn_uc_r + + R + + @MMK_L_latn_uc_s + + S + Scaron + + @MMK_L_latn_uc_t + + T + + @MMK_L_latn_uc_u + + U + IJ + Uacute + Ucircumflex + Udieresis + Ugrave + + @MMK_L_latn_uc_w + + W + + @MMK_L_latn_uc_y + + Y + Yacute + Ydieresis + + @MMK_L_latn_uc_z + + Z + Zcaron + + @MMK_R_arab_ain + + ain-ar + ghain-ar + ain-ar.short + ghain-ar.short + + @MMK_R_arab_alefMaksura + + alefMaksura-ar + yeh-ar + yehHamzaabove-ar + + @MMK_R_arab_alefMaksura_fina + + alefMaksura-ar.fina + yeh-ar.fina + yehHamzaabove-ar.fina + + @MMK_R_arab_beh_init + + beeh-ar.init + behThreedotsupabove-ar.init + e-ar.init + tehRing-ar.init + + @MMK_R_arab_dotlessbeh_init + + behDotless-ar.init + behDotless-ar + + @MMK_R_arab_dotlessfeh_init + + fehDotless-ar + fehDotless-ar.init + + @MMK_R_arab_hah + + hah-ar + jeem-ar + khah-ar + hah-ar.short + jeem-ar.short + khah-ar.short + + @MMK_R_arab_hah_init + + hah-ar.init + jeem-ar.init + khah-ar.init + + @MMK_R_arab_kaf_alefMaksura + + kaf_alefMaksura-ar.rlig + kaf_yeh-ar.rlig + kaf_yehHamzaabove-ar.rlig + keheh_yeh-ar.rlig + gaf_alefMaksura-ar.rlig + gaf_yeh-ar.rlig + gaf_yehHamzaabove-ar.rlig + + @MMK_R_arab_kaf_init + + kaf-ar.init + keheh-ar.init + gaf-ar.init + keheh-ar + + @MMK_R_arab_lam_alef_rlig + + lam_alef-ar.rlig + lam_alefHamzaabove-ar.rlig + lam_alefHamzabelow-ar.rlig + lam_alefWavyhamzaabove-ar.rlig + lam_alefWavyhamzabelow-ar.rlig + lam_alefMadda-ar.rlig + lam_alefWasla-ar.rlig + + @MMK_R_arab_noonghunna + + lam-ar.fina + noonghunna-ar + + @MMK_R_arab_reh + + reh-ar + zain-ar + reh-ar.short + zain-ar.short + + @MMK_R_arab_teh_init + + teh-ar.init + theh-ar.init + teheh-ar.init + + @MMK_R_arab_three + + three-ar + + @MMK_R_arab_yeh_init + + peh-ar.init + beheh-ar.init + behThreedotsupbelow-ar.init + tehThreedotsupbelow-ar.init + behVinvertedbelow-ar.init + behVbelow-ar.init + yeh-ar.init + yeh-farsi.init + + @MMK_R_grek_lc_kappa + + mu + + @MMK_R_grek_uc_Alpha + + Delta + + @MMK_R_grek_uc_Omega + + Omega + + @MMK_R_inp_colon + + colon + semicolon + + @MMK_R_inp_foot + + quotesingle + quotedbl + asterisk + + @MMK_R_inp_fraction + + fraction + divisionslash + + @MMK_R_inp_guill + + guilsinglleft + guillemotleft + + @MMK_R_inp_guilr + + guilsinglright + guillemotright + + @MMK_R_inp_hyph + + hyphen + softhyphen + endash + emdash + + @MMK_R_inp_parenth + + bracketright + braceright + + @MMK_R_inp_period + + period + ellipsis + comma + quotesinglbase + quotedblbase + + @MMK_R_inp_quotel + + quoteleft + quotedblleft + + @MMK_R_inp_quoter + + quoteright + quotedblright + + @MMK_R_latn_lc_a + + a + aacute + acircumflex + adieresis + agrave + aring + atilde + ae + + @MMK_R_latn_lc_c + + c + e + o + ccedilla + eacute + ecircumflex + edieresis + egrave + oacute + ocircumflex + odieresis + ograve + oslash + otilde + oe + + @MMK_R_latn_lc_d + + a.alt01 + d + g.alt01 + q + aacute.alt01 + acircumflex.alt01 + adieresis.alt01 + agrave.alt01 + aring.alt01 + atilde.alt01 + eth + + @MMK_R_latn_lc_f + + f + fi + fl + germandbls + + @MMK_R_latn_lc_g + + g + g.alt02 + + @MMK_R_latn_lc_h + + b + h + k + + @MMK_R_latn_lc_i + + i + iacute + icircumflex + idieresis + igrave + ij + + @MMK_R_latn_lc_j + + j + dotlessj + jacute + jcircumflex + + @MMK_R_latn_lc_l + + l + ldot + lslash + germandbls.alt01 + + @MMK_R_latn_lc_n + + m + n + r + dotlessi + ntilde + + @MMK_R_latn_lc_s + + s + scaron + + @MMK_R_latn_lc_t + + t + + @MMK_R_latn_lc_u + + u + uacute + ucircumflex + udieresis + ugrave + + @MMK_R_latn_lc_w + + w + + @MMK_R_latn_lc_y + + y + yacute + ydieresis + + @MMK_R_latn_lc_z + + z + zcaron + + @MMK_R_latn_uc_a + + A + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + AE + + @MMK_R_latn_uc_i + + I + Iacute + Icircumflex + Idieresis + Igrave + + @MMK_R_latn_uc_j + + J + + @MMK_R_latn_uc_o + + C + G + O + Q + Ccedilla + Oacute + Ocircumflex + Odieresis + Ograve + Oslash + Otilde + OE + + @MMK_R_latn_uc_s + + S + Scaron + + @MMK_R_latn_uc_t + + T + + @MMK_R_latn_uc_u + + U + IJ + Uacute + Ucircumflex + Udieresis + Ugrave + + @MMK_R_latn_uc_w + + W + + @MMK_R_latn_uc_y + + Y + Yacute + Ydieresis + + @MMK_R_latn_uc_z + + Z + Zcaron + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/kerning.plist b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/kerning.plist new file mode 100644 index 0000000000..56b7a3f03f --- /dev/null +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/kerning.plist @@ -0,0 +1,5591 @@ + + + + + @MMK_L_arab_alef + + @MMK_L_arab_kaf_init + 60 + highhamzaAlef-ar + 120 + + @MMK_L_arab_alefHamzaabove + + @MMK_L_arab_kaf_init + 130 + + @MMK_L_arab_alefMadda + + @MMK_L_arab_kaf_init + 170 + + @MMK_L_arab_kaf_init + + space + 40 + + @MMK_L_arab_lam_alef_rlig + + @MMK_L_arab_kaf_init + 130 + + @MMK_L_arab_reh + + beh-ar.init + 40 + behThreedotshorizontalbelow-ar.init + 138 + + @MMK_L_grek_uc_Alpha + + @MMK_R_grek_uc_Alpha + 15 + @MMK_R_grek_uc_Omega + -10 + @MMK_R_inp_foot + -50 + @MMK_R_inp_hyph + -25 + @MMK_R_inp_period + 20 + @MMK_R_inp_quotel + -70 + @MMK_R_inp_quoter + -50 + ampersand + 10 + at + 10 + eightinferior + -5 + eightsuperior + -55 + fiveinferior + 10 + fivesuperior + -30 + fourinferior + 10 + foursuperior + -30 + nineinferior + -10 + ninesuperior + -70 + oneinferior + 20 + onesuperior + -25 + question + -30 + registered + -50 + sevensuperior + -70 + sixinferior + 5 + sixsuperior + -50 + slash + 20 + threeinferior + 30 + threesuperior + -50 + trademark + -95 + twoinferior + 30 + underscore + 25 + zeroinferior + 30 + zerosuperior + -40 + + @MMK_L_grek_uc_Omega + + @MMK_R_grek_uc_Alpha + -10 + pi + 5 + + @MMK_L_inp_colon + + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_y + -30 + V + -10 + X + -5 + + @MMK_L_inp_foot + + @MMK_R_grek_uc_Alpha + -50 + @MMK_R_inp_period + -90 + @MMK_R_latn_lc_c + -20 + @MMK_R_latn_lc_d + -20 + @MMK_R_latn_lc_w + 30 + @MMK_R_latn_lc_y + 30 + @MMK_R_latn_lc_z + 15 + @MMK_R_latn_uc_a + -50 + @MMK_R_latn_uc_j + -20 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_s + 20 + @MMK_R_latn_uc_t + 35 + @MMK_R_latn_uc_w + 25 + @MMK_R_latn_uc_y + 25 + @MMK_R_latn_uc_z + 10 + V + 20 + questiondown + -90 + v + 35 + x + 15 + + @MMK_L_inp_fraction + + eightinferior + -5 + fiveinferior + -5 + fourinferior + -30 + oneinferior + 5 + sixinferior + -20 + twoinferior + 5 + + @MMK_L_inp_guill + + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_t + 10 + @MMK_R_latn_uc_t + -20 + @MMK_R_latn_uc_y + -30 + pi + 10 + + @MMK_L_inp_guilr + + @MMK_R_latn_lc_c + 10 + @MMK_R_latn_lc_d + 10 + @MMK_R_latn_uc_o + 20 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_y + -30 + V + 5 + X + -20 + x + -5 + + @MMK_L_inp_hyph + + @MMK_R_grek_uc_Alpha + -25 + @MMK_R_latn_lc_c + 10 + @MMK_R_latn_lc_d + 10 + @MMK_R_latn_lc_f + -5 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_z + -25 + @MMK_R_latn_uc_a + -25 + @MMK_R_latn_uc_i + -30 + @MMK_R_latn_uc_j + -35 + @MMK_R_latn_uc_o + 15 + @MMK_R_latn_uc_s + -20 + @MMK_R_latn_uc_t + -55 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -50 + @MMK_R_latn_uc_z + -50 + V + -25 + X + -50 + pi + -10 + x + -35 + + @MMK_L_inp_parenth + + @MMK_R_latn_lc_j + 10 + + @MMK_L_inp_period + + @MMK_R_grek_uc_Alpha + 20 + @MMK_R_inp_foot + -90 + @MMK_R_inp_quotel + -80 + @MMK_R_inp_quoter + -60 + @MMK_R_latn_lc_c + -35 + @MMK_R_latn_lc_d + -35 + @MMK_R_latn_lc_f + -25 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_s + -5 + @MMK_R_latn_lc_t + -25 + @MMK_R_latn_lc_u + -25 + @MMK_R_latn_lc_w + -30 + @MMK_R_latn_lc_y + -40 + @MMK_R_latn_lc_z + 20 + @MMK_R_latn_uc_a + 20 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_o + -60 + @MMK_R_latn_uc_t + -90 + @MMK_R_latn_uc_u + -35 + @MMK_R_latn_uc_w + -50 + @MMK_R_latn_uc_y + -50 + @MMK_R_latn_uc_z + 20 + AE + 70 + V + -60 + X + 20 + eightsuperior + -80 + fivesuperior + -90 + foursuperior + -80 + nineinferior + -20 + ninesuperior + -80 + onesuperior + -50 + pi + -30 + question + -70 + sevensuperior + -60 + sixsuperior + -80 + threesuperior + -40 + twoinferior + 20 + twosuperior + -50 + v + -40 + zerosuperior + -90 + + @MMK_L_inp_quotel + + @MMK_R_grek_lc_kappa + -20 + @MMK_R_grek_uc_Alpha + -70 + @MMK_R_inp_period + -80 + @MMK_R_latn_lc_a + -30 + @MMK_R_latn_lc_c + -45 + @MMK_R_latn_lc_d + -45 + @MMK_R_latn_lc_f + 10 + @MMK_R_latn_lc_g + -65 + @MMK_R_latn_lc_n + -20 + @MMK_R_latn_lc_s + -20 + @MMK_R_latn_lc_t + 15 + @MMK_R_latn_lc_w + 5 + @MMK_R_latn_lc_y + 10 + @MMK_R_latn_lc_z + -5 + @MMK_R_latn_uc_a + -70 + @MMK_R_latn_uc_j + -20 + @MMK_R_latn_uc_o + -25 + @MMK_R_latn_uc_t + 30 + @MMK_R_latn_uc_w + 35 + @MMK_R_latn_uc_y + 25 + AE + -100 + V + 35 + X + 15 + p + -20 + questiondown + -90 + v + 10 + x + -10 + + @MMK_L_inp_quoter + + @MMK_R_grek_lc_kappa + -35 + @MMK_R_grek_uc_Alpha + -80 + @MMK_R_inp_colon + -40 + @MMK_R_inp_hyph + -15 + @MMK_R_inp_period + -80 + @MMK_R_latn_lc_a + -50 + @MMK_R_latn_lc_c + -75 + @MMK_R_latn_lc_d + -80 + @MMK_R_latn_lc_g + -85 + @MMK_R_latn_lc_n + -35 + @MMK_R_latn_lc_s + -45 + @MMK_R_latn_lc_t + 10 + @MMK_R_latn_lc_u + -25 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -15 + @MMK_R_latn_lc_z + -25 + @MMK_R_latn_uc_a + -80 + @MMK_R_latn_uc_j + -35 + @MMK_R_latn_uc_o + -55 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + 30 + @MMK_R_latn_uc_w + 35 + @MMK_R_latn_uc_y + 35 + @MMK_R_latn_uc_z + -5 + AE + -120 + V + 25 + X + 25 + icircumflex + 35 + idieresis + 35 + p + -40 + pi + -15 + questiondown + -95 + v + -15 + x + -10 + + @MMK_L_latn_lc_a + + @MMK_R_inp_foot + -15 + @MMK_R_inp_hyph + -5 + @MMK_R_inp_period + 10 + @MMK_R_inp_quotel + -5 + @MMK_R_latn_lc_t + 5 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_lc_z + 15 + @MMK_R_latn_uc_a + 30 + @MMK_R_latn_uc_j + 35 + @MMK_R_latn_uc_t + -60 + @MMK_R_latn_uc_w + 10 + @MMK_R_latn_uc_y + -45 + @MMK_R_latn_uc_z + 20 + V + -25 + X + 15 + eightinferior + 15 + fiveinferior + 20 + fivesuperior + 5 + fourinferior + 35 + foursuperior + 10 + ninesuperior + -20 + oneinferior + 10 + registered + -10 + sevensuperior + -20 + sixinferior + 10 + sixsuperior + -10 + slash + 35 + threeinferior + 10 + threesuperior + -5 + trademark + -40 + twoinferior + 30 + underscore + 10 + v + -10 + x + 10 + zeroinferior + 10 + zerosuperior + -10 + + @MMK_L_latn_lc_b + + @MMK_R_inp_foot + -20 + @MMK_R_inp_guill + 10 + @MMK_R_inp_hyph + 10 + @MMK_R_inp_period + -25 + @MMK_R_inp_quotel + -15 + @MMK_R_inp_quoter + -15 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_lc_z + -5 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_t + -75 + @MMK_R_latn_uc_w + -5 + @MMK_R_latn_uc_y + -45 + @MMK_R_latn_uc_z + 5 + V + -30 + X + -10 + eightinferior + 10 + eightsuperior + 5 + fiveinferior + 10 + fivesuperior + 10 + fourinferior + 10 + foursuperior + 15 + nineinferior + 30 + ninesuperior + -20 + oneinferior + 10 + onesuperior + 5 + sevensuperior + -10 + sixinferior + 5 + slash + 5 + trademark + -25 + underscore + -50 + v + -5 + x + -10 + zeroinferior + 15 + zerosuperior + -30 + + @MMK_L_latn_lc_c + + @MMK_R_inp_guill + 5 + @MMK_R_inp_quotel + 25 + @MMK_R_inp_quoter + 15 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_uc_a + 10 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_s + 5 + @MMK_R_latn_uc_t + -45 + @MMK_R_latn_uc_y + -15 + @MMK_R_latn_uc_z + 5 + V + -25 + eightsuperior + 20 + fiveinferior + 10 + fivesuperior + 20 + fourinferior + 15 + foursuperior + 40 + nineinferior + -5 + ninesuperior + -10 + oneinferior + 20 + onesuperior + 5 + registered + 10 + seveninferior + 10 + sevensuperior + 5 + sixinferior + 10 + sixsuperior + 20 + slash + 25 + threeinferior + 10 + threesuperior + 25 + twoinferior + 20 + twosuperior + 30 + underscore + 5 + zeroinferior + 20 + zerosuperior + 20 + + @MMK_L_latn_lc_e + + @MMK_R_inp_foot + -30 + @MMK_R_inp_guill + 10 + @MMK_R_inp_hyph + 10 + @MMK_R_inp_period + -25 + @MMK_R_inp_quotel + -25 + @MMK_R_inp_quoter + -15 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_lc_z + -5 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + -75 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -45 + @MMK_R_latn_uc_z + -5 + V + -25 + X + -10 + eightsuperior + 5 + fiveinferior + 10 + fourinferior + 10 + foursuperior + 10 + nineinferior + 10 + ninesuperior + -40 + oneinferior + 5 + onesuperior + 10 + seveninferior + -5 + sevensuperior + -30 + sixinferior + 10 + sixsuperior + 5 + slash + 10 + threeinferior + 5 + trademark + -45 + twoinferior + 10 + underscore + -40 + x + -10 + zeroinferior + 15 + + @MMK_L_latn_lc_f + + @MMK_R_inp_foot + 30 + @MMK_R_inp_hyph + -15 + @MMK_R_inp_parenth + 15 + @MMK_R_inp_period + -30 + @MMK_R_inp_quotel + 40 + @MMK_R_inp_quoter + 35 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -5 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_t + 5 + @MMK_R_latn_lc_y + 10 + @MMK_R_latn_uc_a + -5 + @MMK_R_latn_uc_j + -15 + @MMK_R_latn_uc_o + 15 + @MMK_R_latn_uc_s + 15 + @MMK_R_latn_uc_t + 45 + @MMK_R_latn_uc_w + 35 + @MMK_R_latn_uc_y + 20 + V + 20 + X + 20 + eightinferior + -50 + eightsuperior + 10 + exclam + 10 + fiveinferior + -20 + fivesuperior + 40 + fourinferior + -30 + foursuperior + 45 + icircumflex + 20 + idieresis + 15 + igrave + 5 + jcircumflex + 25 + nineinferior + -20 + ninesuperior + 10 + oneinferior + -20 + onesuperior + 10 + parenright + 25 + question + 20 + registered + 40 + seveninferior + -30 + sevensuperior + 25 + sixinferior + -30 + sixsuperior + 30 + threeinferior + -50 + threesuperior + 30 + trademark + 40 + twoinferior + -40 + twosuperior + 25 + underscore + -35 + v + 10 + zeroinferior + -30 + zerosuperior + 20 + + @MMK_L_latn_lc_g + + @MMK_R_inp_foot + 5 + @MMK_R_inp_hyph + -10 + @MMK_R_inp_period + 20 + @MMK_R_inp_quotel + 30 + @MMK_R_inp_quoter + 25 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -5 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_u + -5 + @MMK_R_latn_lc_w + 5 + @MMK_R_latn_lc_y + 5 + @MMK_R_latn_lc_z + 5 + @MMK_R_latn_uc_a + 5 + @MMK_R_latn_uc_o + 10 + @MMK_R_latn_uc_t + -15 + @MMK_R_latn_uc_w + 10 + @MMK_R_latn_uc_y + -10 + @MMK_R_latn_uc_z + 10 + V + -5 + at + -5 + eightsuperior + 25 + fivesuperior + 20 + fourinferior + -5 + foursuperior + 25 + nineinferior + -35 + ninesuperior + 20 + onesuperior + 10 + parenright + 25 + registered + 30 + seveninferior + -10 + sevensuperior + 10 + sixinferior + -10 + sixsuperior + 20 + slash + 30 + threeinferior + 10 + threesuperior + 5 + twoinferior + 30 + twosuperior + 10 + underscore + 45 + zeroinferior + -20 + zerosuperior + 5 + + @MMK_L_latn_lc_i + + @MMK_R_latn_uc_y + -30 + eightsuperior + 10 + fivesuperior + 20 + ninesuperior + 10 + onesuperior + 10 + sevensuperior + 20 + sixsuperior + 20 + threesuperior + 20 + twosuperior + 20 + zerosuperior + 20 + + @MMK_L_latn_lc_j + + @MMK_R_inp_quotel + -10 + @MMK_R_latn_uc_t + -45 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -40 + V + -20 + ninesuperior + -20 + onesuperior + 40 + sevensuperior + -10 + trademark + -10 + + @MMK_L_latn_lc_k + + @MMK_R_inp_guill + -10 + @MMK_R_inp_guilr + -5 + @MMK_R_inp_hyph + -45 + @MMK_R_inp_period + 10 + @MMK_R_inp_quotel + 10 + @MMK_R_inp_quoter + 25 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_g + -20 + @MMK_R_latn_lc_s + -5 + @MMK_R_latn_lc_t + -5 + @MMK_R_latn_lc_u + -10 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_lc_z + 15 + @MMK_R_latn_uc_a + 15 + @MMK_R_latn_uc_j + 15 + @MMK_R_latn_uc_o + -5 + @MMK_R_latn_uc_s + 5 + @MMK_R_latn_uc_t + -30 + @MMK_R_latn_uc_w + -5 + @MMK_R_latn_uc_y + -30 + @MMK_R_latn_uc_z + 15 + V + -10 + X + 10 + ampersand + -20 + at + -10 + eightsuperior + -10 + fiveinferior + 10 + fourinferior + 15 + nineinferior + -25 + ninesuperior + -20 + onesuperior + 10 + registered + 5 + seveninferior + -30 + sevensuperior + -10 + slash + 10 + threeinferior + 10 + threesuperior + -30 + twoinferior + 15 + twosuperior + -30 + underscore + 40 + v + -10 + + @MMK_L_latn_lc_l + + @MMK_R_inp_hyph + -20 + @MMK_R_inp_quotel + -10 + @MMK_R_inp_quoter + 0 + @MMK_R_latn_lc_l + -10 + @MMK_R_latn_lc_t + -5 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_lc_z + -5 + @MMK_R_latn_uc_a + 20 + @MMK_R_latn_uc_j + 15 + @MMK_R_latn_uc_t + -25 + @MMK_R_latn_uc_w + 10 + @MMK_R_latn_uc_y + -15 + @MMK_R_latn_uc_z + 15 + V + -5 + X + 15 + eightsuperior + -5 + fiveinferior + 10 + fivesuperior + 0 + fourinferior + 10 + foursuperior + 0 + nineinferior + -5 + ninesuperior + 0 + onesuperior + 10 + seveninferior + -5 + sevensuperior + -10 + sixsuperior + 0 + slash + 20 + threeinferior + 5 + threesuperior + 0 + trademark + -10 + twoinferior + 10 + twosuperior + 0 + underscore + 25 + v + -5 + zerosuperior + 0 + + @MMK_L_latn_lc_n + + @MMK_R_inp_foot + -25 + @MMK_R_inp_quotel + -25 + @MMK_R_inp_quoter + -15 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_uc_t + -55 + @MMK_R_latn_uc_w + -15 + @MMK_R_latn_uc_y + -45 + V + -25 + eightsuperior + -10 + fivesuperior + -15 + foursuperior + -10 + ninesuperior + -40 + onesuperior + -10 + registered + -5 + sevensuperior + -30 + sixsuperior + -10 + slash + 15 + threesuperior + -10 + trademark + -65 + v + -10 + zerosuperior + -15 + + @MMK_L_latn_lc_o + + @MMK_R_inp_foot + -30 + @MMK_R_inp_guill + 10 + @MMK_R_inp_hyph + 10 + @MMK_R_inp_period + -25 + @MMK_R_inp_quotel + -15 + @MMK_R_inp_quoter + -15 + @MMK_R_latn_lc_z + -5 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_t + -75 + @MMK_R_latn_uc_w + -5 + @MMK_R_latn_uc_y + -45 + @MMK_R_latn_uc_z + -10 + V + -30 + X + -10 + ampersand + -15 + eightinferior + 10 + fiveinferior + 10 + fivesuperior + 10 + fourinferior + 10 + foursuperior + 15 + nineinferior + 10 + ninesuperior + -30 + oneinferior + 10 + onesuperior + 10 + seveninferior + -5 + sevensuperior + -30 + threeinferior + 5 + trademark + -50 + twoinferior + 10 + underscore + -50 + v + -5 + x + -10 + zeroinferior + 15 + + @MMK_L_latn_lc_r + + @MMK_R_inp_foot + 30 + @MMK_R_inp_hyph + -20 + @MMK_R_inp_period + -70 + @MMK_R_inp_quotel + 60 + @MMK_R_inp_quoter + 60 + @MMK_R_latn_lc_f + 15 + @MMK_R_latn_lc_g + -25 + @MMK_R_latn_lc_j + 5 + @MMK_R_latn_lc_t + 15 + @MMK_R_latn_lc_w + 20 + @MMK_R_latn_lc_y + 20 + @MMK_R_latn_lc_z + 15 + @MMK_R_latn_uc_o + 10 + @MMK_R_latn_uc_s + 5 + @MMK_R_latn_uc_w + 35 + @MMK_R_latn_uc_z + -10 + V + 20 + ampersand + -10 + eightinferior + -30 + eightsuperior + 50 + fiveinferior + 10 + fivesuperior + 60 + fourinferior + -20 + foursuperior + 60 + nineinferior + -20 + ninesuperior + 20 + oneinferior + -10 + onesuperior + 20 + registered + 55 + sevensuperior + 30 + sixinferior + -10 + sixsuperior + 60 + threeinferior + -20 + threesuperior + 10 + trademark + 30 + twoinferior + -10 + twosuperior + 20 + underscore + -60 + v + 20 + zeroinferior + -10 + zerosuperior + 40 + + @MMK_L_latn_lc_s + + @MMK_R_inp_foot + -10 + @MMK_R_inp_hyph + -20 + @MMK_R_inp_period + -5 + @MMK_R_inp_quotel + -10 + @MMK_R_inp_quoter + 5 + @MMK_R_latn_lc_f + 5 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_s + -10 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -15 + @MMK_R_latn_lc_z + -10 + @MMK_R_latn_uc_t + -55 + @MMK_R_latn_uc_w + -5 + @MMK_R_latn_uc_y + -30 + V + -25 + X + -5 + ampersand + -10 + eightsuperior + -10 + nineinferior + -5 + ninesuperior + -50 + onesuperior + -20 + sevensuperior + -30 + sixinferior + 5 + sixsuperior + -10 + slash + 10 + threeinferior + -5 + trademark + -50 + twosuperior + -10 + underscore + -15 + v + -10 + x + -15 + zeroinferior + 5 + zerosuperior + -15 + + @MMK_L_latn_lc_t + + @MMK_R_inp_foot + 10 + @MMK_R_inp_guill + -5 + @MMK_R_inp_hyph + -30 + @MMK_R_inp_parenth + 10 + @MMK_R_inp_period + 10 + @MMK_R_inp_quotel + 5 + @MMK_R_inp_quoter + 20 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -5 + @MMK_R_latn_lc_f + -15 + @MMK_R_latn_lc_g + -15 + @MMK_R_latn_lc_t + -15 + @MMK_R_latn_lc_y + 10 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + 20 + @MMK_R_latn_uc_j + 15 + @MMK_R_latn_uc_s + 10 + @MMK_R_latn_uc_t + -25 + @MMK_R_latn_uc_w + 10 + @MMK_R_latn_uc_y + -15 + @MMK_R_latn_uc_z + 10 + X + 10 + ampersand + -10 + at + -10 + eightinferior + -5 + eightsuperior + 20 + fivesuperior + 20 + fourinferior + -10 + foursuperior + 30 + nineinferior + -30 + ninesuperior + 10 + question + 10 + registered + 15 + seveninferior + -20 + sevensuperior + 10 + sixinferior + -20 + sixsuperior + 10 + slash + 15 + threesuperior + 10 + trademark + 30 + twoinferior + 20 + twosuperior + 10 + underscore + 20 + v + 10 + zerosuperior + -5 + + @MMK_L_latn_lc_u + + @MMK_R_inp_quoter + 15 + @MMK_R_latn_uc_t + -45 + @MMK_R_latn_uc_w + 10 + @MMK_R_latn_uc_y + -30 + V + -15 + onesuperior + 10 + sevensuperior + -20 + + @MMK_L_latn_lc_w + + @MMK_R_inp_foot + 30 + @MMK_R_inp_period + -30 + @MMK_R_inp_quotel + 15 + @MMK_R_inp_quoter + 40 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_f + 10 + @MMK_R_latn_lc_g + -15 + @MMK_R_latn_lc_t + 10 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + -5 + @MMK_R_latn_uc_j + -10 + @MMK_R_latn_uc_t + -45 + @MMK_R_latn_uc_w + 5 + V + -10 + ampersand + -20 + at + 10 + eightinferior + -15 + eightsuperior + 30 + fivesuperior + 40 + fourinferior + -30 + foursuperior + 45 + nineinferior + -25 + ninesuperior + 20 + oneinferior + -5 + onesuperior + 20 + registered + 40 + seveninferior + 5 + sevensuperior + 20 + sixinferior + -20 + sixsuperior + 40 + threeinferior + -20 + threesuperior + 30 + trademark + 15 + twoinferior + -15 + twosuperior + 30 + underscore + -20 + zeroinferior + -20 + zerosuperior + 20 + + @MMK_L_latn_lc_y + + @MMK_R_inp_foot + 30 + @MMK_R_inp_period + -65 + @MMK_R_inp_quotel + 30 + @MMK_R_inp_quoter + 45 + @MMK_R_latn_lc_a + -15 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_f + 10 + @MMK_R_latn_lc_g + -40 + @MMK_R_latn_lc_t + 5 + @MMK_R_latn_lc_z + 5 + @MMK_R_latn_uc_a + -15 + @MMK_R_latn_uc_i + 5 + @MMK_R_latn_uc_j + -25 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_y + -15 + V + -10 + ampersand + -20 + eightinferior + -40 + eightsuperior + 30 + fiveinferior + -30 + fivesuperior + 45 + fourinferior + -30 + foursuperior + 30 + nineinferior + -10 + ninesuperior + 30 + oneinferior + -15 + onesuperior + 5 + registered + 50 + seveninferior + -15 + sevensuperior + 20 + sixinferior + -40 + sixsuperior + 30 + slash + -10 + threeinferior + -20 + threesuperior + 20 + twoinferior + -20 + twosuperior + 40 + underscore + -60 + zeroinferior + -30 + zerosuperior + 20 + + @MMK_L_latn_lc_z + + @MMK_R_inp_foot + 25 + @MMK_R_inp_hyph + -30 + @MMK_R_inp_period + 30 + @MMK_R_inp_quotel + 15 + @MMK_R_inp_quoter + 30 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -5 + @MMK_R_latn_lc_w + 10 + @MMK_R_latn_lc_y + 10 + @MMK_R_latn_uc_a + 20 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_t + -35 + @MMK_R_latn_uc_w + 15 + @MMK_R_latn_uc_y + -10 + @MMK_R_latn_uc_z + 20 + X + 20 + eightinferior + 20 + eightsuperior + 35 + fiveinferior + 20 + fivesuperior + 30 + fourinferior + 40 + foursuperior + 70 + nineinferior + -10 + ninesuperior + 5 + oneinferior + 20 + registered + 35 + seveninferior + 10 + sevensuperior + 20 + sixinferior + 20 + sixsuperior + 45 + slash + 20 + threeinferior + 10 + threesuperior + 20 + trademark + 20 + twoinferior + 30 + twosuperior + 20 + underscore + 35 + v + 10 + zeroinferior + 20 + zerosuperior + 30 + + @MMK_L_latn_uc_a + + @MMK_R_inp_foot + -50 + @MMK_R_inp_hyph + -25 + @MMK_R_inp_period + 20 + @MMK_R_inp_quotel + -70 + @MMK_R_inp_quoter + -50 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -15 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + 15 + @MMK_R_latn_uc_j + 25 + @MMK_R_latn_uc_o + -20 + @MMK_R_latn_uc_t + -45 + @MMK_R_latn_uc_u + -10 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -40 + V + -30 + X + 10 + ampersand + 10 + at + 10 + eightinferior + -5 + eightsuperior + -55 + fiveinferior + 10 + fivesuperior + -30 + fourinferior + 10 + foursuperior + -30 + nineinferior + -10 + ninesuperior + -70 + oneinferior + 20 + onesuperior + -25 + question + -30 + registered + -50 + sevensuperior + -70 + sixinferior + 5 + sixsuperior + -50 + slash + 20 + threeinferior + 30 + threesuperior + -50 + trademark + -95 + twoinferior + 30 + underscore + 25 + v + -10 + x + 15 + zeroinferior + 30 + zerosuperior + -40 + + @MMK_L_latn_uc_c + + @MMK_R_inp_foot + 20 + @MMK_R_inp_hyph + -20 + @MMK_R_inp_period + -15 + @MMK_R_inp_quoter + 10 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_uc_a + -5 + @MMK_R_latn_uc_o + -15 + @MMK_R_latn_uc_t + -10 + @MMK_R_latn_uc_w + 10 + at + -10 + eightinferior + -5 + fiveinferior + 10 + fivesuperior + -5 + fourinferior + 5 + foursuperior + -5 + nineinferior + -15 + onesuperior + 10 + registered + 5 + sixinferior + 5 + slash + 15 + threeinferior + 10 + twoinferior + 10 + underscore + -20 + v + 5 + zerosuperior + -5 + + @MMK_L_latn_uc_d + + @MMK_R_inp_foot + -10 + @MMK_R_inp_guill + 20 + @MMK_R_inp_hyph + 15 + @MMK_R_inp_period + -40 + @MMK_R_inp_quotel + 10 + @MMK_R_inp_quoter + -15 + @MMK_R_latn_uc_a + -20 + @MMK_R_latn_uc_t + -30 + @MMK_R_latn_uc_y + -15 + @MMK_R_latn_uc_z + -35 + X + -15 + eightinferior + -25 + fourinferior + -5 + nineinferior + -5 + ninesuperior + -15 + onesuperior + -10 + seveninferior + -10 + sixinferior + -15 + slash + -15 + threeinferior + -5 + threesuperior + -10 + trademark + -25 + twoinferior + -10 + twosuperior + -10 + underscore + -155 + + @MMK_L_latn_uc_e + + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_uc_j + -5 + @MMK_R_latn_uc_y + -15 + V + -20 + ampersand + -5 + at + -10 + eightsuperior + -5 + fourinferior + -5 + nineinferior + -30 + ninesuperior + -10 + oneinferior + -10 + seveninferior + 10 + sevensuperior + -15 + sixsuperior + -20 + threesuperior + -10 + trademark + -20 + zerosuperior + -10 + + @MMK_L_latn_uc_g + + @MMK_R_inp_foot + -10 + @MMK_R_inp_hyph + 10 + @MMK_R_inp_quotel + -25 + @MMK_R_inp_quoter + -15 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_t + -35 + @MMK_R_latn_uc_y + -25 + V + -10 + eightsuperior + -5 + fivesuperior + -5 + foursuperior + 15 + ninesuperior + -5 + onesuperior + -10 + registered + -5 + sevensuperior + -15 + sixsuperior + -10 + slash + 20 + threesuperior + -10 + trademark + -30 + + @MMK_L_latn_uc_i + + @MMK_R_inp_hyph + -30 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -5 + ampersand + -20 + at + -10 + eightsuperior + -20 + fiveinferior + -10 + fourinferior + -5 + foursuperior + -30 + icircumflex + 20 + idieresis + 20 + jcircumflex + 20 + nineinferior + -20 + seveninferior + -20 + sevensuperior + 5 + sixinferior + -10 + sixsuperior + -15 + threeinferior + -10 + threesuperior + -5 + twoinferior + 5 + underscore + 20 + zeroinferior + -15 + zerosuperior + -15 + + @MMK_L_latn_uc_j + + @MMK_R_inp_period + -25 + @MMK_R_latn_uc_a + -10 + X + -15 + eightinferior + -10 + fiveinferior + 5 + nineinferior + -15 + seveninferior + -20 + slash + -10 + threeinferior + -20 + twoinferior + -20 + underscore + -60 + + @MMK_L_latn_uc_k + + @MMK_R_inp_foot + 20 + @MMK_R_inp_guill + -10 + @MMK_R_inp_guilr + -5 + @MMK_R_inp_hyph + -55 + @MMK_R_inp_period + 20 + @MMK_R_inp_quotel + 5 + @MMK_R_inp_quoter + 10 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -15 + @MMK_R_latn_lc_d + -15 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_l + 10 + @MMK_R_latn_lc_n + -10 + @MMK_R_latn_lc_t + -5 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + 20 + @MMK_R_latn_uc_j + -10 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_t + -15 + @MMK_R_latn_uc_y + 5 + @MMK_R_latn_uc_z + 20 + ampersand + -10 + at + -25 + eightinferior + -5 + eightsuperior + -30 + fivesuperior + -10 + foursuperior + -30 + idieresis + 25 + nineinferior + -15 + ninesuperior + -35 + onesuperior + -20 + p + -10 + parenright + 10 + registered + -15 + seveninferior + -20 + sevensuperior + 10 + sixsuperior + -20 + slash + 20 + threesuperior + -10 + twosuperior + -10 + x + -15 + zerosuperior + -30 + + @MMK_L_latn_uc_l + + @MMK_R_inp_colon + 20 + @MMK_R_inp_foot + -50 + @MMK_R_inp_guill + -15 + @MMK_R_inp_hyph + -45 + @MMK_R_inp_period + 30 + @MMK_R_inp_quotel + -55 + @MMK_R_inp_quoter + -60 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -5 + @MMK_R_latn_lc_f + 10 + @MMK_R_latn_lc_g + 15 + @MMK_R_latn_lc_j + 15 + @MMK_R_latn_lc_u + -15 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_lc_z + 30 + @MMK_R_latn_uc_a + 40 + @MMK_R_latn_uc_j + 15 + @MMK_R_latn_uc_o + -20 + @MMK_R_latn_uc_t + -55 + @MMK_R_latn_uc_u + -20 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -50 + @MMK_R_latn_uc_z + 30 + V + -35 + ampersand + -5 + at + -15 + eightinferior + 5 + eightsuperior + -70 + fiveinferior + 5 + fivesuperior + -40 + fourinferior + 20 + foursuperior + -70 + nineinferior + -30 + ninesuperior + -90 + oneinferior + 30 + onesuperior + -70 + parenright + 20 + question + -30 + registered + -80 + seveninferior + -20 + sevensuperior + -40 + sixinferior + 10 + sixsuperior + -70 + slash + 45 + threesuperior + -50 + trademark + -90 + twoinferior + 35 + twosuperior + -60 + underscore + 50 + v + -30 + x + 20 + zeroinferior + 10 + zerosuperior + -70 + + @MMK_L_latn_uc_o + + @MMK_R_inp_foot + -10 + @MMK_R_inp_guill + 20 + @MMK_R_inp_hyph + 15 + @MMK_R_inp_period + -45 + @MMK_R_inp_quotel + -25 + @MMK_R_inp_quoter + -20 + @MMK_R_latn_uc_a + -20 + @MMK_R_latn_uc_s + 5 + @MMK_R_latn_uc_t + -15 + @MMK_R_latn_uc_w + -5 + @MMK_R_latn_uc_y + -35 + @MMK_R_latn_uc_z + -10 + AE + 0 + V + -20 + X + -10 + eightinferior + -15 + fiveinferior + -10 + fourinferior + -10 + nineinferior + -10 + ninesuperior + -10 + onesuperior + -5 + question + -10 + seveninferior + -10 + sixinferior + -10 + slash + -15 + threeinferior + -10 + threesuperior + -10 + trademark + -25 + twoinferior + -15 + twosuperior + -10 + underscore + -80 + + @MMK_L_latn_uc_r + + @MMK_R_inp_hyph + -15 + @MMK_R_inp_quotel + -15 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -15 + @MMK_R_latn_lc_d + -15 + @MMK_R_latn_lc_g + -35 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_uc_j + -5 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_t + -25 + @MMK_R_latn_uc_u + -10 + @MMK_R_latn_uc_y + -15 + V + -15 + ampersand + -35 + at + -25 + eightinferior + -20 + eightsuperior + -10 + fiveinferior + -20 + fivesuperior + -5 + fourinferior + -10 + nineinferior + -50 + ninesuperior + -5 + oneinferior + -10 + seveninferior + -50 + sevensuperior + -10 + sixinferior + -35 + sixsuperior + -10 + threeinferior + -10 + threesuperior + -10 + trademark + -30 + twosuperior + -10 + underscore + 10 + zeroinferior + -15 + zerosuperior + -10 + + @MMK_L_latn_uc_s + + @MMK_R_inp_guill + 20 + @MMK_R_inp_hyph + 10 + @MMK_R_inp_quotel + 5 + @MMK_R_inp_quoter + 10 + @MMK_R_latn_lc_t + 10 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_s + -5 + @MMK_R_latn_uc_t + -15 + ampersand + 10 + eightinferior + 20 + eightsuperior + -10 + fiveinferior + 25 + fivesuperior + 10 + fourinferior + 20 + nineinferior + 10 + oneinferior + 20 + onesuperior + 10 + registered + -15 + seveninferior + 10 + sixinferior + 20 + sixsuperior + -10 + threeinferior + 10 + threesuperior + -5 + twoinferior + 20 + twosuperior + -10 + underscore + -20 + zeroinferior + 15 + zerosuperior + 10 + + @MMK_L_latn_uc_t + + @MMK_R_inp_colon + -40 + @MMK_R_inp_foot + 35 + @MMK_R_inp_guill + -40 + @MMK_R_inp_guilr + -20 + @MMK_R_inp_hyph + -55 + @MMK_R_inp_period + -90 + @MMK_R_inp_quotel + 25 + @MMK_R_inp_quoter + 30 + @MMK_R_latn_lc_a + -70 + @MMK_R_latn_lc_c + -65 + @MMK_R_latn_lc_d + -65 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_g + -80 + @MMK_R_latn_lc_n + -45 + @MMK_R_latn_lc_s + -70 + @MMK_R_latn_lc_u + -55 + @MMK_R_latn_lc_w + -45 + @MMK_R_latn_lc_y + -40 + @MMK_R_latn_lc_z + -50 + @MMK_R_latn_uc_a + -45 + @MMK_R_latn_uc_j + -25 + @MMK_R_latn_uc_o + -15 + @MMK_R_latn_uc_s + -5 + @MMK_R_latn_uc_t + 30 + @MMK_R_latn_uc_w + 15 + @MMK_R_latn_uc_y + 25 + AE + -65 + V + 10 + ampersand + -20 + at + -50 + eightinferior + -70 + eightsuperior + 20 + fiveinferior + -40 + fivesuperior + 30 + fourinferior + -70 + foursuperior + -20 + icircumflex + 40 + idieresis + 40 + jcircumflex + 40 + nineinferior + -50 + ninesuperior + 25 + oneinferior + -50 + onesuperior + 20 + p + -45 + parenright + 20 + question + 10 + seveninferior + -50 + sevensuperior + 40 + sixinferior + -50 + slash + -55 + threeinferior + -70 + threesuperior + 10 + trademark + 20 + twoinferior + -30 + twosuperior + 20 + underscore + -70 + v + -40 + x + -55 + zeroinferior + -60 + zerosuperior + 20 + + @MMK_L_latn_uc_u + + @MMK_R_inp_period + -35 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_w + 10 + @MMK_R_latn_uc_a + -10 + @MMK_R_latn_uc_j + -10 + AE + -20 + slash + -25 + underscore + -50 + + @MMK_L_latn_uc_w + + @MMK_R_inp_foot + 25 + @MMK_R_inp_hyph + -10 + @MMK_R_inp_period + -50 + @MMK_R_inp_quotel + 40 + @MMK_R_inp_quoter + 35 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -5 + @MMK_R_latn_lc_f + 5 + @MMK_R_latn_lc_g + -20 + @MMK_R_latn_lc_n + -10 + @MMK_R_latn_lc_s + -10 + @MMK_R_latn_lc_t + 10 + @MMK_R_latn_lc_u + -5 + @MMK_R_latn_lc_w + 5 + @MMK_R_latn_uc_a + -10 + @MMK_R_latn_uc_j + -10 + @MMK_R_latn_uc_o + -5 + @MMK_R_latn_uc_t + 15 + @MMK_R_latn_uc_y + 5 + @MMK_R_latn_uc_z + 5 + AE + -65 + ampersand + -20 + at + -15 + eightinferior + -50 + eightsuperior + 15 + fiveinferior + -20 + fivesuperior + 30 + fourinferior + -30 + foursuperior + 30 + icircumflex + 40 + jcircumflex + 40 + nineinferior + -30 + ninesuperior + 25 + oneinferior + -30 + onesuperior + 40 + p + -20 + parenright + 10 + question + 40 + registered + 25 + seveninferior + -35 + sevensuperior + 40 + sixinferior + -40 + sixsuperior + 15 + threeinferior + -45 + threesuperior + 30 + trademark + 30 + twoinferior + -30 + twosuperior + 30 + underscore + -40 + x + -5 + zeroinferior + -40 + zerosuperior + 40 + + @MMK_L_latn_uc_y + + @MMK_R_inp_colon + -30 + @MMK_R_inp_foot + 25 + @MMK_R_inp_guill + -30 + @MMK_R_inp_guilr + -30 + @MMK_R_inp_hyph + -50 + @MMK_R_inp_period + -50 + @MMK_R_inp_quotel + 40 + @MMK_R_inp_quoter + 35 + @MMK_R_latn_lc_a + -50 + @MMK_R_latn_lc_c + -45 + @MMK_R_latn_lc_d + -45 + @MMK_R_latn_lc_g + -60 + @MMK_R_latn_lc_h + -5 + @MMK_R_latn_lc_i + -10 + @MMK_R_latn_lc_j + -20 + @MMK_R_latn_lc_l + -5 + @MMK_R_latn_lc_n + -35 + @MMK_R_latn_lc_s + -30 + @MMK_R_latn_lc_t + 5 + @MMK_R_latn_lc_u + -30 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -15 + @MMK_R_latn_uc_a + -40 + @MMK_R_latn_uc_j + -10 + @MMK_R_latn_uc_o + -35 + @MMK_R_latn_uc_s + 5 + @MMK_R_latn_uc_t + 25 + @MMK_R_latn_uc_w + 5 + AE + -65 + V + 5 + ampersand + -35 + at + -40 + eightinferior + -90 + fiveinferior + -80 + fivesuperior + 10 + fourinferior + -100 + foursuperior + -10 + icircumflex + 40 + idieresis + 40 + jcircumflex + 35 + nineinferior + -90 + ninesuperior + 10 + oneinferior + -70 + onesuperior + 40 + p + -35 + parenright + 20 + question + 15 + registered + 10 + seveninferior + -60 + sevensuperior + 40 + sixinferior + -80 + slash + -50 + threeinferior + -80 + threesuperior + 5 + trademark + 30 + twoinferior + -70 + underscore + -30 + v + -15 + x + -10 + zeroinferior + -70 + + @MMK_L_latn_uc_z + + @MMK_R_inp_foot + 15 + @MMK_R_inp_guill + -10 + @MMK_R_inp_hyph + -50 + @MMK_R_inp_period + 40 + @MMK_R_inp_quotel + 10 + @MMK_R_inp_quoter + 20 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -5 + @MMK_R_latn_lc_t + -5 + @MMK_R_latn_lc_u + -5 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_lc_z + 35 + @MMK_R_latn_uc_j + 5 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_w + 5 + @MMK_R_latn_uc_y + 10 + V + 5 + ampersand + -10 + at + -20 + eightinferior + 30 + fiveinferior + 35 + fivesuperior + 10 + fourinferior + 30 + foursuperior + -5 + icircumflex + 30 + idieresis + 30 + jcircumflex + 30 + ninesuperior + 10 + oneinferior + 40 + onesuperior + 30 + parenright + 10 + seveninferior + 20 + sevensuperior + 15 + sixinferior + 40 + sixsuperior + -5 + slash + 20 + threeinferior + 30 + threesuperior + 20 + trademark + 20 + twoinferior + 30 + twosuperior + 15 + underscore + 20 + zeroinferior + 5 + zerosuperior + 10 + + B + + @MMK_R_inp_period + -20 + @MMK_R_latn_lc_f + -5 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_t + 5 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_uc_a + -5 + @MMK_R_latn_uc_j + -5 + @MMK_R_latn_uc_t + -25 + @MMK_R_latn_uc_y + -20 + V + -15 + X + -20 + eightinferior + -5 + eightsuperior + -25 + fivesuperior + -20 + foursuperior + -20 + ninesuperior + -20 + onesuperior + -20 + registered + -10 + seveninferior + -5 + sevensuperior + -40 + sixsuperior + -20 + slash + -5 + threesuperior + -20 + trademark + -40 + twosuperior + -20 + underscore + -55 + v + -10 + x + -10 + zeroinferior + -5 + zerosuperior + -30 + + F + + @MMK_R_inp_foot + 5 + @MMK_R_inp_period + -90 + @MMK_R_inp_quotel + 10 + @MMK_R_inp_quoter + 10 + @MMK_R_latn_lc_a + -30 + @MMK_R_latn_lc_c + -20 + @MMK_R_latn_lc_d + -20 + @MMK_R_latn_lc_f + -5 + @MMK_R_latn_lc_g + -35 + @MMK_R_latn_lc_j + -10 + @MMK_R_latn_lc_n + -10 + @MMK_R_latn_lc_s + -5 + @MMK_R_latn_lc_t + 5 + @MMK_R_latn_lc_u + -20 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_uc_a + -35 + @MMK_R_latn_uc_j + -30 + @MMK_R_latn_uc_o + -5 + AE + -60 + ampersand + -30 + at + -10 + eightinferior + -35 + fiveinferior + -10 + fourinferior + -55 + icircumflex + 30 + idieresis + 30 + jcircumflex + 30 + nineinferior + -20 + oneinferior + -20 + onesuperior + 10 + p + -10 + parenright + 15 + question + 20 + seveninferior + -20 + sixinferior + -50 + slash + -20 + threeinferior + -10 + threesuperior + 5 + twoinferior + -10 + twosuperior + 5 + underscore + -120 + v + -5 + x + -20 + zeroinferior + -40 + + Germandbls + + @MMK_R_inp_foot + -15 + @MMK_R_inp_guill + 20 + @MMK_R_inp_hyph + 10 + @MMK_R_inp_period + -10 + @MMK_R_inp_quotel + -20 + @MMK_R_inp_quoter + -20 + @MMK_R_latn_uc_w + -5 + @MMK_R_latn_uc_y + -5 + @MMK_R_latn_uc_z + -5 + V + -5 + eightinferior + 20 + eightsuperior + -20 + fiveinferior + 20 + fivesuperior + -20 + fourinferior + 20 + foursuperior + -40 + nineinferior + 20 + ninesuperior + -20 + oneinferior + 10 + onesuperior + -20 + ordfeminine + -25 + ordmasculine + -30 + question + -25 + registered + -30 + seveninferior + 20 + sevensuperior + -5 + sixinferior + 20 + sixsuperior + -20 + threeinferior + 20 + threesuperior + -20 + trademark + -10 + twoinferior + 20 + twosuperior + -20 + underscore + -50 + x + -5 + zeroinferior + 10 + zerosuperior + -20 + + P + + @MMK_R_inp_foot + 35 + @MMK_R_inp_guilr + 15 + @MMK_R_inp_period + -100 + @MMK_R_inp_quotel + 25 + @MMK_R_inp_quoter + 45 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_f + 25 + @MMK_R_latn_lc_g + -15 + @MMK_R_latn_lc_n + -10 + @MMK_R_latn_lc_t + 25 + @MMK_R_latn_lc_w + 20 + @MMK_R_latn_lc_y + 30 + @MMK_R_latn_lc_z + 20 + @MMK_R_latn_uc_a + -35 + @MMK_R_latn_uc_j + -10 + @MMK_R_latn_uc_s + 30 + @MMK_R_latn_uc_w + 30 + @MMK_R_latn_uc_y + 30 + @MMK_R_latn_uc_z + -20 + AE + -60 + V + 10 + X + 10 + ampersand + -20 + at + 10 + eightinferior + -50 + eightsuperior + 20 + fiveinferior + -35 + fivesuperior + 40 + fourinferior + -125 + foursuperior + 45 + nineinferior + -40 + ninesuperior + 35 + oneinferior + -45 + onesuperior + 40 + p + -10 + question + 30 + registered + 40 + seveninferior + -15 + sevensuperior + 35 + sixinferior + -80 + sixsuperior + 30 + slash + -25 + threeinferior + -35 + threesuperior + 10 + twoinferior + -35 + twosuperior + 10 + underscore + -130 + v + 30 + x + 10 + zeroinferior + -40 + zerosuperior + 25 + + Thorn + + @MMK_R_inp_guill + 50 + @MMK_R_inp_guilr + 10 + @MMK_R_inp_hyph + 30 + @MMK_R_inp_period + -65 + @MMK_R_inp_quotel + -20 + @MMK_R_inp_quoter + -10 + @MMK_R_latn_lc_a + 20 + @MMK_R_latn_lc_c + 20 + @MMK_R_latn_lc_d + 20 + @MMK_R_latn_lc_n + 10 + @MMK_R_latn_lc_s + 15 + @MMK_R_latn_lc_u + 10 + @MMK_R_latn_lc_w + 25 + @MMK_R_latn_lc_y + 25 + @MMK_R_latn_lc_z + 15 + @MMK_R_latn_uc_a + -5 + @MMK_R_latn_uc_w + 15 + @MMK_R_latn_uc_y + -15 + AE + -30 + V + -5 + X + -20 + ampersand + 15 + at + 20 + eightinferior + 15 + eightsuperior + 20 + fiveinferior + 20 + fivesuperior + 20 + foursuperior + 30 + nineinferior + 10 + ninesuperior + -5 + oneinferior + 20 + onesuperior + 20 + p + 10 + registered + 30 + seveninferior + 30 + sevensuperior + -5 + sixinferior + 10 + sixsuperior + 15 + slash + -5 + threeinferior + 10 + threesuperior + 20 + trademark + -10 + twoinferior + 30 + twosuperior + 35 + underscore + -110 + v + 25 + x + 5 + zeroinferior + 20 + zerosuperior + 30 + + V + + @MMK_R_inp_colon + -10 + @MMK_R_inp_foot + 20 + @MMK_R_inp_guill + 5 + @MMK_R_inp_hyph + -25 + @MMK_R_inp_period + -60 + @MMK_R_inp_quotel + 35 + @MMK_R_inp_quoter + 35 + @MMK_R_latn_lc_a + -30 + @MMK_R_latn_lc_c + -30 + @MMK_R_latn_lc_d + -30 + @MMK_R_latn_lc_g + -45 + @MMK_R_latn_lc_n + -20 + @MMK_R_latn_lc_s + -25 + @MMK_R_latn_lc_u + -15 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_lc_z + -5 + @MMK_R_latn_uc_a + -30 + @MMK_R_latn_uc_j + -25 + @MMK_R_latn_uc_o + -20 + @MMK_R_latn_uc_s + 10 + @MMK_R_latn_uc_t + 10 + @MMK_R_latn_uc_y + 5 + @MMK_R_latn_uc_z + 5 + AE + -60 + ampersand + -35 + at + -30 + eightinferior + -80 + eightsuperior + 10 + fiveinferior + -50 + fivesuperior + 30 + fourinferior + -65 + foursuperior + 10 + icircumflex + 40 + idieresis + 40 + igrave + 10 + jcircumflex + 40 + nineinferior + -70 + ninesuperior + 10 + oneinferior + -50 + onesuperior + 30 + p + -20 + parenright + 20 + question + 25 + registered + 10 + seveninferior + -40 + sevensuperior + 20 + sixinferior + -70 + sixsuperior + 5 + slash + -35 + threeinferior + -65 + threesuperior + 30 + trademark + 10 + twoinferior + -40 + twosuperior + 40 + underscore + -60 + v + -10 + x + -10 + zeroinferior + -40 + zerosuperior + 30 + + X + + @MMK_R_inp_colon + -5 + @MMK_R_inp_hyph + -50 + @MMK_R_inp_period + 20 + @MMK_R_inp_quotel + 10 + @MMK_R_inp_quoter + 25 + @MMK_R_latn_lc_a + -15 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_s + 5 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + 10 + @MMK_R_latn_uc_j + 15 + @MMK_R_latn_uc_o + -10 + ampersand + -10 + at + -20 + eightinferior + -10 + eightsuperior + -10 + fivesuperior + 25 + foursuperior + -15 + jcircumflex + 20 + nineinferior + -40 + ninesuperior + 10 + onesuperior + 20 + registered + -10 + seveninferior + -20 + sevensuperior + 15 + sixsuperior + -20 + threeinferior + -10 + threesuperior + 10 + trademark + 20 + twoinferior + 10 + twosuperior + 10 + underscore + 30 + v + -5 + x + 10 + + alef-ar + + keheh-ar + 40 + + alefHamzabelow-ar + + @MMK_L_arab_kaf_init + 50 + + alefHamzabelow-ar.fina + + @MMK_L_arab_kaf_init + 50 + + ampersand + + @MMK_R_grek_uc_Alpha + -5 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + 5 + @MMK_R_latn_lc_d + 5 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_uc_a + -5 + @MMK_R_latn_uc_t + -60 + @MMK_R_latn_uc_y + -30 + V + -25 + X + -10 + pi + 10 + v + -10 + + at + + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_w + 10 + @MMK_R_latn_lc_z + -5 + @MMK_R_latn_uc_i + -10 + @MMK_R_latn_uc_j + -10 + @MMK_R_latn_uc_t + -50 + @MMK_R_latn_uc_w + -15 + @MMK_R_latn_uc_y + -40 + @MMK_R_latn_uc_z + -15 + V + -30 + X + -10 + + ddal-ar + + @MMK_L_arab_kaf_init + 40 + + eightinferior + + @MMK_R_grek_uc_Alpha + -5 + @MMK_R_latn_lc_c + 10 + @MMK_R_latn_lc_d + 15 + @MMK_R_latn_lc_f + -30 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -15 + @MMK_R_latn_lc_y + -30 + @MMK_R_latn_lc_z + 20 + @MMK_R_latn_uc_a + -5 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_o + -15 + @MMK_R_latn_uc_s + -5 + @MMK_R_latn_uc_t + -50 + @MMK_R_latn_uc_u + -10 + @MMK_R_latn_uc_w + -45 + @MMK_R_latn_uc_y + -90 + @MMK_R_latn_uc_z + 30 + V + -80 + X + -10 + eightinferior + -10 + nineinferior + -5 + oneinferior + -15 + pi + -10 + seveninferior + -10 + sixinferior + -5 + threeinferior + -10 + v + -35 + + eightsuperior + + @MMK_R_grek_uc_Alpha + -55 + @MMK_R_inp_fraction + -5 + @MMK_R_inp_period + -40 + @MMK_R_latn_lc_g + -15 + @MMK_R_latn_lc_i + 10 + @MMK_R_latn_lc_t + 20 + @MMK_R_latn_lc_w + 30 + @MMK_R_latn_lc_y + 30 + @MMK_R_latn_lc_z + 35 + @MMK_R_latn_uc_a + -55 + @MMK_R_latn_uc_i + -20 + @MMK_R_latn_uc_j + -40 + @MMK_R_latn_uc_t + 20 + @MMK_R_latn_uc_w + 15 + @MMK_R_latn_uc_z + -30 + V + 10 + X + -10 + eightsuperior + -10 + jcircumflex + 30 + ninesuperior + -5 + onesuperior + -15 + pi + 20 + sevensuperior + -10 + sixsuperior + -5 + threesuperior + -10 + v + 30 + x + 20 + + eth + + @MMK_R_latn_uc_t + -45 + + exclamdown + + @MMK_R_latn_uc_t + -20 + @MMK_R_latn_uc_y + -20 + V + -20 + + fiveinferior + + @MMK_R_latn_lc_a + 10 + @MMK_R_latn_lc_c + 5 + @MMK_R_latn_lc_d + 5 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_lc_z + 30 + @MMK_R_latn_uc_i + -10 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_w + -15 + @MMK_R_latn_uc_y + -85 + @MMK_R_latn_uc_z + 15 + V + -50 + X + 5 + eightinferior + -10 + fourinferior + 5 + nineinferior + -10 + oneinferior + -10 + pi + -10 + seveninferior + -10 + sixinferior + -5 + threeinferior + 5 + v + -10 + + fivesuperior + + @MMK_R_grek_uc_Alpha + -25 + @MMK_R_inp_fraction + 5 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_c + 10 + @MMK_R_latn_lc_f + 20 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_t + 10 + @MMK_R_latn_lc_w + 40 + @MMK_R_latn_lc_y + 45 + @MMK_R_latn_lc_z + 35 + @MMK_R_latn_uc_a + -25 + @MMK_R_latn_uc_i + -15 + @MMK_R_latn_uc_j + -15 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_t + 5 + @MMK_R_latn_uc_w + 25 + @MMK_R_latn_uc_y + 10 + @MMK_R_latn_uc_z + -20 + V + 10 + eightsuperior + -10 + foursuperior + 5 + jcircumflex + 20 + ninesuperior + -10 + onesuperior + -10 + pi + 20 + sevensuperior + -10 + sixsuperior + -5 + threesuperior + 5 + v + 40 + x + 15 + + fourinferior + + @MMK_R_grek_uc_Alpha + 10 + @MMK_R_latn_lc_a + 10 + @MMK_R_latn_lc_c + 15 + @MMK_R_latn_lc_s + 15 + @MMK_R_latn_lc_z + 50 + @MMK_R_latn_uc_a + 10 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_j + 20 + @MMK_R_latn_uc_t + -30 + @MMK_R_latn_uc_w + -10 + @MMK_R_latn_uc_y + -70 + @MMK_R_latn_uc_z + 45 + V + -45 + fiveinferior + 5 + fourinferior + 20 + nineinferior + -5 + oneinferior + 5 + seveninferior + -5 + threeinferior + 5 + x + 10 + + foursuperior + + @MMK_R_grek_uc_Alpha + -30 + @MMK_R_inp_fraction + 15 + @MMK_R_inp_period + -60 + @MMK_R_latn_lc_a + 20 + @MMK_R_latn_lc_f + 20 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_s + -5 + @MMK_R_latn_lc_t + 30 + @MMK_R_latn_lc_w + 40 + @MMK_R_latn_lc_y + 50 + @MMK_R_latn_lc_z + 40 + @MMK_R_latn_uc_a + -30 + @MMK_R_latn_uc_i + -10 + @MMK_R_latn_uc_j + -5 + @MMK_R_latn_uc_t + 20 + @MMK_R_latn_uc_w + 40 + @MMK_R_latn_uc_y + 10 + @MMK_R_latn_uc_z + -10 + V + 25 + fivesuperior + 5 + foursuperior + 20 + jcircumflex + 40 + ninesuperior + -5 + onesuperior + 5 + pi + 30 + sevensuperior + -5 + threesuperior + 5 + v + 35 + x + 15 + + germandbls + + @MMK_R_inp_hyph + -20 + @MMK_R_inp_quotel + -30 + @MMK_R_inp_quoter + -20 + @MMK_R_latn_lc_f + -5 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_uc_i + -10 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_t + -20 + @MMK_R_latn_uc_u + -15 + @MMK_R_latn_uc_w + -5 + @MMK_R_latn_uc_y + -10 + V + -15 + eightinferior + 10 + eightsuperior + -20 + fiveinferior + 20 + fivesuperior + -20 + fourinferior + 30 + foursuperior + -20 + nineinferior + 10 + ninesuperior + -20 + oneinferior + 10 + onesuperior + -20 + ordfeminine + -15 + ordmasculine + -15 + question + -15 + registered + -20 + seveninferior + 10 + sevensuperior + -20 + sixinferior + 10 + sixsuperior + -20 + threeinferior + 10 + threesuperior + -20 + trademark + -30 + twoinferior + 10 + twosuperior + -20 + underscore + -50 + v + -5 + zeroinferior + 10 + zerosuperior + -20 + + germandbls.alt01 + + @MMK_R_inp_hyph + -40 + @MMK_R_inp_period + 10 + @MMK_R_inp_quotel + -20 + @MMK_R_inp_quoter + 5 + @MMK_R_latn_lc_j + 10 + @MMK_R_latn_lc_w + -5 + @MMK_R_latn_lc_y + -5 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + 5 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_t + -50 + @MMK_R_latn_uc_w + 5 + @MMK_R_latn_uc_y + -55 + V + -30 + eightinferior + 10 + fiveinferior + 20 + fourinferior + 30 + foursuperior + 15 + ninesuperior + -20 + oneinferior + 10 + onesuperior + -10 + parenright + 10 + sevensuperior + -20 + sixinferior + 5 + sixsuperior + -5 + slash + 40 + threeinferior + 20 + threesuperior + -20 + twoinferior + 25 + twosuperior + -20 + underscore + 35 + v + -5 + x + 5 + zeroinferior + 10 + + icircumflex + + @MMK_R_latn_uc_t + 40 + @MMK_R_latn_uc_w + 40 + @MMK_R_latn_uc_y + 40 + V + 40 + + idieresis + + @MMK_R_latn_uc_y + 40 + V + 40 + + ij + + @MMK_R_latn_uc_y + -20 + + j + + @MMK_R_latn_uc_y + -20 + + jacute + + @MMK_R_latn_uc_y + 20 + + jcircumflex + + @MMK_R_latn_uc_w + 75 + @MMK_R_latn_uc_y + 60 + V + 50 + eightsuperior + 40 + fivesuperior + 70 + foursuperior + 30 + ninesuperior + 60 + onesuperior + 45 + sevensuperior + 80 + sixsuperior + 40 + threesuperior + 35 + twosuperior + 35 + zerosuperior + 50 + + lam_alefHamzaabove-ar.fina.rlig + + @MMK_L_arab_kaf_init + 120 + + lam_alefMadda-ar.fina.rlig + + @MMK_L_arab_kaf_init + 120 + + lam_alefMadda-ar.rlig + + @MMK_L_arab_kaf_init + 170 + + lam_alefWasla-ar.fina.rlig + + @MMK_L_arab_kaf_init + 120 + + lam_alefWasla-ar.rlig + + @MMK_L_arab_kaf_init + 160 + + lam_alefWavyhamzaabove-ar.fina.rlig + + @MMK_L_arab_kaf_init + 140 + + lam_alefWavyhamzaabove-ar.rlig + + @MMK_L_arab_kaf_init + 150 + + lslash + + @MMK_R_inp_quoter + -20 + eightsuperior + 10 + fivesuperior + 20 + foursuperior + 30 + lslash + -15 + ninesuperior + -10 + onesuperior + 20 + sixsuperior + 10 + threesuperior + 20 + twosuperior + 20 + zerosuperior + 20 + + nineinferior + + @MMK_R_grek_uc_Alpha + -10 + @MMK_R_inp_period + -10 + @MMK_R_latn_lc_c + 15 + @MMK_R_latn_lc_d + 15 + @MMK_R_latn_lc_f + -5 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_s + -10 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_uc_a + -10 + @MMK_R_latn_uc_i + -20 + @MMK_R_latn_uc_j + 5 + @MMK_R_latn_uc_s + 5 + @MMK_R_latn_uc_t + -50 + @MMK_R_latn_uc_u + -10 + @MMK_R_latn_uc_w + -30 + @MMK_R_latn_uc_y + -85 + @MMK_R_latn_uc_z + 10 + V + -70 + X + -40 + fourinferior + -5 + pi + -10 + sixinferior + -5 + twoinferior + 10 + v + -20 + x + -20 + + ninesuperior + + @MMK_R_grek_lc_kappa + -5 + @MMK_R_grek_uc_Alpha + -45 + @MMK_R_inp_fraction + -15 + @MMK_R_inp_period + -80 + @MMK_R_latn_lc_c + -20 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_f + 5 + @MMK_R_latn_lc_g + -30 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_n + -5 + @MMK_R_latn_lc_s + -10 + @MMK_R_latn_lc_t + 30 + @MMK_R_latn_lc_u + -5 + @MMK_R_latn_lc_w + 20 + @MMK_R_latn_lc_y + 30 + @MMK_R_latn_lc_z + 20 + @MMK_R_latn_uc_a + -45 + @MMK_R_latn_uc_i + -10 + @MMK_R_latn_uc_j + -30 + @MMK_R_latn_uc_t + 25 + @MMK_R_latn_uc_w + 25 + @MMK_R_latn_uc_z + -20 + V + 10 + X + 10 + foursuperior + -5 + jcircumflex + 30 + pi + 30 + sixsuperior + -10 + twosuperior + 10 + v + 30 + + oneinferior + + @MMK_R_grek_uc_Alpha + 10 + @MMK_R_latn_lc_a + -5 + @MMK_R_latn_lc_f + -30 + @MMK_R_latn_lc_s + -5 + @MMK_R_latn_lc_t + -20 + @MMK_R_latn_lc_w + -30 + @MMK_R_latn_lc_y + -40 + @MMK_R_latn_lc_z + 25 + @MMK_R_latn_uc_a + 10 + @MMK_R_latn_uc_i + -15 + @MMK_R_latn_uc_j + -5 + @MMK_R_latn_uc_o + -20 + @MMK_R_latn_uc_t + -50 + @MMK_R_latn_uc_u + -35 + @MMK_R_latn_uc_w + -40 + @MMK_R_latn_uc_y + -110 + @MMK_R_latn_uc_z + 30 + V + -80 + X + 10 + eightinferior + -10 + fiveinferior + -5 + fourinferior + -10 + nineinferior + -35 + oneinferior + -20 + pi + -20 + seveninferior + -35 + sixinferior + -10 + v + -60 + zeroinferior + -20 + + onesuperior + + @MMK_R_grek_uc_Alpha + -30 + @MMK_R_inp_fraction + 15 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_c + 10 + @MMK_R_latn_lc_d + 10 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_g + -15 + @MMK_R_latn_lc_i + -10 + @MMK_R_latn_lc_s + -10 + @MMK_R_latn_lc_w + 10 + @MMK_R_latn_lc_y + 5 + @MMK_R_latn_uc_a + -30 + @MMK_R_latn_uc_i + -25 + @MMK_R_latn_uc_j + -30 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_s + 15 + @MMK_R_latn_uc_t + -10 + @MMK_R_latn_uc_w + 5 + @MMK_R_latn_uc_y + -40 + @MMK_R_latn_uc_z + -30 + X + -30 + eightsuperior + -10 + fivesuperior + -5 + foursuperior + -10 + ninesuperior + -35 + onesuperior + -20 + sevensuperior + -35 + sixsuperior + -10 + v + 10 + zerosuperior + -20 + + parenleft + + @MMK_R_latn_lc_g + 10 + @MMK_R_latn_lc_j + 30 + @MMK_R_latn_lc_y + 20 + @MMK_R_latn_uc_t + 20 + @MMK_R_latn_uc_w + 20 + @MMK_R_latn_uc_y + 20 + V + 20 + X + 10 + + percent + + @MMK_R_inp_foot + -60 + @MMK_R_inp_quotel + -50 + @MMK_R_inp_quoter + -50 + + perthousand + + @MMK_R_inp_foot + -60 + @MMK_R_inp_quotel + -70 + @MMK_R_inp_quoter + -50 + + pi + + @MMK_R_grek_uc_Omega + 8 + @MMK_R_inp_foot + 30 + @MMK_R_inp_hyph + -25 + @MMK_R_inp_period + -15 + @MMK_R_inp_quotel + 10 + @MMK_R_inp_quoter + 15 + ampersand + -5 + eightinferior + -15 + foursuperior + 30 + nineinferior + -20 + oneinferior + -15 + pi + 3 + registered + 20 + seveninferior + -15 + sevensuperior + -20 + sixinferior + -15 + sixsuperior + 10 + trademark + -10 + zeroinferior + -15 + + question + + @MMK_R_grek_uc_Alpha + -10 + @MMK_R_inp_period + -110 + @MMK_R_inp_quotel + 30 + @MMK_R_inp_quoter + 30 + @MMK_R_latn_uc_a + -10 + @MMK_R_latn_uc_o + 15 + @MMK_R_latn_uc_t + 20 + @MMK_R_latn_uc_w + 55 + @MMK_R_latn_uc_y + 15 + V + 20 + + questiondown + + @MMK_R_grek_uc_Alpha + 10 + @MMK_R_inp_foot + -30 + @MMK_R_inp_hyph + -20 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -15 + @MMK_R_latn_lc_d + -15 + @MMK_R_latn_lc_j + 30 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_u + -15 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + 10 + @MMK_R_latn_uc_j + -20 + @MMK_R_latn_uc_o + -20 + @MMK_R_latn_uc_t + -90 + @MMK_R_latn_uc_u + -30 + @MMK_R_latn_uc_w + -15 + @MMK_R_latn_uc_y + -65 + V + -50 + v + -20 + + registered + + @MMK_R_grek_uc_Alpha + -50 + @MMK_R_latn_uc_a + -50 + @MMK_R_latn_uc_w + 25 + @MMK_R_latn_uc_y + 10 + @MMK_R_latn_uc_z + -5 + V + 10 + + seveninferior + + @MMK_R_inp_period + -30 + @MMK_R_latn_lc_c + 20 + @MMK_R_latn_lc_d + 20 + @MMK_R_latn_lc_w + 10 + @MMK_R_latn_lc_y + 10 + @MMK_R_latn_uc_i + -20 + @MMK_R_latn_uc_j + -35 + @MMK_R_latn_uc_o + 10 + @MMK_R_latn_uc_t + -60 + @MMK_R_latn_uc_u + -10 + @MMK_R_latn_uc_w + -5 + @MMK_R_latn_uc_y + -40 + @MMK_R_latn_uc_z + 10 + V + -10 + X + -20 + eightinferior + -20 + fiveinferior + -5 + fourinferior + -30 + nineinferior + -15 + sixinferior + -25 + threeinferior + -5 + v + 10 + x + -5 + zeroinferior + -10 + + sevensuperior + + @MMK_R_grek_lc_kappa + -35 + @MMK_R_grek_uc_Alpha + -90 + @MMK_R_inp_fraction + -20 + @MMK_R_inp_period + -90 + @MMK_R_latn_lc_a + -35 + @MMK_R_latn_lc_c + -40 + @MMK_R_latn_lc_d + -40 + @MMK_R_latn_lc_g + -60 + @MMK_R_latn_lc_i + 0 + @MMK_R_latn_lc_n + -35 + @MMK_R_latn_lc_s + -40 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_u + -25 + @MMK_R_latn_lc_w + 10 + @MMK_R_latn_lc_y + 10 + @MMK_R_latn_uc_a + -90 + @MMK_R_latn_uc_j + -25 + @MMK_R_latn_uc_o + 5 + @MMK_R_latn_uc_t + 40 + @MMK_R_latn_uc_w + 30 + @MMK_R_latn_uc_y + 30 + V + 20 + X + 15 + eightsuperior + -25 + fivesuperior + -5 + foursuperior + -30 + icircumflex + 35 + jcircumflex + 40 + ninesuperior + -15 + p + -30 + pi + -10 + sevensuperior + -5 + sixsuperior + -25 + threesuperior + -5 + twosuperior + -5 + v + 10 + zerosuperior + -5 + + sixinferior + + @MMK_R_grek_uc_Alpha + 5 + @MMK_R_latn_lc_f + -20 + @MMK_R_latn_lc_g + -30 + @MMK_R_latn_lc_t + -15 + @MMK_R_latn_lc_w + -30 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_lc_z + 20 + @MMK_R_latn_uc_a + 5 + @MMK_R_latn_uc_i + -10 + @MMK_R_latn_uc_j + 10 + @MMK_R_latn_uc_t + -70 + @MMK_R_latn_uc_u + -20 + @MMK_R_latn_uc_w + -40 + @MMK_R_latn_uc_y + -80 + @MMK_R_latn_uc_z + 30 + V + -60 + eightinferior + -5 + nineinferior + -15 + pi + -10 + seveninferior + -10 + threeinferior + -10 + v + -30 + + sixsuperior + + @MMK_R_grek_uc_Alpha + -35 + @MMK_R_inp_fraction + 5 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_f + 20 + @MMK_R_latn_lc_g + -20 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_t + 20 + @MMK_R_latn_lc_w + 30 + @MMK_R_latn_lc_y + 30 + @MMK_R_latn_lc_z + 35 + @MMK_R_latn_uc_a + -35 + @MMK_R_latn_uc_i + -25 + @MMK_R_latn_uc_j + -40 + @MMK_R_latn_uc_o + 5 + @MMK_R_latn_uc_t + -15 + @MMK_R_latn_uc_w + 10 + @MMK_R_latn_uc_y + -10 + @MMK_R_latn_uc_z + -30 + V + 5 + X + -40 + eightsuperior + -5 + jcircumflex + 20 + ninesuperior + -15 + pi + 20 + sevensuperior + -10 + threesuperior + -10 + v + 30 + x + 15 + + slash + + @MMK_R_grek_lc_kappa + -30 + @MMK_R_grek_uc_Alpha + -45 + @MMK_R_latn_lc_a + -25 + @MMK_R_latn_lc_c + -45 + @MMK_R_latn_lc_d + -45 + @MMK_R_latn_lc_f + -5 + @MMK_R_latn_lc_g + -35 + @MMK_R_latn_lc_h + -10 + @MMK_R_latn_lc_i + -30 + @MMK_R_latn_lc_j + -30 + @MMK_R_latn_lc_l + -20 + @MMK_R_latn_lc_n + -30 + @MMK_R_latn_lc_s + -30 + @MMK_R_latn_lc_u + -30 + @MMK_R_latn_lc_w + -10 + @MMK_R_latn_lc_z + 10 + @MMK_R_latn_uc_a + -45 + @MMK_R_latn_uc_j + -40 + @MMK_R_latn_uc_o + -15 + @MMK_R_latn_uc_t + 30 + @MMK_R_latn_uc_w + 25 + @MMK_R_latn_uc_y + 30 + @MMK_R_latn_uc_z + -10 + V + 20 + icircumflex + 25 + idieresis + 25 + igrave + 20 + jcircumflex + 40 + p + -10 + slash + -55 + x + -20 + + threeinferior + + @MMK_R_grek_uc_Alpha + 15 + @MMK_R_latn_lc_a + 15 + @MMK_R_latn_lc_c + 15 + @MMK_R_latn_lc_d + 15 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_y + -10 + @MMK_R_latn_lc_z + 20 + @MMK_R_latn_uc_a + 15 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_j + 15 + @MMK_R_latn_uc_t + -65 + @MMK_R_latn_uc_w + -30 + @MMK_R_latn_uc_y + -75 + @MMK_R_latn_uc_z + 20 + V + -40 + oneinferior + 10 + pi + -10 + seveninferior + -5 + sixinferior + -5 + threeinferior + -10 + v + -10 + + threesuperior + + @MMK_R_grek_uc_Alpha + -50 + @MMK_R_inp_fraction + 5 + @MMK_R_inp_period + -40 + @MMK_R_latn_lc_f + 10 + @MMK_R_latn_lc_g + -20 + @MMK_R_latn_lc_i + 10 + @MMK_R_latn_lc_j + 0 + @MMK_R_latn_lc_t + 15 + @MMK_R_latn_lc_w + 25 + @MMK_R_latn_lc_y + 25 + @MMK_R_latn_lc_z + 15 + @MMK_R_latn_uc_a + -50 + @MMK_R_latn_uc_j + -10 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_s + 10 + @MMK_R_latn_uc_t + 10 + @MMK_R_latn_uc_w + 30 + @MMK_R_latn_uc_y + 10 + V + 20 + jcircumflex + 40 + onesuperior + 10 + pi + 15 + sevensuperior + -5 + sixsuperior + -5 + threesuperior + -10 + v + 20 + + trademark + + @MMK_R_grek_uc_Alpha + -75 + @MMK_R_latn_uc_a + -75 + @MMK_R_latn_uc_t + -20 + X + -10 + x + -20 + + twoinferior + + @MMK_R_grek_uc_Alpha + 20 + @MMK_R_inp_period + 20 + @MMK_R_latn_lc_c + 5 + @MMK_R_latn_lc_d + 10 + @MMK_R_latn_lc_f + -15 + @MMK_R_latn_lc_s + -5 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_lc_z + 25 + @MMK_R_latn_uc_a + 20 + @MMK_R_latn_uc_i + 10 + @MMK_R_latn_uc_j + -5 + @MMK_R_latn_uc_o + -10 + @MMK_R_latn_uc_s + 10 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_w + -30 + @MMK_R_latn_uc_y + -70 + @MMK_R_latn_uc_z + 20 + V + -50 + X + 10 + oneinferior + 10 + pi + -10 + v + -20 + x + 20 + + twosuperior + + @MMK_R_grek_uc_Alpha + -20 + @MMK_R_inp_fraction + 15 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_a + 10 + @MMK_R_latn_lc_f + 10 + @MMK_R_latn_lc_g + -5 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_s + -10 + @MMK_R_latn_lc_t + 10 + @MMK_R_latn_lc_w + 35 + @MMK_R_latn_lc_y + 30 + @MMK_R_latn_lc_z + 20 + @MMK_R_latn_uc_a + -20 + @MMK_R_latn_uc_i + -5 + @MMK_R_latn_uc_j + -25 + @MMK_R_latn_uc_s + 10 + @MMK_R_latn_uc_t + 10 + @MMK_R_latn_uc_w + 30 + @MMK_R_latn_uc_y + 5 + V + 30 + X + 10 + jcircumflex + 25 + onesuperior + 10 + pi + 15 + v + 20 + x + 10 + + underscore + + @MMK_R_grek_uc_Alpha + 25 + @MMK_R_latn_lc_a + -35 + @MMK_R_latn_lc_c + -60 + @MMK_R_latn_lc_d + -50 + @MMK_R_latn_lc_f + -5 + @MMK_R_latn_lc_g + 45 + @MMK_R_latn_lc_j + 65 + @MMK_R_latn_lc_s + -10 + @MMK_R_latn_lc_u + -35 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + 25 + @MMK_R_latn_lc_z + 25 + @MMK_R_latn_uc_a + 25 + @MMK_R_latn_uc_i + 20 + @MMK_R_latn_uc_j + 5 + @MMK_R_latn_uc_o + -80 + @MMK_R_latn_uc_s + -10 + @MMK_R_latn_uc_t + -70 + @MMK_R_latn_uc_u + -50 + @MMK_R_latn_uc_w + -40 + @MMK_R_latn_uc_y + -30 + @MMK_R_latn_uc_z + 35 + V + -60 + X + 30 + g.alt01 + -10 + p + 10 + thorn + 10 + v + -50 + x + 20 + + v + + @MMK_R_inp_foot + 35 + @MMK_R_inp_period + -40 + @MMK_R_inp_quotel + 30 + @MMK_R_inp_quoter + 45 + @MMK_R_latn_lc_a + -10 + @MMK_R_latn_lc_c + -5 + @MMK_R_latn_lc_d + -5 + @MMK_R_latn_lc_f + 10 + @MMK_R_latn_lc_g + -10 + @MMK_R_latn_lc_t + 10 + @MMK_R_latn_lc_z + 5 + @MMK_R_latn_uc_a + -10 + @MMK_R_latn_uc_i + 5 + @MMK_R_latn_uc_t + -40 + @MMK_R_latn_uc_y + -15 + V + -10 + X + -5 + eightinferior + -35 + eightsuperior + 30 + fiveinferior + -20 + fivesuperior + 40 + fourinferior + -40 + foursuperior + 55 + nineinferior + -20 + ninesuperior + 30 + oneinferior + -40 + onesuperior + 15 + registered + 30 + seveninferior + -20 + sevensuperior + 30 + sixinferior + -40 + sixsuperior + 30 + slash + 5 + threeinferior + -20 + threesuperior + 20 + trademark + 5 + twosuperior + 30 + underscore + -50 + zeroinferior + -20 + zerosuperior + 20 + + x + + @MMK_R_inp_foot + 15 + @MMK_R_inp_guill + -5 + @MMK_R_inp_hyph + -35 + @MMK_R_inp_quoter + 30 + @MMK_R_latn_lc_c + -10 + @MMK_R_latn_lc_d + -10 + @MMK_R_latn_lc_s + -5 + @MMK_R_latn_uc_a + 15 + @MMK_R_latn_uc_j + 15 + @MMK_R_latn_uc_t + -55 + @MMK_R_latn_uc_w + -5 + @MMK_R_latn_uc_y + -10 + V + -10 + X + 10 + ampersand + -10 + eightsuperior + 20 + fiveinferior + 10 + fivesuperior + 20 + fourinferior + 15 + foursuperior + 30 + registered + 20 + sevensuperior + 10 + sixsuperior + 15 + threeinferior + 10 + trademark + -10 + twoinferior + 20 + underscore + 20 + zerosuperior + 10 + + zain-ar + + highhamzaYeh-ar.init + 100 + + zain-ar.fina + + highhamzaYeh-ar.init + 100 + + zeroinferior + + @MMK_R_grek_uc_Alpha + 30 + @MMK_R_latn_lc_c + 15 + @MMK_R_latn_lc_d + 15 + @MMK_R_latn_lc_f + -10 + @MMK_R_latn_lc_t + -10 + @MMK_R_latn_lc_w + -20 + @MMK_R_latn_lc_y + -20 + @MMK_R_latn_lc_z + 20 + @MMK_R_latn_uc_a + 30 + @MMK_R_latn_uc_i + -15 + @MMK_R_latn_uc_j + -10 + @MMK_R_latn_uc_t + -60 + @MMK_R_latn_uc_u + 5 + @MMK_R_latn_uc_w + -40 + @MMK_R_latn_uc_y + -70 + @MMK_R_latn_uc_z + 15 + V + -40 + pi + -10 + seveninferior + -5 + threeinferior + -5 + v + -20 + + zerosuperior + + @MMK_R_grek_uc_Alpha + -40 + @MMK_R_inp_period + -50 + @MMK_R_latn_lc_a + 10 + @MMK_R_latn_lc_d + -15 + @MMK_R_latn_lc_f + 5 + @MMK_R_latn_lc_g + -25 + @MMK_R_latn_lc_i + 20 + @MMK_R_latn_lc_t + 10 + @MMK_R_latn_lc_w + 20 + @MMK_R_latn_lc_y + 20 + @MMK_R_latn_lc_z + 30 + @MMK_R_latn_uc_a + -40 + @MMK_R_latn_uc_i + -15 + @MMK_R_latn_uc_j + -40 + @MMK_R_latn_uc_t + 20 + @MMK_R_latn_uc_w + 40 + @MMK_R_latn_uc_z + -10 + V + 30 + foursuperior + 5 + jcircumflex + 40 + pi + 10 + sevensuperior + -5 + threesuperior + -5 + v + 20 + x + 10 + + + diff --git a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/lib.plist b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/lib.plist index 77cb050f67..310adf2071 100644 --- a/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/lib.plist +++ b/IBM-Plex-Sans-Arabic/sources/masters/IBM Plex Sans Arabic-Thin.ufo/lib.plist @@ -2,6 +2,1712 @@ + com.type-invaders.encoding + + .notdef + a + a.alt01 + b + c + d + e + f + g + g.alt01 + g.alt02 + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + zero + zero.alt01 + zero.alt02 + one + two + three + four + five + six + seven + eight + nine + zero.loclARAB + zero.loclARAB.alt01 + zero.loclARAB.alt02 + one.loclARAB + two.loclARAB + three.loclARAB + four.loclARAB + five.loclARAB + six.loclARAB + seven.loclARAB + eight.loclARAB + nine.loclARAB + ampersand + at + hyphen + softhyphen + endash + emdash + underscore + period + ellipsis + colon + comma + semicolon + quotesingle + quotedbl + quoteleft + quoteright + quotedblleft + quotedblright + quotesinglbase + quotedblbase + guilsinglleft + guilsinglright + guillemotleft + guillemotright + exclamdown + exclam + questiondown + question + parenleft + parenright + bracketleft + bracketright + braceleft + braceright + slash + backslash + fraction + divisionslash + percent + perthousand + bar + brokenbar + section + paragraph + copyright + registered + trademark + ordfeminine + ordmasculine + degree + asterisk + dagger + daggerdbl + numbersign + asciicircum + asciitilde + plus + minus + plusminus + multiply + divide + equal + approxequal + notequal + less + greater + lessequal + greaterequal + periodcentered + bullet + lozenge + logicalnot + radical + integral + infinity + estimated + litre + numerosign + partialdiff + currency + cent + Euro + florin + sterling + dollar + yen + baht + coloncurrency + lira + naira + rupee + won + sheqel + dong + kip + tugrik + peso + guarani + hryvnia + cedi + tenge + rupeeindian + liraturkish + ruble + bitcoin + fi + fl + aacute + acircumflex + adieresis + agrave + aring + atilde + aacute.alt01 + acircumflex.alt01 + adieresis.alt01 + agrave.alt01 + aring.alt01 + atilde.alt01 + ae + ccedilla + eth + eacute + ecircumflex + edieresis + egrave + dotlessi + iacute + icircumflex + idieresis + igrave + ij + dotlessj + jacute + jcircumflex + ldot + lslash + ntilde + oacute + ocircumflex + odieresis + ograve + oslash + otilde + oe + scaron + germandbls + germandbls.alt01 + thorn + uacute + ucircumflex + udieresis + ugrave + yacute + ydieresis + zcaron + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + AE + Ccedilla + Dcroat + Eth + Eacute + Ecircumflex + Edieresis + Egrave + Iacute + Icircumflex + Idieresis + Igrave + IJ + Lslash + Ntilde + Oacute + Ocircumflex + Odieresis + Ograve + Oslash + Otilde + OE + Scaron + Germandbls + Thorn + Uacute + Ucircumflex + Udieresis + Ugrave + Yacute + Ydieresis + Zcaron + mu + Delta + product + summation + Omega + pi + hamza-ar + hamza-ar.isol + sindhiampersand-ar + alef-ar + alef-ar.isol + alefHamzabelow-ar + alefHamzabelow-ar.isol + alefWavyhamzabelow-ar + highhamzaAlef-ar + comp.alef-ar.fina + alef-ar.fina + alefHamzabelow-ar.fina + alefWavyhamzabelow-ar.fina + alef-ar.short + alefHamzaabove-ar + alefHamzaabove-ar.isol + alefWavyhamzaabove-ar + alefMadda-ar + alefMadda-ar.isol + alefWasla-ar + alefFathatan-ar + alefTwoabove-ar + alefThreeabove-ar + alef-ar.fina.short + alefHamzaabove-ar.fina + alefWavyhamzaabove-ar.fina + alefMadda-ar.fina + alefWasla-ar.fina + alefFathatan-ar.fina + alefTwoabove-ar.fina + alefThreeabove-ar.fina + highhamzaAlef-ar.fina + behDotless-ar.medi + beh-ar.medi + peh-ar.medi + beeh-ar.medi + beheh-ar.medi + alefMaksura-ar.medi + teh-ar.medi + tehThreedotsdown-ar.medi + theh-ar.medi + tteh-ar.medi + tteheh-ar.medi + teheh-ar.medi + behThreedotsupabove-ar.medi + behThreedotsupbelow-ar.medi + tehThreedotsupbelow-ar.medi + behTwodotsbelowDotabove-ar.medi + behVinvertedbelow-ar.medi + behVabove-ar.medi + behVbelow-ar.medi + noon-ar.medi + noonDotbelow-ar.medi + yeh-ar.medi + yehHamzaabove-ar.medi + yehVabove-ar.medi + yehTwodotsbelowHamzaabove-ar.medi + yehTwodotsbelowDotabove-ar.medi + yehVinverted-farsi.medi + yeh-farsi.medi + yehTwodotsabove-farsi.medi + yehThreedotsabove-farsi.medi + yehTwoabove-farsi.medi + yehThreeabove-farsi.medi + yehFourbelow-farsi.medi + e-ar.medi + yehbarreeTwoabove-ar.medi + yehbarreeThreeabove-ar.medi + highhamzaYeh-ar.medi + noonTwodotsbelow-ar.medi + noonTahabove-ar.medi + noonVabove-ar.medi + tehRing-ar.medi + noonRing-ar.medi + yehKashmiri-ar.medi + behThreedotshorizontalbelow-ar.medi + seen-ar.medi + seenDotbelowDotabove-ar.medi + seenThreedotsbelow-ar.medi + sheen-ar.medi + sheenDotbelow-ar.medi + sheenThreedotsbelow-ar.medi + seenFourdotsabove-ar.medi + seenTwodotshorizontalabove-ar.medi + seenTahTwodotshorizontalabove-ar.medi + seenFourabove-ar.medi + seenVinvertedabove-ar.medi + seen-ar.init + seenDotbelowDotabove-ar.init + seenThreedotsbelow-ar.init + sheen-ar.init + sheenDotbelow-ar.init + sheenThreedotsbelow-ar.init + seenFourdotsabove-ar.init + seenTwodotshorizontalabove-ar.init + seenTahTwodotshorizontalabove-ar.init + seenFourabove-ar.init + seenVinvertedabove-ar.init + lam-ar.medi + lamVabove-ar.medi + lamDotabove-ar.medi + lamThreedotsabove-ar.medi + lamThreedotsbelow-ar.medi + lamBar-ar.medi + lamDoublebar-ar.medi + behDotless-ar.init + beh-ar.init + peh-ar.init + beeh-ar.init + beheh-ar.init + alefMaksura-ar.init + teh-ar.init + tehThreedotsdown-ar.init + theh-ar.init + tteh-ar.init + tteheh-ar.init + teheh-ar.init + behThreedotsupabove-ar.init + behThreedotsupbelow-ar.init + tehThreedotsupbelow-ar.init + behTwodotsbelowDotabove-ar.init + behVinvertedbelow-ar.init + behVabove-ar.init + behVbelow-ar.init + noon-ar.init + noonDotbelow-ar.init + yeh-ar.init + yehHamzaabove-ar.init + yehVabove-ar.init + yehTwodotsbelowHamzaabove-ar.init + yehTwodotsbelowDotabove-ar.init + yehVinverted-farsi.init + yeh-farsi.init + yehTwodotsabove-farsi.init + yehThreedotsabove-farsi.init + yehTwoabove-farsi.init + yehThreeabove-farsi.init + yehFourbelow-farsi.init + e-ar.init + yehbarreeTwoabove-ar.init + yehbarreeThreeabove-ar.init + highhamzaYeh-ar.init + noonTwodotsbelow-ar.init + noonTahabove-ar.init + noonVabove-ar.init + tehRing-ar.init + noonRing-ar.init + yehKashmiri-ar.init + behThreedotshorizontalbelow-ar.init + reh-ar + reh-ar.isol + zain-ar + zain-ar.isol + rreh-ar + rehv-ar + rehDotbelow-ar + rehVbelow-ar + rehDotbelowdotabove-ar + rehTwodots-ar + jeh-ar + rehFourdots-ar + rehVinvertedabove-ar + rehTwodotsverticalabove-ar + rehHamzaabove-ar + rehTwodotshorizontalaboveTahabove-ar + rehAlefabove-ar + rehRing-ar + rehStroke-ar + reh-ar.short + zain-ar.short + rreh-ar.short + jeh-ar.short + reh-ar.fina + zain-ar.fina + rreh-ar.fina + rehv-ar.fina + rehDotbelow-ar.fina + rehVbelow-ar.fina + rehDotbelowdotabove-ar.fina + rehTwodots-ar.fina + jeh-ar.fina + rehFourdots-ar.fina + rehVinvertedabove-ar.fina + rehTwodotsverticalabove-ar.fina + rehHamzaabove-ar.fina + rehTwodotshorizontalaboveTahabove-ar.fina + rehRing-ar.fina + rehStroke-ar.fina + reh-ar.fina.short + zain-ar.fina.short + rreh-ar.fina.short + jeh-ar.fina.short + rehLoop-ar + rehLoop-ar.fina + lam-ar.init + lamVabove-ar.init + lamDotabove-ar.init + lamThreedotsabove-ar.init + lamThreedotsbelow-ar.init + lamBar-ar.init + lamDoublebar-ar.init + lam_meem-ar + lam_meem-ar.init + lam-ar + lam-ar.isol + lamVabove-ar + lamDotabove-ar + lamThreedotsabove-ar + lamThreedotsbelow-ar + lamBar-ar + lamDoublebar-ar + lam-ar.fina + lamVabove-ar.fina + lamDotabove-ar.fina + lamThreedotsabove-ar.fina + lamThreedotsbelow-ar.fina + lamBar-ar.fina + lamDoublebar-ar.fina + noonghunna-ar + noon-ar + noon-ar.isol + noonDotbelow-ar + rnoon-ar + noonThreedotsabove-ar + noonTwodotsbelow-ar + noonTahabove-ar + noonVabove-ar + noonRing-ar + behDotless-ar + beh-ar + beh-ar.isol + peh-ar + beeh-ar + beheh-ar + teh-ar + teh-ar.isol + tehThreedotsdown-ar + theh-ar + theh-ar.isol + tteh-ar + tteheh-ar + teheh-ar + behThreedotshorizontalbelow-ar + behThreedotsupabove-ar + behThreedotsupbelow-ar + tehThreedotsupbelow-ar + behTwodotsbelowDotabove-ar + behVinvertedbelow-ar + behVabove-ar + behVbelow-ar + tehRing-ar + noonghunna-ar.fina + noon-ar.fina + noonDotbelow-ar.fina + rnoon-ar.fina + noonThreedotsabove-ar.fina + noonTwodotsbelow-ar.fina + noonTahabove-ar.fina + noonVabove-ar.fina + noonRing-ar.fina + behDotless-ar.fina + beh-ar.fina + peh-ar.fina + beeh-ar.fina + beheh-ar.fina + teh-ar.fina + tehThreedotsdown-ar.fina + theh-ar.fina + tteh-ar.fina + tteheh-ar.fina + teheh-ar.fina + behThreedotshorizontalbelow-ar.fina + behThreedotsupabove-ar.fina + behThreedotsupbelow-ar.fina + tehThreedotsupbelow-ar.fina + behTwodotsbelowDotabove-ar.fina + behVinvertedbelow-ar.fina + behVabove-ar.fina + behVbelow-ar.fina + tehRing-ar.fina + hah-ar + hah-ar.isol + jeem-ar + jeem-ar.isol + tcheh-ar + tcheheh-ar + tchehDotabove-ar + nyeh-ar + dyeh-ar + hahHamzaabove-ar + hahTwodotsverticalabove-ar + hahTwodotshorizontalabove-ar + hahThreedotsabove-ar + hahThreedotsupbelow-ar + khah-ar + khah-ar.isol + hahTahbelow-ar + hahTahTwodotshorizontalabove-ar + hahFourbelow-ar + jeemTwodotsabove-ar + hahTahabove-ar + hah-ar.short + jeem-ar.short + tcheh-ar.short + khah-ar.short + hah-ar.fina + jeem-ar.fina + tcheh-ar.fina + tcheheh-ar.fina + tchehDotabove-ar.fina + nyeh-ar.fina + dyeh-ar.fina + hahHamzaabove-ar.fina + hahTwodotsverticalabove-ar.fina + hahTwodotshorizontalabove-ar.fina + hahThreedotsabove-ar.fina + khah-ar.fina + hahTahbelow-ar.fina + hahTahTwodotshorizontalabove-ar.fina + hahFourbelow-ar.fina + jeemTwodotsabove-ar.fina + hahTahabove-ar.fina + hahThreedotsupbelow-ar.fina + hah-ar.medi + jeem-ar.medi + tcheh-ar.medi + tcheheh-ar.medi + tchehDotabove-ar.medi + nyeh-ar.medi + dyeh-ar.medi + hahHamzaabove-ar.medi + hahTwodotsverticalabove-ar.medi + hahTwodotshorizontalabove-ar.medi + hahThreedotsabove-ar.medi + hahThreedotsupbelow-ar.medi + khah-ar.medi + hahTahbelow-ar.medi + hahTahTwodotshorizontalabove-ar.medi + hahFourbelow-ar.medi + jeemTwodotsabove-ar.medi + hahTahabove-ar.medi + hah-ar.init + jeem-ar.init + tcheh-ar.init + tcheheh-ar.init + tchehDotabove-ar.init + nyeh-ar.init + dyeh-ar.init + hahHamzaabove-ar.init + hahTwodotsverticalabove-ar.init + hahTwodotshorizontalabove-ar.init + hahThreedotsabove-ar.init + hahThreedotsupbelow-ar.init + khah-ar.init + hahTahbelow-ar.init + hahTahTwodotshorizontalabove-ar.init + hahFourbelow-ar.init + jeemTwodotsabove-ar.init + hahTahabove-ar.init + dal-ar + dal-ar.isol + thal-ar + thal-ar.isol + thalAlefabove-ar + ddal-ar + dahal-ar + ddahal-ar + dalDotbelow-ar + dalDotbelowTah-ar + dul-ar + dalThreedotsdown-ar + dalFourdots-ar + dalVinvertedabove-ar + dalTwodotsverticalbelowTah-ar + dalVinvertedbelow-ar + dalRing-ar + dal-ar.fina + thal-ar.fina + thalAlefabove-ar.fina + ddal-ar.fina + dahal-ar.fina + ddahal-ar.fina + dalDotbelow-ar.fina + dalDotbelowTah-ar.fina + dul-ar.fina + dalThreedotsdown-ar.fina + dalFourdots-ar.fina + dalVinvertedabove-ar.fina + dalTwodotsverticalbelowTah-ar.fina + dalVinvertedbelow-ar.fina + dalRing-ar.fina + seen-ar + seen-ar.isol + seenDotbelowDotabove-ar + seenThreedotsbelow-ar + sheen-ar + sheen-ar.isol + sheenDotbelow-ar + sheenThreedotsbelow-ar + seenFourdotsabove-ar + seenTwodotshorizontalabove-ar + seenTahTwodotshorizontalabove-ar + seenFourabove-ar + seenVinvertedabove-ar + seen-ar.fina + seenDotbelowDotabove-ar.fina + seenThreedotsbelow-ar.fina + sheen-ar.fina + sheenDotbelow-ar.fina + sheenThreedotsbelow-ar.fina + seenFourdotsabove-ar.fina + seenTwodotshorizontalabove-ar.fina + seenTahTwodotshorizontalabove-ar.fina + seenFourabove-ar.fina + seenVinvertedabove-ar.fina + sad-ar + sad-ar.isol + sadTwodotsbelow-ar + sadThreedots-ar + dad-ar + dad-ar.isol + dadDotbelow-ar + sad-ar.fina + sadTwodotsbelow-ar.fina + sadThreedots-ar.fina + dad-ar.fina + dadDotbelow-ar.fina + sad-ar.medi + sadTwodotsbelow-ar.medi + sadThreedots-ar.medi + dad-ar.medi + dadDotbelow-ar.medi + sad-ar.init + sadTwodotsbelow-ar.init + sadThreedots-ar.init + dad-ar.init + dadDotbelow-ar.init + tah-ar + tah-ar.isol + tahThreedots-ar + zah-ar + zah-ar.isol + tahTwodotsabove-ar + fehDotbelowThreedotsabove-ar + tah-ar.fina + tahThreedots-ar.fina + zah-ar.fina + tahTwodotsabove-ar.fina + fehDotbelowThreedotsabove-ar.fina + tah-ar.medi + tahThreedots-ar.medi + zah-ar.medi + tahTwodotsabove-ar.medi + fehDotbelowThreedotsabove-ar.medi + tah-ar.init + tahThreedots-ar.init + zah-ar.init + tahTwodotsabove-ar.init + fehDotbelowThreedotsabove-ar.init + ain-ar + ain-ar.isol + ainThreedotsbelow-ar + ainThreedots-ar + ghain-ar + ghain-ar.isol + ghainDotbelow-ar + ainTwodotshorizontalabove-ar + ainThreedotsdownabove-ar + ainTwodotsverticalabove-ar + ain-ar.short + ghain-ar.short + ain-ar.fina + ainThreedotsbelow-ar.fina + ainThreedots-ar.fina + ghain-ar.fina + ghainDotbelow-ar.fina + ainTwodotshorizontalabove-ar.fina + ainThreedotsdownabove-ar.fina + ainTwodotsverticalabove-ar.fina + ain-ar.medi + ainThreedotsbelow-ar.fina.medi + ainThreedots-ar.medi + ghain-ar.medi + ghainDotbelow-ar.medi + ainTwodotshorizontalabove-ar.medi + ainThreedotsdownabove-ar.medi + ainTwodotsverticalabove-ar.medi + ain-ar.init + ainThreedotsbelow-ar.fina.init + ainThreedots-ar.init + ghain-ar.init + ghainDotbelow-ar.init + ainTwodotshorizontalabove-ar.init + ainThreedotsdownabove-ar.init + ainTwodotsverticalabove-ar.init + fehDotless-ar + feh-ar + feh-ar.isol + veh-ar + fehDotbelow-ar + fehThreedotsbelow-ar + peheh-ar + fehTwodotsbelow-ar + fehThreedotsupbelow-ar + fehDotless-ar.fina + feh-ar.fina + veh-ar.fina + fehDotbelow-ar.fina + fehThreedotsbelow-ar.fina + peheh-ar.fina + fehTwodotsbelow-ar.fina + fehThreedotsupbelow-ar.fina + fehDotless-ar.medi + feh-ar.medi + veh-ar.medi + fehDotbelow-ar.medi + fehThreedotsbelow-ar.medi + peheh-ar.medi + qaf-ar.medi + qafThreedotsabove-ar.medi + qafDotbelow-ar.medi + yehRohingya + fehTwodotsbelow-ar.medi + fehThreedotsupbelow-ar.medi + fehDotless-ar.init + feh-ar.init + veh-ar.init + fehDotbelow-ar.init + fehThreedotsbelow-ar.init + peheh-ar.init + qaf-ar.init + qafThreedotsabove-ar.init + qafDotbelow-ar.init + fehTwodotsbelow-ar.init + fehThreedotsupbelow-ar.init + qafDotless-ar + qaf-ar + qaf-ar.isol + qafDotabove-ar + qafThreedotsabove-ar + qafDotbelow-ar + qafDotless-ar.fina + qaf-ar.fina + qafDotabove-ar.fina + qafThreedotsabove-ar.fina + qafDotbelow-ar.fina + kaf-ar + kaf-ar.isol + kafDotabove-ar + kafTwodotshorizontalabove-ar + kafThreedotsbelow-ar + ng-ar + kaf-ar.fina + kafDotabove-ar.fina + kafTwodotshorizontalabove-ar.fina + kafThreedotsbelow-ar.fina + ng-ar.fina + kaf-ar.medi + keheh-ar.medi + kehehTwodotshorizontalabove-ar.medi + kehehThreedotsbelow-ar.medi + kehehDotabove-ar.medi + kehehThreedotsabove-ar.medi + kehehThreedotsupbelow-ar.medi + gaf-ar.medi + gafThreedots-ar.medi + kafDotabove-ar.medi + kafTwodotshorizontalabove-ar.medi + kafThreedotsbelow-ar.medi + gafTwodotsbelow-ar.medi + ng-ar.medi + ngoeh-ar.medi + gueh-ar.medi + kaf-ar.init + keheh-ar.init + kehehTwodotshorizontalabove-ar.init + kehehThreedotsbelow-ar.init + kehehDotabove-ar.init + kehehThreedotsabove-ar.init + kehehThreedotsupbelow-ar.init + gaf-ar.init + gafThreedots-ar.init + kafDotabove-ar.init + kafTwodotshorizontalabove-ar.init + kafThreedotsbelow-ar.init + gafTwodotsbelow-ar.init + ng-ar.init + ngoeh-ar.init + gueh-ar.init + kafswash-ar + kaf-ar.init.ss01 + kaf-ar.medi.ss01 + kaf-ar.fina.ss01 + keheh-ar + kehehTwodotshorizontalabove-ar + kehehThreedotsbelow-ar + kehehDotabove-ar + kehehThreedotsabove-ar + kehehThreedotsupbelow-ar + gaf-ar + gafThreedots-ar + gafTwodotsbelow-ar + ngoeh-ar + gueh-ar + keheh-ar.fina + kehehTwodotshorizontalabove-ar.fina + kehehThreedotsbelow-ar.fina + kehehDotabove-ar.fina + kehehThreedotsabove-ar.fina + kehehThreedotsupbelow-ar.fina + gaf-ar.fina + gafThreedots-ar.fina + gafTwodotsbelow-ar.fina + ngoeh-ar.fina + gueh-ar.fina + kafRing-ar + gafRing-ar + kafRing-ar.fina + gafRing-ar.fina + kafRing-ar.medi + gafRing-ar.medi + kafRing-ar.init + gafRing-ar.init + meem-ar + meem-ar.isol + meemThreedotsabove-ar + meemDotabove-ar + meemDotbelow-ar + sindhipostpositionmen-ar + meem-ar.fina + meemThreedotsabove-ar.fina + meemDotabove-ar.fina + meemDotbelow-ar.fina + meem-ar.medi + meemThreedotsabove-ar.medi + meemDotabove-ar.medi + meemDotbelow-ar.medi + meem-ar.init + meemThreedotsabove-ar.init + meemDotabove-ar.init + meemDotbelow-ar.init + heh-ar + heh-ar.isol + hehHamzaabove-ar + hehgoal-ar + hehgoalHamzaabove-ar + tehMarbuta-ar + tehMarbuta-ar.isol + tehMarbutagoal-ar + ae-ar + heh-ar.fina + hehHamzaabove-ar.fina + tehMarbuta-ar.fina + ae-ar.fina + heh-ar.medi + hehgoalHamzaabove-ar.medi + hehgoal-ar.medi + heh-ar.init + hehgoalHamzaabove-ar.init + hehDoachashmee-ar.init + hehVinvertedabove-ar.init + hehAlefabove-ar.init + hehDoachashmee-ar + hehVinvertedabove-ar + hehgoal-ar.fina + hehgoalHamzaabove-ar.fina + tehMarbutagoal-ar.fina + hehgoal-ar.init + hehDoachashmee-ar.fina + hehVinvertedabove-ar.fina + hehDoachashmee-ar.medi + hehVinvertedabove-ar.medi + waw-ar + waw-ar.isol + wawTwodots-ar + wawDotabove-ar + wawHamzaabove-ar + wawHamzaabove-ar.isol + wawTwoabove-ar + wawThreeAbove-ar + wawDotcenter-ar + oe-ar + u-ar + yu-ar + kirghizyu-ar + ve-ar + highhamzaWaw-ar + uHamzaabove-ar + waw-ar.fina + wawTwodots-ar.fina + wawDotabove-ar.fina + wawHamzaabove-ar.fina + wawTwoabove-ar.fina + wawThreeAbove-ar.fina + wawDotcenter-ar.fina + oe-ar.fina + u-ar.fina + yu-ar.fina + kirghizyu-ar.fina + ve-ar.fina + highhamzaWaw-ar.fina + uHamzaabove-ar.fina + wawring-ar + wawring-ar.fina + kirghizoe-ar + kirghizoe-ar.fina + alefMaksura-ar + alefMaksura-ar.isol + alefMaksuraAlefabove-ar + yeh-ar + yeh-ar.isol + yehHamzaabove-ar + yehHamzaabove-ar.isol + yehVabove-ar + yehTwodotsbelowHamzaabove-ar + yehTwodotsbelowDotabove-ar + yehVinverted-farsi + yeh-farsi + yehTwodotsabove-farsi + yehThreedotsabove-farsi + yehTwoabove-farsi + yehThreeabove-farsi + yehFourbelow-farsi + yehTail-ar + e-ar + yehThreedotsbelow-ar + highhamzaYeh-ar + yehKashmiri-ar + alefMaksura-ar.fina + alefMaksuraAlefabove-ar.fina + yeh-ar.fina + yehHamzaabove-ar.fina + yehVabove-ar.fina + yehTwodotsbelowHamzaabove-ar.fina + yehTwodotsbelowDotabove-ar.fina + yehVinverted-farsi.fina + yeh-farsi.fina + yehTwodotsabove-farsi.fina + yehThreedotsabove-farsi.fina + yehTwoabove-farsi.fina + yehThreeabove-farsi.fina + yehFourbelow-farsi.fina + yehTail-ar.fina + e-ar.fina + yehThreedotsbelow-ar.fina + highhamzaYeh-ar.fina + yehKashmiri-ar.fina + yehbarree-ar + yehbarreeHamzaabove-ar + yehbarreeTwoabove-ar + yehbarreeThreeabove-ar + yehbarree-ar.fina + yehbarreeHamzaabove-ar.fina + yehbarreeHamzaabove-ar.fina.short4 + yehbarreeTwoabove-ar.fina + yehbarreeTwoabove-ar.fina.short4 + yehbarreeThreeabove-ar.fina + yehbarreeThreeabove-ar.fina.short4 + yehbarree-ar.fina.short + yehbarreeHamzaabove-ar.fina.short + yehbarreeTwoabove-ar.fina.short + yehbarreeThreeabove-ar.fina.short + yehbarree-ar.fina.short2 + yehbarreeHamzaabove-ar.fina.short2 + yehbarreeTwoabove-ar.fina.short2 + yehbarreeThreeabove-ar.fina.short2 + yehbarree-ar.fina.short3 + yehbarree-ar.fina.short4 + yehbarreeHamzaabove-ar.fina.short3 + yehbarreeTwoabove-ar.fina.short3 + yehbarreeThreeabove-ar.fina.short3 + kashidaFina-ar + kashida-ar + fathatan-ar.medi + kasra-ar.medi + kashida-ar.long + fatha-ar.medi + damma-ar.medi + shadda-ar.medi + shadda_fatha-ar.medi + shadda_damma-ar.medi + shadda_kasra-ar.medi + sukun-ar.medi + lam_alef-ar.rlig + lam_alefHamzaabove-ar.rlig + lam_alefHamzabelow-ar.rlig + lam_alefWavyhamzaabove-ar.rlig + lam_alefWavyhamzabelow-ar.rlig + lam_alefMadda-ar.rlig + lam_alefWasla-ar.rlig + lamVabove_alef-ar.rlig + lamDotabove_alef-ar.rlig + lamThreedotsabove_alef-ar.rlig + lamThreedotsbelow_alef-ar.rlig + lamBar_alef-ar.rlig + lam_alef-ar.fina.rlig + lam_alefHamzaabove-ar.fina.rlig + lam_alefHamzabelow-ar.fina.rlig + lam_alefWavyhamzaabove-ar.fina.rlig + lam_alefWavyhamzabelow-ar.fina.rlig + lam_alefMadda-ar.fina.rlig + lam_alefWasla-ar.fina.rlig + lamVabove_alef-ar.fina.rlig + lamDotabove_alef-ar.fina.rlig + lamThreedotsabove_alef-ar.fina.rlig + lamThreedotsbelow_alef-ar.fina.rlig + lamBar_alef-ar.fina.rlig + seen_reh-ar.rlig + seen_zain-ar.rlig + seen_rreh-ar.rlig + seen_jeh-ar.rlig + sheen_reh-ar.rlig + sheen_zain-ar.rlig + sheen_rreh-ar.rlig + sheen_jeh-ar.rlig + seen_reh-ar.fina.rlig + seen_zain-ar.fina.rlig + seen_rreh-ar.fina.rlig + seen_jeh-ar.fina.rlig + sheen_reh-ar.fina.rlig + sheen_zain-ar.fina.rlig + sheen_rreh-ar.fina.rlig + sheen_jeh-ar.fina.rlig + seen_reh-ar.fina.rlig.short + seen_zain-ar.fina.rlig.short + seen_rreh-ar.fina.rlig.short + seen_jeh-ar.fina.rlig.short + sheen_reh-ar.fina.rlig.short + sheen_zain-ar.fina.rlig.short + sheen_rreh-ar.fina.rlig.short + sheen_jeh-ar.fina.rlig.short + seen_reh-ar.rlig.short + seen_zain-ar.rlig.short + seen_rreh-ar.rlig.short + seen_jeh-ar.rlig.short + sheen_reh-ar.rlig.short + sheen_zain-ar.rlig.short + sheen_rreh-ar.rlig.short + sheen_jeh-ar.rlig.short + seen_alefMaksura-ar.rlig + seen_yeh-ar.rlig + seen_yehHamzaabove-ar.rlig + sheen_alefMaksura-ar.rlig + sheen_yeh-ar.rlig + sheen_yehHamzaabove-ar.rlig + seen_yeh-farsi.rlig + sheen_yeh-farsi.rlig + seen_alefMaksura-ar.fina.rlig + seen_yeh-ar.fina.rlig + seen_yehHamzaabove-ar.fina.rlig + sheen_alefMaksura-ar.fina.rlig + sheen_yeh-ar.fina.rlig + sheen_yehHamzaabove-ar.fina.rlig + seen_yeh-farsi.fina.rlig + sheen_yeh-farsi.fina.rlig + sad_reh-ar.rlig + sad_zain-ar.rlig + sad_rreh-ar.rlig + sad_jeh-ar.rlig + dad_reh-ar.rlig + dad_zain-ar.rlig + dad_rreh-ar.rlig + dad_jeh-ar.rlig + sad_reh-ar.fina.rlig + sad_zain-ar.fina.rlig + sad_rreh-ar.fina.rlig + sad_jeh-ar.fina.rlig + dad_reh-ar.fina.rlig + dad_zain-ar.fina.rlig + dad_rreh-ar.fina.rlig + dad_jeh-ar.fina.rlig + sad_reh-ar.fina.rlig.short + sad_zain-ar.fina.rlig.short + sad_rreh-ar.fina.rlig.short + sad_jeh-ar.fina.rlig.short + dad_reh-ar.fina.rlig.short + dad_zain-ar.fina.rlig.short + dad_rreh-ar.fina.rlig.short + dad_jeh-ar.fina.rlig.short + sad_reh-ar.rlig.short + sad_zain-ar.rlig.short + sad_rreh-ar.rlig.short + sad_jeh-ar.rlig.short + dad_reh-ar.rlig.short + dad_zain-ar.rlig.short + dad_rreh-ar.rlig.short + dad_jeh-ar.rlig.short + sad_alefMaksura-ar.rlig + sad_yeh-ar.rlig + sad_yehHamzaabove-ar.rlig + dad_alefMaksura-ar.rlig + dad_yeh-ar.rlig + dad_yehHamzaabove-ar.rlig + sad_yeh-farsi.rlig + dad_yeh-farsi.rlig + sad_alefMaksura-ar.fina.rlig + sad_yeh-ar.fina.rlig + sad_yehHamzaabove-ar.fina.rlig + dad_alefMaksura-ar.fina.rlig + dad_yeh-ar.fina.rlig + dad_yehHamzaabove-ar.fina.rlig + sad_yeh-farsi.fina.rlig + dad_yeh-farsi.fina.rlig + kaf_alefMaksura-ar.rlig + kaf_yeh-ar.rlig + kaf_yehHamzaabove-ar.rlig + keheh_yeh-ar.rlig + gaf_alefMaksura-ar.rlig + gaf_yeh-ar.rlig + gaf_yehHamzaabove-ar.rlig + kaf_yeh-farsi.rlig + keheh_yeh-farsi.rlig + gaf_yeh-farsi.rlig + kaf_alefMaksura-ar.fina.rlig + kaf_yeh-ar.fina.rlig + kaf_yehHamzaabove-ar.fina.rlig + keheh_yeh-ar.fina.rlig + gaf_alefMaksura-ar.fina.rlig + gaf_yeh-ar.fina.rlig + gaf_yehHamzaabove-ar.fina.rlig + kaf_yeh-farsi.fina.rlig + keheh_yeh-farsi.fina.rlig + gaf_yeh-farsi.fina.rlig + lam_alefMaksura-ar.rlig + lam_yeh-ar.rlig + lam_yehHamzaabove-ar.rlig + lam_yeh-farsi.rlig + behDotless_alefMaksura-ar.rlig + beh_alefMaksura-ar.rlig + beh_yeh-ar.rlig + beh_yehHamzaabove-ar.rlig + peh_alefMaksura-ar.rlig + peh_yeh-ar.rlig + peh_yehHamzaabove-ar.rlig + teh_alefMaksura-ar.rlig + teh_yeh-ar.rlig + teh_yehHamzaabove-ar.rlig + theh_alefMaksura-ar.rlig + theh_yeh-ar.rlig + theh_yehHamzaabove-ar.rlig + tteh_alefMaksura-ar.rlig + tteh_yeh-ar.rlig + tteh_yehHamzaabove-ar.rlig + noon_alefMaksura-ar.rlig + noon_yeh-ar.rlig + noon_yehHamzaabove-ar.rlig + yeh_alefMaksura-ar.rlig + yeh_yeh-ar.rlig + yeh_yehHamzaabove-ar.rlig + yehHamzaabove_alefMaksura-ar.rlig + yehHamzaabove_yeh-ar.rlig + yehHamzaabove_yehHamzaabove-ar.rlig + yeh_yeh-farsi.rlig + peh_yeh-farsi.rlig + teh_yeh-farsi.rlig + theh_yeh-farsi.rlig + tteh_yeh-farsi.rlig + noon_yeh-farsi.rlig + yehHamzaabove_yeh-farsi.rlig + beh_yeh-farsi.rlig + behDotless_alefMaksura-ar.fina.rlig + beh_alefMaksura-ar.fina.rlig + beh_yeh-ar.fina.rlig + beh_yehHamzaabove-ar.fina.rlig + peh_alefMaksura-ar.fina.rlig + peh_yeh-ar.fina.rlig + peh_yehHamzaabove-ar.fina.rlig + teh_alefMaksura-ar.fina.rlig + teh_yeh-ar.fina.rlig + teh_yehHamzaabove-ar.fina.rlig + theh_alefMaksura-ar.fina.rlig + theh_yeh-ar.fina.rlig + theh_yehHamzaabove-ar.fina.rlig + tteh_alefMaksura-ar.fina.rlig + tteh_yeh-ar.fina.rlig + tteh_yehHamzaabove-ar.fina.rlig + noon_alefMaksura-ar.fina.rlig + noon_yeh-ar.fina.rlig + noon_yehHamzaabove-ar.fina.rlig + yeh_alefMaksura-ar.fina.rlig + yeh_yeh-ar.fina.rlig + yeh_yehHamzaabove-ar.fina.rlig + yehHamzaabove_alefMaksura-ar.fina.rlig + yehHamzaabove_yeh-ar.fina.rlig + yehHamzaabove_yehHamzaabove-ar.fina.rlig + yeh_yeh-farsi.fina.rlig + beh_yeh-farsi.fina.rlig + peh_yeh-farsi.fina.rlig + teh_yeh-farsi.fina.rlig + theh_yeh-farsi.fina.rlig + tteh_yeh-farsi.fina.rlig + noon_yeh-farsi.fina.rlig + yehHamzaabove_yeh-farsi.fina.rlig + fehDotless_alefMaksura-ar.rlig + feh_alefMaksura-ar.rlig + feh_yeh-ar.rlig + feh_yehHamzaabove-ar.rlig + veh_alefMaksura-ar.rlig + veh_yeh-ar.rlig + veh_yehHamzaabove-ar.rlig + qaf_alefMaksura-ar.rlig + qaf_yeh-ar.rlig + qaf_yehHamzaabove-ar.rlig + feh_yeh-farsi.rlig + veh_yeh-farsi.rlig + qaf_yeh-farsi.rlig + alefMaksura_reh-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig.short + alefMaksura_jeh-ar.fina.rlig + alefMaksura_jeh-ar.fina.rlig.short + beh_reh-ar.fina.rlig + beh_zain-ar.fina.rlig + beh_rreh-ar.fina.rlig + beh_jeh-ar.fina.rlig + peh_reh-ar.fina.rlig + peh_zain-ar.fina.rlig + peh_rreh-ar.fina.rlig + peh_jeh-ar.fina.rlig + teh_reh-ar.fina.rlig + teh_zain-ar.fina.rlig + teh_rreh-ar.fina.rlig + teh_jeh-ar.fina.rlig + theh_reh-ar.fina.rlig + theh_zain-ar.fina.rlig + theh_rreh-ar.fina.rlig + theh_jeh-ar.fina.rlig + tteh_reh-ar.fina.rlig + tteh_zain-ar.fina.rlig + tteh_rreh-ar.fina.rlig + tteh_jeh-ar.fina.rlig + noon_reh-ar.fina.rlig + noon_zain-ar.fina.rlig + noon_rreh-ar.fina.rlig + noon_jeh-ar.fina.rlig + yeh_reh-ar.fina.rlig + yeh_zain-ar.fina.rlig + yeh_rreh-ar.fina.rlig + yeh_jeh-ar.fina.rlig + yehHamzaabove_reh-ar.fina.rlig + yehHamzaabove_zain-ar.fina.rlig + yehHamzaabove_rreh-ar.fina.rlig + yehHamzaabove_jeh-ar.fina.rlig + yeh_zain-farsi.fina.rlig + yeh_reh-farsi.fina.rlig + yeh_jeh-farsi.fina.rlig + yeh_rreh-farsi.fina.rlig + alefMaksura_reh-ar.fina.rlig.short + beh_reh-ar.fina.rlig.short + beh_zain-ar.fina.rlig.short + beh_rreh-ar.fina.rlig.short + beh_jeh-ar.fina.rlig.short + peh_reh-ar.fina.rlig.short + peh_zain-ar.fina.rlig.short + peh_rreh-ar.fina.rlig.short + peh_jeh-ar.fina.rlig.short + teh_reh-ar.fina.rlig.short + teh_zain-ar.fina.rlig.short + teh_rreh-ar.fina.rlig.short + teh_jeh-ar.fina.rlig.short + theh_reh-ar.fina.rlig.short + theh_zain-ar.fina.rlig.short + theh_rreh-ar.fina.rlig.short + theh_jeh-ar.fina.rlig.short + noon_reh-ar.fina.rlig.short + noon_zain-ar.fina.rlig.short + noon_rreh-ar.fina.rlig.short + noon_jeh-ar.fina.rlig.short + yeh_reh-ar.fina.rlig.short + yeh_zain-ar.fina.rlig.short + yeh_rreh-ar.fina.rlig.short + yeh_jeh-ar.fina.rlig.short + yehHamzaabove_reh-ar.fina.rlig.short + yehHamzaabove_zain-ar.fina.rlig.short + yehHamzaabove_rreh-ar.fina.rlig.short + yehHamzaabove_jeh-ar.fina.rlig.short + yeh_jeh-farsi.fina.rlig.short + yeh_reh-farsi.fina.rlig.short + yeh_rreh-farsi.fina.rlig.short + yeh_zain-farsi.fina.rlig.short + alefMaksura_noonghunna-ar.rlig + alefMaksura_noon-ar.fina.rlig + beh_noon-ar.fina.rlig + peh_noon-ar.fina.rlig + teh_noon-ar.fina.rlig + theh_noon-ar.fina.rlig + tteh_noon-ar.fina.rlig + noon_noon-ar.fina.rlig + yeh_noon-ar.fina.rlig + yehHamzaabove_noon-ar.fina.rlig + yeh_noon-farsi.fina.rlig + zero-ar + one-ar + two-ar + three-ar + four-ar + five-ar + six-ar + seven-ar + eight-ar + nine-ar + zero-persian + one-persian + two-persian + three-persian + four-persian + five-persian + six-persian + seven-persian + eight-persian + nine-persian + four-persian.urdu + seven-persian.urdu + decimalseparator-ar + thousandseparator-ar + horizontalbar + hyphentwo + threedots-ar + fullstop-ar + comma-ar + semicolon-ar + question-ar + asterisk-ar + parenleft-ar + parenright-ar + percent-ar + perthousand-ar + pertenthousand-ar + comp.cuberoot-ar + cuberoot-ar + fourthroot-ar + number-ar + year-ar + footnotemarker-ar + pagenumber-ar + dateseparator-ar + verseComma-ar + misraComma-ar + ray-ar + afghani-ar + samvat-ar + rial + qaf_lam_yeh-ar + mohammad-ar + allah-ar + jallajalalouhou-ar + bismillah-ar + basmalla-ar + asteriskArt-ar + endofayah-ar + sajdah-ar + dottedCircle + zerosuperior + onesuperior + twosuperior + threesuperior + foursuperior + fivesuperior + sixsuperior + sevensuperior + eightsuperior + ninesuperior + zeroinferior + oneinferior + twoinferior + threeinferior + fourinferior + fiveinferior + sixinferior + seveninferior + eightinferior + nineinferior + onehalf + uni2153 + uni2154 + onequarter + threequarters + uni2155 + uni2156 + uni2157 + uni2158 + uni2159 + uni215A + uni2150 + uni215B + uni215C + uni215D + uni215E + uni2151 + checkmark + crossmark + arrowleft + arrowup + arrowdown + arrowright + arrowupleft + arrowupright + arrowdownleft + arrowdownright + arrowupleftcorner + arrowdownleftcorner + arrowleftupcorner + arrowrightupcorner + arrowleftdowncorner + arrowrightdowncorner + arrowuprightcorner + arrowdownrightcorner + arrowleftarrowright + arrowrightarrowleft + arrowleftright + arrowupdown + arrowdowncounterclockhalf + arrowdownclockhalf + arrowhookleft + arrowhookright + arrowupleftcounterclock + arrowuprightclock + tilde + tilde.alt01 + macron + dotaccent + dieresis + hungarumlaut + acute + grave + circumflex + caron + breve + ring + commaturnedtop + caronslovak + cedilla + ogonek + tildecomb + macroncomb + dotaccentcomb + dieresiscomb + hungarumlautcomb + acutecomb + gravecomb + circumflexcomb + caroncomb + ringcomb + caronslovakcomb + cedillacomb + ogonekcomb + tilde.case + tilde.alt01.case + macron.case + dotaccent.case + dieresis.case + acute.case + grave.case + circumflex.case + caron.case + breve.case + ring.case + comp.dot + dotabove-ar + dotbelow-ar + dotcenter-ar + dotvowelbelow-ar + toneonedotabove-ar + toneonedotbelow-ar + twodotshorizontalabove-ar + twodotshorizontalbelow-ar + twodotshorizontalcenter-ar + tonetwodotsbelow-ar + tonetwodotsabove-ar + threedotshorizontalbelow-ar + comp.twodotsvertical + twodotsverticalabove-ar + twodotsverticalbelow-ar + twodotsverticalcenter-ar + fourdotsabove-ar + fourdotsbelow-ar + fourdotscenter-ar + comp.threedotsdown + threedotsdownabove-ar + threedotsdownbelow-ar + threedotsdowncenter-ar + comp.threedots + threedotsupabove-ar + threedotsupbelow-ar + threedotsupcenter-ar + threedotsabove-ar + dotStopabove-ar + sukunround-ar + ring-ar + sukun-ar + sukun-ar.isol + sukunoval-ar + fathaRing-ar + rhombusStopbelow-ar + rhombusStopabove-ar + comp.alefmini-ar + alefabove-ar + alefbelow-ar + uniFBBC + comp.v-ar + vabove-ar + vbelow-ar + comp.vinverted-ar + vinvertedabove-ar + vinvertedbelow-ar + leftarrowheadabove-ar + leftarrowheadbelow-ar + rightarrowheadabove-ar + rightarrowheadbelow-ar + rightarrowheadDotabove-ar + doublerightarrowheadabove-ar + doublerightarrowheadDotabove-ar + fathaHorizont-ar + maddalong-ar + madda-ar + comp.fatha-ar + fatha-ar + kasra-ar + fatha-ar.isol + kasra-ar.isol + kasraDotbelow-ar + fathasmall-ar + kasrasmall-ar + hamzabelowKasra-ar + shaddaKasra-ar + kasratan-ar + kasratan-ar.isol + openkasratan-ar + hamzabelowKasratan-ar + fathaDotabove-ar + fathatan-ar + fathatan-ar.isol + openfathatan-ar + shaddaKasratan-ar + fathatwodots-ar + comp.fathacurly-ar + fathaCurly-ar + kasraCurly-ar + fathatanCurly-ar + kasratanCurly-ar + comp.yehSmall-ar + yehbelow-ar + yehabove-ar + zainabove-ar + noonghunnaabove-ar + noonabove-ar + comp.hamza-ar + hamzahigh-ar + hamzaabove-ar + hamzabelow-ar + hamzacenter-ar + highhamza-ar + hamzaaboveDamma-ar + hamzaaboveDammatan-ar + hamzaaboveFatha-ar + hamzaaboveFathatan-ar + hamzaaboveSukun-ar + comp.wavyhamza-ar + wavyhamzabelow-ar + wavyhamza_above-ar + hahabove-ar + comp.meemSmall-ar + meemStopabove-ar + meembelow-ar + meemabove-ar + wasla-ar + sadabove-ar + ainabove-ar + toneloopabove-ar + toneloopbelow-ar + comp.damma-ar + damma-ar + damma-ar.isol + dammahigh-ar + dammaDot-ar + opendammatan-ar + dammasmall-ar + dammaCurly-ar + dammareversed-ar + dammainverted-ar + dammatanCurly-ar + wawSmall-ar + highwaw-ar + comp.tahmini-ar + tahabove-ar + tahcenter-ar + tahbelow-ar + uniFBC0 + dammatan-ar + dammatan-ar.isol + shadda-ar + shadda-ar.isol + shaddaAlefabove-ar + shaddaDamma-ar + shaddaDammatan-ar + shaddaFatha-ar + shaddaFathatan-ar + comp.seenSmall-ar + seenabove-ar + seenbelow-ar + lamAlefabove-ar + rehHahabove-ar + jeemabove-ar + takhallusabove-ar + rehDadabove-ar + alefLamYehabove-ar + sadLamAlefMaksuraabove-ar + qafLamAlefMaksuraabove-ar + twoabove-ar + threeabove-ar + comp.foururdu-ar + fourabove-ar + foururduabove-ar + foururdubelow-ar + foururducenter-ar + kashidaFina2-ar + comp.doublebar-ar + comp.bar-ar + comp.kafbar-ar + space + nbspace + fcclogo + celogo + com.type-invaders.fontnaming.macfam IBM Plex Sans Arabic com.type-invaders.fontnaming.macstyle @@ -10,6 +1716,8 @@ IBM Plex Sans Arabic Thin com.type-invaders.fontnaming.winstyle Regular + com.type-invaders.interpolation.value + 0.0 com.typemytype.robofont.layerOrder @@ -295,7 +2003,6 @@ summation Omega pi - zerosuperior hamza-ar hamza-ar.isol sindhiampersand-ar @@ -465,6 +2172,7 @@ rehRing-ar rehStroke-ar reh-ar.short + zain-ar.short rreh-ar.short jeh-ar.short reh-ar.fina @@ -487,7 +2195,6 @@ zain-ar.fina.short rreh-ar.fina.short jeh-ar.fina.short - zain-ar.short rehLoop-ar rehLoop-ar.fina lam-ar.init @@ -1079,313 +2786,314 @@ shadda_damma-ar.medi shadda_kasra-ar.medi sukun-ar.medi - lam_alef-ar - lam_alefHamzaabove-ar - lam_alefHamzabelow-ar - lam_alefWavyhamzaabove-ar - lam_alefWavyhamzabelow-ar - lam_alefMadda-ar - lam_alefWasla-ar - lamVabove_alef-ar - lamDotabove_alef-ar - lamThreedotsabove_alef-ar - lamThreedotsbelow_alef-ar - lamBar_alef-ar - lam_alef-ar.fina - lam_alefHamzaabove-ar.fina - lam_alefHamzabelow-ar.fina - lam_alefWavyhamzaabove-ar.fina - lam_alefWavyhamzabelow-ar.fina - lam_alefMadda-ar.fina - lam_alefWasla-ar.fina - lamVabove_alef-ar.fina - lamDotabove_alef-ar.fina - lamThreedotsabove_alef-ar.fina - lamThreedotsbelow_alef-ar.fina - lamBar_alef-ar.fina - seen_reh-ar - seen_zain-ar - seen_rreh-ar - seen_jeh-ar - sheen_reh-ar - sheen_zain-ar - sheen_rreh-ar - sheen_jeh-ar - seen_reh-ar.fina - seen_zain-ar.fina - seen_rreh-ar.fina - seen_jeh-ar.fina - sheen_reh-ar.fina - sheen_zain-ar.fina - sheen_rreh-ar.fina - sheen_jeh-ar.fina - seen_reh-ar.fina.short - seen_zain-ar.fina.short - seen_rreh-ar.fina.short - seen_jeh-ar.fina.short - sheen_reh-ar.fina.short - sheen_zain-ar.fina.short - sheen_rreh-ar.fina.short - sheen_jeh-ar.fina.short - seen_reh-ar.short - seen_zain-ar.short - seen_rreh-ar.short - seen_jeh-ar.short - sheen_reh-ar.short - sheen_zain-ar.short - sheen_rreh-ar.short - sheen_jeh-ar.short - seen_alefMaksura-ar - seen_yeh-ar - seen_yehHamzaabove-ar - sheen_alefMaksura-ar - sheen_yeh-ar - sheen_yehHamzaabove-ar - seen_yeh-farsi - sheen_yeh-farsi - seen_alefMaksura-ar.fina - seen_yeh-ar.fina - seen_yehHamzaabove-ar.fina - sheen_alefMaksura-ar.fina - sheen_yeh-ar.fina - sheen_yehHamzaabove-ar.fina - seen_yeh-farsi.fina - sheen_yeh-farsi.fina - sad_reh-ar - sad_zain-ar - sad_rreh-ar - sad_jeh-ar - dad_reh-ar - dad_zain-ar - dad_rreh-ar - dad_jeh-ar - sad_reh-ar.fina - sad_zain-ar.fina - sad_rreh-ar.fina - sad_jeh-ar.fina - dad_reh-ar.fina - dad_zain-ar.fina - dad_rreh-ar.fina - dad_jeh-ar.fina - sad_reh-ar.fina.short - sad_zain-ar.fina.short - sad_rreh-ar.fina.short - sad_jeh-ar.fina.short - dad_reh-ar.fina.short - dad_zain-ar.fina.short - dad_rreh-ar.fina.short - dad_jeh-ar.fina.short - sad_reh-ar.short - sad_zain-ar.short - sad_rreh-ar.short - sad_jeh-ar.short - dad_reh-ar.short - dad_zain-ar.short - dad_rreh-ar.short - dad_jeh-ar.short - sad_alefMaksura-ar - sad_yeh-ar - sad_yehHamzaabove-ar - dad_alefMaksura-ar - dad_yeh-ar - dad_yehHamzaabove-ar - sad_yeh-farsi - dad_yeh-farsi - sad_alefMaksura-ar.fina - sad_yeh-ar.fina - sad_yehHamzaabove-ar.fina - dad_alefMaksura-ar.fina - dad_yeh-ar.fina - dad_yehHamzaabove-ar.fina - sad_yeh-farsi.fina - dad_yeh-farsi.fina - kaf_alefMaksura-ar - kaf_yeh-ar - kaf_yehHamzaabove-ar - keheh_yeh-ar - gaf_alefMaksura-ar - gaf_yeh-ar - gaf_yehHamzaabove-ar - kaf_yeh-farsi - keheh_yeh-farsi - gaf_yeh-farsi - kaf_alefMaksura-ar.fina - kaf_yeh-ar.fina - kaf_yehHamzaabove-ar.fina - keheh_yeh-ar.fina - gaf_alefMaksura-ar.fina - gaf_yeh-ar.fina - gaf_yehHamzaabove-ar.fina - kaf_yeh-farsi.fina - keheh_yeh-farsi.fina - gaf_yeh-farsi.fina - lam_alefMaksura-ar - lam_yeh-ar - lam_yehHamzaabove-ar - lam_yeh-farsi - comp.behDotless_alefMaksura-ar - beh_alefMaksura-ar - beh_yeh-ar - beh_yehHamzaabove-ar - peh_alefMaksura-ar - peh_yeh-ar - peh_yehHamzaabove-ar - teh_alefMaksura-ar - teh_yeh-ar - teh_yehHamzaabove-ar - theh_alefMaksura-ar - theh_yeh-ar - theh_yehHamzaabove-ar - tteh_alefMaksura-ar - tteh_yeh-ar - tteh_yehHamzaabove-ar - noon_alefMaksura-ar - noon_yeh-ar - noon_yehHamzaabove-ar - yeh_alefMaksura-ar - yeh_yeh-ar - yeh_yehHamzaabove-ar - yehHamzaabove_alefMaksura-ar - yehHamzaabove_yeh-ar - yehHamzaabove_yehHamzaabove-ar - yeh_yeh-farsi - peh_yeh-farsi - teh_yeh-farsi - theh_yeh-farsi - tteh_yeh-farsi - noon_yeh-farsi - yehHamzaabove_yeh-farsi - beh_yeh-farsi - comp.behDotless_alefMaksura-ar.fina - beh_alefMaksura-ar.fina - beh_yeh-ar.fina - beh_yehHamzaabove-ar.fina - peh_alefMaksura-ar.fina - peh_yeh-ar.fina - peh_yehHamzaabove-ar.fina - teh_alefMaksura-ar.fina - teh_yeh-ar.fina - teh_yehHamzaabove-ar.fina - theh_alefMaksura-ar.fina - theh_yeh-ar.fina - theh_yehHamzaabove-ar.fina - tteh_alefMaksura-ar.fina - tteh_yeh-ar.fina - tteh_yehHamzaabove-ar.fina - noon_alefMaksura-ar.fina - noon_yeh-ar.fina - noon_yehHamzaabove-ar.fina - yeh_alefMaksura-ar.fina - yeh_yeh-ar.fina - yeh_yehHamzaabove-ar.fina - yehHamzaabove_alefMaksura-ar.fina - yehHamzaabove_yeh-ar.fina - yehHamzaabove_yehHamzaabove-ar.fina - yeh_yeh-farsi.fina - beh_yeh-farsi.fina - peh_yeh-farsi.fina - teh_yeh-farsi.fina - theh_yeh-farsi.fina - tteh_yeh-farsi.fina - noon_yeh-farsi.fina - yehHamzaabove_yeh-farsi.fina - fehDotless_alefMaksura-ar - feh_alefMaksura-ar - feh_yeh-ar - feh_yehHamzaabove-ar - veh_alefMaksura-ar - veh_yeh-ar - veh_yehHamzaabove-ar - qaf_alefMaksura-ar - qaf_yeh-ar - qaf_yehHamzaabove-ar - feh_yeh-farsi - veh_yeh-farsi - qaf_yeh-farsi - alefMaksura_reh-ar.fina - beh_reh-ar.fina - beh_zain-ar.fina - beh_rreh-ar.fina - beh_jeh-ar.fina - peh_reh-ar.fina - peh_zain-ar.fina - peh_rreh-ar.fina - peh_jeh-ar.fina - teh_reh-ar.fina - teh_zain-ar.fina - teh_rreh-ar.fina - teh_jeh-ar.fina - theh_reh-ar.fina - theh_zain-ar.fina - theh_rreh-ar.fina - theh_jeh-ar.fina - tteh_reh-ar.fina - tteh_zain-ar.fina - tteh_rreh-ar.fina - tteh_jeh-ar.fina - noon_reh-ar.fina - noon_zain-ar.fina - noon_rreh-ar.fina - noon_jeh-ar.fina - yeh_reh-ar.fina - yeh_zain-ar.fina - yeh_rreh-ar.fina - yeh_jeh-ar.fina - yehHamzaabove_reh-ar.fina - yehHamzaabove_zain-ar.fina - yehHamzaabove_rreh-ar.fina - yehHamzaabove_jeh-ar.fina - yeh_zain-farsi.fina - yeh_reh-farsi.fina - yeh_jeh-farsi.fina - yeh_rreh-farsi.fina - alefMaksura_reh-ar.fina.short - beh_reh-ar.fina.short - beh_zain-ar.fina.short - beh_rreh-ar.fina.short - beh_jeh-ar.fina.short - peh_reh-ar.fina.short - peh_zain-ar.fina.short - peh_rreh-ar.fina.short - peh_jeh-ar.fina.short - teh_reh-ar.fina.short - teh_zain-ar.fina.short - teh_rreh-ar.fina.short - teh_jeh-ar.fina.short - theh_reh-ar.fina.short - theh_zain-ar.fina.short - theh_rreh-ar.fina.short - theh_jeh-ar.fina.short - tteh_reh-ar.fina.short - tteh_zain-ar.fina.short - tteh_rreh-ar.fina.short - tteh_jeh-ar.fina.short - noon_reh-ar.fina.short - noon_zain-ar.fina.short - noon_rreh-ar.fina.short - noon_jeh-ar.fina.short - yeh_reh-ar.fina.short - yeh_zain-ar.fina.short - yeh_rreh-ar.fina.short - yeh_jeh-ar.fina.short - yehHamzaabove_reh-ar.fina.short - yehHamzaabove_zain-ar.fina.short - yehHamzaabove_rreh-ar.fina.short - yehHamzaabove_jeh-ar.fina.short - yeh_jeh-farsi.fina.short - yeh_reh-farsi.fina.short - yeh_rreh-farsi.fina.short - yeh_zain-farsi.fina.short - alefMaksura_noonghunna-ar - beh_noon-ar.fina - peh_noon-ar.fina - teh_noon-ar.fina - theh_noon-ar.fina - tteh_noon-ar.fina - noon_noon-ar.fina - yeh_noon-ar.fina - yehHamzaabove_noon-ar.fina - yeh_noon-farsi.fina + lam_alef-ar.rlig + lam_alefHamzaabove-ar.rlig + lam_alefHamzabelow-ar.rlig + lam_alefWavyhamzaabove-ar.rlig + lam_alefWavyhamzabelow-ar.rlig + lam_alefMadda-ar.rlig + lam_alefWasla-ar.rlig + lamVabove_alef-ar.rlig + lamDotabove_alef-ar.rlig + lamThreedotsabove_alef-ar.rlig + lamThreedotsbelow_alef-ar.rlig + lamBar_alef-ar.rlig + lam_alef-ar.fina.rlig + lam_alefHamzaabove-ar.fina.rlig + lam_alefHamzabelow-ar.fina.rlig + lam_alefWavyhamzaabove-ar.fina.rlig + lam_alefWavyhamzabelow-ar.fina.rlig + lam_alefMadda-ar.fina.rlig + lam_alefWasla-ar.fina.rlig + lamVabove_alef-ar.fina.rlig + lamDotabove_alef-ar.fina.rlig + lamThreedotsabove_alef-ar.fina.rlig + lamThreedotsbelow_alef-ar.fina.rlig + lamBar_alef-ar.fina.rlig + seen_reh-ar.rlig + seen_zain-ar.rlig + seen_rreh-ar.rlig + seen_jeh-ar.rlig + sheen_reh-ar.rlig + sheen_zain-ar.rlig + sheen_rreh-ar.rlig + sheen_jeh-ar.rlig + seen_reh-ar.fina.rlig + seen_zain-ar.fina.rlig + seen_rreh-ar.fina.rlig + seen_jeh-ar.fina.rlig + sheen_reh-ar.fina.rlig + sheen_zain-ar.fina.rlig + sheen_rreh-ar.fina.rlig + sheen_jeh-ar.fina.rlig + seen_reh-ar.fina.rlig.short + seen_zain-ar.fina.rlig.short + seen_rreh-ar.fina.rlig.short + seen_jeh-ar.fina.rlig.short + sheen_reh-ar.fina.rlig.short + sheen_zain-ar.fina.rlig.short + sheen_rreh-ar.fina.rlig.short + sheen_jeh-ar.fina.rlig.short + seen_reh-ar.rlig.short + seen_zain-ar.rlig.short + seen_rreh-ar.rlig.short + seen_jeh-ar.rlig.short + sheen_reh-ar.rlig.short + sheen_zain-ar.rlig.short + sheen_rreh-ar.rlig.short + sheen_jeh-ar.rlig.short + seen_alefMaksura-ar.rlig + seen_yeh-ar.rlig + seen_yehHamzaabove-ar.rlig + sheen_alefMaksura-ar.rlig + sheen_yeh-ar.rlig + sheen_yehHamzaabove-ar.rlig + seen_yeh-farsi.rlig + sheen_yeh-farsi.rlig + seen_alefMaksura-ar.fina.rlig + seen_yeh-ar.fina.rlig + seen_yehHamzaabove-ar.fina.rlig + sheen_alefMaksura-ar.fina.rlig + sheen_yeh-ar.fina.rlig + sheen_yehHamzaabove-ar.fina.rlig + seen_yeh-farsi.fina.rlig + sheen_yeh-farsi.fina.rlig + sad_reh-ar.rlig + sad_zain-ar.rlig + sad_rreh-ar.rlig + sad_jeh-ar.rlig + dad_reh-ar.rlig + dad_zain-ar.rlig + dad_rreh-ar.rlig + dad_jeh-ar.rlig + sad_reh-ar.fina.rlig + sad_zain-ar.fina.rlig + sad_rreh-ar.fina.rlig + sad_jeh-ar.fina.rlig + dad_reh-ar.fina.rlig + dad_zain-ar.fina.rlig + dad_rreh-ar.fina.rlig + dad_jeh-ar.fina.rlig + sad_reh-ar.fina.rlig.short + sad_zain-ar.fina.rlig.short + sad_rreh-ar.fina.rlig.short + sad_jeh-ar.fina.rlig.short + dad_reh-ar.fina.rlig.short + dad_zain-ar.fina.rlig.short + dad_rreh-ar.fina.rlig.short + dad_jeh-ar.fina.rlig.short + sad_reh-ar.rlig.short + sad_zain-ar.rlig.short + sad_rreh-ar.rlig.short + sad_jeh-ar.rlig.short + dad_reh-ar.rlig.short + dad_zain-ar.rlig.short + dad_rreh-ar.rlig.short + dad_jeh-ar.rlig.short + sad_alefMaksura-ar.rlig + sad_yeh-ar.rlig + sad_yehHamzaabove-ar.rlig + dad_alefMaksura-ar.rlig + dad_yeh-ar.rlig + dad_yehHamzaabove-ar.rlig + sad_yeh-farsi.rlig + dad_yeh-farsi.rlig + sad_alefMaksura-ar.fina.rlig + sad_yeh-ar.fina.rlig + sad_yehHamzaabove-ar.fina.rlig + dad_alefMaksura-ar.fina.rlig + dad_yeh-ar.fina.rlig + dad_yehHamzaabove-ar.fina.rlig + sad_yeh-farsi.fina.rlig + dad_yeh-farsi.fina.rlig + kaf_alefMaksura-ar.rlig + kaf_yeh-ar.rlig + kaf_yehHamzaabove-ar.rlig + keheh_yeh-ar.rlig + gaf_alefMaksura-ar.rlig + gaf_yeh-ar.rlig + gaf_yehHamzaabove-ar.rlig + kaf_yeh-farsi.rlig + keheh_yeh-farsi.rlig + gaf_yeh-farsi.rlig + kaf_alefMaksura-ar.fina.rlig + kaf_yeh-ar.fina.rlig + kaf_yehHamzaabove-ar.fina.rlig + keheh_yeh-ar.fina.rlig + gaf_alefMaksura-ar.fina.rlig + gaf_yeh-ar.fina.rlig + gaf_yehHamzaabove-ar.fina.rlig + kaf_yeh-farsi.fina.rlig + keheh_yeh-farsi.fina.rlig + gaf_yeh-farsi.fina.rlig + lam_alefMaksura-ar.rlig + lam_yeh-ar.rlig + lam_yehHamzaabove-ar.rlig + lam_yeh-farsi.rlig + behDotless_alefMaksura-ar.rlig + beh_alefMaksura-ar.rlig + beh_yeh-ar.rlig + beh_yehHamzaabove-ar.rlig + peh_alefMaksura-ar.rlig + peh_yeh-ar.rlig + peh_yehHamzaabove-ar.rlig + teh_alefMaksura-ar.rlig + teh_yeh-ar.rlig + teh_yehHamzaabove-ar.rlig + theh_alefMaksura-ar.rlig + theh_yeh-ar.rlig + theh_yehHamzaabove-ar.rlig + tteh_alefMaksura-ar.rlig + tteh_yeh-ar.rlig + tteh_yehHamzaabove-ar.rlig + noon_alefMaksura-ar.rlig + noon_yeh-ar.rlig + noon_yehHamzaabove-ar.rlig + yeh_alefMaksura-ar.rlig + yeh_yeh-ar.rlig + yeh_yehHamzaabove-ar.rlig + yehHamzaabove_alefMaksura-ar.rlig + yehHamzaabove_yeh-ar.rlig + yehHamzaabove_yehHamzaabove-ar.rlig + yeh_yeh-farsi.rlig + peh_yeh-farsi.rlig + teh_yeh-farsi.rlig + theh_yeh-farsi.rlig + tteh_yeh-farsi.rlig + noon_yeh-farsi.rlig + yehHamzaabove_yeh-farsi.rlig + beh_yeh-farsi.rlig + behDotless_alefMaksura-ar.fina.rlig + beh_alefMaksura-ar.fina.rlig + beh_yeh-ar.fina.rlig + beh_yehHamzaabove-ar.fina.rlig + peh_alefMaksura-ar.fina.rlig + peh_yeh-ar.fina.rlig + peh_yehHamzaabove-ar.fina.rlig + teh_alefMaksura-ar.fina.rlig + teh_yeh-ar.fina.rlig + teh_yehHamzaabove-ar.fina.rlig + theh_alefMaksura-ar.fina.rlig + theh_yeh-ar.fina.rlig + theh_yehHamzaabove-ar.fina.rlig + tteh_alefMaksura-ar.fina.rlig + tteh_yeh-ar.fina.rlig + tteh_yehHamzaabove-ar.fina.rlig + noon_alefMaksura-ar.fina.rlig + noon_yeh-ar.fina.rlig + noon_yehHamzaabove-ar.fina.rlig + yeh_alefMaksura-ar.fina.rlig + yeh_yeh-ar.fina.rlig + yeh_yehHamzaabove-ar.fina.rlig + yehHamzaabove_alefMaksura-ar.fina.rlig + yehHamzaabove_yeh-ar.fina.rlig + yehHamzaabove_yehHamzaabove-ar.fina.rlig + yeh_yeh-farsi.fina.rlig + beh_yeh-farsi.fina.rlig + peh_yeh-farsi.fina.rlig + teh_yeh-farsi.fina.rlig + theh_yeh-farsi.fina.rlig + tteh_yeh-farsi.fina.rlig + noon_yeh-farsi.fina.rlig + yehHamzaabove_yeh-farsi.fina.rlig + fehDotless_alefMaksura-ar.rlig + feh_alefMaksura-ar.rlig + feh_yeh-ar.rlig + feh_yehHamzaabove-ar.rlig + veh_alefMaksura-ar.rlig + veh_yeh-ar.rlig + veh_yehHamzaabove-ar.rlig + qaf_alefMaksura-ar.rlig + qaf_yeh-ar.rlig + qaf_yehHamzaabove-ar.rlig + feh_yeh-farsi.rlig + veh_yeh-farsi.rlig + qaf_yeh-farsi.rlig + alefMaksura_reh-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig + alefMaksura_zain-ar.fina.rlig.short + alefMaksura_jeh-ar.fina.rlig + alefMaksura_jeh-ar.fina.rlig.short + beh_reh-ar.fina.rlig + beh_zain-ar.fina.rlig + beh_rreh-ar.fina.rlig + beh_jeh-ar.fina.rlig + peh_reh-ar.fina.rlig + peh_zain-ar.fina.rlig + peh_rreh-ar.fina.rlig + peh_jeh-ar.fina.rlig + teh_reh-ar.fina.rlig + teh_zain-ar.fina.rlig + teh_rreh-ar.fina.rlig + teh_jeh-ar.fina.rlig + theh_reh-ar.fina.rlig + theh_zain-ar.fina.rlig + theh_rreh-ar.fina.rlig + theh_jeh-ar.fina.rlig + tteh_reh-ar.fina.rlig + tteh_zain-ar.fina.rlig + tteh_rreh-ar.fina.rlig + tteh_jeh-ar.fina.rlig + noon_reh-ar.fina.rlig + noon_zain-ar.fina.rlig + noon_rreh-ar.fina.rlig + noon_jeh-ar.fina.rlig + yeh_reh-ar.fina.rlig + yeh_zain-ar.fina.rlig + yeh_rreh-ar.fina.rlig + yeh_jeh-ar.fina.rlig + yehHamzaabove_reh-ar.fina.rlig + yehHamzaabove_zain-ar.fina.rlig + yehHamzaabove_rreh-ar.fina.rlig + yehHamzaabove_jeh-ar.fina.rlig + yeh_zain-farsi.fina.rlig + yeh_reh-farsi.fina.rlig + yeh_jeh-farsi.fina.rlig + yeh_rreh-farsi.fina.rlig + alefMaksura_reh-ar.fina.rlig.short + beh_reh-ar.fina.rlig.short + beh_zain-ar.fina.rlig.short + beh_rreh-ar.fina.rlig.short + beh_jeh-ar.fina.rlig.short + peh_reh-ar.fina.rlig.short + peh_zain-ar.fina.rlig.short + peh_rreh-ar.fina.rlig.short + peh_jeh-ar.fina.rlig.short + teh_reh-ar.fina.rlig.short + teh_zain-ar.fina.rlig.short + teh_rreh-ar.fina.rlig.short + teh_jeh-ar.fina.rlig.short + theh_reh-ar.fina.rlig.short + theh_zain-ar.fina.rlig.short + theh_rreh-ar.fina.rlig.short + theh_jeh-ar.fina.rlig.short + noon_reh-ar.fina.rlig.short + noon_zain-ar.fina.rlig.short + noon_rreh-ar.fina.rlig.short + noon_jeh-ar.fina.rlig.short + yeh_reh-ar.fina.rlig.short + yeh_zain-ar.fina.rlig.short + yeh_rreh-ar.fina.rlig.short + yeh_jeh-ar.fina.rlig.short + yehHamzaabove_reh-ar.fina.rlig.short + yehHamzaabove_zain-ar.fina.rlig.short + yehHamzaabove_rreh-ar.fina.rlig.short + yehHamzaabove_jeh-ar.fina.rlig.short + yeh_jeh-farsi.fina.rlig.short + yeh_reh-farsi.fina.rlig.short + yeh_rreh-farsi.fina.rlig.short + yeh_zain-farsi.fina.rlig.short + alefMaksura_noonghunna-ar.rlig + alefMaksura_noon-ar.fina.rlig + beh_noon-ar.fina.rlig + peh_noon-ar.fina.rlig + teh_noon-ar.fina.rlig + theh_noon-ar.fina.rlig + tteh_noon-ar.fina.rlig + noon_noon-ar.fina.rlig + yeh_noon-ar.fina.rlig + yehHamzaabove_noon-ar.fina.rlig + yeh_noon-farsi.fina.rlig zero-ar one-ar two-ar @@ -1447,6 +3155,7 @@ endofayah-ar sajdah-ar dottedCircle + zerosuperior onesuperior twosuperior threesuperior diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Bold.eot b/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Bold.eot index 3725b2b3ec..50859752bc 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Bold.eot and b/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Bold.eot differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-ExtraLight.eot b/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-ExtraLight.eot index ebca7dfcff..3da0bb56a5 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-ExtraLight.eot and b/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-ExtraLight.eot differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Light.eot b/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Light.eot index f0666c4f95..ddb803cfaf 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Light.eot and b/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Light.eot differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Medium.eot b/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Medium.eot index 4a44cb197f..4449001348 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Medium.eot and b/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Medium.eot differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Regular.eot b/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Regular.eot index 777eb844c9..c73f2c7829 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Regular.eot and b/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Regular.eot differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-SemiBold.eot b/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-SemiBold.eot index 6aa4f523f7..9b15f27ccf 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-SemiBold.eot and b/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-SemiBold.eot differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Text.eot b/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Text.eot index ad6e607682..2ff9c142e1 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Text.eot and b/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Text.eot differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Thin.eot b/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Thin.eot index 753faedd5c..9e6fcb21f4 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Thin.eot and b/IBM-Plex-Sans-Hebrew/fonts/complete/eot/IBMPlexSansHebrew-Thin.eot differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Bold.otf b/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Bold.otf index 672409c572..b6a5c26448 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Bold.otf and b/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Bold.otf differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-ExtraLight.otf b/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-ExtraLight.otf index d3b2ba4313..1f034d5069 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-ExtraLight.otf and b/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-ExtraLight.otf differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Light.otf b/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Light.otf index 64f4484b66..2fd8ab32fc 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Light.otf and b/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Light.otf differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Medium.otf b/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Medium.otf index 5bcaa2f84c..fab59fb7ce 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Medium.otf and b/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Medium.otf differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Regular.otf b/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Regular.otf index dcb589fcfe..6665a751a9 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Regular.otf and b/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Regular.otf differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-SemiBold.otf b/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-SemiBold.otf index 66cd58b3c8..4d5928c8fa 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-SemiBold.otf and b/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-SemiBold.otf differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Text.otf b/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Text.otf index d7c1e41e35..330b66b983 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Text.otf and b/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Text.otf differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Thin.otf b/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Thin.otf index d78faa043f..97a72a02b8 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Thin.otf and b/IBM-Plex-Sans-Hebrew/fonts/complete/otf/IBMPlexSansHebrew-Thin.otf differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Bold.ttf b/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Bold.ttf index 007dfb5cff..acddec718d 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Bold.ttf and b/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Bold.ttf differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-ExtraLight.ttf b/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-ExtraLight.ttf index e12c6e7509..4847d0dafb 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-ExtraLight.ttf and b/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-ExtraLight.ttf differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Light.ttf b/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Light.ttf index 05f391cf97..af07f0acee 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Light.ttf and b/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Light.ttf differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Medium.ttf b/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Medium.ttf index 5a97d93a00..cf09949bc1 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Medium.ttf and b/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Medium.ttf differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Regular.ttf b/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Regular.ttf index 3ef7781f9a..402c668169 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Regular.ttf and b/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Regular.ttf differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-SemiBold.ttf b/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-SemiBold.ttf index e81cb6f2ec..5544f2cf9d 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-SemiBold.ttf and b/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-SemiBold.ttf differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Text.ttf b/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Text.ttf index 7de6fb8b39..e6f4ab1511 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Text.ttf and b/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Text.ttf differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Thin.ttf b/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Thin.ttf index e14a5b241a..72d2d2ef4d 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Thin.ttf and b/IBM-Plex-Sans-Hebrew/fonts/complete/ttf/IBMPlexSansHebrew-Thin.ttf differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Bold.woff b/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Bold.woff index fd9fa8afe8..072965f570 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Bold.woff and b/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Bold.woff differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-ExtraLight.woff b/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-ExtraLight.woff index 1be5a0febe..d83403d615 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-ExtraLight.woff and b/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-ExtraLight.woff differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Light.woff b/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Light.woff index 15c886530b..a6b020213c 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Light.woff and b/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Light.woff differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Medium.woff b/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Medium.woff index 21dd4bbfd0..ff844ae6e4 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Medium.woff and b/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Medium.woff differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Regular.woff b/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Regular.woff index 704f86f880..67f1b51f99 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Regular.woff and b/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Regular.woff differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-SemiBold.woff b/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-SemiBold.woff index ebea67c577..6fe759a68e 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-SemiBold.woff and b/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-SemiBold.woff differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Text.woff b/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Text.woff index 1ca461a0d3..1ac5b1a1ba 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Text.woff and b/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Text.woff differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Thin.woff b/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Thin.woff index 607bc88ea1..735bf5af55 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Thin.woff and b/IBM-Plex-Sans-Hebrew/fonts/complete/woff/IBMPlexSansHebrew-Thin.woff differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Bold.woff2 b/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Bold.woff2 index 78e5003f05..2d1ccba1c7 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Bold.woff2 and b/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Bold.woff2 differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-ExtraLight.woff2 b/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-ExtraLight.woff2 index d0a8330011..f1d6f4ba90 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-ExtraLight.woff2 and b/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-ExtraLight.woff2 differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Light.woff2 b/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Light.woff2 index 9e91449fd3..77ffbbae08 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Light.woff2 and b/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Light.woff2 differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Medium.woff2 b/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Medium.woff2 index 9bdf829157..f93e52d11b 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Medium.woff2 and b/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Medium.woff2 differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Regular.woff2 b/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Regular.woff2 index 139503dd3c..9c1f233099 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Regular.woff2 and b/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Regular.woff2 differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-SemiBold.woff2 b/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-SemiBold.woff2 index e8ca4b0b2b..6eb84fef55 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-SemiBold.woff2 and b/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-SemiBold.woff2 differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Text.woff2 b/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Text.woff2 index f98ce73b74..a3c6e82f21 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Text.woff2 and b/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Text.woff2 differ diff --git a/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Thin.woff2 b/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Thin.woff2 index 1449ed6f6b..b90e85ae4f 100644 Binary files a/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Thin.woff2 and b/IBM-Plex-Sans-Hebrew/fonts/complete/woff2/IBMPlexSansHebrew-Thin.woff2 differ diff --git a/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Bold.vfb b/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Bold.vfb index 82c5115be7..e3913de4a9 100644 Binary files a/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Bold.vfb and b/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Bold.vfb differ diff --git a/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-ExtraLight.vfb b/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-ExtraLight.vfb index 5f0d64d498..4fbffb5700 100644 Binary files a/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-ExtraLight.vfb and b/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-ExtraLight.vfb differ diff --git a/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Light.vfb b/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Light.vfb index dc29d511b2..cbedd5ea77 100644 Binary files a/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Light.vfb and b/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Light.vfb differ diff --git a/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Medium.vfb b/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Medium.vfb index 735a2214ee..34b5da87b0 100644 Binary files a/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Medium.vfb and b/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Medium.vfb differ diff --git a/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Regular.vfb b/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Regular.vfb index 940e92c878..2e3ffd9162 100644 Binary files a/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Regular.vfb and b/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Regular.vfb differ diff --git a/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-SemiBold.vfb b/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-SemiBold.vfb index baf627b14f..5c14e14445 100644 Binary files a/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-SemiBold.vfb and b/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-SemiBold.vfb differ diff --git a/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Text.vfb b/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Text.vfb index 69247d5b03..38e90341c4 100644 Binary files a/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Text.vfb and b/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Text.vfb differ diff --git a/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Thin.vfb b/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Thin.vfb index b00a88c450..f90aaba090 100644 Binary files a/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Thin.vfb and b/IBM-Plex-Sans-Hebrew/sources/instances/postscript/IBM Plex Sans Hebrew-Thin.vfb differ diff --git a/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Bold.vfb b/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Bold.vfb index c94779ba97..4925fc78a3 100644 Binary files a/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Bold.vfb and b/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Bold.vfb differ diff --git a/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-ExtraLight.vfb b/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-ExtraLight.vfb index da3a73c97a..be548b0479 100644 Binary files a/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-ExtraLight.vfb and b/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-ExtraLight.vfb differ diff --git a/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Light.vfb b/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Light.vfb index 4b9c8fdaa6..11ad18675f 100644 Binary files a/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Light.vfb and b/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Light.vfb differ diff --git a/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Medium.vfb b/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Medium.vfb index 1eac4ad154..05b7dea0da 100644 Binary files a/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Medium.vfb and b/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Medium.vfb differ diff --git a/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Regular.vfb b/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Regular.vfb index 9d4f3370fe..03b89b7e90 100644 Binary files a/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Regular.vfb and b/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Regular.vfb differ diff --git a/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-SemiBold.vfb b/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-SemiBold.vfb index ea6fc69e54..cf55c4a7db 100644 Binary files a/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-SemiBold.vfb and b/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-SemiBold.vfb differ diff --git a/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Text.vfb b/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Text.vfb index 828a910dc0..2fa9af2d95 100644 Binary files a/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Text.vfb and b/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Text.vfb differ diff --git a/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Thin.vfb b/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Thin.vfb index c290cc8d51..a2b2a33d77 100644 Binary files a/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Thin.vfb and b/IBM-Plex-Sans-Hebrew/sources/instances/truetype/IBM Plex Sans Hebrew-Thin.vfb differ diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/fontinfo.plist b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/fontinfo.plist index d5e3604edf..bbd8029452 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/fontinfo.plist +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/fontinfo.plist @@ -40,14 +40,10 @@ Bold Monday openTypeNameManufacturerURL http://www.boldmonday.com - openTypeNamePreferredFamilyName - IBM Plex Sans Hebrew - openTypeNamePreferredSubfamilyName - Bold openTypeNameUniqueID - IBM;IBMPlexSansHebrew-Bold;1.002;2019 + IBM;IBMPlexSansHebrew-Bold;1.003;2020 openTypeNameVersion - Version 1.002 2019 + Version 1.003 2020 openTypeOS2CodePageRanges 0 @@ -56,8 +52,8 @@ openTypeOS2FamilyClass - 0 - 0 + 8 + 1 openTypeOS2Panose @@ -130,7 +126,7 @@ postscriptBlueFuzz 0 postscriptBlueScale - 0.039625 + 0.0625 postscriptBlueShift 7 postscriptBlueValues @@ -154,9 +150,25 @@ 0 postscriptFamilyBlues + -12 + 0 + 369 + 375 + 516 + 528 + 606 + 618 + 698 + 710 + 740 + 752 postscriptFamilyOtherBlues + -212 + -200 + 323 + 329 postscriptFontName IBMPlexSansHebrew-Bold @@ -210,10 +222,10 @@ versionMajor 1 versionMinor - 2 + 3 xHeight 525 year - 2019 + 2020 diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/A_.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/A_.glif index ac2d353251..7c8ec4a9a4 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/A_.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/A_.glif @@ -23,7 +23,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/E_.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/E_.glif index 8fe0a26ea4..64837e308f 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/E_.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/E_.glif @@ -21,7 +21,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/I_.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/I_.glif index 59b71b3566..a820cc318a 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/I_.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/I_.glif @@ -21,7 +21,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/a.alt01.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/a.alt01.glif index d4ad9bf5b1..693a65c32b 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/a.alt01.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/a.alt01.glif @@ -43,7 +43,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/a.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/a.glif index e985fa7731..898ec42c23 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/a.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/a.glif @@ -55,7 +55,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/aacute.alt01.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/aacute.alt01.glif index ab776c51e2..fc4480b884 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/aacute.alt01.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/aacute.alt01.glif @@ -8,7 +8,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/aacute.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/aacute.glif index 1641816df4..fdb573ed91 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/aacute.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/aacute.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/acircumflex.alt01.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/acircumflex.alt01.glif index b9571970cb..b40b70f7d2 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/acircumflex.alt01.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/acircumflex.alt01.glif @@ -8,7 +8,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/acircumflex.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/acircumflex.glif index 35594026de..7b7b7465d7 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/acircumflex.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/acircumflex.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/adieresis.alt01.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/adieresis.alt01.glif index 57bbe3b79f..bea693d4d1 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/adieresis.alt01.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/adieresis.alt01.glif @@ -8,7 +8,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/adieresis.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/adieresis.glif index 615446853a..7759fee7dd 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/adieresis.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/adieresis.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/agrave.alt01.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/agrave.alt01.glif index bad429bc4b..3b5b25f064 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/agrave.alt01.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/agrave.alt01.glif @@ -8,7 +8,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/agrave.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/agrave.glif index 55d6127f3f..1f185d1517 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/agrave.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/agrave.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/aring.alt01.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/aring.alt01.glif index 537cd1a7f0..120457fb91 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/aring.alt01.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/aring.alt01.glif @@ -8,7 +8,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/aring.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/aring.glif index a1e37cc2ec..e1a740ef69 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/aring.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/aring.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/atilde.alt01.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/atilde.alt01.glif index f993547c78..694c8dd5c6 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/atilde.alt01.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/atilde.alt01.glif @@ -8,7 +8,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/atilde.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/atilde.glif index d327ae4d40..523a68b496 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/atilde.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/atilde.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/dotlessi.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/dotlessi.glif index 3fbb7eab41..7fe4f1f46a 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/dotlessi.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/dotlessi.glif @@ -12,6 +12,9 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/eth.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/eth.glif index 543b5ded7f..b839a55ade 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/eth.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/eth.glif @@ -53,5 +53,8 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/i.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/i.glif index 0d91e1d6b6..a62ccb196e 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/i.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/i.glif @@ -29,7 +29,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/iacute.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/iacute.glif index dcd25123d7..07b89f29ef 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/iacute.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/iacute.glif @@ -8,6 +8,9 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/icircumflex.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/icircumflex.glif index a8840cd034..b9a5a5145a 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/icircumflex.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/icircumflex.glif @@ -8,6 +8,9 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/idieresis.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/idieresis.glif index 694e796de1..d929a8c23a 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/idieresis.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/idieresis.glif @@ -8,6 +8,9 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/igrave.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/igrave.glif index 8506b66c05..3c4af2380e 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/igrave.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/igrave.glif @@ -8,6 +8,9 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/lamed_dagesh_holam-hb.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/lamed_dagesh_holam-hb.glif index 715aca4c46..bd6f2d1fe3 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/lamed_dagesh_holam-hb.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/lamed_dagesh_holam-hb.glif @@ -4,7 +4,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/lamed_holam-hb.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/lamed_holam-hb.glif index e844a75f7e..eaaff3af8d 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/lamed_holam-hb.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/lamed_holam-hb.glif @@ -3,7 +3,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/uacute.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/uacute.glif index 72dd75c08d..551c233a95 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/uacute.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/uacute.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/ucircumflex.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/ucircumflex.glif index 1715f94918..fbab29a62d 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/ucircumflex.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/ucircumflex.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/udieresis.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/udieresis.glif index cb64934907..c078f1b492 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/udieresis.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/glyphs/udieresis.glif @@ -9,7 +9,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/lib.plist b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/lib.plist index b710fac817..f149be7fc3 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/lib.plist +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Bold.ufo/lib.plist @@ -10,9 +10,508 @@ IBM Plex Sans Hebrew com.type-invaders.fontnaming.winstyle Bold + com.typemytype.robofont.foreground.layerStrokeColor + + 0.5 + 0.0 + 0.5 + 0.7 + com.typemytype.robofont.layerOrder + com.typemytype.robofont.segmentType + curve + com.typemytype.robofont.sort + + + ascending + + .notdef + a + a.alt01 + b + c + d + e + f + g + g.alt01 + g.alt02 + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + zero + zero.alt01 + zero.alt02 + one + two + three + four + five + six + seven + eight + nine + zero.loclIWR + zero.loclIWR.alt01 + zero.loclIWR.alt02 + one.loclIWR + two.loclIWR + three.loclIWR + four.loclIWR + five.loclIWR + six.loclIWR + seven.loclIWR + eight.loclIWR + nine.loclIWR + ampersand + at + hyphen + softhyphen + endash + emdash + underscore + period + ellipsis + colon + comma + semicolon + quotesingle + quotedbl + quoteleft + quoteright + quotedblleft + quotedblright + quotesinglbase + quotedblbase + guilsinglleft + guilsinglright + guillemotleft + guillemotright + exclamdown + exclam + questiondown + question + parenleft + parenright + bracketleft + bracketright + braceleft + braceright + slash + backslash + fraction + divisionslash + percent + perthousand + bar + brokenbar + section + paragraph + copyright + registered + trademark + ordfeminine + ordmasculine + degree + asterisk + dagger + daggerdbl + numbersign + asciicircum + asciitilde + plus + minus + plusminus + multiply + divide + equal + approxequal + notequal + less + greater + lessequal + greaterequal + periodcentered + bullet + lozenge + logicalnot + radical + integral + infinity + estimated + litre + numerosign + partialdiff + currency + cent + Euro + florin + sterling + dollar + yen + baht + coloncurrency + lira + naira + rupee + won + sheqel + sheqel.loclIWR + dong + kip + tugrik + peso + guarani + hryvnia + cedi + tenge + rupeeindian + liraturkish + ruble + bitcoin + fi + fl + aacute + acircumflex + adieresis + agrave + aring + atilde + aacute.alt01 + acircumflex.alt01 + adieresis.alt01 + agrave.alt01 + aring.alt01 + atilde.alt01 + ae + ccedilla + eth + eacute + ecircumflex + edieresis + egrave + dotlessi + iacute + icircumflex + idieresis + igrave + ij + dotlessj + jacute + jcircumflex + ldot + lslash + ntilde + oacute + ocircumflex + odieresis + ograve + oslash + otilde + oe + scaron + germandbls + germandbls.alt01 + thorn + uacute + ucircumflex + udieresis + ugrave + yacute + ydieresis + zcaron + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + AE + Ccedilla + Dcroat + Eth + Eacute + Ecircumflex + Edieresis + Egrave + Iacute + Icircumflex + Idieresis + Igrave + IJ + Lslash + Ntilde + Oacute + Ocircumflex + Odieresis + Ograve + Oslash + Otilde + OE + Scaron + Germandbls + Thorn + Uacute + Ucircumflex + Udieresis + Ugrave + Yacute + Ydieresis + Zcaron + mu + Delta + product + summation + Omega + pi + alef-hb + bet-hb + gimel-hb + dalet-hb + he-hb + vav-hb + zayin-hb + het-hb + tet-hb + yod-hb + finalkaf-hb + kaf-hb + lamed-hb + finalmem-hb + mem-hb + finalnun-hb + nun-hb + samekh-hb + ayin-hb + finalpe-hb + pe-hb + finaltsadi-hb + tsadi-hb + qof-hb + resh-hb + shin-hb + tav-hb + vavvav-hb + vavyod-hb + yodyod-hb + yodyodpatah-hb + alefpatah-hb + alefqamats-hb + alefdagesh-hb + betdagesh-hb + betrafe-hb + gimeldagesh-hb + daletdagesh-hb + hedagesh-hb + vavholam-hb + vavdagesh-hb + zayindagesh-hb + tetdagesh-hb + yoddagesh-hb + finalkaf_sheva-hb + finalkaf_qamats-hb + finalkafdagesh-hb + finalkafdagesh_sheva-hb + finalkafdagesh_qamats-hb + kafrafe-hb + kafdagesh-hb + lamed_holam-hb + lameddagesh-hb + lamed_dagesh_holam-hb + memdagesh-hb + nundagesh-hb + samekhdagesh-hb + ayinaltone-hb + finalpedagesh-hb + perafe-hb + pedagesh-hb + tsadidagesh-hb + qofdagesh-hb + reshdagesh-hb + shindagesh-hb + shinshindot-hb + shinsindot-hb + shindageshshindot-hb + shindageshsindot-hb + tavdagesh-hb + aleflamed-hb + geresh-hb + gershayim-hb + maqaf-hb + zerosuperior + onesuperior + twosuperior + threesuperior + foursuperior + fivesuperior + sixsuperior + sevensuperior + eightsuperior + ninesuperior + zeroinferior + oneinferior + twoinferior + threeinferior + fourinferior + fiveinferior + sixinferior + seveninferior + eightinferior + nineinferior + onehalf + uni2153 + uni2154 + onequarter + threequarters + uni2155 + uni2156 + uni2157 + uni2158 + uni2159 + uni215A + uni2150 + uni215B + uni215C + uni215D + uni215E + uni2151 + checkmark + crossmark + arrowleft + arrowup + arrowdown + arrowright + arrowupleft + arrowupright + arrowdownleft + arrowdownright + arrowupleftcorner + arrowdownleftcorner + arrowleftupcorner + arrowrightupcorner + arrowleftdowncorner + arrowrightdowncorner + arrowuprightcorner + arrowdownrightcorner + arrowleftarrowright + arrowrightarrowleft + arrowleftright + arrowupdown + arrowdowncounterclockhalf + arrowdownclockhalf + arrowhookleft + arrowhookright + arrowupleftcounterclock + arrowuprightclock + tilde + tilde.alt01 + macron + dotaccent + dieresis + hungarumlaut + acute + grave + circumflex + caron + breve + ring + commaturnedtop + caronslovak + cedilla + ogonek + tildecomb + macroncomb + dotaccentcomb + dieresiscomb + hungarumlautcomb + acutecomb + gravecomb + circumflexcomb + caroncomb + ringcomb + caronslovakcomb + cedillacomb + ogonekcomb + tilde.case + tilde.alt01.case + macron.case + dotaccent.case + dieresis.case + acute.case + grave.case + circumflex.case + caron.case + breve.case + ring.case + sheva-hb + hatafsegol-hb + hatafpatah-hb + hatafqamats-hb + hiriq-hb + tsere-hb + segol-hb + patah-hb + qamats-hb + holam-hb + holamhaser-hb + qubuts-hb + dagesh-hb + rafe-hb + shindot-hb + sindot-hb + space + nbspace + fcclogo + celogo + + type + glyphList + + public.glyphOrder .notdef diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/fontinfo.plist b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/fontinfo.plist index 073fa044fd..9b63cbdcbc 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/fontinfo.plist +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/fontinfo.plist @@ -40,14 +40,10 @@ Bold Monday openTypeNameManufacturerURL http://www.boldmonday.com - openTypeNamePreferredFamilyName - IBM Plex Sans Hebrew - openTypeNamePreferredSubfamilyName - Regular openTypeNameUniqueID - IBM;IBMPlexSansHebrew;1.002;2019 + IBM;IBMPlexSansHebrew-Regular;1.003;2020 openTypeNameVersion - Version 1.002 2019 + Version 1.003 2020 openTypeOS2CodePageRanges 0 @@ -56,8 +52,8 @@ openTypeOS2FamilyClass - 0 - 0 + 8 + 1 openTypeOS2Panose @@ -130,7 +126,7 @@ postscriptBlueFuzz 0 postscriptBlueScale - 0.039625 + 0.0625 postscriptBlueShift 7 postscriptBlueValues @@ -154,9 +150,25 @@ 0 postscriptFamilyBlues + -12 + 0 + 369 + 375 + 516 + 528 + 606 + 618 + 698 + 710 + 740 + 752 postscriptFamilyOtherBlues + -212 + -200 + 323 + 329 postscriptFontName IBMPlexSansHebrew @@ -209,10 +221,10 @@ versionMajor 1 versionMinor - 2 + 3 xHeight 516 year - 2019 + 2020 diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/a.alt01.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/a.alt01.glif index a0cc1bf99f..7843bb6866 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/a.alt01.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/a.alt01.glif @@ -46,7 +46,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/dotlessi.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/dotlessi.glif index e410bc7b2d..09011be513 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/dotlessi.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/dotlessi.glif @@ -12,6 +12,9 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/eth.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/eth.glif index 370dbabe53..a3e2c68b74 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/eth.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/eth.glif @@ -53,5 +53,8 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/iacute.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/iacute.glif index 0b42e5e8c2..cc1fb511fb 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/iacute.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/iacute.glif @@ -8,6 +8,9 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/icircumflex.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/icircumflex.glif index 61435ed607..da1917afba 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/icircumflex.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/icircumflex.glif @@ -8,6 +8,9 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/idieresis.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/idieresis.glif index bddeddb32d..06f000cc4c 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/idieresis.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/idieresis.glif @@ -8,6 +8,9 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/igrave.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/igrave.glif index 13dacb1fc0..88fb48ea57 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/igrave.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/igrave.glif @@ -8,6 +8,9 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/lamed_dagesh_holam-hb.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/lamed_dagesh_holam-hb.glif index c3c08d587f..c464d4de54 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/lamed_dagesh_holam-hb.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/lamed_dagesh_holam-hb.glif @@ -4,7 +4,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/lamed_holam-hb.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/lamed_holam-hb.glif index 2b975d3c42..87113c9037 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/lamed_holam-hb.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/glyphs/lamed_holam-hb.glif @@ -3,7 +3,7 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/lib.plist b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/lib.plist index 8dcf6e9177..a6d64db9be 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/lib.plist +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Regular.ufo/lib.plist @@ -10,9 +10,508 @@ IBM Plex Sans Hebrew com.type-invaders.fontnaming.winstyle Regular + com.typemytype.robofont.foreground.layerStrokeColor + + 0.5 + 0.0 + 0.5 + 0.7 + com.typemytype.robofont.layerOrder + com.typemytype.robofont.segmentType + curve + com.typemytype.robofont.sort + + + ascending + + .notdef + a + a.alt01 + b + c + d + e + f + g + g.alt01 + g.alt02 + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + zero + zero.alt01 + zero.alt02 + one + two + three + four + five + six + seven + eight + nine + zero.loclIWR + zero.loclIWR.alt01 + zero.loclIWR.alt02 + one.loclIWR + two.loclIWR + three.loclIWR + four.loclIWR + five.loclIWR + six.loclIWR + seven.loclIWR + eight.loclIWR + nine.loclIWR + ampersand + at + hyphen + softhyphen + endash + emdash + underscore + period + ellipsis + colon + comma + semicolon + quotesingle + quotedbl + quoteleft + quoteright + quotedblleft + quotedblright + quotesinglbase + quotedblbase + guilsinglleft + guilsinglright + guillemotleft + guillemotright + exclamdown + exclam + questiondown + question + parenleft + parenright + bracketleft + bracketright + braceleft + braceright + slash + backslash + fraction + divisionslash + percent + perthousand + bar + brokenbar + section + paragraph + copyright + registered + trademark + ordfeminine + ordmasculine + degree + asterisk + dagger + daggerdbl + numbersign + asciicircum + asciitilde + plus + minus + plusminus + multiply + divide + equal + approxequal + notequal + less + greater + lessequal + greaterequal + periodcentered + bullet + lozenge + logicalnot + radical + integral + infinity + estimated + litre + numerosign + partialdiff + currency + cent + Euro + florin + sterling + dollar + yen + baht + coloncurrency + lira + naira + rupee + won + sheqel + sheqel.loclIWR + dong + kip + tugrik + peso + guarani + hryvnia + cedi + tenge + rupeeindian + liraturkish + ruble + bitcoin + fi + fl + aacute + acircumflex + adieresis + agrave + aring + atilde + aacute.alt01 + acircumflex.alt01 + adieresis.alt01 + agrave.alt01 + aring.alt01 + atilde.alt01 + ae + ccedilla + eth + eacute + ecircumflex + edieresis + egrave + dotlessi + iacute + icircumflex + idieresis + igrave + ij + dotlessj + jacute + jcircumflex + ldot + lslash + ntilde + oacute + ocircumflex + odieresis + ograve + oslash + otilde + oe + scaron + germandbls + germandbls.alt01 + thorn + uacute + ucircumflex + udieresis + ugrave + yacute + ydieresis + zcaron + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + AE + Ccedilla + Dcroat + Eth + Eacute + Ecircumflex + Edieresis + Egrave + Iacute + Icircumflex + Idieresis + Igrave + IJ + Lslash + Ntilde + Oacute + Ocircumflex + Odieresis + Ograve + Oslash + Otilde + OE + Scaron + Germandbls + Thorn + Uacute + Ucircumflex + Udieresis + Ugrave + Yacute + Ydieresis + Zcaron + mu + Delta + product + summation + Omega + pi + alef-hb + bet-hb + gimel-hb + dalet-hb + he-hb + vav-hb + zayin-hb + het-hb + tet-hb + yod-hb + finalkaf-hb + kaf-hb + lamed-hb + finalmem-hb + mem-hb + finalnun-hb + nun-hb + samekh-hb + ayin-hb + finalpe-hb + pe-hb + finaltsadi-hb + tsadi-hb + qof-hb + resh-hb + shin-hb + tav-hb + vavvav-hb + vavyod-hb + yodyod-hb + yodyodpatah-hb + alefpatah-hb + alefqamats-hb + alefdagesh-hb + betdagesh-hb + betrafe-hb + gimeldagesh-hb + daletdagesh-hb + hedagesh-hb + vavholam-hb + vavdagesh-hb + zayindagesh-hb + tetdagesh-hb + yoddagesh-hb + finalkaf_sheva-hb + finalkaf_qamats-hb + finalkafdagesh-hb + finalkafdagesh_sheva-hb + finalkafdagesh_qamats-hb + kafrafe-hb + kafdagesh-hb + lamed_holam-hb + lameddagesh-hb + lamed_dagesh_holam-hb + memdagesh-hb + nundagesh-hb + samekhdagesh-hb + ayinaltone-hb + finalpedagesh-hb + perafe-hb + pedagesh-hb + tsadidagesh-hb + qofdagesh-hb + reshdagesh-hb + shindagesh-hb + shinshindot-hb + shinsindot-hb + shindageshshindot-hb + shindageshsindot-hb + tavdagesh-hb + aleflamed-hb + geresh-hb + gershayim-hb + maqaf-hb + zerosuperior + onesuperior + twosuperior + threesuperior + foursuperior + fivesuperior + sixsuperior + sevensuperior + eightsuperior + ninesuperior + zeroinferior + oneinferior + twoinferior + threeinferior + fourinferior + fiveinferior + sixinferior + seveninferior + eightinferior + nineinferior + onehalf + uni2153 + uni2154 + onequarter + threequarters + uni2155 + uni2156 + uni2157 + uni2158 + uni2159 + uni215A + uni2150 + uni215B + uni215C + uni215D + uni215E + uni2151 + checkmark + crossmark + arrowleft + arrowup + arrowdown + arrowright + arrowupleft + arrowupright + arrowdownleft + arrowdownright + arrowupleftcorner + arrowdownleftcorner + arrowleftupcorner + arrowrightupcorner + arrowleftdowncorner + arrowrightdowncorner + arrowuprightcorner + arrowdownrightcorner + arrowleftarrowright + arrowrightarrowleft + arrowleftright + arrowupdown + arrowdowncounterclockhalf + arrowdownclockhalf + arrowhookleft + arrowhookright + arrowupleftcounterclock + arrowuprightclock + tilde + tilde.alt01 + macron + dotaccent + dieresis + hungarumlaut + acute + grave + circumflex + caron + breve + ring + commaturnedtop + caronslovak + cedilla + ogonek + tildecomb + macroncomb + dotaccentcomb + dieresiscomb + hungarumlautcomb + acutecomb + gravecomb + circumflexcomb + caroncomb + ringcomb + caronslovakcomb + cedillacomb + ogonekcomb + tilde.case + tilde.alt01.case + macron.case + dotaccent.case + dieresis.case + acute.case + grave.case + circumflex.case + caron.case + breve.case + ring.case + sheva-hb + hatafsegol-hb + hatafpatah-hb + hatafqamats-hb + hiriq-hb + tsere-hb + segol-hb + patah-hb + qamats-hb + holam-hb + holamhaser-hb + qubuts-hb + dagesh-hb + rafe-hb + shindot-hb + sindot-hb + space + nbspace + fcclogo + celogo + + type + glyphList + + public.glyphOrder .notdef diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/fontinfo.plist b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/fontinfo.plist index bf7afc1961..6a9de98564 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/fontinfo.plist +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/fontinfo.plist @@ -45,9 +45,9 @@ openTypeNamePreferredSubfamilyName Thin openTypeNameUniqueID - IBM;IBMPlexSansHebrew-Thin;1.002;2019 + IBM;IBMPlexSansHebrew-Thin;1.003;2020 openTypeNameVersion - Version 1.002 2019 + Version 1.003 2020 openTypeOS2CodePageRanges 0 @@ -56,8 +56,8 @@ openTypeOS2FamilyClass - 0 - 0 + 8 + 1 openTypeOS2Panose @@ -130,7 +130,7 @@ postscriptBlueFuzz 0 postscriptBlueScale - 0.039625 + 0.0625 postscriptBlueShift 7 postscriptBlueValues @@ -154,9 +154,25 @@ 0 postscriptFamilyBlues + -12 + 0 + 369 + 375 + 516 + 528 + 606 + 618 + 698 + 710 + 740 + 752 postscriptFamilyOtherBlues + -212 + -200 + 323 + 329 postscriptFontName IBMPlexSansHebrew-Thin @@ -211,10 +227,10 @@ versionMajor 1 versionMinor - 2 + 3 xHeight 506 year - 2019 + 2020 diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/dotlessi.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/dotlessi.glif index 7c9083fe37..e5e0ef52d9 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/dotlessi.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/dotlessi.glif @@ -12,6 +12,9 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/eth.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/eth.glif index fd039bf476..8ef64658ee 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/eth.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/eth.glif @@ -53,5 +53,8 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/iacute.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/iacute.glif index 351115a387..96e043288f 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/iacute.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/iacute.glif @@ -8,6 +8,9 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/icircumflex.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/icircumflex.glif index 939388b43d..29610ef067 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/icircumflex.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/icircumflex.glif @@ -8,6 +8,9 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/idieresis.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/idieresis.glif index e4b112eafc..5712a7c369 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/idieresis.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/idieresis.glif @@ -8,6 +8,9 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/igrave.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/igrave.glif index a6b48702cb..a00cc1fa79 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/igrave.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/igrave.glif @@ -8,6 +8,9 @@ + + + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/tav-hb.glif b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/tav-hb.glif index 8047f95bcc..b21a5e7a3c 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/tav-hb.glif +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/glyphs/tav-hb.glif @@ -1,6 +1,6 @@ - + diff --git a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/lib.plist b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/lib.plist index 68fa6c6ba1..cf2a11a880 100644 --- a/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/lib.plist +++ b/IBM-Plex-Sans-Hebrew/sources/masters/IBM Plex Sans Hebrew-Thin.ufo/lib.plist @@ -10,9 +10,508 @@ IBM Plex Sans Hebrew Thin com.type-invaders.fontnaming.winstyle Regular + com.typemytype.robofont.foreground.layerStrokeColor + + 0.5 + 0.0 + 0.5 + 0.7 + com.typemytype.robofont.layerOrder + com.typemytype.robofont.segmentType + curve + com.typemytype.robofont.sort + + + ascending + + .notdef + a + a.alt01 + b + c + d + e + f + g + g.alt01 + g.alt02 + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + A + B + C + D + E + F + G + H + I + J + K + L + M + N + O + P + Q + R + S + T + U + V + W + X + Y + Z + zero + zero.alt01 + zero.alt02 + one + two + three + four + five + six + seven + eight + nine + zero.loclIWR + zero.loclIWR.alt01 + zero.loclIWR.alt02 + one.loclIWR + two.loclIWR + three.loclIWR + four.loclIWR + five.loclIWR + six.loclIWR + seven.loclIWR + eight.loclIWR + nine.loclIWR + ampersand + at + hyphen + softhyphen + endash + emdash + underscore + period + ellipsis + colon + comma + semicolon + quotesingle + quotedbl + quoteleft + quoteright + quotedblleft + quotedblright + quotesinglbase + quotedblbase + guilsinglleft + guilsinglright + guillemotleft + guillemotright + exclamdown + exclam + questiondown + question + parenleft + parenright + bracketleft + bracketright + braceleft + braceright + slash + backslash + fraction + divisionslash + percent + perthousand + bar + brokenbar + section + paragraph + copyright + registered + trademark + ordfeminine + ordmasculine + degree + asterisk + dagger + daggerdbl + numbersign + asciicircum + asciitilde + plus + minus + plusminus + multiply + divide + equal + approxequal + notequal + less + greater + lessequal + greaterequal + periodcentered + bullet + lozenge + logicalnot + radical + integral + infinity + estimated + litre + numerosign + partialdiff + currency + cent + Euro + florin + sterling + dollar + yen + baht + coloncurrency + lira + naira + rupee + won + sheqel + sheqel.loclIWR + dong + kip + tugrik + peso + guarani + hryvnia + cedi + tenge + rupeeindian + liraturkish + ruble + bitcoin + fi + fl + aacute + acircumflex + adieresis + agrave + aring + atilde + aacute.alt01 + acircumflex.alt01 + adieresis.alt01 + agrave.alt01 + aring.alt01 + atilde.alt01 + ae + ccedilla + eth + eacute + ecircumflex + edieresis + egrave + dotlessi + iacute + icircumflex + idieresis + igrave + ij + dotlessj + jacute + jcircumflex + ldot + lslash + ntilde + oacute + ocircumflex + odieresis + ograve + oslash + otilde + oe + scaron + germandbls + germandbls.alt01 + thorn + uacute + ucircumflex + udieresis + ugrave + yacute + ydieresis + zcaron + Aacute + Acircumflex + Adieresis + Agrave + Aring + Atilde + AE + Ccedilla + Dcroat + Eth + Eacute + Ecircumflex + Edieresis + Egrave + Iacute + Icircumflex + Idieresis + Igrave + IJ + Lslash + Ntilde + Oacute + Ocircumflex + Odieresis + Ograve + Oslash + Otilde + OE + Scaron + Germandbls + Thorn + Uacute + Ucircumflex + Udieresis + Ugrave + Yacute + Ydieresis + Zcaron + mu + Delta + product + summation + Omega + pi + alef-hb + bet-hb + gimel-hb + dalet-hb + he-hb + vav-hb + zayin-hb + het-hb + tet-hb + yod-hb + finalkaf-hb + kaf-hb + lamed-hb + finalmem-hb + mem-hb + finalnun-hb + nun-hb + samekh-hb + ayin-hb + finalpe-hb + pe-hb + finaltsadi-hb + tsadi-hb + qof-hb + resh-hb + shin-hb + tav-hb + vavvav-hb + vavyod-hb + yodyod-hb + yodyodpatah-hb + alefpatah-hb + alefqamats-hb + alefdagesh-hb + betdagesh-hb + betrafe-hb + gimeldagesh-hb + daletdagesh-hb + hedagesh-hb + vavholam-hb + vavdagesh-hb + zayindagesh-hb + tetdagesh-hb + yoddagesh-hb + finalkaf_sheva-hb + finalkaf_qamats-hb + finalkafdagesh-hb + finalkafdagesh_sheva-hb + finalkafdagesh_qamats-hb + kafrafe-hb + kafdagesh-hb + lamed_holam-hb + lameddagesh-hb + lamed_dagesh_holam-hb + memdagesh-hb + nundagesh-hb + samekhdagesh-hb + ayinaltone-hb + finalpedagesh-hb + perafe-hb + pedagesh-hb + tsadidagesh-hb + qofdagesh-hb + reshdagesh-hb + shindagesh-hb + shinshindot-hb + shinsindot-hb + shindageshshindot-hb + shindageshsindot-hb + tavdagesh-hb + aleflamed-hb + geresh-hb + gershayim-hb + maqaf-hb + zerosuperior + onesuperior + twosuperior + threesuperior + foursuperior + fivesuperior + sixsuperior + sevensuperior + eightsuperior + ninesuperior + zeroinferior + oneinferior + twoinferior + threeinferior + fourinferior + fiveinferior + sixinferior + seveninferior + eightinferior + nineinferior + onehalf + uni2153 + uni2154 + onequarter + threequarters + uni2155 + uni2156 + uni2157 + uni2158 + uni2159 + uni215A + uni2150 + uni215B + uni215C + uni215D + uni215E + uni2151 + checkmark + crossmark + arrowleft + arrowup + arrowdown + arrowright + arrowupleft + arrowupright + arrowdownleft + arrowdownright + arrowupleftcorner + arrowdownleftcorner + arrowleftupcorner + arrowrightupcorner + arrowleftdowncorner + arrowrightdowncorner + arrowuprightcorner + arrowdownrightcorner + arrowleftarrowright + arrowrightarrowleft + arrowleftright + arrowupdown + arrowdowncounterclockhalf + arrowdownclockhalf + arrowhookleft + arrowhookright + arrowupleftcounterclock + arrowuprightclock + tilde + tilde.alt01 + macron + dotaccent + dieresis + hungarumlaut + acute + grave + circumflex + caron + breve + ring + commaturnedtop + caronslovak + cedilla + ogonek + tildecomb + macroncomb + dotaccentcomb + dieresiscomb + hungarumlautcomb + acutecomb + gravecomb + circumflexcomb + caroncomb + ringcomb + caronslovakcomb + cedillacomb + ogonekcomb + tilde.case + tilde.alt01.case + macron.case + dotaccent.case + dieresis.case + acute.case + grave.case + circumflex.case + caron.case + breve.case + ring.case + sheva-hb + hatafsegol-hb + hatafpatah-hb + hatafqamats-hb + hiriq-hb + tsere-hb + segol-hb + patah-hb + qamats-hb + holam-hb + holamhaser-hb + qubuts-hb + dagesh-hb + rafe-hb + shindot-hb + sindot-hb + space + nbspace + fcclogo + celogo + + type + glyphList + + public.glyphOrder .notdef diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Bold.eot b/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Bold.eot deleted file mode 100644 index 0877fd61e4..0000000000 Binary files a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Bold.eot and /dev/null differ diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-ExtraLight.eot b/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-ExtraLight.eot deleted file mode 100644 index 3b21a02c99..0000000000 Binary files a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-ExtraLight.eot and /dev/null differ diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Light.eot b/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Light.eot deleted file mode 100644 index 752331da1b..0000000000 Binary files a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Light.eot and /dev/null differ diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Medium.eot b/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Medium.eot deleted file mode 100644 index 281d61f743..0000000000 Binary files a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Medium.eot and /dev/null differ diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Regular.eot b/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Regular.eot deleted file mode 100644 index 1b3d62ccae..0000000000 Binary files a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Regular.eot and /dev/null differ diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-SemiBold.eot b/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-SemiBold.eot deleted file mode 100644 index 07ef46714c..0000000000 Binary files a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-SemiBold.eot and /dev/null differ diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Text.eot b/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Text.eot deleted file mode 100644 index 20879a60bf..0000000000 Binary files a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Text.eot and /dev/null differ diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/hinted/IBMPlexSansKR-Bold.eot b/IBM-Plex-Sans-KR/fonts/hinted/complete/eot/IBMPlexSansKR-Bold.eot similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/eot/hinted/IBMPlexSansKR-Bold.eot rename to IBM-Plex-Sans-KR/fonts/hinted/complete/eot/IBMPlexSansKR-Bold.eot diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/hinted/IBMPlexSansKR-ExtraLight.eot b/IBM-Plex-Sans-KR/fonts/hinted/complete/eot/IBMPlexSansKR-ExtraLight.eot similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/eot/hinted/IBMPlexSansKR-ExtraLight.eot rename to IBM-Plex-Sans-KR/fonts/hinted/complete/eot/IBMPlexSansKR-ExtraLight.eot diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/hinted/IBMPlexSansKR-Light.eot b/IBM-Plex-Sans-KR/fonts/hinted/complete/eot/IBMPlexSansKR-Light.eot similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/eot/hinted/IBMPlexSansKR-Light.eot rename to IBM-Plex-Sans-KR/fonts/hinted/complete/eot/IBMPlexSansKR-Light.eot diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/hinted/IBMPlexSansKR-Medium.eot b/IBM-Plex-Sans-KR/fonts/hinted/complete/eot/IBMPlexSansKR-Medium.eot similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/eot/hinted/IBMPlexSansKR-Medium.eot rename to IBM-Plex-Sans-KR/fonts/hinted/complete/eot/IBMPlexSansKR-Medium.eot diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/hinted/IBMPlexSansKR-Regular.eot b/IBM-Plex-Sans-KR/fonts/hinted/complete/eot/IBMPlexSansKR-Regular.eot similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/eot/hinted/IBMPlexSansKR-Regular.eot rename to IBM-Plex-Sans-KR/fonts/hinted/complete/eot/IBMPlexSansKR-Regular.eot diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/hinted/IBMPlexSansKR-SemiBold.eot b/IBM-Plex-Sans-KR/fonts/hinted/complete/eot/IBMPlexSansKR-SemiBold.eot similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/eot/hinted/IBMPlexSansKR-SemiBold.eot rename to IBM-Plex-Sans-KR/fonts/hinted/complete/eot/IBMPlexSansKR-SemiBold.eot diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/hinted/IBMPlexSansKR-Text.eot b/IBM-Plex-Sans-KR/fonts/hinted/complete/eot/IBMPlexSansKR-Text.eot similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/eot/hinted/IBMPlexSansKR-Text.eot rename to IBM-Plex-Sans-KR/fonts/hinted/complete/eot/IBMPlexSansKR-Text.eot diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/hinted/IBMPlexSansKR-Thin.eot b/IBM-Plex-Sans-KR/fonts/hinted/complete/eot/IBMPlexSansKR-Thin.eot similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/eot/hinted/IBMPlexSansKR-Thin.eot rename to IBM-Plex-Sans-KR/fonts/hinted/complete/eot/IBMPlexSansKR-Thin.eot diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/hinted/license.txt b/IBM-Plex-Sans-KR/fonts/hinted/complete/eot/license.txt similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/eot/hinted/license.txt rename to IBM-Plex-Sans-KR/fonts/hinted/complete/eot/license.txt diff --git a/IBM-Plex-Sans-KR/fonts/complete/otf/IBMPlexSansKR-Bold.otf b/IBM-Plex-Sans-KR/fonts/hinted/complete/otf/IBMPlexSansKR-Bold.otf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/otf/IBMPlexSansKR-Bold.otf rename to IBM-Plex-Sans-KR/fonts/hinted/complete/otf/IBMPlexSansKR-Bold.otf diff --git a/IBM-Plex-Sans-KR/fonts/complete/otf/IBMPlexSansKR-ExtraLight.otf b/IBM-Plex-Sans-KR/fonts/hinted/complete/otf/IBMPlexSansKR-ExtraLight.otf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/otf/IBMPlexSansKR-ExtraLight.otf rename to IBM-Plex-Sans-KR/fonts/hinted/complete/otf/IBMPlexSansKR-ExtraLight.otf diff --git a/IBM-Plex-Sans-KR/fonts/complete/otf/IBMPlexSansKR-Light.otf b/IBM-Plex-Sans-KR/fonts/hinted/complete/otf/IBMPlexSansKR-Light.otf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/otf/IBMPlexSansKR-Light.otf rename to IBM-Plex-Sans-KR/fonts/hinted/complete/otf/IBMPlexSansKR-Light.otf diff --git a/IBM-Plex-Sans-KR/fonts/complete/otf/IBMPlexSansKR-Medium.otf b/IBM-Plex-Sans-KR/fonts/hinted/complete/otf/IBMPlexSansKR-Medium.otf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/otf/IBMPlexSansKR-Medium.otf rename to IBM-Plex-Sans-KR/fonts/hinted/complete/otf/IBMPlexSansKR-Medium.otf diff --git a/IBM-Plex-Sans-KR/fonts/complete/otf/IBMPlexSansKR-Regular.otf b/IBM-Plex-Sans-KR/fonts/hinted/complete/otf/IBMPlexSansKR-Regular.otf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/otf/IBMPlexSansKR-Regular.otf rename to IBM-Plex-Sans-KR/fonts/hinted/complete/otf/IBMPlexSansKR-Regular.otf diff --git a/IBM-Plex-Sans-KR/fonts/complete/otf/IBMPlexSansKR-SemiBold.otf b/IBM-Plex-Sans-KR/fonts/hinted/complete/otf/IBMPlexSansKR-SemiBold.otf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/otf/IBMPlexSansKR-SemiBold.otf rename to IBM-Plex-Sans-KR/fonts/hinted/complete/otf/IBMPlexSansKR-SemiBold.otf diff --git a/IBM-Plex-Sans-KR/fonts/complete/otf/IBMPlexSansKR-Text.otf b/IBM-Plex-Sans-KR/fonts/hinted/complete/otf/IBMPlexSansKR-Text.otf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/otf/IBMPlexSansKR-Text.otf rename to IBM-Plex-Sans-KR/fonts/hinted/complete/otf/IBMPlexSansKR-Text.otf diff --git a/IBM-Plex-Sans-KR/fonts/complete/otf/IBMPlexSansKR-Thin.otf b/IBM-Plex-Sans-KR/fonts/hinted/complete/otf/IBMPlexSansKR-Thin.otf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/otf/IBMPlexSansKR-Thin.otf rename to IBM-Plex-Sans-KR/fonts/hinted/complete/otf/IBMPlexSansKR-Thin.otf diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/license.txt b/IBM-Plex-Sans-KR/fonts/hinted/complete/otf/license.txt similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/license.txt rename to IBM-Plex-Sans-KR/fonts/hinted/complete/otf/license.txt diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/IBMPlexSansKR-Bold.ttf b/IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/IBMPlexSansKR-Bold.ttf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/IBMPlexSansKR-Bold.ttf rename to IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/IBMPlexSansKR-Bold.ttf diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/IBMPlexSansKR-ExtraLight.ttf b/IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/IBMPlexSansKR-ExtraLight.ttf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/IBMPlexSansKR-ExtraLight.ttf rename to IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/IBMPlexSansKR-ExtraLight.ttf diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/IBMPlexSansKR-Light.ttf b/IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/IBMPlexSansKR-Light.ttf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/IBMPlexSansKR-Light.ttf rename to IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/IBMPlexSansKR-Light.ttf diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/IBMPlexSansKR-Medium.ttf b/IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/IBMPlexSansKR-Medium.ttf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/IBMPlexSansKR-Medium.ttf rename to IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/IBMPlexSansKR-Medium.ttf diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/IBMPlexSansKR-Regular.ttf b/IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/IBMPlexSansKR-Regular.ttf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/IBMPlexSansKR-Regular.ttf rename to IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/IBMPlexSansKR-Regular.ttf diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/IBMPlexSansKR-SemiBold.ttf b/IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/IBMPlexSansKR-SemiBold.ttf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/IBMPlexSansKR-SemiBold.ttf rename to IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/IBMPlexSansKR-SemiBold.ttf diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/IBMPlexSansKR-Text.ttf b/IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/IBMPlexSansKR-Text.ttf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/IBMPlexSansKR-Text.ttf rename to IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/IBMPlexSansKR-Text.ttf diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/IBMPlexSansKR-Thin.ttf b/IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/IBMPlexSansKR-Thin.ttf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/IBMPlexSansKR-Thin.ttf rename to IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/IBMPlexSansKR-Thin.ttf diff --git a/IBM-Plex-Sans-KR/fonts/complete/otf/license.txt b/IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/license.txt similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/otf/license.txt rename to IBM-Plex-Sans-KR/fonts/hinted/complete/ttf/license.txt diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/hinted/IBMPlexSansKR-Bold.woff b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff/IBMPlexSansKR-Bold.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/hinted/IBMPlexSansKR-Bold.woff rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff/IBMPlexSansKR-Bold.woff diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/hinted/IBMPlexSansKR-ExtraLight.woff b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff/IBMPlexSansKR-ExtraLight.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/hinted/IBMPlexSansKR-ExtraLight.woff rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff/IBMPlexSansKR-ExtraLight.woff diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/hinted/IBMPlexSansKR-Light.woff b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff/IBMPlexSansKR-Light.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/hinted/IBMPlexSansKR-Light.woff rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff/IBMPlexSansKR-Light.woff diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/hinted/IBMPlexSansKR-Medium.woff b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff/IBMPlexSansKR-Medium.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/hinted/IBMPlexSansKR-Medium.woff rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff/IBMPlexSansKR-Medium.woff diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/hinted/IBMPlexSansKR-Regular.woff b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff/IBMPlexSansKR-Regular.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/hinted/IBMPlexSansKR-Regular.woff rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff/IBMPlexSansKR-Regular.woff diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/hinted/IBMPlexSansKR-SemiBold.woff b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff/IBMPlexSansKR-SemiBold.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/hinted/IBMPlexSansKR-SemiBold.woff rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff/IBMPlexSansKR-SemiBold.woff diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/hinted/IBMPlexSansKR-Text.woff b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff/IBMPlexSansKR-Text.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/hinted/IBMPlexSansKR-Text.woff rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff/IBMPlexSansKR-Text.woff diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/hinted/IBMPlexSansKR-Thin.woff b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff/IBMPlexSansKR-Thin.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/hinted/IBMPlexSansKR-Thin.woff rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff/IBMPlexSansKR-Thin.woff diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/license.txt b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff/license.txt similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/hinted/license.txt rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff/license.txt diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/IBMPlexSansKR-Bold.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/IBMPlexSansKR-Bold.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/IBMPlexSansKR-Bold.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/IBMPlexSansKR-Bold.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/IBMPlexSansKR-ExtraLight.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/IBMPlexSansKR-ExtraLight.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/IBMPlexSansKR-ExtraLight.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/IBMPlexSansKR-ExtraLight.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/IBMPlexSansKR-Light.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/IBMPlexSansKR-Light.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/IBMPlexSansKR-Light.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/IBMPlexSansKR-Light.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/IBMPlexSansKR-Medium.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/IBMPlexSansKR-Medium.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/IBMPlexSansKR-Medium.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/IBMPlexSansKR-Medium.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/IBMPlexSansKR-Regular.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/IBMPlexSansKR-Regular.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/IBMPlexSansKR-Regular.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/IBMPlexSansKR-Regular.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/IBMPlexSansKR-SemiBold.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/IBMPlexSansKR-SemiBold.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/IBMPlexSansKR-SemiBold.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/IBMPlexSansKR-SemiBold.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/IBMPlexSansKR-Text.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/IBMPlexSansKR-Text.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/IBMPlexSansKR-Text.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/IBMPlexSansKR-Text.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/IBMPlexSansKR-Thin.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/IBMPlexSansKR-Thin.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/IBMPlexSansKR-Thin.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/IBMPlexSansKR-Thin.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/license.txt b/IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/license.txt similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/license.txt rename to IBM-Plex-Sans-KR/fonts/hinted/complete/woff2/license.txt diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-00.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-00.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-00.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-00.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-01.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-01.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-01.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-01.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-02.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-02.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-02.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-02.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-03.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-03.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-03.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-03.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-04.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-04.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-04.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-04.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-05.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-05.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-05.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-05.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-06.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-06.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-06.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-06.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-07.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-07.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-07.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-07.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-08.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-08.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-08.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-08.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-09.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-09.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-09.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-09.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-10.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-10.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-10.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-10.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-11.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-11.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-11.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-11.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-12.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-12.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-12.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-12.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-13.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-13.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-13.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-13.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-14.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-14.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-14.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-14.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-15.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-15.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-15.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-15.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-16.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-16.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-16.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-16.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-17.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-17.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-17.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-17.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-18.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-18.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-18.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-18.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-19.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-19.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-19.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-19.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-20.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-20.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-20.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-20.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-21.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-21.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-21.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-21.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-22.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-22.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-22.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-22.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-23.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-23.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-23.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-23.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-24.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-24.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-24.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-24.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-25.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-25.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-25.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-25.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-26.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-26.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-26.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-26.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-27.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-27.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-27.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-27.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-28.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-28.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-28.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-28.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-29.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-29.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-29.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-29.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-30.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-30.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-30.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-30.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-31.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-31.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-31.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-31.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-32.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-32.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-32.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-32.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-33.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-33.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-33.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-33.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-34.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-34.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-34.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-34.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-35.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-35.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-35.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-35.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-36.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-36.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-36.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-36.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-37.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-37.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-37.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-37.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-38.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-38.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-38.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-38.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-39.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-39.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-39.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-39.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-40.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-40.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-40.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-40.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-41.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-41.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-41.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-41.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-42.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-42.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-42.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-42.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-43.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-43.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-43.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-43.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-44.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-44.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-44.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-44.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-45.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-45.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-45.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-45.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-46.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-46.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-46.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-46.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-47.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-47.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-47.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-47.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-48.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-48.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-48.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-48.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-49.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-49.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-49.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-49.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-50.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-50.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-50.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-50.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-51.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-51.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-51.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-51.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-52.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-52.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-52.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-52.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-53.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-53.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-53.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-53.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-54.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-54.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-54.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-54.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-55.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-55.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-55.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-55.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-56.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-56.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-56.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-56.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-57.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-57.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-57.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-57.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-58.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-58.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-58.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-58.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-59.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-59.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-59.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-59.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-60.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-60.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-60.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-60.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-61.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-61.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-61.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-61.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-62.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-62.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-62.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-62.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-63.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-63.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-63.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-63.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-64.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-64.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-64.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-64.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-65.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-65.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-65.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-65.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-66.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-66.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-66.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-66.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-67.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-67.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-67.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-67.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-68.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-68.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-68.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-68.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-69.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-69.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-69.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-69.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-70.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-70.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-70.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-70.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-71.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-71.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-71.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-71.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-72.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-72.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-72.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-72.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-73.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-73.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-73.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-73.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-74.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-74.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-74.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-74.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-75.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-75.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-75.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-75.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-76.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-76.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-76.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-76.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-77.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-77.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-77.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-77.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-78.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-78.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-78.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-78.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-79.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-79.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-79.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-79.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-80.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-80.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-80.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-80.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-81.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-81.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-81.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-81.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-82.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-82.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-82.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-82.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-83.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-83.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-83.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-83.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-84.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-84.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-84.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-84.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-85.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-85.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-85.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-85.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-86.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-86.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-86.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-86.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-87.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-87.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-87.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-87.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-88.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-88.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-88.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-88.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-89.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-89.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-89.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-89.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-90.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-90.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-90.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-90.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-91.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-91.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-91.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-91.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-92.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-92.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Bold-92.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Bold-92.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-00.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-00.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-00.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-00.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-01.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-01.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-01.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-01.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-02.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-02.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-02.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-02.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-03.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-03.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-03.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-03.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-04.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-04.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-04.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-04.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-05.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-05.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-05.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-05.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-06.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-06.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-06.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-06.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-07.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-07.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-07.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-07.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-08.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-08.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-08.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-08.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-09.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-09.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-09.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-09.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-10.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-10.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-10.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-10.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-11.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-11.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-11.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-11.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-12.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-12.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-12.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-12.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-13.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-13.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-13.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-13.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-14.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-14.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-14.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-14.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-15.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-15.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-15.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-15.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-16.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-16.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-16.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-16.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-17.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-17.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-17.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-17.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-18.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-18.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-18.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-18.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-19.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-19.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-19.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-19.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-20.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-20.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-20.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-20.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-21.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-21.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-21.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-21.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-22.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-22.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-22.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-22.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-23.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-23.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-23.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-23.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-24.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-24.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-24.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-24.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-25.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-25.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-25.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-25.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-26.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-26.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-26.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-26.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-27.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-27.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-27.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-27.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-28.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-28.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-28.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-28.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-29.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-29.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-29.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-29.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-30.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-30.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-30.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-30.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-31.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-31.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-31.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-31.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-32.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-32.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-32.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-32.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-33.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-33.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-33.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-33.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-34.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-34.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-34.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-34.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-35.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-35.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-35.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-35.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-36.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-36.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-36.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-36.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-37.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-37.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-37.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-37.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-38.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-38.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-38.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-38.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-39.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-39.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-39.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-39.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-40.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-40.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-40.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-40.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-41.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-41.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-41.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-41.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-42.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-42.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-42.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-42.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-43.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-43.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-43.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-43.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-44.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-44.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-44.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-44.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-45.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-45.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-45.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-45.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-46.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-46.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-46.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-46.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-47.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-47.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-47.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-47.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-48.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-48.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-48.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-48.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-49.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-49.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-49.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-49.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-50.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-50.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-50.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-50.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-51.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-51.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-51.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-51.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-52.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-52.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-52.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-52.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-53.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-53.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-53.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-53.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-54.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-54.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-54.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-54.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-55.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-55.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-55.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-55.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-56.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-56.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-56.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-56.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-57.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-57.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-57.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-57.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-58.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-58.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-58.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-58.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-59.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-59.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-59.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-59.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-60.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-60.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-60.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-60.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-61.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-61.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-61.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-61.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-62.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-62.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-62.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-62.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-63.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-63.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-63.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-63.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-64.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-64.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-64.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-64.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-65.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-65.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-65.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-65.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-66.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-66.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-66.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-66.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-67.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-67.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-67.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-67.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-68.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-68.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-68.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-68.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-69.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-69.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-69.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-69.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-70.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-70.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-70.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-70.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-71.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-71.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-71.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-71.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-72.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-72.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-72.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-72.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-73.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-73.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-73.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-73.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-74.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-74.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-74.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-74.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-75.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-75.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-75.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-75.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-76.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-76.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-76.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-76.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-77.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-77.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-77.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-77.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-78.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-78.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-78.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-78.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-79.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-79.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-79.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-79.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-80.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-80.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-80.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-80.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-81.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-81.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-81.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-81.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-82.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-82.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-82.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-82.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-83.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-83.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-83.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-83.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-84.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-84.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-84.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-84.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-85.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-85.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-85.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-85.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-86.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-86.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-86.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-86.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-87.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-87.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-87.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-87.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-88.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-88.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-88.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-88.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-89.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-89.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-89.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-89.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-90.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-90.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-90.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-90.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-91.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-91.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-91.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-91.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-92.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-92.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-ExtraLight-92.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-ExtraLight-92.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-00.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-00.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-00.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-00.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-01.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-01.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-01.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-01.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-02.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-02.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-02.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-02.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-03.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-03.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-03.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-03.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-04.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-04.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-04.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-04.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-05.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-05.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-05.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-05.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-06.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-06.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-06.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-06.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-07.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-07.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-07.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-07.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-08.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-08.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-08.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-08.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-09.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-09.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-09.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-09.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-10.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-10.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-10.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-10.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-11.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-11.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-11.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-11.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-12.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-12.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-12.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-12.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-13.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-13.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-13.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-13.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-14.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-14.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-14.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-14.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-15.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-15.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-15.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-15.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-16.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-16.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-16.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-16.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-17.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-17.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-17.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-17.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-18.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-18.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-18.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-18.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-19.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-19.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-19.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-19.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-20.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-20.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-20.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-20.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-21.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-21.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-21.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-21.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-22.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-22.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-22.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-22.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-23.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-23.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-23.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-23.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-24.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-24.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-24.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-24.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-25.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-25.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-25.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-25.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-26.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-26.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-26.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-26.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-27.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-27.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-27.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-27.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-28.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-28.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-28.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-28.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-29.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-29.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-29.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-29.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-30.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-30.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-30.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-30.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-31.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-31.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-31.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-31.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-32.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-32.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-32.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-32.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-33.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-33.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-33.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-33.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-34.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-34.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-34.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-34.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-35.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-35.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-35.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-35.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-36.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-36.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-36.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-36.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-37.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-37.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-37.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-37.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-38.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-38.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-38.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-38.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-39.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-39.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-39.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-39.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-40.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-40.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-40.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-40.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-41.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-41.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-41.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-41.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-42.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-42.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-42.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-42.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-43.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-43.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-43.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-43.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-44.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-44.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-44.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-44.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-45.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-45.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-45.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-45.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-46.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-46.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-46.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-46.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-47.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-47.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-47.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-47.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-48.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-48.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-48.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-48.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-49.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-49.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-49.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-49.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-50.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-50.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-50.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-50.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-51.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-51.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-51.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-51.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-52.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-52.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-52.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-52.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-53.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-53.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-53.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-53.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-54.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-54.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-54.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-54.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-55.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-55.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-55.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-55.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-56.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-56.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-56.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-56.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-57.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-57.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-57.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-57.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-58.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-58.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-58.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-58.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-59.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-59.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-59.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-59.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-60.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-60.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-60.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-60.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-61.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-61.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-61.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-61.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-62.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-62.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-62.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-62.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-63.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-63.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-63.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-63.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-64.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-64.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-64.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-64.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-65.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-65.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-65.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-65.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-66.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-66.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-66.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-66.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-67.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-67.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-67.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-67.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-68.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-68.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-68.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-68.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-69.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-69.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-69.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-69.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-70.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-70.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-70.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-70.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-71.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-71.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-71.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-71.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-72.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-72.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-72.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-72.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-73.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-73.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-73.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-73.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-74.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-74.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-74.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-74.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-75.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-75.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-75.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-75.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-76.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-76.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-76.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-76.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-77.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-77.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-77.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-77.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-78.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-78.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-78.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-78.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-79.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-79.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-79.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-79.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-80.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-80.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-80.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-80.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-81.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-81.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-81.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-81.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-82.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-82.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-82.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-82.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-83.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-83.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-83.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-83.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-84.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-84.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-84.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-84.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-85.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-85.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-85.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-85.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-86.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-86.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-86.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-86.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-87.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-87.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-87.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-87.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-88.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-88.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-88.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-88.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-89.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-89.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-89.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-89.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-90.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-90.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-90.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-90.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-91.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-91.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-91.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-91.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-92.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-92.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Light-92.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Light-92.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-00.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-00.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-00.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-00.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-01.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-01.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-01.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-01.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-02.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-02.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-02.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-02.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-03.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-03.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-03.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-03.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-04.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-04.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-04.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-04.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-05.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-05.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-05.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-05.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-06.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-06.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-06.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-06.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-07.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-07.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-07.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-07.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-08.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-08.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-08.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-08.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-09.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-09.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-09.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-09.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-10.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-10.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-10.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-10.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-11.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-11.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-11.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-11.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-12.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-12.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-12.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-12.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-13.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-13.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-13.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-13.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-14.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-14.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-14.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-14.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-15.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-15.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-15.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-15.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-16.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-16.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-16.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-16.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-17.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-17.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-17.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-17.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-18.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-18.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-18.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-18.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-19.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-19.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-19.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-19.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-20.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-20.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-20.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-20.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-21.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-21.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-21.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-21.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-22.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-22.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-22.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-22.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-23.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-23.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-23.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-23.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-24.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-24.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-24.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-24.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-25.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-25.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-25.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-25.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-26.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-26.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-26.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-26.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-27.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-27.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-27.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-27.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-28.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-28.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-28.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-28.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-29.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-29.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-29.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-29.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-30.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-30.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-30.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-30.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-31.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-31.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-31.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-31.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-32.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-32.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-32.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-32.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-33.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-33.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-33.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-33.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-34.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-34.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-34.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-34.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-35.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-35.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-35.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-35.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-36.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-36.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-36.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-36.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-37.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-37.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-37.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-37.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-38.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-38.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-38.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-38.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-39.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-39.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-39.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-39.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-40.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-40.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-40.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-40.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-41.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-41.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-41.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-41.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-42.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-42.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-42.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-42.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-43.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-43.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-43.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-43.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-44.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-44.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-44.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-44.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-45.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-45.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-45.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-45.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-46.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-46.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-46.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-46.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-47.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-47.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-47.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-47.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-48.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-48.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-48.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-48.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-49.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-49.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-49.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-49.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-50.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-50.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-50.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-50.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-51.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-51.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-51.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-51.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-52.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-52.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-52.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-52.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-53.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-53.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-53.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-53.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-54.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-54.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-54.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-54.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-55.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-55.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-55.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-55.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-56.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-56.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-56.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-56.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-57.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-57.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-57.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-57.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-58.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-58.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-58.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-58.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-59.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-59.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-59.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-59.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-60.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-60.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-60.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-60.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-61.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-61.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-61.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-61.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-62.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-62.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-62.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-62.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-63.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-63.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-63.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-63.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-64.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-64.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-64.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-64.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-65.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-65.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-65.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-65.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-66.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-66.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-66.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-66.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-67.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-67.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-67.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-67.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-68.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-68.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-68.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-68.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-69.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-69.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-69.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-69.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-70.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-70.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-70.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-70.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-71.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-71.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-71.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-71.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-72.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-72.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-72.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-72.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-73.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-73.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-73.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-73.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-74.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-74.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-74.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-74.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-75.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-75.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-75.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-75.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-76.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-76.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-76.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-76.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-77.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-77.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-77.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-77.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-78.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-78.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-78.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-78.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-79.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-79.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-79.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-79.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-80.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-80.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-80.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-80.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-81.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-81.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-81.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-81.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-82.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-82.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-82.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-82.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-83.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-83.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-83.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-83.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-84.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-84.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-84.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-84.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-85.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-85.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-85.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-85.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-86.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-86.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-86.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-86.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-87.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-87.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-87.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-87.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-88.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-88.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-88.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-88.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-89.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-89.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-89.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-89.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-90.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-90.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-90.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-90.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-91.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-91.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-91.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-91.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-92.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-92.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Medium-92.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Medium-92.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-00.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-00.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-00.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-00.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-01.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-01.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-01.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-01.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-02.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-02.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-02.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-02.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-03.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-03.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-03.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-03.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-04.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-04.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-04.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-04.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-05.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-05.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-05.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-05.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-06.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-06.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-06.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-06.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-07.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-07.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-07.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-07.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-08.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-08.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-08.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-08.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-09.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-09.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-09.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-09.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-10.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-10.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-10.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-10.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-11.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-11.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-11.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-11.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-12.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-12.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-12.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-12.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-13.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-13.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-13.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-13.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-14.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-14.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-14.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-14.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-15.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-15.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-15.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-15.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-16.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-16.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-16.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-16.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-17.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-17.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-17.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-17.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-18.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-18.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-18.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-18.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-19.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-19.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-19.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-19.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-20.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-20.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-20.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-20.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-21.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-21.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-21.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-21.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-22.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-22.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-22.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-22.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-23.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-23.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-23.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-23.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-24.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-24.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-24.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-24.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-25.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-25.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-25.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-25.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-26.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-26.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-26.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-26.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-27.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-27.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-27.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-27.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-28.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-28.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-28.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-28.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-29.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-29.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-29.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-29.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-30.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-30.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-30.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-30.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-31.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-31.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-31.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-31.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-32.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-32.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-32.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-32.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-33.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-33.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-33.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-33.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-34.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-34.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-34.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-34.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-35.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-35.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-35.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-35.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-36.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-36.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-36.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-36.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-37.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-37.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-37.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-37.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-38.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-38.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-38.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-38.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-39.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-39.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-39.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-39.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-40.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-40.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-40.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-40.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-41.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-41.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-41.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-41.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-42.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-42.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-42.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-42.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-43.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-43.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-43.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-43.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-44.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-44.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-44.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-44.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-45.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-45.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-45.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-45.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-46.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-46.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-46.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-46.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-47.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-47.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-47.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-47.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-48.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-48.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-48.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-48.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-49.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-49.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-49.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-49.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-50.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-50.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-50.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-50.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-51.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-51.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-51.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-51.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-52.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-52.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-52.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-52.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-53.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-53.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-53.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-53.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-54.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-54.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-54.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-54.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-55.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-55.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-55.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-55.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-56.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-56.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-56.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-56.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-57.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-57.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-57.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-57.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-58.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-58.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-58.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-58.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-59.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-59.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-59.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-59.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-60.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-60.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-60.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-60.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-61.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-61.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-61.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-61.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-62.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-62.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-62.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-62.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-63.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-63.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-63.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-63.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-64.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-64.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-64.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-64.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-65.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-65.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-65.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-65.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-66.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-66.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-66.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-66.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-67.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-67.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-67.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-67.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-68.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-68.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-68.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-68.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-69.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-69.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-69.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-69.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-70.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-70.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-70.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-70.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-71.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-71.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-71.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-71.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-72.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-72.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-72.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-72.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-73.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-73.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-73.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-73.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-74.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-74.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-74.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-74.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-75.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-75.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-75.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-75.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-76.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-76.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-76.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-76.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-77.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-77.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-77.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-77.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-78.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-78.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-78.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-78.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-79.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-79.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-79.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-79.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-80.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-80.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-80.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-80.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-81.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-81.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-81.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-81.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-82.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-82.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-82.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-82.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-83.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-83.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-83.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-83.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-84.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-84.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-84.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-84.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-85.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-85.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-85.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-85.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-86.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-86.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-86.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-86.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-87.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-87.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-87.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-87.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-88.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-88.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-88.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-88.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-89.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-89.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-89.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-89.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-90.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-90.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-90.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-90.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-91.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-91.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-91.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-91.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-92.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-92.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Regular-92.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Regular-92.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-00.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-00.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-00.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-00.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-01.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-01.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-01.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-01.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-02.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-02.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-02.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-02.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-03.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-03.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-03.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-03.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-04.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-04.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-04.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-04.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-05.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-05.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-05.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-05.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-06.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-06.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-06.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-06.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-07.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-07.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-07.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-07.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-08.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-08.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-08.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-08.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-09.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-09.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-09.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-09.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-10.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-10.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-10.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-10.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-11.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-11.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-11.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-11.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-12.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-12.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-12.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-12.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-13.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-13.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-13.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-13.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-14.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-14.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-14.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-14.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-15.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-15.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-15.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-15.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-16.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-16.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-16.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-16.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-17.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-17.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-17.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-17.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-18.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-18.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-18.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-18.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-19.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-19.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-19.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-19.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-20.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-20.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-20.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-20.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-21.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-21.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-21.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-21.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-22.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-22.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-22.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-22.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-23.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-23.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-23.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-23.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-24.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-24.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-24.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-24.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-25.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-25.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-25.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-25.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-26.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-26.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-26.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-26.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-27.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-27.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-27.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-27.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-28.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-28.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-28.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-28.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-29.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-29.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-29.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-29.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-30.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-30.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-30.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-30.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-31.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-31.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-31.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-31.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-32.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-32.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-32.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-32.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-33.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-33.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-33.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-33.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-34.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-34.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-34.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-34.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-35.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-35.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-35.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-35.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-36.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-36.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-36.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-36.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-37.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-37.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-37.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-37.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-38.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-38.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-38.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-38.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-39.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-39.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-39.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-39.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-40.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-40.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-40.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-40.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-41.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-41.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-41.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-41.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-42.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-42.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-42.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-42.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-43.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-43.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-43.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-43.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-44.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-44.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-44.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-44.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-45.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-45.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-45.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-45.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-46.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-46.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-46.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-46.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-47.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-47.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-47.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-47.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-48.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-48.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-48.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-48.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-49.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-49.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-49.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-49.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-50.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-50.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-50.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-50.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-51.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-51.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-51.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-51.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-52.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-52.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-52.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-52.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-53.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-53.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-53.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-53.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-54.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-54.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-54.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-54.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-55.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-55.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-55.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-55.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-56.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-56.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-56.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-56.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-57.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-57.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-57.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-57.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-58.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-58.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-58.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-58.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-59.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-59.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-59.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-59.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-60.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-60.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-60.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-60.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-61.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-61.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-61.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-61.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-62.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-62.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-62.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-62.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-63.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-63.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-63.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-63.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-64.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-64.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-64.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-64.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-65.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-65.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-65.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-65.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-66.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-66.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-66.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-66.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-67.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-67.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-67.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-67.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-68.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-68.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-68.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-68.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-69.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-69.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-69.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-69.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-70.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-70.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-70.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-70.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-71.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-71.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-71.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-71.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-72.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-72.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-72.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-72.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-73.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-73.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-73.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-73.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-74.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-74.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-74.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-74.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-75.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-75.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-75.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-75.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-76.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-76.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-76.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-76.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-77.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-77.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-77.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-77.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-78.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-78.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-78.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-78.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-79.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-79.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-79.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-79.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-80.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-80.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-80.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-80.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-81.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-81.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-81.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-81.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-82.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-82.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-82.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-82.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-83.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-83.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-83.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-83.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-84.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-84.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-84.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-84.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-85.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-85.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-85.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-85.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-86.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-86.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-86.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-86.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-87.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-87.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-87.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-87.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-88.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-88.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-88.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-88.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-89.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-89.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-89.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-89.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-90.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-90.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-90.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-90.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-91.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-91.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-91.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-91.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-92.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-92.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-SemiBold-92.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-SemiBold-92.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-00.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-00.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-00.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-00.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-01.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-01.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-01.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-01.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-02.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-02.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-02.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-02.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-03.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-03.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-03.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-03.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-04.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-04.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-04.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-04.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-05.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-05.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-05.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-05.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-06.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-06.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-06.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-06.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-07.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-07.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-07.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-07.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-08.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-08.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-08.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-08.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-09.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-09.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-09.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-09.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-10.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-10.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-10.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-10.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-11.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-11.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-11.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-11.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-12.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-12.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-12.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-12.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-13.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-13.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-13.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-13.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-14.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-14.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-14.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-14.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-15.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-15.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-15.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-15.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-16.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-16.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-16.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-16.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-17.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-17.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-17.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-17.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-18.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-18.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-18.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-18.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-19.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-19.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-19.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-19.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-20.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-20.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-20.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-20.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-21.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-21.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-21.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-21.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-22.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-22.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-22.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-22.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-23.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-23.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-23.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-23.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-24.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-24.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-24.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-24.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-25.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-25.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-25.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-25.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-26.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-26.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-26.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-26.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-27.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-27.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-27.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-27.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-28.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-28.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-28.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-28.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-29.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-29.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-29.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-29.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-30.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-30.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-30.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-30.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-31.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-31.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-31.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-31.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-32.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-32.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-32.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-32.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-33.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-33.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-33.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-33.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-34.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-34.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-34.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-34.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-35.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-35.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-35.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-35.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-36.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-36.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-36.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-36.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-37.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-37.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-37.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-37.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-38.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-38.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-38.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-38.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-39.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-39.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-39.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-39.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-40.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-40.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-40.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-40.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-41.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-41.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-41.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-41.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-42.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-42.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-42.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-42.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-43.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-43.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-43.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-43.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-44.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-44.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-44.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-44.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-45.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-45.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-45.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-45.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-46.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-46.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-46.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-46.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-47.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-47.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-47.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-47.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-48.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-48.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-48.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-48.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-49.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-49.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-49.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-49.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-50.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-50.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-50.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-50.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-51.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-51.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-51.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-51.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-52.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-52.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-52.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-52.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-53.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-53.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-53.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-53.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-54.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-54.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-54.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-54.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-55.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-55.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-55.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-55.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-56.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-56.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-56.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-56.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-57.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-57.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-57.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-57.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-58.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-58.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-58.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-58.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-59.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-59.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-59.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-59.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-60.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-60.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-60.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-60.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-61.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-61.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-61.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-61.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-62.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-62.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-62.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-62.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-63.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-63.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-63.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-63.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-64.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-64.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-64.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-64.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-65.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-65.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-65.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-65.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-66.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-66.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-66.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-66.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-67.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-67.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-67.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-67.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-68.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-68.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-68.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-68.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-69.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-69.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-69.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-69.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-70.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-70.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-70.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-70.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-71.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-71.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-71.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-71.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-72.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-72.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-72.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-72.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-73.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-73.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-73.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-73.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-74.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-74.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-74.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-74.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-75.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-75.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-75.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-75.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-76.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-76.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-76.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-76.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-77.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-77.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-77.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-77.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-78.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-78.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-78.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-78.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-79.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-79.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-79.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-79.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-80.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-80.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-80.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-80.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-81.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-81.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-81.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-81.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-82.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-82.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-82.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-82.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-83.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-83.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-83.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-83.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-84.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-84.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-84.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-84.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-85.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-85.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-85.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-85.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-86.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-86.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-86.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-86.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-87.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-87.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-87.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-87.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-88.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-88.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-88.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-88.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-89.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-89.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-89.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-89.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-90.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-90.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-90.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-90.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-91.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-91.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-91.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-91.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-92.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-92.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Text-92.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Text-92.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-00.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-00.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-00.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-00.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-01.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-01.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-01.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-01.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-02.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-02.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-02.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-02.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-03.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-03.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-03.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-03.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-04.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-04.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-04.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-04.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-05.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-05.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-05.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-05.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-06.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-06.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-06.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-06.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-07.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-07.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-07.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-07.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-08.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-08.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-08.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-08.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-09.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-09.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-09.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-09.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-10.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-10.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-10.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-10.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-11.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-11.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-11.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-11.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-12.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-12.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-12.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-12.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-13.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-13.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-13.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-13.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-14.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-14.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-14.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-14.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-15.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-15.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-15.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-15.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-16.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-16.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-16.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-16.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-17.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-17.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-17.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-17.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-18.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-18.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-18.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-18.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-19.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-19.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-19.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-19.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-20.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-20.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-20.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-20.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-21.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-21.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-21.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-21.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-22.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-22.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-22.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-22.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-23.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-23.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-23.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-23.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-24.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-24.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-24.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-24.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-25.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-25.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-25.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-25.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-26.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-26.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-26.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-26.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-27.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-27.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-27.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-27.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-28.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-28.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-28.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-28.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-29.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-29.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-29.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-29.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-30.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-30.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-30.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-30.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-31.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-31.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-31.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-31.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-32.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-32.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-32.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-32.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-33.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-33.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-33.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-33.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-34.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-34.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-34.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-34.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-35.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-35.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-35.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-35.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-36.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-36.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-36.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-36.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-37.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-37.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-37.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-37.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-38.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-38.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-38.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-38.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-39.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-39.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-39.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-39.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-40.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-40.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-40.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-40.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-41.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-41.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-41.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-41.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-42.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-42.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-42.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-42.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-43.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-43.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-43.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-43.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-44.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-44.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-44.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-44.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-45.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-45.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-45.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-45.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-46.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-46.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-46.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-46.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-47.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-47.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-47.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-47.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-48.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-48.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-48.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-48.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-49.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-49.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-49.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-49.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-50.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-50.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-50.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-50.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-51.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-51.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-51.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-51.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-52.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-52.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-52.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-52.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-53.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-53.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-53.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-53.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-54.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-54.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-54.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-54.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-55.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-55.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-55.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-55.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-56.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-56.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-56.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-56.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-57.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-57.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-57.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-57.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-58.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-58.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-58.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-58.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-59.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-59.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-59.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-59.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-60.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-60.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-60.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-60.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-61.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-61.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-61.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-61.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-62.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-62.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-62.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-62.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-63.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-63.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-63.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-63.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-64.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-64.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-64.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-64.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-65.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-65.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-65.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-65.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-66.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-66.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-66.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-66.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-67.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-67.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-67.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-67.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-68.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-68.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-68.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-68.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-69.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-69.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-69.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-69.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-70.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-70.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-70.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-70.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-71.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-71.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-71.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-71.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-72.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-72.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-72.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-72.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-73.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-73.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-73.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-73.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-74.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-74.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-74.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-74.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-75.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-75.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-75.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-75.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-76.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-76.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-76.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-76.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-77.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-77.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-77.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-77.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-78.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-78.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-78.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-78.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-79.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-79.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-79.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-79.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-80.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-80.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-80.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-80.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-81.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-81.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-81.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-81.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-82.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-82.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-82.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-82.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-83.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-83.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-83.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-83.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-84.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-84.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-84.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-84.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-85.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-85.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-85.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-85.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-86.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-86.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-86.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-86.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-87.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-87.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-87.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-87.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-88.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-88.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-88.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-88.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-89.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-89.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-89.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-89.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-90.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-90.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-90.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-90.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-91.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-91.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-91.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-91.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-92.woff b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-92.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/IBMPlexSansKR-Thin-92.woff rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/IBMPlexSansKR-Thin-92.woff diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/hinted/license.txt b/IBM-Plex-Sans-KR/fonts/hinted/split/woff/license.txt similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/hinted/license.txt rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff/license.txt diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-00.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-00.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-00.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-00.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-01.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-01.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-01.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-01.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-02.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-02.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-02.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-02.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-03.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-03.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-03.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-03.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-04.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-04.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-04.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-04.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-05.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-05.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-05.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-05.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-06.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-06.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-06.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-06.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-07.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-07.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-07.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-07.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-08.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-08.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-08.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-08.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-09.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-09.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-09.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-09.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-10.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-10.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-10.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-10.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-11.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-11.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-11.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-11.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-12.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-12.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-12.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-12.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-13.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-13.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-13.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-13.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-14.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-14.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-14.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-14.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-15.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-15.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-15.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-15.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-16.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-16.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-16.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-16.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-17.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-17.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-17.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-17.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-18.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-18.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-18.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-18.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-19.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-19.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-19.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-19.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-20.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-20.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-20.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-20.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-21.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-21.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-21.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-21.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-22.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-22.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-22.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-22.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-23.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-23.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-23.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-23.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-24.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-24.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-24.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-24.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-25.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-25.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-25.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-25.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-26.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-26.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-26.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-26.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-27.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-27.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-27.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-27.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-28.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-28.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-28.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-28.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-29.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-29.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-29.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-29.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-30.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-30.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-30.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-30.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-31.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-31.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-31.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-31.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-32.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-32.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-32.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-32.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-33.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-33.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-33.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-33.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-34.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-34.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-34.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-34.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-35.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-35.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-35.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-35.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-36.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-36.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-36.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-36.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-37.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-37.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-37.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-37.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-38.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-38.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-38.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-38.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-39.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-39.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-39.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-39.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-40.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-40.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-40.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-40.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-41.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-41.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-41.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-41.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-42.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-42.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-42.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-42.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-43.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-43.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-43.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-43.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-44.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-44.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-44.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-44.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-45.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-45.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-45.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-45.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-46.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-46.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-46.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-46.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-47.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-47.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-47.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-47.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-48.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-48.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-48.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-48.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-49.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-49.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-49.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-49.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-50.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-50.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-50.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-50.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-51.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-51.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-51.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-51.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-52.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-52.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-52.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-52.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-53.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-53.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-53.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-53.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-54.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-54.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-54.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-54.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-55.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-55.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-55.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-55.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-56.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-56.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-56.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-56.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-57.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-57.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-57.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-57.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-58.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-58.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-58.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-58.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-59.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-59.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-59.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-59.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-60.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-60.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-60.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-60.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-61.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-61.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-61.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-61.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-62.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-62.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-62.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-62.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-63.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-63.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-63.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-63.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-64.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-64.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-64.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-64.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-65.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-65.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-65.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-65.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-66.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-66.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-66.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-66.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-67.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-67.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-67.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-67.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-68.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-68.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-68.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-68.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-69.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-69.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-69.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-69.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-70.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-70.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-70.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-70.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-71.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-71.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-71.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-71.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-72.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-72.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-72.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-72.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-73.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-73.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-73.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-73.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-74.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-74.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-74.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-74.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-75.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-75.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-75.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-75.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-76.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-76.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-76.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-76.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-77.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-77.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-77.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-77.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-78.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-78.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-78.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-78.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-79.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-79.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-79.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-79.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-80.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-80.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-80.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-80.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-81.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-81.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-81.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-81.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-82.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-82.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-82.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-82.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-83.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-83.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-83.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-83.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-84.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-84.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-84.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-84.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-85.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-85.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-85.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-85.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-86.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-86.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-86.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-86.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-87.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-87.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-87.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-87.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-88.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-88.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-88.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-88.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-89.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-89.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-89.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-89.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-90.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-90.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-90.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-90.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-91.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-91.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-91.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-91.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-92.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-92.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Bold-92.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Bold-92.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-00.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-00.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-00.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-00.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-01.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-01.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-01.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-01.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-02.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-02.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-02.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-02.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-03.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-03.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-03.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-03.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-04.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-04.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-04.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-04.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-05.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-05.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-05.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-05.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-06.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-06.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-06.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-06.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-07.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-07.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-07.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-07.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-08.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-08.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-08.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-08.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-09.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-09.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-09.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-09.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-10.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-10.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-10.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-10.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-11.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-11.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-11.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-11.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-12.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-12.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-12.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-12.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-13.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-13.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-13.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-13.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-14.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-14.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-14.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-14.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-15.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-15.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-15.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-15.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-16.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-16.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-16.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-16.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-17.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-17.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-17.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-17.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-18.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-18.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-18.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-18.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-19.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-19.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-19.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-19.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-20.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-20.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-20.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-20.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-21.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-21.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-21.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-21.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-22.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-22.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-22.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-22.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-23.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-23.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-23.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-23.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-24.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-24.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-24.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-24.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-25.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-25.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-25.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-25.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-26.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-26.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-26.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-26.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-27.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-27.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-27.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-27.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-28.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-28.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-28.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-28.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-29.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-29.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-29.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-29.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-30.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-30.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-30.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-30.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-31.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-31.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-31.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-31.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-32.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-32.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-32.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-32.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-33.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-33.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-33.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-33.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-34.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-34.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-34.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-34.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-35.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-35.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-35.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-35.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-36.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-36.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-36.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-36.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-37.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-37.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-37.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-37.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-38.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-38.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-38.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-38.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-39.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-39.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-39.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-39.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-40.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-40.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-40.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-40.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-41.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-41.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-41.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-41.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-42.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-42.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-42.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-42.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-43.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-43.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-43.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-43.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-44.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-44.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-44.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-44.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-45.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-45.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-45.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-45.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-46.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-46.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-46.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-46.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-47.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-47.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-47.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-47.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-48.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-48.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-48.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-48.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-49.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-49.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-49.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-49.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-50.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-50.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-50.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-50.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-51.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-51.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-51.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-51.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-52.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-52.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-52.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-52.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-53.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-53.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-53.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-53.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-54.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-54.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-54.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-54.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-55.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-55.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-55.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-55.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-56.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-56.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-56.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-56.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-57.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-57.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-57.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-57.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-58.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-58.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-58.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-58.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-59.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-59.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-59.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-59.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-60.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-60.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-60.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-60.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-61.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-61.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-61.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-61.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-62.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-62.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-62.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-62.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-63.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-63.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-63.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-63.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-64.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-64.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-64.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-64.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-65.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-65.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-65.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-65.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-66.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-66.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-66.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-66.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-67.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-67.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-67.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-67.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-68.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-68.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-68.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-68.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-69.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-69.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-69.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-69.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-70.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-70.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-70.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-70.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-71.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-71.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-71.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-71.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-72.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-72.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-72.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-72.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-73.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-73.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-73.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-73.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-74.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-74.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-74.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-74.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-75.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-75.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-75.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-75.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-76.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-76.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-76.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-76.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-77.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-77.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-77.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-77.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-78.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-78.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-78.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-78.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-79.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-79.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-79.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-79.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-80.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-80.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-80.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-80.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-81.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-81.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-81.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-81.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-82.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-82.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-82.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-82.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-83.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-83.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-83.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-83.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-84.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-84.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-84.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-84.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-85.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-85.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-85.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-85.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-86.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-86.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-86.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-86.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-87.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-87.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-87.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-87.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-88.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-88.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-88.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-88.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-89.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-89.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-89.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-89.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-90.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-90.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-90.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-90.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-91.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-91.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-91.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-91.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-92.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-92.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-ExtraLight-92.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-ExtraLight-92.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-00.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-00.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-00.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-00.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-01.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-01.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-01.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-01.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-02.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-02.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-02.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-02.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-03.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-03.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-03.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-03.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-04.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-04.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-04.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-04.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-05.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-05.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-05.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-05.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-06.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-06.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-06.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-06.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-07.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-07.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-07.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-07.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-08.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-08.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-08.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-08.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-09.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-09.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-09.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-09.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-10.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-10.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-10.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-10.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-11.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-11.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-11.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-11.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-12.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-12.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-12.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-12.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-13.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-13.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-13.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-13.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-14.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-14.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-14.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-14.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-15.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-15.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-15.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-15.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-16.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-16.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-16.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-16.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-17.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-17.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-17.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-17.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-18.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-18.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-18.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-18.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-19.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-19.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-19.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-19.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-20.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-20.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-20.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-20.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-21.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-21.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-21.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-21.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-22.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-22.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-22.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-22.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-23.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-23.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-23.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-23.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-24.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-24.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-24.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-24.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-25.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-25.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-25.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-25.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-26.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-26.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-26.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-26.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-27.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-27.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-27.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-27.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-28.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-28.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-28.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-28.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-29.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-29.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-29.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-29.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-30.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-30.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-30.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-30.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-31.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-31.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-31.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-31.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-32.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-32.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-32.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-32.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-33.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-33.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-33.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-33.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-34.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-34.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-34.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-34.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-35.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-35.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-35.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-35.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-36.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-36.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-36.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-36.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-37.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-37.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-37.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-37.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-38.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-38.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-38.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-38.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-39.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-39.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-39.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-39.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-40.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-40.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-40.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-40.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-41.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-41.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-41.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-41.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-42.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-42.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-42.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-42.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-43.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-43.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-43.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-43.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-44.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-44.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-44.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-44.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-45.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-45.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-45.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-45.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-46.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-46.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-46.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-46.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-47.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-47.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-47.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-47.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-48.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-48.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-48.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-48.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-49.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-49.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-49.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-49.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-50.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-50.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-50.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-50.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-51.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-51.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-51.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-51.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-52.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-52.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-52.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-52.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-53.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-53.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-53.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-53.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-54.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-54.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-54.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-54.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-55.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-55.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-55.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-55.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-56.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-56.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-56.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-56.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-57.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-57.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-57.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-57.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-58.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-58.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-58.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-58.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-59.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-59.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-59.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-59.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-60.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-60.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-60.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-60.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-61.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-61.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-61.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-61.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-62.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-62.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-62.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-62.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-63.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-63.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-63.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-63.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-64.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-64.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-64.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-64.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-65.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-65.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-65.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-65.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-66.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-66.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-66.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-66.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-67.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-67.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-67.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-67.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-68.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-68.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-68.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-68.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-69.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-69.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-69.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-69.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-70.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-70.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-70.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-70.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-71.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-71.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-71.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-71.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-72.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-72.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-72.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-72.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-73.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-73.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-73.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-73.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-74.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-74.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-74.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-74.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-75.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-75.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-75.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-75.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-76.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-76.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-76.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-76.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-77.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-77.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-77.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-77.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-78.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-78.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-78.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-78.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-79.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-79.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-79.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-79.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-80.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-80.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-80.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-80.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-81.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-81.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-81.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-81.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-82.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-82.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-82.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-82.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-83.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-83.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-83.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-83.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-84.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-84.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-84.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-84.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-85.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-85.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-85.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-85.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-86.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-86.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-86.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-86.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-87.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-87.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-87.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-87.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-88.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-88.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-88.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-88.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-89.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-89.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-89.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-89.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-90.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-90.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-90.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-90.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-91.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-91.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-91.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-91.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-92.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-92.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Light-92.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Light-92.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-00.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-00.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-00.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-00.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-01.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-01.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-01.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-01.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-02.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-02.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-02.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-02.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-03.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-03.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-03.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-03.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-04.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-04.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-04.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-04.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-05.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-05.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-05.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-05.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-06.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-06.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-06.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-06.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-07.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-07.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-07.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-07.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-08.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-08.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-08.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-08.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-09.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-09.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-09.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-09.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-10.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-10.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-10.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-10.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-11.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-11.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-11.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-11.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-12.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-12.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-12.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-12.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-13.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-13.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-13.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-13.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-14.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-14.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-14.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-14.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-15.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-15.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-15.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-15.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-16.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-16.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-16.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-16.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-17.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-17.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-17.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-17.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-18.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-18.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-18.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-18.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-19.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-19.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-19.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-19.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-20.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-20.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-20.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-20.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-21.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-21.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-21.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-21.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-22.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-22.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-22.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-22.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-23.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-23.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-23.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-23.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-24.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-24.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-24.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-24.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-25.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-25.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-25.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-25.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-26.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-26.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-26.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-26.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-27.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-27.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-27.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-27.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-28.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-28.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-28.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-28.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-29.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-29.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-29.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-29.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-30.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-30.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-30.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-30.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-31.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-31.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-31.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-31.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-32.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-32.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-32.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-32.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-33.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-33.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-33.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-33.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-34.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-34.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-34.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-34.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-35.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-35.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-35.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-35.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-36.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-36.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-36.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-36.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-37.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-37.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-37.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-37.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-38.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-38.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-38.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-38.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-39.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-39.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-39.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-39.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-40.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-40.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-40.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-40.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-41.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-41.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-41.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-41.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-42.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-42.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-42.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-42.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-43.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-43.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-43.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-43.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-44.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-44.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-44.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-44.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-45.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-45.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-45.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-45.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-46.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-46.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-46.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-46.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-47.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-47.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-47.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-47.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-48.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-48.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-48.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-48.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-49.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-49.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-49.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-49.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-50.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-50.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-50.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-50.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-51.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-51.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-51.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-51.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-52.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-52.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-52.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-52.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-53.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-53.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-53.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-53.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-54.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-54.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-54.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-54.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-55.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-55.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-55.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-55.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-56.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-56.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-56.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-56.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-57.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-57.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-57.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-57.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-58.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-58.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-58.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-58.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-59.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-59.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-59.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-59.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-60.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-60.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-60.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-60.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-61.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-61.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-61.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-61.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-62.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-62.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-62.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-62.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-63.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-63.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-63.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-63.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-64.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-64.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-64.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-64.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-65.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-65.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-65.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-65.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-66.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-66.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-66.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-66.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-67.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-67.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-67.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-67.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-68.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-68.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-68.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-68.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-69.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-69.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-69.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-69.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-70.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-70.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-70.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-70.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-71.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-71.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-71.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-71.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-72.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-72.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-72.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-72.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-73.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-73.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-73.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-73.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-74.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-74.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-74.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-74.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-75.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-75.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-75.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-75.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-76.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-76.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-76.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-76.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-77.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-77.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-77.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-77.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-78.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-78.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-78.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-78.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-79.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-79.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-79.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-79.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-80.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-80.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-80.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-80.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-81.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-81.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-81.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-81.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-82.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-82.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-82.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-82.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-83.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-83.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-83.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-83.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-84.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-84.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-84.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-84.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-85.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-85.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-85.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-85.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-86.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-86.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-86.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-86.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-87.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-87.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-87.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-87.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-88.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-88.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-88.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-88.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-89.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-89.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-89.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-89.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-90.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-90.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-90.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-90.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-91.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-91.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-91.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-91.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-92.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-92.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Medium-92.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Medium-92.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-00.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-00.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-00.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-00.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-01.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-01.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-01.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-01.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-02.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-02.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-02.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-02.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-03.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-03.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-03.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-03.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-04.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-04.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-04.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-04.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-05.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-05.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-05.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-05.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-06.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-06.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-06.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-06.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-07.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-07.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-07.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-07.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-08.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-08.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-08.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-08.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-09.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-09.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-09.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-09.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-10.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-10.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-10.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-10.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-11.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-11.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-11.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-11.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-12.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-12.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-12.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-12.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-13.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-13.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-13.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-13.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-14.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-14.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-14.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-14.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-15.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-15.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-15.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-15.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-16.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-16.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-16.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-16.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-17.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-17.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-17.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-17.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-18.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-18.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-18.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-18.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-19.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-19.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-19.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-19.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-20.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-20.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-20.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-20.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-21.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-21.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-21.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-21.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-22.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-22.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-22.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-22.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-23.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-23.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-23.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-23.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-24.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-24.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-24.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-24.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-25.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-25.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-25.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-25.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-26.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-26.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-26.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-26.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-27.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-27.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-27.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-27.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-28.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-28.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-28.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-28.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-29.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-29.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-29.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-29.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-30.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-30.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-30.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-30.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-31.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-31.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-31.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-31.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-32.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-32.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-32.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-32.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-33.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-33.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-33.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-33.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-34.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-34.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-34.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-34.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-35.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-35.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-35.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-35.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-36.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-36.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-36.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-36.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-37.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-37.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-37.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-37.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-38.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-38.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-38.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-38.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-39.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-39.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-39.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-39.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-40.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-40.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-40.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-40.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-41.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-41.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-41.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-41.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-42.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-42.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-42.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-42.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-43.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-43.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-43.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-43.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-44.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-44.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-44.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-44.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-45.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-45.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-45.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-45.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-46.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-46.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-46.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-46.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-47.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-47.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-47.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-47.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-48.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-48.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-48.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-48.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-49.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-49.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-49.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-49.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-50.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-50.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-50.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-50.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-51.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-51.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-51.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-51.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-52.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-52.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-52.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-52.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-53.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-53.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-53.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-53.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-54.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-54.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-54.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-54.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-55.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-55.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-55.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-55.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-56.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-56.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-56.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-56.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-57.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-57.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-57.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-57.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-58.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-58.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-58.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-58.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-59.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-59.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-59.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-59.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-60.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-60.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-60.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-60.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-61.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-61.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-61.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-61.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-62.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-62.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-62.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-62.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-63.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-63.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-63.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-63.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-64.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-64.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-64.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-64.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-65.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-65.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-65.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-65.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-66.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-66.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-66.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-66.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-67.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-67.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-67.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-67.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-68.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-68.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-68.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-68.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-69.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-69.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-69.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-69.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-70.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-70.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-70.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-70.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-71.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-71.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-71.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-71.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-72.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-72.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-72.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-72.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-73.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-73.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-73.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-73.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-74.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-74.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-74.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-74.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-75.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-75.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-75.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-75.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-76.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-76.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-76.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-76.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-77.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-77.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-77.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-77.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-78.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-78.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-78.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-78.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-79.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-79.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-79.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-79.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-80.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-80.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-80.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-80.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-81.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-81.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-81.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-81.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-82.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-82.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-82.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-82.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-83.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-83.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-83.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-83.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-84.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-84.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-84.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-84.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-85.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-85.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-85.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-85.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-86.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-86.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-86.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-86.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-87.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-87.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-87.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-87.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-88.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-88.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-88.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-88.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-89.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-89.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-89.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-89.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-90.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-90.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-90.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-90.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-91.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-91.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-91.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-91.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-92.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-92.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Regular-92.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Regular-92.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-00.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-00.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-00.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-00.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-01.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-01.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-01.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-01.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-02.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-02.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-02.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-02.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-03.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-03.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-03.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-03.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-04.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-04.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-04.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-04.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-05.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-05.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-05.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-05.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-06.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-06.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-06.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-06.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-07.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-07.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-07.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-07.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-08.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-08.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-08.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-08.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-09.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-09.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-09.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-09.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-10.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-10.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-10.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-10.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-11.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-11.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-11.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-11.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-12.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-12.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-12.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-12.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-13.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-13.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-13.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-13.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-14.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-14.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-14.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-14.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-15.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-15.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-15.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-15.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-16.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-16.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-16.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-16.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-17.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-17.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-17.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-17.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-18.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-18.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-18.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-18.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-19.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-19.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-19.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-19.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-20.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-20.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-20.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-20.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-21.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-21.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-21.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-21.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-22.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-22.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-22.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-22.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-23.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-23.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-23.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-23.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-24.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-24.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-24.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-24.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-25.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-25.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-25.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-25.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-26.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-26.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-26.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-26.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-27.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-27.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-27.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-27.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-28.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-28.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-28.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-28.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-29.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-29.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-29.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-29.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-30.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-30.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-30.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-30.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-31.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-31.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-31.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-31.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-32.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-32.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-32.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-32.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-33.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-33.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-33.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-33.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-34.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-34.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-34.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-34.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-35.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-35.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-35.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-35.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-36.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-36.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-36.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-36.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-37.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-37.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-37.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-37.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-38.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-38.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-38.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-38.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-39.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-39.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-39.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-39.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-40.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-40.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-40.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-40.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-41.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-41.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-41.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-41.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-42.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-42.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-42.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-42.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-43.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-43.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-43.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-43.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-44.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-44.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-44.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-44.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-45.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-45.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-45.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-45.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-46.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-46.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-46.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-46.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-47.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-47.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-47.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-47.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-48.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-48.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-48.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-48.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-49.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-49.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-49.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-49.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-50.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-50.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-50.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-50.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-51.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-51.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-51.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-51.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-52.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-52.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-52.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-52.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-53.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-53.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-53.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-53.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-54.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-54.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-54.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-54.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-55.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-55.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-55.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-55.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-56.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-56.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-56.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-56.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-57.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-57.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-57.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-57.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-58.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-58.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-58.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-58.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-59.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-59.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-59.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-59.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-60.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-60.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-60.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-60.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-61.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-61.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-61.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-61.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-62.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-62.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-62.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-62.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-63.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-63.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-63.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-63.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-64.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-64.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-64.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-64.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-65.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-65.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-65.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-65.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-66.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-66.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-66.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-66.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-67.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-67.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-67.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-67.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-68.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-68.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-68.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-68.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-69.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-69.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-69.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-69.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-70.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-70.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-70.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-70.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-71.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-71.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-71.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-71.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-72.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-72.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-72.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-72.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-73.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-73.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-73.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-73.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-74.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-74.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-74.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-74.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-75.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-75.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-75.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-75.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-76.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-76.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-76.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-76.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-77.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-77.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-77.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-77.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-78.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-78.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-78.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-78.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-79.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-79.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-79.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-79.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-80.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-80.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-80.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-80.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-81.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-81.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-81.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-81.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-82.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-82.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-82.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-82.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-83.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-83.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-83.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-83.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-84.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-84.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-84.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-84.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-85.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-85.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-85.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-85.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-86.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-86.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-86.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-86.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-87.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-87.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-87.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-87.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-88.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-88.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-88.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-88.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-89.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-89.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-89.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-89.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-90.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-90.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-90.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-90.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-91.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-91.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-91.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-91.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-92.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-92.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-SemiBold-92.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-SemiBold-92.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-00.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-00.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-00.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-00.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-01.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-01.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-01.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-01.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-02.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-02.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-02.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-02.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-03.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-03.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-03.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-03.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-04.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-04.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-04.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-04.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-05.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-05.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-05.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-05.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-06.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-06.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-06.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-06.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-07.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-07.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-07.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-07.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-08.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-08.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-08.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-08.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-09.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-09.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-09.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-09.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-10.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-10.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-10.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-10.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-11.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-11.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-11.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-11.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-12.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-12.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-12.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-12.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-13.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-13.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-13.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-13.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-14.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-14.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-14.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-14.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-15.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-15.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-15.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-15.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-16.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-16.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-16.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-16.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-17.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-17.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-17.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-17.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-18.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-18.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-18.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-18.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-19.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-19.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-19.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-19.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-20.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-20.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-20.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-20.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-21.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-21.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-21.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-21.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-22.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-22.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-22.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-22.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-23.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-23.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-23.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-23.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-24.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-24.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-24.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-24.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-25.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-25.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-25.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-25.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-26.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-26.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-26.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-26.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-27.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-27.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-27.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-27.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-28.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-28.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-28.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-28.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-29.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-29.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-29.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-29.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-30.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-30.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-30.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-30.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-31.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-31.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-31.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-31.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-32.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-32.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-32.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-32.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-33.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-33.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-33.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-33.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-34.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-34.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-34.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-34.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-35.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-35.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-35.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-35.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-36.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-36.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-36.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-36.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-37.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-37.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-37.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-37.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-38.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-38.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-38.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-38.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-39.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-39.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-39.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-39.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-40.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-40.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-40.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-40.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-41.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-41.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-41.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-41.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-42.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-42.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-42.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-42.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-43.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-43.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-43.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-43.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-44.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-44.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-44.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-44.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-45.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-45.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-45.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-45.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-46.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-46.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-46.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-46.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-47.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-47.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-47.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-47.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-48.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-48.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-48.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-48.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-49.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-49.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-49.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-49.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-50.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-50.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-50.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-50.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-51.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-51.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-51.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-51.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-52.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-52.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-52.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-52.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-53.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-53.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-53.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-53.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-54.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-54.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-54.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-54.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-55.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-55.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-55.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-55.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-56.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-56.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-56.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-56.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-57.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-57.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-57.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-57.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-58.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-58.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-58.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-58.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-59.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-59.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-59.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-59.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-60.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-60.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-60.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-60.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-61.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-61.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-61.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-61.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-62.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-62.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-62.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-62.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-63.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-63.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-63.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-63.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-64.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-64.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-64.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-64.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-65.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-65.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-65.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-65.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-66.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-66.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-66.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-66.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-67.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-67.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-67.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-67.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-68.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-68.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-68.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-68.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-69.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-69.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-69.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-69.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-70.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-70.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-70.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-70.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-71.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-71.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-71.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-71.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-72.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-72.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-72.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-72.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-73.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-73.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-73.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-73.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-74.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-74.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-74.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-74.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-75.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-75.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-75.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-75.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-76.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-76.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-76.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-76.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-77.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-77.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-77.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-77.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-78.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-78.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-78.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-78.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-79.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-79.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-79.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-79.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-80.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-80.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-80.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-80.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-81.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-81.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-81.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-81.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-82.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-82.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-82.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-82.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-83.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-83.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-83.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-83.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-84.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-84.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-84.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-84.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-85.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-85.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-85.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-85.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-86.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-86.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-86.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-86.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-87.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-87.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-87.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-87.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-88.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-88.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-88.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-88.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-89.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-89.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-89.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-89.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-90.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-90.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-90.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-90.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-91.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-91.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-91.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-91.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-92.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-92.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Text-92.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Text-92.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-00.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-00.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-00.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-00.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-01.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-01.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-01.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-01.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-02.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-02.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-02.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-02.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-03.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-03.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-03.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-03.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-04.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-04.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-04.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-04.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-05.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-05.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-05.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-05.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-06.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-06.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-06.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-06.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-07.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-07.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-07.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-07.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-08.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-08.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-08.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-08.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-09.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-09.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-09.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-09.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-10.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-10.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-10.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-10.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-11.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-11.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-11.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-11.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-12.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-12.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-12.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-12.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-13.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-13.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-13.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-13.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-14.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-14.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-14.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-14.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-15.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-15.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-15.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-15.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-16.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-16.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-16.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-16.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-17.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-17.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-17.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-17.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-18.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-18.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-18.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-18.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-19.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-19.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-19.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-19.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-20.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-20.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-20.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-20.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-21.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-21.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-21.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-21.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-22.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-22.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-22.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-22.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-23.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-23.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-23.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-23.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-24.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-24.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-24.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-24.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-25.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-25.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-25.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-25.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-26.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-26.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-26.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-26.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-27.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-27.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-27.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-27.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-28.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-28.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-28.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-28.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-29.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-29.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-29.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-29.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-30.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-30.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-30.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-30.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-31.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-31.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-31.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-31.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-32.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-32.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-32.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-32.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-33.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-33.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-33.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-33.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-34.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-34.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-34.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-34.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-35.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-35.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-35.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-35.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-36.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-36.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-36.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-36.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-37.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-37.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-37.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-37.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-38.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-38.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-38.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-38.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-39.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-39.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-39.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-39.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-40.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-40.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-40.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-40.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-41.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-41.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-41.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-41.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-42.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-42.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-42.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-42.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-43.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-43.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-43.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-43.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-44.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-44.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-44.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-44.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-45.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-45.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-45.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-45.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-46.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-46.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-46.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-46.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-47.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-47.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-47.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-47.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-48.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-48.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-48.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-48.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-49.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-49.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-49.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-49.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-50.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-50.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-50.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-50.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-51.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-51.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-51.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-51.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-52.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-52.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-52.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-52.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-53.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-53.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-53.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-53.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-54.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-54.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-54.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-54.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-55.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-55.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-55.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-55.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-56.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-56.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-56.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-56.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-57.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-57.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-57.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-57.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-58.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-58.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-58.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-58.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-59.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-59.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-59.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-59.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-60.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-60.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-60.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-60.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-61.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-61.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-61.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-61.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-62.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-62.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-62.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-62.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-63.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-63.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-63.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-63.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-64.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-64.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-64.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-64.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-65.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-65.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-65.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-65.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-66.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-66.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-66.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-66.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-67.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-67.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-67.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-67.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-68.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-68.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-68.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-68.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-69.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-69.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-69.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-69.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-70.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-70.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-70.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-70.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-71.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-71.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-71.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-71.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-72.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-72.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-72.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-72.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-73.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-73.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-73.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-73.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-74.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-74.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-74.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-74.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-75.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-75.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-75.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-75.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-76.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-76.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-76.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-76.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-77.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-77.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-77.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-77.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-78.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-78.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-78.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-78.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-79.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-79.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-79.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-79.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-80.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-80.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-80.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-80.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-81.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-81.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-81.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-81.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-82.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-82.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-82.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-82.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-83.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-83.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-83.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-83.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-84.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-84.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-84.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-84.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-85.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-85.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-85.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-85.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-86.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-86.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-86.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-86.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-87.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-87.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-87.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-87.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-88.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-88.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-88.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-88.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-89.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-89.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-89.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-89.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-90.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-90.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-90.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-90.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-91.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-91.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-91.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-91.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-92.woff2 b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-92.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/IBMPlexSansKR-Thin-92.woff2 rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/IBMPlexSansKR-Thin-92.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/license.txt b/IBM-Plex-Sans-KR/fonts/hinted/split/woff2/license.txt similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/license.txt rename to IBM-Plex-Sans-KR/fonts/hinted/split/woff2/license.txt diff --git a/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Bold.eot b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Bold.eot new file mode 100644 index 0000000000..67f0558706 Binary files /dev/null and b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Bold.eot differ diff --git a/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-ExtraLight.eot b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-ExtraLight.eot new file mode 100644 index 0000000000..70ac904ec0 Binary files /dev/null and b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-ExtraLight.eot differ diff --git a/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Light.eot b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Light.eot new file mode 100644 index 0000000000..ee7dfb900e Binary files /dev/null and b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Light.eot differ diff --git a/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Medium.eot b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Medium.eot new file mode 100644 index 0000000000..fd6f79d162 Binary files /dev/null and b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Medium.eot differ diff --git a/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Regular.eot b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Regular.eot new file mode 100644 index 0000000000..b382b53ce7 Binary files /dev/null and b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Regular.eot differ diff --git a/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-SemiBold.eot b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-SemiBold.eot new file mode 100644 index 0000000000..80cb726f76 Binary files /dev/null and b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-SemiBold.eot differ diff --git a/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Text.eot b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Text.eot new file mode 100644 index 0000000000..15614359b1 Binary files /dev/null and b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Text.eot differ diff --git a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Thin.eot b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Thin.eot similarity index 98% rename from IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Thin.eot rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Thin.eot index f147b6bc40..682862f35f 100644 Binary files a/IBM-Plex-Sans-KR/fonts/complete/eot/unhinted/IBMPlexSansKR-Thin.eot and b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/IBMPlexSansKR-Thin.eot differ diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/license.txt b/IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/license.txt similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/hinted/license.txt rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/eot/license.txt diff --git a/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Bold.otf b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Bold.otf new file mode 100644 index 0000000000..82b4943f72 Binary files /dev/null and b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Bold.otf differ diff --git a/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-ExtraLight.otf b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-ExtraLight.otf new file mode 100644 index 0000000000..892d1cd41e Binary files /dev/null and b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-ExtraLight.otf differ diff --git a/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Light.otf b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Light.otf new file mode 100644 index 0000000000..be088c48cb Binary files /dev/null and b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Light.otf differ diff --git a/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Medium.otf b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Medium.otf new file mode 100644 index 0000000000..69058a5d4a Binary files /dev/null and b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Medium.otf differ diff --git a/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Regular.otf b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Regular.otf new file mode 100644 index 0000000000..ee63e91629 Binary files /dev/null and b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Regular.otf differ diff --git a/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-SemiBold.otf b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-SemiBold.otf new file mode 100644 index 0000000000..b90bd1c84b Binary files /dev/null and b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-SemiBold.otf differ diff --git a/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Text.otf b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Text.otf new file mode 100644 index 0000000000..136d117c57 Binary files /dev/null and b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Text.otf differ diff --git a/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Thin.otf b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Thin.otf new file mode 100644 index 0000000000..a4b5c6c508 Binary files /dev/null and b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/IBMPlexSansKR-Thin.otf differ diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/license.txt b/IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/license.txt similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/license.txt rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/otf/license.txt diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/IBMPlexSansKR-Bold.ttf b/IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/IBMPlexSansKR-Bold.ttf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/IBMPlexSansKR-Bold.ttf rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/IBMPlexSansKR-Bold.ttf diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/IBMPlexSansKR-ExtraLight.ttf b/IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/IBMPlexSansKR-ExtraLight.ttf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/IBMPlexSansKR-ExtraLight.ttf rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/IBMPlexSansKR-ExtraLight.ttf diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/IBMPlexSansKR-Light.ttf b/IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/IBMPlexSansKR-Light.ttf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/IBMPlexSansKR-Light.ttf rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/IBMPlexSansKR-Light.ttf diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/IBMPlexSansKR-Medium.ttf b/IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/IBMPlexSansKR-Medium.ttf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/IBMPlexSansKR-Medium.ttf rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/IBMPlexSansKR-Medium.ttf diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/IBMPlexSansKR-Regular.ttf b/IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/IBMPlexSansKR-Regular.ttf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/IBMPlexSansKR-Regular.ttf rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/IBMPlexSansKR-Regular.ttf diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/IBMPlexSansKR-SemiBold.ttf b/IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/IBMPlexSansKR-SemiBold.ttf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/IBMPlexSansKR-SemiBold.ttf rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/IBMPlexSansKR-SemiBold.ttf diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/IBMPlexSansKR-Text.ttf b/IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/IBMPlexSansKR-Text.ttf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/IBMPlexSansKR-Text.ttf rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/IBMPlexSansKR-Text.ttf diff --git a/IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/IBMPlexSansKR-Thin.ttf b/IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/IBMPlexSansKR-Thin.ttf similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/ttf/unhinted/IBMPlexSansKR-Thin.ttf rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/IBMPlexSansKR-Thin.ttf diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/hinted/license.txt b/IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/license.txt similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/hinted/license.txt rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/ttf/license.txt diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/IBMPlexSansKR-Bold.woff b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/IBMPlexSansKR-Bold.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/IBMPlexSansKR-Bold.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/IBMPlexSansKR-Bold.woff diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/IBMPlexSansKR-ExtraLight.woff b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/IBMPlexSansKR-ExtraLight.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/IBMPlexSansKR-ExtraLight.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/IBMPlexSansKR-ExtraLight.woff diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/IBMPlexSansKR-Light.woff b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/IBMPlexSansKR-Light.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/IBMPlexSansKR-Light.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/IBMPlexSansKR-Light.woff diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/IBMPlexSansKR-Medium.woff b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/IBMPlexSansKR-Medium.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/IBMPlexSansKR-Medium.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/IBMPlexSansKR-Medium.woff diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/IBMPlexSansKR-Regular.woff b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/IBMPlexSansKR-Regular.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/IBMPlexSansKR-Regular.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/IBMPlexSansKR-Regular.woff diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/IBMPlexSansKR-SemiBold.woff b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/IBMPlexSansKR-SemiBold.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/IBMPlexSansKR-SemiBold.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/IBMPlexSansKR-SemiBold.woff diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/IBMPlexSansKR-Text.woff b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/IBMPlexSansKR-Text.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/IBMPlexSansKR-Text.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/IBMPlexSansKR-Text.woff diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/IBMPlexSansKR-Thin.woff b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/IBMPlexSansKR-Thin.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff/unhinted/IBMPlexSansKR-Thin.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/IBMPlexSansKR-Thin.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/license.txt b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/license.txt similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/license.txt rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff/license.txt diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/IBMPlexSansKR-Bold.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/IBMPlexSansKR-Bold.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/IBMPlexSansKR-Bold.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/IBMPlexSansKR-Bold.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/IBMPlexSansKR-ExtraLight.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/IBMPlexSansKR-ExtraLight.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/IBMPlexSansKR-ExtraLight.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/IBMPlexSansKR-ExtraLight.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/IBMPlexSansKR-Light.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/IBMPlexSansKR-Light.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/IBMPlexSansKR-Light.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/IBMPlexSansKR-Light.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/IBMPlexSansKR-Medium.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/IBMPlexSansKR-Medium.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/IBMPlexSansKR-Medium.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/IBMPlexSansKR-Medium.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/IBMPlexSansKR-Regular.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/IBMPlexSansKR-Regular.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/IBMPlexSansKR-Regular.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/IBMPlexSansKR-Regular.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/IBMPlexSansKR-SemiBold.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/IBMPlexSansKR-SemiBold.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/IBMPlexSansKR-SemiBold.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/IBMPlexSansKR-SemiBold.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/IBMPlexSansKR-Text.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/IBMPlexSansKR-Text.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/IBMPlexSansKR-Text.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/IBMPlexSansKR-Text.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/IBMPlexSansKR-Thin.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/IBMPlexSansKR-Thin.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/complete/woff2/unhinted/IBMPlexSansKR-Thin.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/IBMPlexSansKR-Thin.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/hinted/license.txt b/IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/license.txt similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/hinted/license.txt rename to IBM-Plex-Sans-KR/fonts/unhinted/complete/woff2/license.txt diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-00.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-00.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-00.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-00.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-01.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-01.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-01.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-01.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-02.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-02.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-02.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-02.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-03.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-03.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-03.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-03.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-04.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-04.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-04.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-04.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-05.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-05.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-05.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-05.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-06.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-06.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-06.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-06.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-07.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-07.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-07.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-07.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-08.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-08.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-08.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-08.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-09.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-09.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-09.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-09.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-10.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-10.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-10.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-10.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-11.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-11.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-11.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-11.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-12.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-12.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-12.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-12.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-13.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-13.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-13.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-13.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-14.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-14.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-14.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-14.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-15.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-15.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-15.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-15.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-16.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-16.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-16.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-16.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-17.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-17.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-17.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-17.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-18.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-18.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-18.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-18.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-19.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-19.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-19.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-19.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-20.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-20.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-20.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-20.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-21.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-21.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-21.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-21.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-22.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-22.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-22.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-22.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-23.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-23.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-23.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-23.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-24.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-24.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-24.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-24.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-25.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-25.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-25.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-25.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-26.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-26.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-26.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-26.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-27.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-27.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-27.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-27.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-28.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-28.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-28.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-28.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-29.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-29.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-29.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-29.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-30.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-30.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-30.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-30.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-31.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-31.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-31.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-31.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-32.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-32.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-32.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-32.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-33.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-33.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-33.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-33.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-34.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-34.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-34.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-34.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-35.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-35.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-35.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-35.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-36.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-36.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-36.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-36.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-37.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-37.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-37.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-37.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-38.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-38.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-38.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-38.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-39.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-39.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-39.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-39.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-40.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-40.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-40.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-40.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-41.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-41.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-41.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-41.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-42.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-42.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-42.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-42.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-43.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-43.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-43.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-43.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-44.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-44.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-44.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-44.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-45.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-45.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-45.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-45.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-46.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-46.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-46.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-46.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-47.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-47.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-47.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-47.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-48.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-48.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-48.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-48.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-49.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-49.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-49.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-49.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-50.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-50.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-50.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-50.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-51.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-51.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-51.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-51.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-52.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-52.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-52.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-52.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-53.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-53.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-53.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-53.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-54.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-54.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-54.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-54.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-55.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-55.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-55.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-55.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-56.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-56.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-56.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-56.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-57.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-57.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-57.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-57.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-58.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-58.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-58.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-58.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-59.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-59.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-59.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-59.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-60.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-60.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-60.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-60.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-61.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-61.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-61.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-61.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-62.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-62.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-62.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-62.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-63.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-63.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-63.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-63.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-64.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-64.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-64.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-64.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-65.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-65.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-65.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-65.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-66.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-66.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-66.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-66.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-67.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-67.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-67.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-67.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-68.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-68.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-68.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-68.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-69.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-69.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-69.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-69.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-70.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-70.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-70.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-70.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-71.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-71.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-71.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-71.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-72.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-72.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-72.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-72.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-73.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-73.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-73.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-73.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-74.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-74.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-74.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-74.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-75.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-75.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-75.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-75.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-76.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-76.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-76.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-76.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-77.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-77.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-77.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-77.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-78.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-78.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-78.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-78.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-79.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-79.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-79.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-79.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-80.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-80.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-80.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-80.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-81.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-81.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-81.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-81.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-82.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-82.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-82.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-82.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-83.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-83.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-83.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-83.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-84.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-84.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-84.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-84.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-85.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-85.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-85.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-85.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-86.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-86.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-86.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-86.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-87.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-87.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-87.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-87.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-88.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-88.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-88.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-88.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-89.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-89.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-89.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-89.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-90.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-90.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-90.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-90.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-91.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-91.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-91.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-91.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-92.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-92.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Bold-92.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Bold-92.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-00.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-00.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-00.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-00.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-01.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-01.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-01.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-01.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-02.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-02.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-02.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-02.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-03.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-03.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-03.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-03.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-04.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-04.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-04.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-04.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-05.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-05.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-05.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-05.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-06.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-06.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-06.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-06.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-07.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-07.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-07.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-07.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-08.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-08.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-08.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-08.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-09.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-09.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-09.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-09.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-10.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-10.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-10.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-10.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-11.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-11.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-11.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-11.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-12.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-12.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-12.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-12.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-13.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-13.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-13.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-13.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-14.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-14.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-14.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-14.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-15.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-15.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-15.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-15.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-16.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-16.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-16.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-16.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-17.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-17.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-17.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-17.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-18.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-18.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-18.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-18.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-19.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-19.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-19.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-19.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-20.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-20.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-20.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-20.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-21.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-21.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-21.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-21.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-22.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-22.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-22.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-22.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-23.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-23.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-23.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-23.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-24.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-24.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-24.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-24.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-25.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-25.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-25.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-25.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-26.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-26.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-26.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-26.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-27.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-27.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-27.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-27.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-28.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-28.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-28.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-28.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-29.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-29.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-29.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-29.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-30.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-30.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-30.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-30.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-31.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-31.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-31.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-31.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-32.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-32.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-32.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-32.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-33.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-33.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-33.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-33.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-34.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-34.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-34.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-34.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-35.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-35.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-35.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-35.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-36.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-36.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-36.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-36.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-37.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-37.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-37.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-37.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-38.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-38.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-38.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-38.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-39.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-39.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-39.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-39.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-40.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-40.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-40.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-40.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-41.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-41.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-41.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-41.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-42.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-42.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-42.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-42.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-43.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-43.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-43.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-43.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-44.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-44.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-44.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-44.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-45.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-45.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-45.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-45.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-46.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-46.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-46.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-46.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-47.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-47.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-47.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-47.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-48.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-48.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-48.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-48.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-49.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-49.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-49.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-49.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-50.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-50.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-50.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-50.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-51.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-51.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-51.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-51.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-52.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-52.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-52.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-52.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-53.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-53.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-53.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-53.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-54.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-54.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-54.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-54.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-55.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-55.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-55.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-55.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-56.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-56.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-56.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-56.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-57.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-57.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-57.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-57.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-58.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-58.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-58.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-58.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-59.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-59.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-59.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-59.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-60.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-60.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-60.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-60.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-61.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-61.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-61.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-61.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-62.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-62.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-62.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-62.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-63.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-63.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-63.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-63.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-64.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-64.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-64.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-64.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-65.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-65.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-65.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-65.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-66.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-66.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-66.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-66.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-67.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-67.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-67.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-67.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-68.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-68.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-68.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-68.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-69.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-69.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-69.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-69.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-70.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-70.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-70.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-70.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-71.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-71.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-71.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-71.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-72.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-72.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-72.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-72.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-73.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-73.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-73.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-73.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-74.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-74.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-74.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-74.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-75.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-75.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-75.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-75.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-76.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-76.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-76.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-76.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-77.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-77.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-77.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-77.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-78.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-78.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-78.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-78.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-79.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-79.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-79.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-79.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-80.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-80.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-80.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-80.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-81.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-81.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-81.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-81.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-82.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-82.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-82.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-82.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-83.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-83.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-83.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-83.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-84.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-84.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-84.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-84.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-85.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-85.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-85.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-85.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-86.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-86.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-86.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-86.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-87.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-87.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-87.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-87.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-88.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-88.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-88.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-88.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-89.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-89.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-89.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-89.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-90.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-90.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-90.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-90.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-91.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-91.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-91.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-91.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-92.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-92.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-ExtraLight-92.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-ExtraLight-92.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-00.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-00.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-00.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-00.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-01.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-01.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-01.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-01.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-02.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-02.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-02.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-02.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-03.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-03.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-03.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-03.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-04.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-04.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-04.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-04.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-05.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-05.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-05.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-05.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-06.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-06.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-06.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-06.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-07.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-07.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-07.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-07.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-08.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-08.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-08.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-08.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-09.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-09.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-09.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-09.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-10.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-10.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-10.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-10.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-11.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-11.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-11.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-11.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-12.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-12.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-12.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-12.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-13.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-13.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-13.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-13.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-14.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-14.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-14.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-14.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-15.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-15.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-15.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-15.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-16.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-16.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-16.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-16.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-17.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-17.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-17.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-17.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-18.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-18.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-18.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-18.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-19.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-19.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-19.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-19.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-20.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-20.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-20.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-20.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-21.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-21.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-21.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-21.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-22.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-22.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-22.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-22.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-23.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-23.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-23.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-23.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-24.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-24.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-24.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-24.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-25.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-25.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-25.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-25.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-26.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-26.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-26.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-26.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-27.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-27.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-27.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-27.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-28.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-28.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-28.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-28.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-29.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-29.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-29.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-29.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-30.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-30.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-30.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-30.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-31.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-31.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-31.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-31.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-32.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-32.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-32.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-32.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-33.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-33.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-33.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-33.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-34.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-34.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-34.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-34.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-35.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-35.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-35.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-35.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-36.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-36.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-36.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-36.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-37.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-37.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-37.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-37.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-38.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-38.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-38.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-38.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-39.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-39.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-39.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-39.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-40.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-40.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-40.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-40.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-41.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-41.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-41.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-41.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-42.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-42.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-42.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-42.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-43.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-43.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-43.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-43.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-44.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-44.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-44.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-44.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-45.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-45.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-45.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-45.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-46.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-46.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-46.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-46.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-47.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-47.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-47.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-47.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-48.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-48.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-48.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-48.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-49.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-49.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-49.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-49.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-50.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-50.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-50.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-50.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-51.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-51.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-51.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-51.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-52.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-52.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-52.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-52.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-53.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-53.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-53.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-53.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-54.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-54.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-54.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-54.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-55.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-55.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-55.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-55.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-56.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-56.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-56.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-56.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-57.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-57.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-57.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-57.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-58.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-58.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-58.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-58.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-59.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-59.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-59.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-59.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-60.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-60.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-60.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-60.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-61.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-61.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-61.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-61.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-62.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-62.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-62.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-62.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-63.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-63.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-63.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-63.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-64.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-64.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-64.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-64.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-65.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-65.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-65.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-65.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-66.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-66.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-66.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-66.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-67.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-67.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-67.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-67.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-68.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-68.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-68.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-68.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-69.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-69.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-69.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-69.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-70.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-70.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-70.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-70.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-71.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-71.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-71.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-71.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-72.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-72.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-72.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-72.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-73.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-73.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-73.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-73.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-74.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-74.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-74.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-74.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-75.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-75.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-75.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-75.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-76.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-76.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-76.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-76.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-77.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-77.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-77.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-77.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-78.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-78.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-78.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-78.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-79.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-79.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-79.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-79.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-80.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-80.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-80.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-80.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-81.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-81.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-81.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-81.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-82.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-82.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-82.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-82.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-83.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-83.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-83.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-83.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-84.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-84.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-84.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-84.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-85.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-85.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-85.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-85.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-86.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-86.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-86.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-86.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-87.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-87.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-87.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-87.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-88.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-88.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-88.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-88.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-89.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-89.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-89.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-89.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-90.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-90.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-90.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-90.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-91.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-91.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-91.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-91.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-92.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-92.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Light-92.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Light-92.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-00.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-00.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-00.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-00.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-01.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-01.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-01.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-01.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-02.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-02.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-02.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-02.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-03.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-03.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-03.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-03.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-04.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-04.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-04.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-04.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-05.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-05.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-05.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-05.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-06.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-06.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-06.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-06.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-07.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-07.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-07.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-07.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-08.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-08.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-08.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-08.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-09.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-09.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-09.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-09.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-10.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-10.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-10.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-10.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-11.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-11.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-11.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-11.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-12.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-12.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-12.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-12.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-13.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-13.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-13.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-13.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-14.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-14.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-14.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-14.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-15.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-15.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-15.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-15.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-16.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-16.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-16.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-16.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-17.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-17.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-17.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-17.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-18.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-18.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-18.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-18.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-19.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-19.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-19.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-19.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-20.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-20.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-20.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-20.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-21.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-21.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-21.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-21.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-22.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-22.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-22.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-22.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-23.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-23.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-23.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-23.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-24.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-24.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-24.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-24.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-25.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-25.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-25.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-25.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-26.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-26.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-26.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-26.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-27.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-27.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-27.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-27.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-28.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-28.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-28.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-28.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-29.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-29.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-29.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-29.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-30.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-30.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-30.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-30.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-31.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-31.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-31.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-31.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-32.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-32.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-32.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-32.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-33.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-33.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-33.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-33.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-34.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-34.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-34.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-34.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-35.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-35.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-35.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-35.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-36.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-36.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-36.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-36.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-37.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-37.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-37.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-37.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-38.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-38.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-38.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-38.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-39.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-39.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-39.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-39.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-40.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-40.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-40.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-40.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-41.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-41.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-41.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-41.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-42.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-42.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-42.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-42.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-43.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-43.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-43.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-43.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-44.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-44.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-44.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-44.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-45.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-45.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-45.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-45.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-46.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-46.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-46.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-46.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-47.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-47.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-47.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-47.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-48.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-48.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-48.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-48.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-49.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-49.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-49.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-49.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-50.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-50.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-50.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-50.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-51.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-51.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-51.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-51.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-52.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-52.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-52.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-52.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-53.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-53.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-53.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-53.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-54.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-54.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-54.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-54.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-55.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-55.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-55.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-55.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-56.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-56.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-56.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-56.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-57.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-57.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-57.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-57.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-58.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-58.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-58.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-58.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-59.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-59.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-59.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-59.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-60.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-60.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-60.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-60.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-61.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-61.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-61.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-61.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-62.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-62.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-62.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-62.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-63.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-63.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-63.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-63.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-64.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-64.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-64.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-64.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-65.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-65.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-65.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-65.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-66.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-66.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-66.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-66.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-67.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-67.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-67.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-67.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-68.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-68.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-68.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-68.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-69.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-69.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-69.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-69.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-70.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-70.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-70.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-70.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-71.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-71.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-71.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-71.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-72.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-72.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-72.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-72.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-73.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-73.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-73.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-73.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-74.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-74.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-74.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-74.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-75.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-75.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-75.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-75.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-76.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-76.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-76.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-76.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-77.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-77.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-77.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-77.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-78.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-78.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-78.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-78.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-79.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-79.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-79.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-79.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-80.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-80.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-80.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-80.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-81.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-81.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-81.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-81.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-82.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-82.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-82.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-82.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-83.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-83.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-83.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-83.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-84.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-84.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-84.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-84.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-85.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-85.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-85.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-85.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-86.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-86.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-86.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-86.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-87.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-87.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-87.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-87.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-88.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-88.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-88.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-88.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-89.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-89.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-89.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-89.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-90.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-90.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-90.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-90.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-91.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-91.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-91.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-91.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-92.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-92.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Medium-92.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Medium-92.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-00.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-00.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-00.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-00.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-01.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-01.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-01.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-01.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-02.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-02.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-02.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-02.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-03.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-03.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-03.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-03.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-04.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-04.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-04.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-04.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-05.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-05.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-05.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-05.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-06.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-06.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-06.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-06.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-07.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-07.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-07.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-07.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-08.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-08.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-08.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-08.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-09.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-09.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-09.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-09.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-10.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-10.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-10.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-10.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-11.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-11.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-11.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-11.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-12.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-12.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-12.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-12.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-13.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-13.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-13.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-13.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-14.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-14.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-14.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-14.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-15.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-15.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-15.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-15.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-16.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-16.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-16.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-16.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-17.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-17.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-17.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-17.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-18.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-18.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-18.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-18.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-19.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-19.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-19.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-19.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-20.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-20.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-20.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-20.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-21.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-21.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-21.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-21.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-22.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-22.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-22.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-22.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-23.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-23.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-23.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-23.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-24.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-24.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-24.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-24.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-25.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-25.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-25.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-25.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-26.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-26.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-26.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-26.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-27.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-27.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-27.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-27.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-28.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-28.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-28.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-28.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-29.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-29.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-29.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-29.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-30.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-30.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-30.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-30.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-31.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-31.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-31.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-31.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-32.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-32.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-32.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-32.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-33.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-33.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-33.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-33.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-34.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-34.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-34.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-34.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-35.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-35.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-35.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-35.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-36.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-36.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-36.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-36.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-37.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-37.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-37.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-37.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-38.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-38.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-38.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-38.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-39.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-39.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-39.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-39.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-40.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-40.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-40.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-40.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-41.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-41.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-41.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-41.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-42.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-42.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-42.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-42.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-43.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-43.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-43.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-43.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-44.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-44.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-44.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-44.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-45.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-45.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-45.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-45.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-46.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-46.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-46.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-46.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-47.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-47.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-47.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-47.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-48.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-48.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-48.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-48.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-49.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-49.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-49.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-49.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-50.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-50.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-50.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-50.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-51.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-51.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-51.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-51.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-52.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-52.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-52.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-52.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-53.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-53.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-53.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-53.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-54.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-54.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-54.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-54.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-55.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-55.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-55.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-55.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-56.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-56.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-56.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-56.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-57.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-57.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-57.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-57.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-58.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-58.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-58.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-58.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-59.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-59.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-59.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-59.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-60.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-60.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-60.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-60.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-61.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-61.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-61.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-61.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-62.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-62.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-62.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-62.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-63.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-63.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-63.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-63.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-64.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-64.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-64.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-64.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-65.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-65.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-65.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-65.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-66.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-66.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-66.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-66.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-67.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-67.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-67.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-67.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-68.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-68.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-68.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-68.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-69.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-69.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-69.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-69.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-70.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-70.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-70.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-70.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-71.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-71.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-71.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-71.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-72.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-72.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-72.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-72.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-73.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-73.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-73.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-73.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-74.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-74.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-74.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-74.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-75.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-75.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-75.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-75.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-76.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-76.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-76.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-76.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-77.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-77.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-77.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-77.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-78.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-78.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-78.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-78.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-79.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-79.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-79.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-79.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-80.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-80.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-80.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-80.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-81.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-81.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-81.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-81.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-82.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-82.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-82.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-82.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-83.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-83.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-83.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-83.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-84.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-84.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-84.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-84.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-85.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-85.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-85.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-85.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-86.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-86.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-86.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-86.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-87.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-87.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-87.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-87.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-88.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-88.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-88.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-88.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-89.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-89.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-89.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-89.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-90.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-90.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-90.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-90.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-91.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-91.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-91.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-91.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-92.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-92.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Regular-92.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Regular-92.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-00.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-00.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-00.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-00.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-01.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-01.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-01.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-01.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-02.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-02.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-02.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-02.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-03.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-03.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-03.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-03.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-04.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-04.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-04.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-04.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-05.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-05.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-05.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-05.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-06.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-06.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-06.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-06.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-07.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-07.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-07.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-07.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-08.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-08.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-08.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-08.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-09.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-09.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-09.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-09.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-10.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-10.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-10.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-10.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-11.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-11.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-11.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-11.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-12.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-12.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-12.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-12.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-13.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-13.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-13.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-13.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-14.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-14.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-14.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-14.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-15.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-15.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-15.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-15.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-16.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-16.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-16.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-16.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-17.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-17.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-17.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-17.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-18.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-18.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-18.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-18.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-19.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-19.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-19.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-19.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-20.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-20.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-20.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-20.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-21.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-21.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-21.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-21.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-22.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-22.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-22.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-22.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-23.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-23.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-23.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-23.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-24.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-24.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-24.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-24.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-25.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-25.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-25.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-25.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-26.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-26.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-26.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-26.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-27.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-27.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-27.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-27.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-28.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-28.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-28.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-28.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-29.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-29.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-29.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-29.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-30.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-30.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-30.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-30.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-31.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-31.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-31.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-31.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-32.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-32.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-32.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-32.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-33.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-33.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-33.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-33.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-34.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-34.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-34.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-34.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-35.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-35.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-35.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-35.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-36.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-36.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-36.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-36.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-37.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-37.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-37.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-37.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-38.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-38.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-38.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-38.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-39.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-39.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-39.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-39.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-40.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-40.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-40.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-40.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-41.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-41.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-41.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-41.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-42.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-42.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-42.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-42.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-43.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-43.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-43.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-43.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-44.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-44.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-44.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-44.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-45.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-45.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-45.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-45.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-46.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-46.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-46.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-46.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-47.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-47.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-47.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-47.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-48.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-48.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-48.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-48.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-49.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-49.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-49.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-49.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-50.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-50.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-50.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-50.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-51.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-51.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-51.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-51.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-52.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-52.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-52.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-52.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-53.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-53.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-53.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-53.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-54.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-54.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-54.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-54.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-55.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-55.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-55.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-55.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-56.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-56.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-56.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-56.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-57.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-57.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-57.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-57.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-58.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-58.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-58.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-58.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-59.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-59.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-59.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-59.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-60.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-60.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-60.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-60.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-61.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-61.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-61.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-61.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-62.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-62.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-62.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-62.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-63.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-63.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-63.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-63.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-64.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-64.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-64.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-64.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-65.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-65.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-65.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-65.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-66.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-66.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-66.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-66.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-67.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-67.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-67.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-67.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-68.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-68.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-68.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-68.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-69.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-69.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-69.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-69.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-70.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-70.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-70.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-70.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-71.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-71.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-71.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-71.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-72.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-72.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-72.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-72.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-73.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-73.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-73.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-73.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-74.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-74.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-74.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-74.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-75.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-75.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-75.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-75.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-76.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-76.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-76.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-76.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-77.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-77.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-77.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-77.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-78.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-78.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-78.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-78.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-79.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-79.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-79.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-79.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-80.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-80.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-80.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-80.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-81.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-81.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-81.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-81.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-82.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-82.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-82.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-82.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-83.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-83.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-83.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-83.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-84.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-84.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-84.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-84.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-85.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-85.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-85.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-85.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-86.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-86.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-86.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-86.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-87.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-87.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-87.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-87.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-88.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-88.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-88.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-88.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-89.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-89.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-89.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-89.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-90.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-90.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-90.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-90.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-91.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-91.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-91.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-91.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-92.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-92.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-SemiBold-92.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-SemiBold-92.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-00.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-00.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-00.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-00.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-01.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-01.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-01.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-01.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-02.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-02.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-02.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-02.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-03.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-03.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-03.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-03.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-04.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-04.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-04.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-04.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-05.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-05.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-05.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-05.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-06.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-06.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-06.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-06.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-07.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-07.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-07.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-07.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-08.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-08.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-08.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-08.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-09.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-09.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-09.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-09.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-10.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-10.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-10.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-10.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-11.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-11.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-11.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-11.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-12.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-12.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-12.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-12.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-13.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-13.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-13.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-13.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-14.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-14.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-14.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-14.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-15.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-15.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-15.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-15.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-16.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-16.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-16.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-16.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-17.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-17.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-17.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-17.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-18.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-18.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-18.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-18.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-19.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-19.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-19.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-19.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-20.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-20.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-20.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-20.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-21.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-21.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-21.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-21.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-22.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-22.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-22.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-22.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-23.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-23.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-23.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-23.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-24.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-24.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-24.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-24.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-25.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-25.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-25.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-25.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-26.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-26.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-26.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-26.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-27.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-27.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-27.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-27.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-28.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-28.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-28.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-28.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-29.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-29.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-29.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-29.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-30.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-30.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-30.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-30.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-31.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-31.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-31.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-31.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-32.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-32.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-32.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-32.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-33.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-33.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-33.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-33.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-34.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-34.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-34.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-34.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-35.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-35.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-35.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-35.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-36.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-36.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-36.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-36.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-37.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-37.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-37.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-37.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-38.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-38.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-38.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-38.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-39.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-39.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-39.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-39.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-40.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-40.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-40.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-40.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-41.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-41.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-41.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-41.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-42.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-42.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-42.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-42.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-43.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-43.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-43.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-43.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-44.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-44.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-44.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-44.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-45.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-45.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-45.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-45.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-46.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-46.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-46.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-46.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-47.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-47.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-47.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-47.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-48.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-48.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-48.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-48.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-49.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-49.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-49.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-49.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-50.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-50.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-50.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-50.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-51.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-51.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-51.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-51.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-52.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-52.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-52.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-52.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-53.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-53.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-53.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-53.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-54.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-54.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-54.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-54.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-55.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-55.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-55.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-55.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-56.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-56.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-56.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-56.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-57.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-57.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-57.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-57.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-58.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-58.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-58.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-58.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-59.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-59.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-59.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-59.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-60.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-60.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-60.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-60.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-61.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-61.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-61.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-61.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-62.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-62.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-62.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-62.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-63.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-63.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-63.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-63.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-64.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-64.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-64.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-64.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-65.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-65.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-65.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-65.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-66.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-66.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-66.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-66.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-67.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-67.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-67.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-67.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-68.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-68.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-68.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-68.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-69.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-69.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-69.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-69.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-70.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-70.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-70.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-70.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-71.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-71.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-71.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-71.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-72.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-72.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-72.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-72.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-73.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-73.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-73.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-73.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-74.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-74.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-74.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-74.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-75.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-75.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-75.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-75.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-76.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-76.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-76.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-76.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-77.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-77.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-77.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-77.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-78.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-78.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-78.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-78.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-79.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-79.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-79.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-79.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-80.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-80.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-80.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-80.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-81.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-81.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-81.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-81.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-82.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-82.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-82.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-82.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-83.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-83.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-83.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-83.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-84.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-84.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-84.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-84.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-85.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-85.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-85.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-85.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-86.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-86.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-86.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-86.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-87.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-87.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-87.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-87.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-88.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-88.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-88.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-88.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-89.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-89.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-89.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-89.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-90.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-90.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-90.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-90.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-91.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-91.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-91.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-91.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-92.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-92.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Text-92.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Text-92.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-00.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-00.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-00.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-00.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-01.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-01.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-01.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-01.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-02.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-02.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-02.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-02.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-03.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-03.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-03.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-03.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-04.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-04.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-04.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-04.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-05.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-05.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-05.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-05.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-06.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-06.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-06.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-06.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-07.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-07.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-07.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-07.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-08.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-08.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-08.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-08.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-09.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-09.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-09.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-09.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-10.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-10.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-10.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-10.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-11.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-11.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-11.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-11.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-12.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-12.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-12.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-12.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-13.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-13.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-13.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-13.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-14.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-14.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-14.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-14.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-15.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-15.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-15.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-15.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-16.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-16.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-16.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-16.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-17.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-17.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-17.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-17.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-18.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-18.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-18.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-18.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-19.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-19.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-19.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-19.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-20.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-20.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-20.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-20.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-21.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-21.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-21.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-21.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-22.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-22.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-22.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-22.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-23.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-23.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-23.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-23.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-24.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-24.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-24.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-24.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-25.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-25.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-25.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-25.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-26.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-26.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-26.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-26.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-27.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-27.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-27.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-27.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-28.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-28.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-28.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-28.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-29.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-29.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-29.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-29.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-30.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-30.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-30.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-30.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-31.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-31.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-31.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-31.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-32.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-32.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-32.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-32.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-33.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-33.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-33.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-33.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-34.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-34.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-34.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-34.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-35.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-35.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-35.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-35.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-36.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-36.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-36.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-36.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-37.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-37.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-37.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-37.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-38.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-38.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-38.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-38.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-39.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-39.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-39.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-39.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-40.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-40.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-40.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-40.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-41.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-41.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-41.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-41.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-42.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-42.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-42.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-42.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-43.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-43.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-43.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-43.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-44.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-44.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-44.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-44.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-45.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-45.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-45.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-45.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-46.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-46.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-46.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-46.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-47.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-47.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-47.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-47.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-48.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-48.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-48.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-48.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-49.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-49.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-49.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-49.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-50.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-50.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-50.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-50.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-51.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-51.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-51.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-51.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-52.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-52.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-52.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-52.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-53.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-53.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-53.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-53.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-54.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-54.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-54.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-54.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-55.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-55.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-55.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-55.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-56.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-56.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-56.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-56.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-57.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-57.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-57.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-57.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-58.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-58.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-58.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-58.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-59.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-59.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-59.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-59.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-60.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-60.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-60.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-60.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-61.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-61.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-61.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-61.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-62.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-62.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-62.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-62.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-63.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-63.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-63.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-63.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-64.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-64.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-64.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-64.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-65.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-65.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-65.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-65.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-66.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-66.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-66.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-66.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-67.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-67.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-67.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-67.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-68.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-68.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-68.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-68.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-69.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-69.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-69.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-69.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-70.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-70.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-70.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-70.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-71.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-71.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-71.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-71.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-72.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-72.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-72.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-72.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-73.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-73.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-73.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-73.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-74.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-74.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-74.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-74.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-75.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-75.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-75.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-75.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-76.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-76.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-76.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-76.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-77.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-77.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-77.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-77.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-78.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-78.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-78.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-78.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-79.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-79.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-79.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-79.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-80.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-80.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-80.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-80.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-81.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-81.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-81.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-81.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-82.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-82.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-82.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-82.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-83.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-83.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-83.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-83.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-84.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-84.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-84.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-84.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-85.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-85.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-85.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-85.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-86.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-86.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-86.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-86.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-87.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-87.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-87.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-87.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-88.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-88.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-88.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-88.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-89.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-89.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-89.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-89.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-90.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-90.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-90.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-90.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-91.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-91.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-91.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-91.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-92.woff b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-92.woff similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff/unhinted/IBMPlexSansKR-Thin-92.woff rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/IBMPlexSansKR-Thin-92.woff diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/license.txt b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff/license.txt similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/license.txt rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff/license.txt diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-00.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-00.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-00.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-00.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-01.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-01.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-01.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-01.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-02.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-02.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-02.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-02.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-03.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-03.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-03.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-03.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-04.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-04.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-04.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-04.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-05.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-05.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-05.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-05.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-06.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-06.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-06.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-06.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-07.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-07.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-07.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-07.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-08.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-08.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-08.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-08.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-09.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-09.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-09.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-09.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-10.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-10.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-10.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-10.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-11.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-11.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-11.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-11.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-12.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-12.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-12.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-12.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-13.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-13.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-13.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-13.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-14.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-14.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-14.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-14.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-15.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-15.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-15.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-15.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-16.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-16.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-16.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-16.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-17.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-17.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-17.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-17.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-18.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-18.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-18.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-18.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-19.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-19.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-19.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-19.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-20.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-20.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-20.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-20.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-21.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-21.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-21.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-21.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-22.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-22.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-22.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-22.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-23.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-23.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-23.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-23.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-24.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-24.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-24.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-24.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-25.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-25.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-25.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-25.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-26.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-26.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-26.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-26.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-27.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-27.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-27.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-27.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-28.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-28.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-28.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-28.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-29.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-29.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-29.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-29.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-30.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-30.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-30.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-30.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-31.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-31.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-31.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-31.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-32.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-32.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-32.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-32.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-33.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-33.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-33.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-33.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-34.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-34.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-34.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-34.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-35.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-35.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-35.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-35.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-36.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-36.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-36.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-36.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-37.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-37.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-37.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-37.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-38.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-38.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-38.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-38.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-39.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-39.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-39.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-39.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-40.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-40.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-40.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-40.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-41.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-41.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-41.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-41.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-42.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-42.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-42.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-42.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-43.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-43.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-43.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-43.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-44.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-44.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-44.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-44.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-45.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-45.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-45.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-45.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-46.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-46.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-46.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-46.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-47.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-47.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-47.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-47.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-48.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-48.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-48.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-48.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-49.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-49.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-49.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-49.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-50.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-50.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-50.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-50.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-51.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-51.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-51.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-51.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-52.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-52.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-52.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-52.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-53.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-53.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-53.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-53.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-54.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-54.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-54.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-54.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-55.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-55.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-55.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-55.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-56.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-56.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-56.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-56.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-57.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-57.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-57.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-57.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-58.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-58.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-58.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-58.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-59.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-59.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-59.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-59.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-60.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-60.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-60.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-60.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-61.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-61.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-61.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-61.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-62.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-62.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-62.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-62.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-63.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-63.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-63.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-63.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-64.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-64.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-64.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-64.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-65.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-65.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-65.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-65.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-66.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-66.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-66.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-66.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-67.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-67.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-67.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-67.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-68.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-68.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-68.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-68.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-69.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-69.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-69.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-69.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-70.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-70.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-70.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-70.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-71.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-71.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-71.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-71.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-72.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-72.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-72.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-72.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-73.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-73.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-73.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-73.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-74.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-74.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-74.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-74.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-75.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-75.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-75.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-75.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-76.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-76.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-76.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-76.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-77.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-77.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-77.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-77.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-78.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-78.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-78.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-78.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-79.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-79.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-79.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-79.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-80.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-80.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-80.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-80.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-81.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-81.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-81.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-81.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-82.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-82.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-82.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-82.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-83.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-83.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-83.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-83.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-84.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-84.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-84.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-84.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-85.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-85.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-85.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-85.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-86.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-86.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-86.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-86.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-87.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-87.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-87.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-87.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-88.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-88.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-88.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-88.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-89.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-89.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-89.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-89.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-90.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-90.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-90.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-90.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-91.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-91.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-91.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-91.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-92.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-92.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Bold-92.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Bold-92.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-00.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-00.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-00.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-00.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-01.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-01.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-01.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-01.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-02.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-02.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-02.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-02.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-03.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-03.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-03.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-03.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-04.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-04.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-04.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-04.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-05.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-05.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-05.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-05.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-06.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-06.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-06.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-06.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-07.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-07.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-07.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-07.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-08.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-08.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-08.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-08.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-09.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-09.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-09.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-09.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-10.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-10.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-10.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-10.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-11.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-11.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-11.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-11.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-12.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-12.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-12.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-12.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-13.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-13.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-13.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-13.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-14.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-14.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-14.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-14.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-15.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-15.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-15.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-15.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-16.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-16.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-16.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-16.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-17.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-17.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-17.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-17.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-18.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-18.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-18.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-18.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-19.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-19.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-19.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-19.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-20.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-20.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-20.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-20.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-21.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-21.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-21.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-21.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-22.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-22.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-22.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-22.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-23.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-23.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-23.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-23.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-24.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-24.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-24.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-24.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-25.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-25.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-25.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-25.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-26.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-26.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-26.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-26.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-27.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-27.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-27.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-27.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-28.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-28.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-28.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-28.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-29.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-29.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-29.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-29.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-30.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-30.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-30.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-30.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-31.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-31.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-31.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-31.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-32.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-32.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-32.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-32.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-33.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-33.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-33.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-33.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-34.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-34.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-34.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-34.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-35.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-35.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-35.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-35.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-36.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-36.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-36.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-36.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-37.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-37.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-37.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-37.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-38.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-38.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-38.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-38.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-39.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-39.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-39.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-39.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-40.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-40.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-40.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-40.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-41.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-41.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-41.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-41.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-42.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-42.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-42.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-42.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-43.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-43.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-43.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-43.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-44.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-44.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-44.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-44.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-45.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-45.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-45.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-45.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-46.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-46.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-46.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-46.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-47.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-47.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-47.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-47.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-48.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-48.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-48.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-48.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-49.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-49.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-49.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-49.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-50.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-50.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-50.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-50.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-51.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-51.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-51.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-51.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-52.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-52.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-52.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-52.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-53.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-53.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-53.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-53.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-54.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-54.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-54.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-54.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-55.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-55.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-55.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-55.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-56.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-56.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-56.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-56.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-57.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-57.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-57.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-57.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-58.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-58.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-58.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-58.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-59.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-59.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-59.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-59.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-60.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-60.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-60.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-60.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-61.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-61.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-61.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-61.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-62.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-62.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-62.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-62.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-63.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-63.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-63.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-63.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-64.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-64.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-64.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-64.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-65.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-65.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-65.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-65.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-66.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-66.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-66.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-66.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-67.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-67.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-67.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-67.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-68.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-68.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-68.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-68.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-69.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-69.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-69.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-69.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-70.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-70.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-70.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-70.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-71.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-71.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-71.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-71.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-72.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-72.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-72.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-72.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-73.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-73.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-73.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-73.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-74.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-74.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-74.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-74.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-75.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-75.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-75.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-75.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-76.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-76.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-76.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-76.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-77.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-77.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-77.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-77.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-78.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-78.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-78.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-78.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-79.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-79.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-79.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-79.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-80.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-80.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-80.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-80.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-81.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-81.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-81.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-81.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-82.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-82.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-82.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-82.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-83.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-83.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-83.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-83.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-84.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-84.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-84.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-84.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-85.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-85.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-85.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-85.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-86.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-86.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-86.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-86.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-87.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-87.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-87.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-87.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-88.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-88.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-88.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-88.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-89.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-89.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-89.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-89.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-90.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-90.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-90.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-90.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-91.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-91.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-91.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-91.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-92.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-92.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-ExtraLight-92.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-ExtraLight-92.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-00.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-00.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-00.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-00.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-01.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-01.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-01.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-01.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-02.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-02.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-02.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-02.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-03.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-03.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-03.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-03.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-04.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-04.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-04.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-04.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-05.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-05.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-05.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-05.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-06.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-06.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-06.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-06.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-07.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-07.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-07.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-07.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-08.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-08.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-08.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-08.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-09.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-09.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-09.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-09.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-10.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-10.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-10.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-10.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-11.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-11.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-11.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-11.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-12.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-12.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-12.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-12.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-13.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-13.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-13.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-13.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-14.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-14.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-14.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-14.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-15.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-15.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-15.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-15.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-16.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-16.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-16.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-16.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-17.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-17.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-17.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-17.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-18.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-18.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-18.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-18.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-19.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-19.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-19.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-19.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-20.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-20.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-20.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-20.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-21.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-21.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-21.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-21.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-22.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-22.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-22.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-22.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-23.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-23.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-23.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-23.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-24.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-24.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-24.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-24.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-25.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-25.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-25.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-25.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-26.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-26.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-26.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-26.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-27.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-27.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-27.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-27.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-28.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-28.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-28.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-28.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-29.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-29.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-29.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-29.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-30.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-30.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-30.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-30.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-31.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-31.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-31.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-31.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-32.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-32.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-32.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-32.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-33.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-33.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-33.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-33.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-34.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-34.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-34.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-34.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-35.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-35.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-35.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-35.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-36.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-36.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-36.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-36.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-37.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-37.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-37.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-37.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-38.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-38.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-38.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-38.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-39.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-39.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-39.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-39.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-40.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-40.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-40.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-40.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-41.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-41.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-41.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-41.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-42.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-42.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-42.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-42.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-43.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-43.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-43.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-43.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-44.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-44.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-44.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-44.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-45.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-45.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-45.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-45.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-46.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-46.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-46.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-46.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-47.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-47.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-47.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-47.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-48.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-48.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-48.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-48.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-49.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-49.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-49.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-49.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-50.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-50.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-50.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-50.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-51.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-51.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-51.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-51.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-52.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-52.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-52.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-52.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-53.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-53.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-53.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-53.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-54.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-54.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-54.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-54.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-55.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-55.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-55.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-55.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-56.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-56.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-56.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-56.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-57.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-57.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-57.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-57.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-58.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-58.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-58.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-58.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-59.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-59.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-59.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-59.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-60.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-60.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-60.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-60.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-61.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-61.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-61.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-61.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-62.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-62.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-62.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-62.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-63.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-63.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-63.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-63.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-64.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-64.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-64.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-64.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-65.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-65.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-65.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-65.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-66.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-66.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-66.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-66.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-67.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-67.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-67.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-67.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-68.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-68.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-68.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-68.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-69.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-69.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-69.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-69.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-70.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-70.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-70.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-70.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-71.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-71.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-71.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-71.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-72.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-72.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-72.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-72.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-73.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-73.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-73.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-73.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-74.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-74.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-74.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-74.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-75.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-75.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-75.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-75.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-76.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-76.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-76.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-76.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-77.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-77.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-77.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-77.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-78.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-78.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-78.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-78.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-79.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-79.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-79.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-79.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-80.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-80.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-80.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-80.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-81.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-81.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-81.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-81.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-82.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-82.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-82.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-82.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-83.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-83.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-83.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-83.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-84.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-84.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-84.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-84.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-85.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-85.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-85.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-85.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-86.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-86.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-86.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-86.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-87.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-87.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-87.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-87.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-88.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-88.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-88.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-88.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-89.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-89.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-89.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-89.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-90.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-90.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-90.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-90.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-91.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-91.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-91.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-91.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-92.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-92.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Light-92.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Light-92.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-00.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-00.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-00.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-00.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-01.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-01.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-01.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-01.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-02.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-02.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-02.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-02.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-03.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-03.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-03.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-03.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-04.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-04.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-04.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-04.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-05.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-05.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-05.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-05.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-06.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-06.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-06.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-06.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-07.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-07.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-07.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-07.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-08.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-08.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-08.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-08.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-09.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-09.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-09.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-09.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-10.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-10.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-10.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-10.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-11.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-11.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-11.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-11.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-12.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-12.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-12.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-12.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-13.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-13.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-13.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-13.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-14.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-14.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-14.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-14.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-15.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-15.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-15.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-15.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-16.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-16.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-16.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-16.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-17.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-17.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-17.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-17.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-18.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-18.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-18.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-18.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-19.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-19.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-19.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-19.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-20.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-20.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-20.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-20.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-21.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-21.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-21.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-21.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-22.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-22.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-22.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-22.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-23.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-23.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-23.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-23.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-24.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-24.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-24.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-24.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-25.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-25.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-25.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-25.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-26.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-26.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-26.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-26.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-27.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-27.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-27.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-27.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-28.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-28.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-28.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-28.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-29.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-29.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-29.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-29.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-30.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-30.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-30.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-30.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-31.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-31.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-31.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-31.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-32.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-32.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-32.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-32.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-33.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-33.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-33.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-33.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-34.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-34.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-34.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-34.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-35.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-35.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-35.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-35.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-36.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-36.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-36.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-36.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-37.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-37.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-37.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-37.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-38.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-38.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-38.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-38.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-39.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-39.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-39.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-39.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-40.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-40.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-40.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-40.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-41.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-41.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-41.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-41.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-42.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-42.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-42.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-42.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-43.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-43.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-43.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-43.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-44.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-44.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-44.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-44.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-45.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-45.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-45.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-45.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-46.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-46.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-46.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-46.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-47.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-47.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-47.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-47.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-48.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-48.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-48.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-48.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-49.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-49.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-49.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-49.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-50.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-50.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-50.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-50.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-51.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-51.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-51.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-51.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-52.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-52.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-52.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-52.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-53.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-53.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-53.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-53.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-54.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-54.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-54.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-54.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-55.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-55.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-55.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-55.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-56.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-56.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-56.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-56.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-57.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-57.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-57.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-57.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-58.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-58.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-58.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-58.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-59.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-59.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-59.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-59.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-60.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-60.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-60.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-60.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-61.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-61.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-61.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-61.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-62.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-62.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-62.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-62.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-63.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-63.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-63.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-63.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-64.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-64.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-64.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-64.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-65.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-65.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-65.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-65.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-66.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-66.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-66.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-66.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-67.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-67.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-67.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-67.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-68.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-68.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-68.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-68.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-69.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-69.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-69.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-69.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-70.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-70.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-70.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-70.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-71.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-71.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-71.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-71.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-72.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-72.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-72.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-72.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-73.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-73.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-73.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-73.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-74.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-74.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-74.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-74.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-75.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-75.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-75.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-75.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-76.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-76.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-76.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-76.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-77.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-77.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-77.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-77.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-78.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-78.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-78.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-78.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-79.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-79.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-79.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-79.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-80.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-80.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-80.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-80.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-81.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-81.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-81.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-81.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-82.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-82.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-82.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-82.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-83.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-83.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-83.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-83.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-84.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-84.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-84.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-84.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-85.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-85.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-85.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-85.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-86.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-86.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-86.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-86.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-87.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-87.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-87.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-87.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-88.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-88.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-88.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-88.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-89.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-89.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-89.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-89.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-90.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-90.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-90.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-90.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-91.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-91.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-91.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-91.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-92.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-92.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Medium-92.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Medium-92.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-00.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-00.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-00.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-00.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-01.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-01.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-01.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-01.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-02.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-02.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-02.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-02.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-03.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-03.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-03.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-03.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-04.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-04.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-04.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-04.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-05.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-05.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-05.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-05.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-06.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-06.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-06.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-06.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-07.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-07.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-07.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-07.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-08.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-08.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-08.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-08.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-09.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-09.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-09.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-09.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-10.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-10.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-10.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-10.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-11.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-11.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-11.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-11.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-12.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-12.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-12.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-12.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-13.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-13.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-13.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-13.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-14.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-14.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-14.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-14.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-15.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-15.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-15.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-15.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-16.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-16.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-16.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-16.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-17.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-17.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-17.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-17.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-18.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-18.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-18.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-18.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-19.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-19.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-19.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-19.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-20.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-20.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-20.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-20.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-21.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-21.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-21.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-21.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-22.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-22.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-22.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-22.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-23.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-23.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-23.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-23.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-24.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-24.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-24.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-24.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-25.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-25.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-25.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-25.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-26.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-26.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-26.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-26.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-27.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-27.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-27.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-27.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-28.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-28.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-28.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-28.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-29.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-29.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-29.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-29.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-30.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-30.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-30.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-30.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-31.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-31.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-31.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-31.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-32.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-32.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-32.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-32.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-33.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-33.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-33.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-33.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-34.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-34.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-34.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-34.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-35.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-35.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-35.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-35.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-36.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-36.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-36.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-36.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-37.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-37.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-37.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-37.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-38.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-38.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-38.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-38.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-39.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-39.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-39.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-39.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-40.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-40.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-40.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-40.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-41.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-41.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-41.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-41.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-42.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-42.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-42.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-42.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-43.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-43.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-43.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-43.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-44.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-44.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-44.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-44.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-45.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-45.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-45.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-45.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-46.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-46.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-46.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-46.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-47.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-47.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-47.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-47.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-48.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-48.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-48.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-48.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-49.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-49.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-49.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-49.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-50.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-50.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-50.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-50.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-51.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-51.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-51.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-51.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-52.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-52.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-52.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-52.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-53.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-53.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-53.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-53.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-54.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-54.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-54.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-54.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-55.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-55.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-55.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-55.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-56.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-56.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-56.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-56.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-57.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-57.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-57.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-57.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-58.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-58.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-58.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-58.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-59.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-59.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-59.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-59.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-60.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-60.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-60.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-60.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-61.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-61.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-61.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-61.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-62.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-62.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-62.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-62.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-63.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-63.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-63.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-63.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-64.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-64.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-64.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-64.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-65.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-65.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-65.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-65.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-66.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-66.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-66.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-66.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-67.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-67.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-67.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-67.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-68.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-68.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-68.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-68.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-69.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-69.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-69.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-69.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-70.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-70.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-70.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-70.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-71.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-71.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-71.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-71.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-72.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-72.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-72.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-72.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-73.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-73.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-73.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-73.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-74.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-74.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-74.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-74.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-75.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-75.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-75.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-75.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-76.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-76.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-76.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-76.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-77.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-77.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-77.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-77.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-78.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-78.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-78.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-78.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-79.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-79.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-79.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-79.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-80.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-80.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-80.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-80.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-81.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-81.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-81.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-81.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-82.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-82.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-82.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-82.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-83.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-83.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-83.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-83.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-84.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-84.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-84.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-84.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-85.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-85.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-85.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-85.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-86.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-86.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-86.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-86.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-87.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-87.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-87.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-87.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-88.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-88.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-88.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-88.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-89.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-89.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-89.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-89.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-90.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-90.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-90.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-90.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-91.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-91.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-91.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-91.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-92.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-92.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Regular-92.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Regular-92.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-00.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-00.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-00.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-00.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-01.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-01.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-01.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-01.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-02.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-02.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-02.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-02.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-03.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-03.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-03.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-03.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-04.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-04.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-04.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-04.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-05.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-05.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-05.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-05.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-06.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-06.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-06.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-06.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-07.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-07.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-07.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-07.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-08.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-08.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-08.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-08.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-09.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-09.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-09.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-09.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-10.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-10.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-10.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-10.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-11.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-11.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-11.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-11.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-12.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-12.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-12.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-12.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-13.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-13.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-13.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-13.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-14.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-14.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-14.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-14.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-15.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-15.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-15.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-15.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-16.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-16.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-16.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-16.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-17.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-17.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-17.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-17.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-18.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-18.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-18.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-18.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-19.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-19.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-19.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-19.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-20.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-20.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-20.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-20.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-21.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-21.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-21.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-21.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-22.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-22.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-22.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-22.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-23.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-23.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-23.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-23.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-24.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-24.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-24.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-24.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-25.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-25.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-25.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-25.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-26.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-26.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-26.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-26.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-27.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-27.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-27.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-27.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-28.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-28.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-28.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-28.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-29.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-29.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-29.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-29.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-30.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-30.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-30.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-30.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-31.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-31.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-31.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-31.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-32.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-32.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-32.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-32.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-33.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-33.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-33.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-33.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-34.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-34.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-34.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-34.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-35.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-35.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-35.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-35.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-36.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-36.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-36.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-36.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-37.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-37.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-37.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-37.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-38.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-38.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-38.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-38.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-39.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-39.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-39.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-39.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-40.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-40.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-40.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-40.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-41.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-41.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-41.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-41.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-42.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-42.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-42.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-42.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-43.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-43.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-43.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-43.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-44.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-44.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-44.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-44.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-45.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-45.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-45.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-45.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-46.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-46.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-46.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-46.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-47.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-47.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-47.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-47.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-48.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-48.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-48.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-48.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-49.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-49.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-49.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-49.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-50.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-50.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-50.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-50.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-51.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-51.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-51.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-51.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-52.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-52.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-52.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-52.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-53.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-53.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-53.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-53.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-54.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-54.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-54.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-54.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-55.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-55.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-55.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-55.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-56.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-56.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-56.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-56.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-57.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-57.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-57.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-57.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-58.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-58.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-58.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-58.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-59.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-59.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-59.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-59.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-60.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-60.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-60.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-60.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-61.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-61.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-61.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-61.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-62.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-62.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-62.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-62.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-63.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-63.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-63.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-63.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-64.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-64.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-64.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-64.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-65.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-65.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-65.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-65.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-66.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-66.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-66.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-66.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-67.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-67.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-67.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-67.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-68.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-68.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-68.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-68.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-69.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-69.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-69.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-69.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-70.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-70.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-70.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-70.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-71.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-71.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-71.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-71.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-72.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-72.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-72.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-72.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-73.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-73.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-73.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-73.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-74.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-74.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-74.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-74.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-75.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-75.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-75.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-75.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-76.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-76.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-76.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-76.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-77.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-77.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-77.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-77.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-78.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-78.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-78.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-78.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-79.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-79.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-79.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-79.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-80.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-80.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-80.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-80.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-81.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-81.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-81.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-81.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-82.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-82.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-82.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-82.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-83.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-83.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-83.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-83.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-84.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-84.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-84.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-84.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-85.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-85.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-85.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-85.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-86.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-86.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-86.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-86.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-87.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-87.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-87.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-87.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-88.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-88.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-88.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-88.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-89.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-89.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-89.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-89.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-90.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-90.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-90.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-90.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-91.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-91.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-91.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-91.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-92.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-92.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-SemiBold-92.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-SemiBold-92.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-00.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-00.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-00.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-00.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-01.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-01.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-01.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-01.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-02.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-02.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-02.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-02.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-03.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-03.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-03.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-03.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-04.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-04.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-04.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-04.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-05.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-05.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-05.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-05.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-06.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-06.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-06.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-06.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-07.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-07.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-07.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-07.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-08.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-08.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-08.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-08.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-09.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-09.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-09.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-09.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-10.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-10.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-10.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-10.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-11.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-11.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-11.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-11.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-12.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-12.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-12.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-12.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-13.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-13.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-13.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-13.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-14.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-14.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-14.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-14.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-15.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-15.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-15.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-15.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-16.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-16.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-16.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-16.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-17.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-17.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-17.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-17.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-18.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-18.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-18.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-18.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-19.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-19.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-19.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-19.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-20.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-20.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-20.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-20.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-21.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-21.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-21.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-21.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-22.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-22.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-22.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-22.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-23.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-23.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-23.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-23.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-24.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-24.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-24.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-24.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-25.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-25.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-25.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-25.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-26.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-26.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-26.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-26.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-27.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-27.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-27.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-27.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-28.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-28.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-28.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-28.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-29.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-29.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-29.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-29.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-30.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-30.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-30.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-30.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-31.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-31.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-31.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-31.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-32.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-32.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-32.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-32.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-33.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-33.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-33.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-33.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-34.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-34.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-34.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-34.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-35.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-35.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-35.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-35.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-36.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-36.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-36.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-36.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-37.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-37.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-37.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-37.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-38.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-38.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-38.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-38.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-39.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-39.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-39.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-39.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-40.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-40.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-40.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-40.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-41.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-41.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-41.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-41.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-42.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-42.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-42.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-42.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-43.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-43.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-43.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-43.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-44.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-44.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-44.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-44.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-45.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-45.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-45.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-45.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-46.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-46.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-46.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-46.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-47.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-47.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-47.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-47.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-48.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-48.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-48.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-48.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-49.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-49.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-49.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-49.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-50.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-50.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-50.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-50.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-51.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-51.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-51.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-51.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-52.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-52.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-52.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-52.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-53.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-53.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-53.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-53.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-54.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-54.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-54.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-54.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-55.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-55.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-55.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-55.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-56.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-56.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-56.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-56.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-57.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-57.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-57.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-57.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-58.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-58.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-58.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-58.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-59.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-59.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-59.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-59.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-60.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-60.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-60.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-60.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-61.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-61.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-61.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-61.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-62.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-62.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-62.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-62.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-63.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-63.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-63.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-63.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-64.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-64.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-64.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-64.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-65.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-65.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-65.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-65.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-66.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-66.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-66.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-66.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-67.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-67.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-67.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-67.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-68.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-68.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-68.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-68.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-69.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-69.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-69.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-69.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-70.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-70.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-70.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-70.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-71.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-71.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-71.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-71.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-72.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-72.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-72.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-72.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-73.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-73.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-73.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-73.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-74.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-74.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-74.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-74.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-75.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-75.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-75.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-75.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-76.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-76.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-76.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-76.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-77.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-77.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-77.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-77.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-78.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-78.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-78.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-78.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-79.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-79.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-79.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-79.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-80.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-80.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-80.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-80.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-81.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-81.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-81.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-81.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-82.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-82.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-82.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-82.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-83.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-83.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-83.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-83.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-84.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-84.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-84.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-84.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-85.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-85.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-85.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-85.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-86.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-86.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-86.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-86.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-87.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-87.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-87.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-87.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-88.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-88.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-88.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-88.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-89.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-89.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-89.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-89.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-90.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-90.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-90.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-90.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-91.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-91.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-91.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-91.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-92.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-92.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Text-92.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Text-92.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-00.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-00.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-00.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-00.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-01.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-01.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-01.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-01.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-02.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-02.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-02.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-02.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-03.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-03.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-03.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-03.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-04.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-04.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-04.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-04.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-05.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-05.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-05.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-05.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-06.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-06.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-06.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-06.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-07.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-07.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-07.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-07.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-08.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-08.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-08.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-08.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-09.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-09.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-09.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-09.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-10.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-10.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-10.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-10.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-11.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-11.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-11.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-11.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-12.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-12.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-12.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-12.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-13.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-13.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-13.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-13.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-14.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-14.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-14.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-14.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-15.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-15.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-15.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-15.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-16.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-16.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-16.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-16.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-17.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-17.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-17.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-17.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-18.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-18.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-18.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-18.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-19.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-19.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-19.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-19.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-20.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-20.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-20.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-20.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-21.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-21.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-21.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-21.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-22.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-22.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-22.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-22.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-23.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-23.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-23.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-23.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-24.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-24.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-24.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-24.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-25.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-25.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-25.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-25.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-26.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-26.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-26.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-26.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-27.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-27.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-27.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-27.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-28.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-28.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-28.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-28.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-29.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-29.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-29.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-29.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-30.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-30.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-30.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-30.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-31.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-31.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-31.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-31.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-32.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-32.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-32.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-32.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-33.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-33.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-33.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-33.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-34.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-34.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-34.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-34.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-35.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-35.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-35.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-35.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-36.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-36.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-36.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-36.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-37.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-37.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-37.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-37.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-38.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-38.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-38.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-38.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-39.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-39.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-39.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-39.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-40.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-40.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-40.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-40.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-41.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-41.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-41.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-41.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-42.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-42.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-42.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-42.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-43.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-43.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-43.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-43.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-44.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-44.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-44.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-44.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-45.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-45.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-45.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-45.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-46.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-46.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-46.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-46.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-47.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-47.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-47.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-47.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-48.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-48.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-48.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-48.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-49.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-49.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-49.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-49.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-50.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-50.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-50.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-50.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-51.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-51.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-51.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-51.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-52.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-52.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-52.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-52.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-53.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-53.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-53.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-53.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-54.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-54.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-54.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-54.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-55.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-55.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-55.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-55.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-56.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-56.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-56.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-56.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-57.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-57.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-57.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-57.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-58.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-58.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-58.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-58.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-59.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-59.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-59.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-59.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-60.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-60.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-60.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-60.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-61.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-61.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-61.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-61.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-62.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-62.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-62.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-62.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-63.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-63.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-63.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-63.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-64.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-64.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-64.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-64.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-65.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-65.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-65.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-65.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-66.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-66.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-66.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-66.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-67.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-67.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-67.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-67.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-68.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-68.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-68.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-68.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-69.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-69.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-69.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-69.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-70.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-70.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-70.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-70.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-71.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-71.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-71.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-71.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-72.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-72.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-72.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-72.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-73.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-73.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-73.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-73.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-74.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-74.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-74.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-74.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-75.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-75.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-75.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-75.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-76.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-76.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-76.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-76.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-77.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-77.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-77.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-77.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-78.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-78.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-78.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-78.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-79.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-79.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-79.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-79.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-80.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-80.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-80.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-80.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-81.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-81.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-81.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-81.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-82.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-82.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-82.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-82.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-83.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-83.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-83.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-83.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-84.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-84.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-84.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-84.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-85.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-85.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-85.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-85.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-86.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-86.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-86.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-86.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-87.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-87.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-87.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-87.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-88.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-88.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-88.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-88.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-89.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-89.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-89.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-89.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-90.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-90.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-90.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-90.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-91.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-91.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-91.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-91.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-92.woff2 b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-92.woff2 similarity index 100% rename from IBM-Plex-Sans-KR/fonts/split/woff2/unhinted/IBMPlexSansKR-Thin-92.woff2 rename to IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/IBMPlexSansKR-Thin-92.woff2 diff --git a/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/license.txt b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/license.txt new file mode 100644 index 0000000000..f72f76504c --- /dev/null +++ b/IBM-Plex-Sans-KR/fonts/unhinted/split/woff2/license.txt @@ -0,0 +1,92 @@ +Copyright © 2017 IBM Corp. with Reserved Font Name "Plex" + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. \ No newline at end of file diff --git a/_arabic.scss b/_arabic.scss new file mode 100644 index 0000000000..bfca691298 --- /dev/null +++ b/_arabic.scss @@ -0,0 +1,149 @@ +$plex-font-display: swap !default; +$plex-font-path: '~@ibm/plex/IBM-Plex-Sans-Arabic' !default; + +@mixin thin-normal { + @font-face { + font-family: 'IBM Plex Sans Arabic'; + font-style: normal; + font-weight: 100; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSansArabic-Thin.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSansArabic-Thin.woff') + format('woff'); + } +} + +@mixin thin { + @include thin-normal; +} + +@mixin extralight-normal { + @font-face { + font-family: 'IBM Plex Sans Arabic'; + font-style: normal; + font-weight: 200; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSansArabic-ExtraLight.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSansArabic-ExtraLight.woff') + format('woff'); + } +} + +@mixin extralight { + @include extralight-normal; +} + +@mixin light-normal { + @font-face { + font-family: 'IBM Plex Sans Arabic'; + font-style: normal; + font-weight: 300; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSansArabic-Light.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSansArabic-Light.woff') + format('woff'); + } +} + +@mixin light { + @include light-normal; +} + +@mixin regular-normal { + @font-face { + font-family: 'IBM Plex Sans Arabic'; + font-style: normal; + font-weight: 400; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSansArabic-Regular.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSansArabic-Regular.woff') + format('woff'); + } +} + +@mixin regular { + @include regular-normal; +} + +@mixin text-normal { + @font-face { + font-family: 'IBM Plex Sans Arabic'; + font-style: normal; + font-weight: 450; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSansArabic-Text.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSansArabic-Text.woff') + format('woff'); + } +} + +@mixin text { + @include text-normal; +} + +@mixin medium-normal { + @font-face { + font-family: 'IBM Plex Sans Arabic'; + font-style: normal; + font-weight: 500; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSansArabic-Medium.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSansArabic-Medium.woff') + format('woff'); + } +} + +@mixin medium { + @include medium-normal; +} + +@mixin semibold-normal { + @font-face { + font-family: 'IBM Plex Sans Arabic'; + font-style: normal; + font-weight: 600; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSansArabic-SemiBold.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSansArabic-SemiBold.woff') + format('woff'); + } +} + +@mixin semibold { + @include semibold-normal; +} + +@mixin bold-normal { + @font-face { + font-family: 'IBM Plex Sans Arabic'; + font-style: normal; + font-weight: 700; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSansArabic-Bold.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSansArabic-Bold.woff') + format('woff'); + } +} + +@mixin bold { + @include bold-normal; +} + +@mixin all { + @include thin; // 100 + @include extralight; // 200 + @include light; // 300 + @include regular; // 400 + @include text; // 450 + @include medium; // 500 + @include semibold; // 600 + @include bold; // 700 +} diff --git a/_default.scss b/_default.scss new file mode 100644 index 0000000000..6544e70410 --- /dev/null +++ b/_default.scss @@ -0,0 +1,261 @@ +$plex-font-display: swap !default; +$plex-font-path: '~@ibm/plex/IBM-Plex-Sans' !default; + +@mixin thin-normal { + @font-face { + font-family: 'IBM Plex Sans'; + font-style: normal; + font-weight: 100; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-Thin.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-Thin.woff') + format('woff'); + } +} + +@mixin thin-italic { + @font-face { + font-family: 'IBM Plex Sans'; + font-style: italic; + font-weight: 100; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-ThinItalic.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-ThinItalic.woff') + format('woff'); + } +} + +@mixin thin { + @include thin-normal; + @include thin-italic; +} + +@mixin extralight-normal { + @font-face { + font-family: 'IBM Plex Sans'; + font-style: normal; + font-weight: 200; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-ExtraLight.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-ExtraLight.woff') + format('woff'); + } +} + +@mixin extralight-italic { + @font-face { + font-family: 'IBM Plex Sans'; + font-style: italic; + font-weight: 200; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-ExtraLightItalic.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-ExtraLightItalic.woff') + format('woff'); + } +} + +@mixin extralight { + @include extralight-normal; + @include extralight-italic; +} + +@mixin light-normal { + @font-face { + font-family: 'IBM Plex Sans'; + font-style: normal; + font-weight: 300; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-Light.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-Light.woff') + format('woff'); + } +} + +@mixin light-italic { + @font-face { + font-family: 'IBM Plex Sans'; + font-style: italic; + font-weight: 300; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-LightItalic.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-LightItalic.woff') + format('woff'); + } +} + +@mixin light { + @include light-normal; + @include light-italic; +} + +@mixin regular-normal { + @font-face { + font-family: 'IBM Plex Sans'; + font-style: normal; + font-weight: 400; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-Regular.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-Regular.woff') + format('woff'); + } +} + +@mixin regular-italic { + @font-face { + font-family: 'IBM Plex Sans'; + font-style: italic; + font-weight: 400; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-Italic.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-Italic.woff') + format('woff'); + } +} + +@mixin regular { + @include regular-normal; + @include regular-italic; +} + +@mixin text-normal { + @font-face { + font-family: 'IBM Plex Sans'; + font-style: normal; + font-weight: 450; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-Text.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-Text.woff') + format('woff'); + } +} + +@mixin text-italic { + @font-face { + font-family: 'IBM Plex Sans'; + font-style: italic; + font-weight: 450; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-TextItalic.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-TextItalic.woff') + format('woff'); + } +} + +@mixin text { + @include text-normal; + @include text-italic; +} + +@mixin medium-normal { + @font-face { + font-family: 'IBM Plex Sans'; + font-style: normal; + font-weight: 500; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-Medium.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-Medium.woff') + format('woff'); + } +} + +@mixin medium-italic { + @font-face { + font-family: 'IBM Plex Sans'; + font-style: italic; + font-weight: 500; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-MediumItalic.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-MediumItalic.woff') + format('woff'); + } +} + +@mixin medium { + @include medium-normal; + @include medium-italic; +} + +@mixin semibold-normal { + @font-face { + font-family: 'IBM Plex Sans'; + font-style: normal; + font-weight: 600; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-SemiBold.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-SemiBold.woff') + format('woff'); + } +} + +@mixin semibold-italic { + @font-face { + font-family: 'IBM Plex Sans'; + font-style: italic; + font-weight: 600; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-SemiBoldItalic.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-SemiBoldItalic.woff') + format('woff'); + } +} + +@mixin semibold { + @include semibold-normal; + @include semibold-italic; +} + +@mixin bold-normal { + @font-face { + font-family: 'IBM Plex Sans'; + font-style: normal; + font-weight: 700; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-Bold.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-Bold.woff') + format('woff'); + } +} + +@mixin bold-italic { + @font-face { + font-family: 'IBM Plex Sans'; + font-style: italic; + font-weight: 700; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexSans-BoldItalic.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexSans-BoldItalic.woff') + format('woff'); + } +} + +@mixin bold { + @include bold-normal; + @include bold-italic; +} + +@mixin all { + @include thin; // 100 + @include extralight; // 200 + @include light; // 300 + @include regular; // 400 + @include text; // 450 + @include medium; // 500 + @include semibold; // 600 + @include bold; // 700 +} diff --git a/_mono.scss b/_mono.scss new file mode 100644 index 0000000000..34be6fc609 --- /dev/null +++ b/_mono.scss @@ -0,0 +1,261 @@ +$plex-font-display: swap !default; +$plex-font-path: '~@ibm/plex/IBM-Plex-Mono' !default; + +@mixin thin-normal { + @font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 100; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexMono-Thin.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexMono-Thin.woff') + format('woff'); + } +} + +@mixin thin-italic { + @font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 100; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexMono-ThinItalic.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexMono-ThinItalic.woff') + format('woff'); + } +} + +@mixin thin { + @include thin-normal; + @include thin-italic; +} + +@mixin extralight-normal { + @font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 200; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexMono-ExtraLight.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexMono-ExtraLight.woff') + format('woff'); + } +} + +@mixin extralight-italic { + @font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 200; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexMono-ExtraLightItalic.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexMono-ExtraLightItalic.woff') + format('woff'); + } +} + +@mixin extralight { + @include extralight-normal; + @include extralight-italic; +} + +@mixin light-normal { + @font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 300; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexMono-Light.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexMono-Light.woff') + format('woff'); + } +} + +@mixin light-italic { + @font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 300; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexMono-LightItalic.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexMono-LightItalic.woff') + format('woff'); + } +} + +@mixin light { + @include light-normal; + @include light-italic; +} + +@mixin regular-normal { + @font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 400; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexMono-Regular.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexMono-Regular.woff') + format('woff'); + } +} + +@mixin regular-italic { + @font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 400; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexMono-Italic.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexMono-Italic.woff') + format('woff'); + } +} + +@mixin regular { + @include regular-normal; + @include regular-italic; +} + +@mixin text-normal { + @font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 450; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexMono-Text.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexMono-Text.woff') + format('woff'); + } +} + +@mixin text-italic { + @font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 450; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexMono-TextItalic.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexMono-TextItalic.woff') + format('woff'); + } +} + +@mixin text { + @include text-normal; + @include text-italic; +} + +@mixin medium-normal { + @font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 500; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexMono-Medium.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexMono-Medium.woff') + format('woff'); + } +} + +@mixin medium-italic { + @font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 500; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexMono-MediumItalic.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexMono-MediumItalic.woff') + format('woff'); + } +} + +@mixin medium { + @include medium-normal; + @include medium-italic; +} + +@mixin semibold-normal { + @font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 600; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexMono-SemiBold.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexMono-SemiBold.woff') + format('woff'); + } +} + +@mixin semibold-italic { + @font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 600; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexMono-SemiBoldItalic.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexMono-SemiBoldItalic.woff') + format('woff'); + } +} + +@mixin semibold { + @include semibold-normal; + @include semibold-italic; +} + +@mixin bold-normal { + @font-face { + font-family: 'IBM Plex Mono'; + font-style: normal; + font-weight: 700; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexMono-Bold.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexMono-Bold.woff') + format('woff'); + } +} + +@mixin bold-italic { + @font-face { + font-family: 'IBM Plex Mono'; + font-style: italic; + font-weight: 700; + font-display: $plex-font-display; + src: url('#{$plex-font-path}/fonts/complete/woff2/IBMPlexMono-BoldItalic.woff2') + format('woff2'), + url('#{$plex-font-path}/fonts/complete/woff/IBMPlexMono-BoldItalic.woff') + format('woff'); + } +} + +@mixin bold { + @include bold-normal; + @include bold-italic; +} + +@mixin all { + @include thin; // 100 + @include extralight; // 200 + @include light; // 300 + @include regular; // 400 + @include text; // 450 + @include medium; // 500 + @include semibold; // 600 + @include bold; // 700 +} diff --git a/examples/carbon.scss b/examples/carbon.scss new file mode 100644 index 0000000000..f605453f05 --- /dev/null +++ b/examples/carbon.scss @@ -0,0 +1,10 @@ +@use "~@ibm/plex/default" as sans; +@use "~@ibm/plex/mono"; + +@include sans.light; +@include sans.regular; +@include sans.semibold; + +@include mono.light; +@include mono.regular; +@include mono.semibold; diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000000..1f7047ebf3 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,10350 @@ +{ + "name": "@ibm/plex", + "version": "6.0.0-next.6", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "@ibm/plex", + "version": "6.0.0-next.4", + "license": "OFL-1.1", + "devDependencies": { + "archiver": "^3.0.0", + "fs-extra": "^7.0.0", + "husky": "^0.14.3", + "lint-staged": "^4.3.0", + "npm-run-all": "^4.1.5", + "prettier": "^1.7.4", + "release-it": "^14.6.2", + "rimraf": "^2.6.2", + "sass": "^1.32.13" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", + "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==", + "dev": true, + "dependencies": { + "@babel/highlight": "^7.12.13" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==", + "dev": true + }, + "node_modules/@babel/highlight": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.0.tgz", + "integrity": "sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.14.0", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "node_modules/@iarna/toml": { + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz", + "integrity": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==", + "dev": true + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz", + "integrity": "sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.4", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz", + "integrity": "sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz", + "integrity": "sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.4", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@octokit/auth-token": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.5.tgz", + "integrity": "sha512-BpGYsPgJt05M7/L/5FoE1PiAbdxXFZkX/3kDYcsvd1v6UhlnE5e96dTDr0ezX/EFwciQxf3cNV0loipsURU+WA==", + "dev": true, + "dependencies": { + "@octokit/types": "^6.0.3" + } + }, + "node_modules/@octokit/core": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.4.0.tgz", + "integrity": "sha512-6/vlKPP8NF17cgYXqucdshWqmMZGXkuvtcrWCgU5NOI0Pl2GjlmZyWgBMrU8zJ3v2MJlM6++CiB45VKYmhiWWg==", + "dev": true, + "dependencies": { + "@octokit/auth-token": "^2.4.4", + "@octokit/graphql": "^4.5.8", + "@octokit/request": "^5.4.12", + "@octokit/request-error": "^2.0.5", + "@octokit/types": "^6.0.3", + "before-after-hook": "^2.2.0", + "universal-user-agent": "^6.0.0" + } + }, + "node_modules/@octokit/endpoint": { + "version": "6.0.11", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.11.tgz", + "integrity": "sha512-fUIPpx+pZyoLW4GCs3yMnlj2LfoXTWDUVPTC4V3MUEKZm48W+XYpeWSZCv+vYF1ZABUm2CqnDVf1sFtIYrj7KQ==", + "dev": true, + "dependencies": { + "@octokit/types": "^6.0.3", + "is-plain-object": "^5.0.0", + "universal-user-agent": "^6.0.0" + } + }, + "node_modules/@octokit/graphql": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.6.2.tgz", + "integrity": "sha512-WmsIR1OzOr/3IqfG9JIczI8gMJUMzzyx5j0XXQ4YihHtKlQc+u35VpVoOXhlKAlaBntvry1WpAzPl/a+s3n89Q==", + "dev": true, + "dependencies": { + "@octokit/request": "^5.3.0", + "@octokit/types": "^6.0.3", + "universal-user-agent": "^6.0.0" + } + }, + "node_modules/@octokit/openapi-types": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-7.0.0.tgz", + "integrity": "sha512-gV/8DJhAL/04zjTI95a7FhQwS6jlEE0W/7xeYAzuArD0KVAVWDLP2f3vi98hs3HLTczxXdRK/mF0tRoQPpolEw==", + "dev": true + }, + "node_modules/@octokit/plugin-paginate-rest": { + "version": "2.13.3", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.13.3.tgz", + "integrity": "sha512-46lptzM9lTeSmIBt/sVP/FLSTPGx6DCzAdSX3PfeJ3mTf4h9sGC26WpaQzMEq/Z44cOcmx8VsOhO+uEgE3cjYg==", + "dev": true, + "dependencies": { + "@octokit/types": "^6.11.0" + }, + "peerDependencies": { + "@octokit/core": ">=2" + } + }, + "node_modules/@octokit/plugin-request-log": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.3.tgz", + "integrity": "sha512-4RFU4li238jMJAzLgAwkBAw+4Loile5haQMQr+uhFq27BmyJXcXSKvoQKqh0agsZEiUlW6iSv3FAgvmGkur7OQ==", + "dev": true, + "peerDependencies": { + "@octokit/core": ">=3" + } + }, + "node_modules/@octokit/plugin-rest-endpoint-methods": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.0.1.tgz", + "integrity": "sha512-vvWbPtPqLyIzJ7A4IPdTl+8IeuKAwMJ4LjvmqWOOdfSuqWQYZXq2CEd0hsnkidff2YfKlguzujHs/reBdAx8Sg==", + "dev": true, + "dependencies": { + "@octokit/types": "^6.13.1", + "deprecation": "^2.3.1" + }, + "peerDependencies": { + "@octokit/core": ">=3" + } + }, + "node_modules/@octokit/request": { + "version": "5.4.15", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.4.15.tgz", + "integrity": "sha512-6UnZfZzLwNhdLRreOtTkT9n57ZwulCve8q3IT/Z477vThu6snfdkBuhxnChpOKNGxcQ71ow561Qoa6uqLdPtag==", + "dev": true, + "dependencies": { + "@octokit/endpoint": "^6.0.1", + "@octokit/request-error": "^2.0.0", + "@octokit/types": "^6.7.1", + "is-plain-object": "^5.0.0", + "node-fetch": "^2.6.1", + "universal-user-agent": "^6.0.0" + } + }, + "node_modules/@octokit/request-error": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.0.5.tgz", + "integrity": "sha512-T/2wcCFyM7SkXzNoyVNWjyVlUwBvW3igM3Btr/eKYiPmucXTtkxt2RBsf6gn3LTzaLSLTQtNmvg+dGsOxQrjZg==", + "dev": true, + "dependencies": { + "@octokit/types": "^6.0.3", + "deprecation": "^2.0.0", + "once": "^1.4.0" + } + }, + "node_modules/@octokit/rest": { + "version": "18.5.3", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.3.tgz", + "integrity": "sha512-KPAsUCr1DOdLVbZJgGNuE/QVLWEaVBpFQwDAz/2Cnya6uW2wJ/P5RVGk0itx7yyN1aGa8uXm2pri4umEqG1JBA==", + "dev": true, + "dependencies": { + "@octokit/core": "^3.2.3", + "@octokit/plugin-paginate-rest": "^2.6.2", + "@octokit/plugin-request-log": "^1.0.2", + "@octokit/plugin-rest-endpoint-methods": "5.0.1" + } + }, + "node_modules/@octokit/types": { + "version": "6.14.2", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.14.2.tgz", + "integrity": "sha512-wiQtW9ZSy4OvgQ09iQOdyXYNN60GqjCL/UdMsepDr1Gr0QzpW6irIKbH3REuAHXAhxkEk9/F2a3Gcs1P6kW5jA==", + "dev": true, + "dependencies": { + "@octokit/openapi-types": "^7.0.0" + } + }, + "node_modules/@sindresorhus/is": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.0.1.tgz", + "integrity": "sha512-Qm9hBEBu18wt1PO2flE7LPb30BHMQt1eQgbV76YntdNk73XZGpn3izvGTYxbGgzXKgbCjiia0uxTd3aTNQrY/g==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/is?sponsor=1" + } + }, + "node_modules/@szmarczak/http-timer": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.5.tgz", + "integrity": "sha512-PyRA9sm1Yayuj5OIoJ1hGt2YISX45w9WcFbh6ddT0Z/0yaFxOtGLInr4jUfU1EAFVs0Yfyfev4RNwBlUaHdlDQ==", + "dev": true, + "dependencies": { + "defer-to-connect": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@types/cacheable-request": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.1.tgz", + "integrity": "sha512-ykFq2zmBGOCbpIXtoVbz4SKY5QriWPh3AjyU4G74RYbtt5yOc5OfaY75ftjg7mikMOla1CTGpX3lLbuJh8DTrQ==", + "dev": true, + "dependencies": { + "@types/http-cache-semantics": "*", + "@types/keyv": "*", + "@types/node": "*", + "@types/responselike": "*" + } + }, + "node_modules/@types/http-cache-semantics": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz", + "integrity": "sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==", + "dev": true + }, + "node_modules/@types/keyv": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.1.tgz", + "integrity": "sha512-MPtoySlAZQ37VoLaPcTHCu1RWJ4llDkULYZIzOYxlhxBqYPB0RsRlmMU0R6tahtFe27mIdkHV+551ZWV4PLmVw==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/node": { + "version": "15.3.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-15.3.1.tgz", + "integrity": "sha512-weaeiP4UF4XgF++3rpQhpIJWsCTS4QJw5gvBhQu6cFIxTwyxWIe3xbnrY/o2lTCQ0lsdb8YIUDUvLR4Vuz5rbw==", + "dev": true + }, + "node_modules/@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "dev": true + }, + "node_modules/@types/responselike": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz", + "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/ansi-align": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz", + "integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==", + "dev": true, + "dependencies": { + "string-width": "^3.0.0" + } + }, + "node_modules/ansi-align/node_modules/ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-align/node_modules/is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/ansi-align/node_modules/string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dev": true, + "dependencies": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-align/node_modules/strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "dependencies": { + "ansi-regex": "^4.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-escapes": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz", + "integrity": "sha1-06ioOzGapneTZisT52HHkRQiMG4=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/app-root-path": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-2.2.1.tgz", + "integrity": "sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA==", + "dev": true, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/archiver": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/archiver/-/archiver-3.1.1.tgz", + "integrity": "sha512-5Hxxcig7gw5Jod/8Gq0OneVgLYET+oNHcxgWItq4TbhOzRLKNAFUb9edAftiMKXvXfCB0vbGrJdZDNq0dWMsxg==", + "dev": true, + "dependencies": { + "archiver-utils": "^2.1.0", + "async": "^2.6.3", + "buffer-crc32": "^0.2.1", + "glob": "^7.1.4", + "readable-stream": "^3.4.0", + "tar-stream": "^2.1.0", + "zip-stream": "^2.1.2" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/archiver-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-2.1.0.tgz", + "integrity": "sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==", + "dev": true, + "dependencies": { + "glob": "^7.1.4", + "graceful-fs": "^4.2.0", + "lazystream": "^1.0.0", + "lodash.defaults": "^4.2.0", + "lodash.difference": "^4.5.0", + "lodash.flatten": "^4.4.0", + "lodash.isplainobject": "^4.0.6", + "lodash.union": "^4.6.0", + "normalize-path": "^3.0.0", + "readable-stream": "^2.0.0" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/archiver-utils/node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/archiver-utils/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/archiver-utils/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/async": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "dev": true, + "dependencies": { + "lodash": "^4.17.14" + } + }, + "node_modules/async-retry": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.1.tgz", + "integrity": "sha512-aiieFW/7h3hY0Bq5d+ktDBejxuwR78vRu9hDUdR8rNhSaQ29VzPL4AoIRG7D/c7tdenwOcKvgPM6tIxB3cB6HA==", + "dev": true, + "dependencies": { + "retry": "0.12.0" + } + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "dev": true + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/before-after-hook": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.1.tgz", + "integrity": "sha512-/6FKxSTWoJdbsLDF8tdIjaRiFXiE6UHsEHE3OPI/cwPURCVi1ukP0gmLn7XWEiFk5TcwQjjY5PWsU+j+tgXgmw==", + "dev": true + }, + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "dev": true, + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/boxen": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.0.1.tgz", + "integrity": "sha512-49VBlw+PrWEF51aCmy7QIteYPIFZxSpvqBdP/2itCPPlJ49kj9zg/XPRFrdkne2W+CfwXUls8exMvu1RysZpKA==", + "dev": true, + "dependencies": { + "ansi-align": "^3.0.0", + "camelcase": "^6.2.0", + "chalk": "^4.1.0", + "cli-boxes": "^2.2.1", + "string-width": "^4.2.0", + "type-fest": "^0.20.2", + "widest-line": "^3.1.0", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/boxen/node_modules/ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/boxen/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/boxen/node_modules/chalk": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/boxen/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/boxen/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/boxen/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/boxen/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/boxen/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/boxen/node_modules/string-width": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", + "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/boxen/node_modules/strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/boxen/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "dependencies": { + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/cacheable-lookup": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz", + "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==", + "dev": true, + "engines": { + "node": ">=10.6.0" + } + }, + "node_modules/cacheable-request": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.1.tgz", + "integrity": "sha512-lt0mJ6YAnsrBErpTMWeu5kl/tg9xMAWjavYTN6VQXM1A/teBITuNcccXsCxF0tDQQJf9DfAaX5O4e0zp0KlfZw==", + "dev": true, + "dependencies": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^4.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^4.1.0", + "responselike": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cacheable-request/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/camelcase": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz", + "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "dev": true + }, + "node_modules/chokidar": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz", + "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==", + "dev": true, + "dependencies": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.5.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.1" + } + }, + "node_modules/ci-info": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", + "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==", + "dev": true + }, + "node_modules/cli-boxes": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", + "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", + "dev": true, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-cursor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz", + "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=", + "dev": true, + "dependencies": { + "restore-cursor": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/cli-spinners": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-0.1.2.tgz", + "integrity": "sha1-u3ZNiOGF+54eaiofGXcjGPYF4xw=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/cli-truncate": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-0.2.1.tgz", + "integrity": "sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ=", + "dev": true, + "dependencies": { + "slice-ansi": "0.0.4", + "string-width": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/cli-width": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", + "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", + "dev": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/clone-response": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", + "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", + "dev": true, + "dependencies": { + "mimic-response": "^1.0.0" + } + }, + "node_modules/code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/compress-commons": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-2.1.1.tgz", + "integrity": "sha512-eVw6n7CnEMFzc3duyFVrQEuY1BlHR3rYsSztyG32ibGMW722i3C6IizEGMFmfMU+A+fALvBIwxN3czffTcdA+Q==", + "dev": true, + "dependencies": { + "buffer-crc32": "^0.2.13", + "crc32-stream": "^3.0.1", + "normalize-path": "^3.0.0", + "readable-stream": "^2.3.6" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/compress-commons/node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/compress-commons/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/compress-commons/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "node_modules/configstore": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", + "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", + "dev": true, + "dependencies": { + "dot-prop": "^5.2.0", + "graceful-fs": "^4.1.2", + "make-dir": "^3.0.0", + "unique-string": "^2.0.0", + "write-file-atomic": "^3.0.0", + "xdg-basedir": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "node_modules/cosmiconfig": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-1.1.0.tgz", + "integrity": "sha1-DeoPmATv37kp+7GxiOJVU+oFPTc=", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "js-yaml": "^3.4.3", + "minimist": "^1.2.0", + "object-assign": "^4.0.1", + "os-homedir": "^1.0.1", + "parse-json": "^2.2.0", + "pinkie-promise": "^2.0.0", + "require-from-string": "^1.1.0" + } + }, + "node_modules/crc": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/crc/-/crc-3.8.0.tgz", + "integrity": "sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ==", + "dev": true, + "dependencies": { + "buffer": "^5.1.0" + } + }, + "node_modules/crc32-stream": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-3.0.1.tgz", + "integrity": "sha512-mctvpXlbzsvK+6z8kJwSJ5crm7yBwrQMTybJzMw1O4lLGJqjlDCXY2Zw7KheiA6XBEcBmfLx1D88mjRGVJtY9w==", + "dev": true, + "dependencies": { + "crc": "^3.4.4", + "readable-stream": "^3.4.0" + }, + "engines": { + "node": ">= 6.9.0" + } + }, + "node_modules/cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", + "dev": true, + "dependencies": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "node_modules/crypto-random-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/date-fns": { + "version": "1.30.1", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-1.30.1.tgz", + "integrity": "sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==", + "dev": true + }, + "node_modules/debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "dev": true, + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", + "dev": true, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/decompress-response": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", + "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", + "dev": true, + "dependencies": { + "mimic-response": "^3.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/decompress-response/node_modules/mimic-response": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "dev": true, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/defaults": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", + "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", + "dev": true, + "dependencies": { + "clone": "^1.0.2" + } + }, + "node_modules/defer-to-connect": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", + "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "dependencies": { + "object-keys": "^1.0.12" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "dev": true, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/deprecated-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/deprecated-obj/-/deprecated-obj-2.0.0.tgz", + "integrity": "sha512-CkdywZC2rJ8RGh+y3MM1fw1EJ4oO/oNExGbRFv0AQoMS+faTd3nO7slYjkj/6t8OnIMUE+wxh6G97YHhK1ytrw==", + "dev": true, + "dependencies": { + "flat": "^5.0.2", + "lodash": "^4.17.20" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/deprecation": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", + "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", + "dev": true + }, + "node_modules/dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "dependencies": { + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/dir-glob/node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/dot-prop": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "dev": true, + "dependencies": { + "is-obj": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/dot-prop/node_modules/is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/duplexer3": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", + "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=", + "dev": true + }, + "node_modules/elegant-spinner": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/elegant-spinner/-/elegant-spinner-1.0.1.tgz", + "integrity": "sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "dev": true + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/es-abstract": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0.tgz", + "integrity": "sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "get-intrinsic": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.2", + "is-callable": "^1.2.3", + "is-negative-zero": "^2.0.1", + "is-regex": "^1.1.2", + "is-string": "^1.0.5", + "object-inspect": "^1.9.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "string.prototype.trimend": "^1.0.4", + "string.prototype.trimstart": "^1.0.4", + "unbox-primitive": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "dependencies": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/escape-goat": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", + "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/execa": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.8.0.tgz", + "integrity": "sha1-2NdrvBtVIX7RkP1t1J08d07PyNo=", + "dev": true, + "dependencies": { + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/exit-hook": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz", + "integrity": "sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "dev": true, + "dependencies": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/fast-glob": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.5.tgz", + "integrity": "sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.0", + "merge2": "^1.3.0", + "micromatch": "^4.0.2", + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/fastq": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.0.tgz", + "integrity": "sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/figures": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", + "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", + "dev": true, + "dependencies": { + "escape-string-regexp": "^1.0.5", + "object-assign": "^4.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/filter-obj": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz", + "integrity": "sha1-mzERErxsYSehbgFsbF1/GeCAXFs=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", + "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", + "dev": true, + "bin": { + "flat": "cli.js" + } + }, + "node_modules/form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dev": true, + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fs-constants": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", + "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", + "dev": true + }, + "node_modules/fs-extra": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", + "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "node_modules/get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-own-enumerable-property-symbols": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", + "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==", + "dev": true + }, + "node_modules/get-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/git-up": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/git-up/-/git-up-4.0.2.tgz", + "integrity": "sha512-kbuvus1dWQB2sSW4cbfTeGpCMd8ge9jx9RKnhXhuJ7tnvT+NIrTVfYZxjtflZddQYcmdOTlkAcjmx7bor+15AQ==", + "dev": true, + "dependencies": { + "is-ssh": "^1.3.0", + "parse-url": "^5.0.0" + } + }, + "node_modules/git-url-parse": { + "version": "11.4.4", + "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.4.4.tgz", + "integrity": "sha512-Y4o9o7vQngQDIU9IjyCmRJBin5iYjI5u9ZITnddRZpD7dcCFQj2sL2XuMNbLRE4b4B/4ENPsp2Q8P44fjAZ0Pw==", + "dev": true, + "dependencies": { + "git-up": "^4.0.0" + } + }, + "node_modules/glob": { + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", + "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/global-dirs": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.0.tgz", + "integrity": "sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==", + "dev": true, + "dependencies": { + "ini": "2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/globby": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.3.tgz", + "integrity": "sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==", + "dev": true, + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.1.1", + "ignore": "^5.1.4", + "merge2": "^1.3.0", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/got": { + "version": "11.8.2", + "resolved": "https://registry.npmjs.org/got/-/got-11.8.2.tgz", + "integrity": "sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ==", + "dev": true, + "dependencies": { + "@sindresorhus/is": "^4.0.0", + "@szmarczak/http-timer": "^4.0.5", + "@types/cacheable-request": "^6.0.1", + "@types/responselike": "^1.0.0", + "cacheable-lookup": "^5.0.3", + "cacheable-request": "^7.0.1", + "decompress-response": "^6.0.0", + "http2-wrapper": "^1.0.0-beta.5.2", + "lowercase-keys": "^2.0.0", + "p-cancelable": "^2.0.0", + "responselike": "^2.0.0" + }, + "engines": { + "node": ">=10.19.0" + }, + "funding": { + "url": "https://github.com/sindresorhus/got?sponsor=1" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz", + "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==", + "dev": true + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1" + }, + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dev": true, + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-ansi/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-bigints": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", + "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/has-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", + "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-yarn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", + "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, + "node_modules/http-cache-semantics": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", + "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "dev": true + }, + "node_modules/http2-wrapper": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz", + "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==", + "dev": true, + "dependencies": { + "quick-lru": "^5.1.1", + "resolve-alpn": "^1.0.0" + }, + "engines": { + "node": ">=10.19.0" + } + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true, + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/husky": { + "version": "0.14.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-0.14.3.tgz", + "integrity": "sha512-e21wivqHpstpoiWA/Yi8eFti8E+sQDSS53cpJsPptPs295QTOQR0ZwnHo2TXy1XOpZFD9rPOd3NpmqTK6uMLJA==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "is-ci": "^1.0.10", + "normalize-path": "^1.0.0", + "strip-indent": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/husky/node_modules/normalize-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-1.0.0.tgz", + "integrity": "sha1-MtDkcvkf80VwHBWoMRAY07CpA3k=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/ignore": { + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", + "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/import-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-3.0.0.tgz", + "integrity": "sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==", + "dev": true, + "dependencies": { + "import-from": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-fresh/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/import-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz", + "integrity": "sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==", + "dev": true, + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/import-lazy": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", + "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/indent-string": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", + "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", + "dev": true, + "dependencies": { + "repeating": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "node_modules/ini": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", + "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/inquirer": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.0.0.tgz", + "integrity": "sha512-ON8pEJPPCdyjxj+cxsYRe6XfCJepTxANdNnTebsTuQgXpRyZRRT9t4dJwjRubgmvn20CLSEnozRUayXyM9VTXA==", + "dev": true, + "dependencies": { + "ansi-escapes": "^4.2.1", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-width": "^3.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.21", + "mute-stream": "0.0.8", + "run-async": "^2.4.0", + "rxjs": "^6.6.6", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/inquirer/node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/inquirer/node_modules/ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/inquirer/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/inquirer/node_modules/chalk": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/inquirer/node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "dependencies": { + "restore-cursor": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/inquirer/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/inquirer/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/inquirer/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/inquirer/node_modules/figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "dev": true, + "dependencies": { + "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/inquirer/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/inquirer/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/inquirer/node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/inquirer/node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/inquirer/node_modules/rxjs": { + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "dev": true, + "dependencies": { + "tslib": "^1.9.0" + }, + "engines": { + "npm": ">=2.0.0" + } + }, + "node_modules/inquirer/node_modules/string-width": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", + "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/inquirer/node_modules/strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/inquirer/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/inquirer/node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/interpret": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", + "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "node_modules/is-bigint": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.2.tgz", + "integrity": "sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-boolean-object": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.1.tgz", + "integrity": "sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-callable": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.3.tgz", + "integrity": "sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-ci": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz", + "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==", + "dev": true, + "dependencies": { + "ci-info": "^1.5.0" + }, + "bin": { + "is-ci": "bin.js" + } + }, + "node_modules/is-core-module": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.4.0.tgz", + "integrity": "sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-date-object": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.4.tgz", + "integrity": "sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-finite": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz", + "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==", + "dev": true, + "engines": { + "node": ">=0.10.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true, + "dependencies": { + "number-is-nan": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "dev": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-installed-globally": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", + "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", + "dev": true, + "dependencies": { + "global-dirs": "^3.0.0", + "is-path-inside": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-negative-zero": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz", + "integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-npm": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-5.0.0.tgz", + "integrity": "sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-number-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.5.tgz", + "integrity": "sha512-RU0lI/n95pMoUKu9v1BZP5MBcZuNSVJkMkAG2dJqC4z2GlkGUNeH68SuHuBKBD/XFe+LHZ+f9BKkLET60Niedw==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-promise": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", + "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==", + "dev": true + }, + "node_modules/is-regex": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.3.tgz", + "integrity": "sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-regexp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", + "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-ssh": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.3.3.tgz", + "integrity": "sha512-NKzJmQzJfEEma3w5cJNcUMxoXfDjz0Zj0eyCalHn2E6VOwlzjZo0yuO2fcBSf8zhFuVCL/82/r5gRcoi6aEPVQ==", + "dev": true, + "dependencies": { + "protocols": "^1.1.0" + } + }, + "node_modules/is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-string": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.6.tgz", + "integrity": "sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true + }, + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-yarn-global": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", + "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==", + "dev": true + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "node_modules/jest-get-type": { + "version": "21.2.0", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-21.2.0.tgz", + "integrity": "sha512-y2fFw3C+D0yjNSDp7ab1kcd6NUYfy3waPTlD8yWkAtiocJdBRQqNoRqVfMNxgj+IjT0V5cBIHJO0z9vuSSZ43Q==", + "dev": true + }, + "node_modules/jest-validate": { + "version": "21.2.1", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-21.2.1.tgz", + "integrity": "sha512-k4HLI1rZQjlU+EC682RlQ6oZvLrE5SCh3brseQc24vbZTxzT/k/3urar5QMCVgjadmSO7lECeGdc6YxnM3yEGg==", + "dev": true, + "dependencies": { + "chalk": "^2.0.1", + "jest-get-type": "^21.2.0", + "leven": "^2.1.0", + "pretty-format": "^21.2.1" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, + "node_modules/json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "dev": true, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/keyv": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.0.3.tgz", + "integrity": "sha512-zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.1" + } + }, + "node_modules/latest-version": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", + "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", + "dev": true, + "dependencies": { + "package-json": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lazystream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz", + "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=", + "dev": true, + "dependencies": { + "readable-stream": "^2.0.5" + }, + "engines": { + "node": ">= 0.6.3" + } + }, + "node_modules/lazystream/node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/lazystream/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/lazystream/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/leven": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz", + "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/lines-and-columns": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", + "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=", + "dev": true + }, + "node_modules/lint-staged": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-4.3.0.tgz", + "integrity": "sha512-C/Zxslg0VRbsxwmCu977iIs+QyrmW2cyRCPUV5NDFYOH/jtRFHH8ch7ua2fH0voI/nVC3Tpg7DykfgMZySliKw==", + "dev": true, + "dependencies": { + "app-root-path": "^2.0.0", + "chalk": "^2.1.0", + "commander": "^2.11.0", + "cosmiconfig": "^1.1.0", + "execa": "^0.8.0", + "is-glob": "^4.0.0", + "jest-validate": "^21.1.0", + "listr": "^0.12.0", + "lodash": "^4.17.4", + "log-symbols": "^2.0.0", + "minimatch": "^3.0.0", + "npm-which": "^3.0.1", + "p-map": "^1.1.1", + "staged-git-files": "0.0.4", + "stringify-object": "^3.2.0" + }, + "bin": { + "lint-staged": "index.js" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/listr": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/listr/-/listr-0.12.0.tgz", + "integrity": "sha1-a84sD1YD+klYDqF81qAMwOX6RRo=", + "dev": true, + "dependencies": { + "chalk": "^1.1.3", + "cli-truncate": "^0.2.1", + "figures": "^1.7.0", + "indent-string": "^2.1.0", + "is-promise": "^2.1.0", + "is-stream": "^1.1.0", + "listr-silent-renderer": "^1.1.1", + "listr-update-renderer": "^0.2.0", + "listr-verbose-renderer": "^0.4.0", + "log-symbols": "^1.0.2", + "log-update": "^1.0.2", + "ora": "^0.2.3", + "p-map": "^1.1.1", + "rxjs": "^5.0.0-beta.11", + "stream-to-observable": "^0.1.0", + "strip-ansi": "^3.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/listr-silent-renderer": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz", + "integrity": "sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/listr-update-renderer": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/listr-update-renderer/-/listr-update-renderer-0.2.0.tgz", + "integrity": "sha1-yoDhd5tOcCZoB+ju0a1qvjmFUPk=", + "dev": true, + "dependencies": { + "chalk": "^1.1.3", + "cli-truncate": "^0.2.1", + "elegant-spinner": "^1.0.1", + "figures": "^1.7.0", + "indent-string": "^3.0.0", + "log-symbols": "^1.0.2", + "log-update": "^1.0.2", + "strip-ansi": "^3.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/listr-update-renderer/node_modules/ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/listr-update-renderer/node_modules/chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "dependencies": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/listr-update-renderer/node_modules/indent-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", + "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/listr-update-renderer/node_modules/log-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", + "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", + "dev": true, + "dependencies": { + "chalk": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/listr-update-renderer/node_modules/supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/listr-verbose-renderer": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz", + "integrity": "sha1-ggb0z21S3cWCfl/RSYng6WWTOjU=", + "dev": true, + "dependencies": { + "chalk": "^1.1.3", + "cli-cursor": "^1.0.2", + "date-fns": "^1.27.2", + "figures": "^1.7.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/listr-verbose-renderer/node_modules/ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/listr-verbose-renderer/node_modules/chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "dependencies": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/listr-verbose-renderer/node_modules/supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/listr/node_modules/ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/listr/node_modules/chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "dependencies": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/listr/node_modules/log-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", + "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", + "dev": true, + "dependencies": { + "chalk": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/listr/node_modules/supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/load-json-file/node_modules/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "dev": true, + "dependencies": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "node_modules/lodash.defaults": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", + "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=", + "dev": true + }, + "node_modules/lodash.difference": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz", + "integrity": "sha1-nMtOUF1Ia5FlE0V3KIWi3yf9AXw=", + "dev": true + }, + "node_modules/lodash.flatten": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz", + "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=", + "dev": true + }, + "node_modules/lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=", + "dev": true + }, + "node_modules/lodash.union": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz", + "integrity": "sha1-SLtQiECfFvGCFmZkHETdGqrjzYg=", + "dev": true + }, + "node_modules/log-symbols": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", + "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", + "dev": true, + "dependencies": { + "chalk": "^2.0.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/log-update": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz", + "integrity": "sha1-GZKfZMQJPS0ucHWh2tivWcKWuNE=", + "dev": true, + "dependencies": { + "ansi-escapes": "^1.0.0", + "cli-cursor": "^1.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "dependencies": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "node_modules/macos-release": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/macos-release/-/macos-release-2.4.1.tgz", + "integrity": "sha512-H/QHeBIN1fIGJX517pvK8IEK53yQOW7YcEI55oYtgjDdoCQQz7eJS94qt5kNrscReEyuD/JcdFCm2XBEcGOITg==", + "dev": true, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/memorystream": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz", + "integrity": "sha1-htcJCzDORV1j+64S3aUaR93K+bI=", + "dev": true, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", + "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "dev": true, + "dependencies": { + "braces": "^3.0.1", + "picomatch": "^2.2.3" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mime-db": { + "version": "1.47.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.47.0.tgz", + "integrity": "sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.30", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.30.tgz", + "integrity": "sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg==", + "dev": true, + "dependencies": { + "mime-db": "1.47.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/mimic-response": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "dev": true + }, + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "node_modules/mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", + "dev": true + }, + "node_modules/nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, + "node_modules/node-fetch": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", + "dev": true, + "engines": { + "node": "4.x || >=6.0.0" + } + }, + "node_modules/normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "dependencies": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-url": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", + "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm-path": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/npm-path/-/npm-path-2.0.4.tgz", + "integrity": "sha512-IFsj0R9C7ZdR5cP+ET342q77uSRdtWOlWpih5eC+lu29tIDbNEgDbzgVJ5UFvYHWhxDZ5TFkJafFioO0pPQjCw==", + "dev": true, + "dependencies": { + "which": "^1.2.10" + }, + "bin": { + "npm-path": "bin/npm-path" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/npm-run-all": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz", + "integrity": "sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "chalk": "^2.4.1", + "cross-spawn": "^6.0.5", + "memorystream": "^0.3.1", + "minimatch": "^3.0.4", + "pidtree": "^0.3.0", + "read-pkg": "^3.0.0", + "shell-quote": "^1.6.1", + "string.prototype.padend": "^3.0.0" + }, + "bin": { + "npm-run-all": "bin/npm-run-all/index.js", + "run-p": "bin/run-p/index.js", + "run-s": "bin/run-s/index.js" + }, + "engines": { + "node": ">= 4" + } + }, + "node_modules/npm-run-all/node_modules/cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "dependencies": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "engines": { + "node": ">=4.8" + } + }, + "node_modules/npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "dev": true, + "dependencies": { + "path-key": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/npm-which": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/npm-which/-/npm-which-3.0.1.tgz", + "integrity": "sha1-kiXybsOihcIJyuZ8OxGmtKtxQKo=", + "dev": true, + "dependencies": { + "commander": "^2.9.0", + "npm-path": "^2.0.2", + "which": "^1.2.10" + }, + "bin": { + "npm-which": "bin/npm-which.js" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz", + "integrity": "sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", + "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ora": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/ora/-/ora-0.2.3.tgz", + "integrity": "sha1-N1J9Igrc1Tw5tzVx11QVbV22V6Q=", + "dev": true, + "dependencies": { + "chalk": "^1.1.1", + "cli-cursor": "^1.0.2", + "cli-spinners": "^0.1.2", + "object-assign": "^4.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ora/node_modules/ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ora/node_modules/chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "dependencies": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ora/node_modules/supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/os-name": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/os-name/-/os-name-4.0.0.tgz", + "integrity": "sha512-caABzDdJMbtykt7GmSogEat3faTKQhmZf0BS5l/pZGmP0vPWQjXWqOhbLyK+b6j2/DQPmEvYdzLXJXXLJNVDNg==", + "dev": true, + "dependencies": { + "macos-release": "^2.2.0", + "windows-release": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/p-cancelable": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz", + "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-map": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz", + "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/package-json": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", + "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", + "dev": true, + "dependencies": { + "got": "^9.6.0", + "registry-auth-token": "^4.0.0", + "registry-url": "^5.0.0", + "semver": "^6.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/package-json/node_modules/@sindresorhus/is": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", + "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/package-json/node_modules/@szmarczak/http-timer": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", + "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", + "dev": true, + "dependencies": { + "defer-to-connect": "^1.0.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/package-json/node_modules/cacheable-request": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", + "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", + "dev": true, + "dependencies": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^3.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^4.1.0", + "responselike": "^1.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/package-json/node_modules/cacheable-request/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/package-json/node_modules/decompress-response": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", + "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", + "dev": true, + "dependencies": { + "mimic-response": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/package-json/node_modules/defer-to-connect": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", + "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==", + "dev": true + }, + "node_modules/package-json/node_modules/get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/package-json/node_modules/got": { + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", + "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", + "dev": true, + "dependencies": { + "@sindresorhus/is": "^0.14.0", + "@szmarczak/http-timer": "^1.1.2", + "cacheable-request": "^6.0.0", + "decompress-response": "^3.3.0", + "duplexer3": "^0.1.4", + "get-stream": "^4.1.0", + "lowercase-keys": "^1.0.1", + "mimic-response": "^1.0.1", + "p-cancelable": "^1.0.0", + "to-readable-stream": "^1.0.0", + "url-parse-lax": "^3.0.0" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/package-json/node_modules/got/node_modules/lowercase-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/package-json/node_modules/json-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", + "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=", + "dev": true + }, + "node_modules/package-json/node_modules/keyv": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", + "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.0" + } + }, + "node_modules/package-json/node_modules/p-cancelable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", + "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/package-json/node_modules/responselike": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", + "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", + "dev": true, + "dependencies": { + "lowercase-keys": "^1.0.0" + } + }, + "node_modules/package-json/node_modules/responselike/node_modules/lowercase-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/package-json/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "dev": true, + "dependencies": { + "error-ex": "^1.2.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parse-path": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.3.tgz", + "integrity": "sha512-9Cepbp2asKnWTJ9x2kpw6Fe8y9JDbqwahGCTvklzd/cEq5C5JC59x2Xb0Kx+x0QZ8bvNquGO8/BWP0cwBHzSAA==", + "dev": true, + "dependencies": { + "is-ssh": "^1.3.0", + "protocols": "^1.4.0", + "qs": "^6.9.4", + "query-string": "^6.13.8" + } + }, + "node_modules/parse-url": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.2.tgz", + "integrity": "sha512-Czj+GIit4cdWtxo3ISZCvLiUjErSo0iI3wJ+q9Oi3QuMYTI6OZu+7cewMWZ+C1YAnKhYTk6/TLuhIgCypLthPA==", + "dev": true, + "dependencies": { + "is-ssh": "^1.3.0", + "normalize-url": "^3.3.0", + "parse-path": "^4.0.0", + "protocols": "^1.4.0" + } + }, + "node_modules/parse-url/node_modules/normalize-url": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz", + "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "dev": true + }, + "node_modules/path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "dev": true, + "dependencies": { + "pify": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/picomatch": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.3.tgz", + "integrity": "sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pidtree": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz", + "integrity": "sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==", + "dev": true, + "bin": { + "pidtree": "bin/pidtree.js" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "dev": true, + "dependencies": { + "pinkie": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/prepend-http": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", + "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/prettier": { + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz", + "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==", + "dev": true, + "bin": { + "prettier": "bin-prettier.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/pretty-format": { + "version": "21.2.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-21.2.1.tgz", + "integrity": "sha512-ZdWPGYAnYfcVP8yKA3zFjCn8s4/17TeYH28MXuC8vTp0o21eXjbFGcOAXZEaDaOFJjc3h2qa7HQNHNshhvoh2A==", + "dev": true, + "dependencies": { + "ansi-regex": "^3.0.0", + "ansi-styles": "^3.2.0" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "node_modules/protocols": { + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/protocols/-/protocols-1.4.8.tgz", + "integrity": "sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg==", + "dev": true + }, + "node_modules/pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", + "dev": true + }, + "node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/pupa": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz", + "integrity": "sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==", + "dev": true, + "dependencies": { + "escape-goat": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/qs": { + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.1.tgz", + "integrity": "sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==", + "dev": true, + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/query-string": { + "version": "6.14.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz", + "integrity": "sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==", + "dev": true, + "dependencies": { + "decode-uri-component": "^0.2.0", + "filter-obj": "^1.1.0", + "split-on-first": "^1.0.0", + "strict-uri-encode": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/quick-lru": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "dev": true, + "dependencies": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "bin": { + "rc": "cli.js" + } + }, + "node_modules/rc/node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, + "node_modules/read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "dev": true, + "dependencies": { + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/readdirp": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", + "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/rechoir": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", + "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", + "dev": true, + "dependencies": { + "resolve": "^1.1.6" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/registry-auth-token": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.1.tgz", + "integrity": "sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw==", + "dev": true, + "dependencies": { + "rc": "^1.2.8" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/registry-url": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", + "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", + "dev": true, + "dependencies": { + "rc": "^1.2.8" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/release-it": { + "version": "14.6.2", + "resolved": "https://registry.npmjs.org/release-it/-/release-it-14.6.2.tgz", + "integrity": "sha512-rjRe2cC59ueTUGS2rkwI5JEeN0DQlU2eeq4nrCQcwQXv5IzC+9uPd7EvoUT7VDwJ4ZNu1Oh8DZVQqrtDzVboUg==", + "dev": true, + "dependencies": { + "@iarna/toml": "2.2.5", + "@octokit/rest": "18.5.3", + "async-retry": "1.3.1", + "chalk": "4.1.1", + "cosmiconfig": "7.0.0", + "debug": "4.3.1", + "deprecated-obj": "2.0.0", + "execa": "5.0.0", + "find-up": "5.0.0", + "form-data": "4.0.0", + "git-url-parse": "11.4.4", + "globby": "11.0.3", + "got": "11.8.2", + "import-cwd": "3.0.0", + "inquirer": "8.0.0", + "is-ci": "3.0.0", + "lodash": "4.17.21", + "mime-types": "2.1.30", + "ora": "5.4.0", + "os-name": "4.0.0", + "parse-json": "5.2.0", + "semver": "7.3.5", + "shelljs": "0.8.4", + "update-notifier": "5.1.0", + "url-join": "4.0.1", + "uuid": "8.3.2", + "yaml": "1.10.2", + "yargs-parser": "20.2.7" + }, + "bin": { + "release-it": "bin/release-it.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/release-it/node_modules/ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/release-it/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/release-it/node_modules/chalk": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/release-it/node_modules/ci-info": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.1.1.tgz", + "integrity": "sha512-kdRWLBIJwdsYJWYJFtAFFYxybguqeF91qpZaggjG5Nf8QKdizFG2hjqvaTXbxFIcYbSaD74KpAXv6BSm17DHEQ==", + "dev": true + }, + "node_modules/release-it/node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "dependencies": { + "restore-cursor": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/release-it/node_modules/cli-spinners": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.0.tgz", + "integrity": "sha512-t+4/y50K/+4xcCRosKkA7W4gTr1MySvLV0q+PxmG7FJ5g+66ChKurYjxBCjHggHH3HA5Hh9cy+lcUGWDqVH+4Q==", + "dev": true, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/release-it/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/release-it/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/release-it/node_modules/cosmiconfig": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz", + "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==", + "dev": true, + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/release-it/node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/release-it/node_modules/execa": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.0.0.tgz", + "integrity": "sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/release-it/node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/release-it/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/release-it/node_modules/is-ci": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.0.tgz", + "integrity": "sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ==", + "dev": true, + "dependencies": { + "ci-info": "^3.1.1" + }, + "bin": { + "is-ci": "bin.js" + } + }, + "node_modules/release-it/node_modules/is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/release-it/node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/release-it/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/release-it/node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/release-it/node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/release-it/node_modules/ora": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.0.tgz", + "integrity": "sha512-1StwyXQGoU6gdjYkyVcqOLnVlbKj+6yPNNOxJVgpt9t4eksKjiriiHuxktLYkgllwk+D6MbC4ihH84L1udRXPg==", + "dev": true, + "dependencies": { + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/release-it/node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/release-it/node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/release-it/node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/release-it/node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/release-it/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/release-it/node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/release-it/node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/release-it/node_modules/strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/release-it/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/release-it/node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/release-it/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/repeating": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", + "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", + "dev": true, + "dependencies": { + "is-finite": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-from-string": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-1.2.1.tgz", + "integrity": "sha1-UpyczvJzgK3+yaL5ZbZJu+5jZBg=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "dev": true, + "dependencies": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-alpn": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.1.2.tgz", + "integrity": "sha512-8OyfzhAtA32LVUsJSke3auIyINcwdh5l3cvYKdKO0nvsYSKuiLfTM5i78PJswFPT8y6cPW+L1v6/hE95chcpDA==", + "dev": true + }, + "node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/responselike": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.0.tgz", + "integrity": "sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw==", + "dev": true, + "dependencies": { + "lowercase-keys": "^2.0.0" + } + }, + "node_modules/restore-cursor": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz", + "integrity": "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=", + "dev": true, + "dependencies": { + "exit-hook": "^1.0.0", + "onetime": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/rxjs": { + "version": "5.5.12", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.12.tgz", + "integrity": "sha512-xx2itnL5sBbqeeiVgNPVuQQ1nC8Jp2WfNJhXWHmElW9YmrpS9UVnNzhP3EH3HFqexO5Tlp8GhYY+WEcqcVMvGw==", + "dev": true, + "dependencies": { + "symbol-observable": "1.0.1" + }, + "engines": { + "npm": ">=2.0.0" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "node_modules/sass": { + "version": "1.32.13", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.13.tgz", + "integrity": "sha512-dEgI9nShraqP7cXQH+lEXVf73WOPCse0QlFzSD8k+1TcOxCMwVXfQlr0jtoluZysQOyJGnfr21dLvYKDJq8HkA==", + "dev": true, + "dependencies": { + "chokidar": ">=3.0.0 <4.0.0" + }, + "bin": { + "sass": "sass.js" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/semver-diff": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", + "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", + "dev": true, + "dependencies": { + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/semver-diff/node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "dev": true, + "dependencies": { + "shebang-regex": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/shell-quote": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz", + "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==", + "dev": true + }, + "node_modules/shelljs": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz", + "integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==", + "dev": true, + "dependencies": { + "glob": "^7.0.0", + "interpret": "^1.0.0", + "rechoir": "^0.6.2" + }, + "bin": { + "shjs": "bin/shjs" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", + "dev": true + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/slice-ansi": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz", + "integrity": "sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/spdx-correct": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", + "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", + "dev": true, + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "dev": true + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.8.tgz", + "integrity": "sha512-NDgA96EnaLSvtbM7trJj+t1LUR3pirkDCcz9nOUlPb5DMBGsH7oES6C3hs3j7R9oHEa1EMvReS/BUAIT5Tcr0g==", + "dev": true + }, + "node_modules/split-on-first": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz", + "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "node_modules/staged-git-files": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/staged-git-files/-/staged-git-files-0.0.4.tgz", + "integrity": "sha1-15fhtVHKemOd7AI33G60u5vhfTU=", + "dev": true + }, + "node_modules/stream-to-observable": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/stream-to-observable/-/stream-to-observable-0.1.0.tgz", + "integrity": "sha1-Rb8dny19wJvtgfHDB8Qw5ouEz/4=", + "dev": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/strict-uri-encode": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", + "integrity": "sha1-ucczDHBChi9rFC3CdLvMWGbONUY=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true, + "dependencies": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/string.prototype.padend": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.2.tgz", + "integrity": "sha512-/AQFLdYvePENU3W5rgurfWSMU6n+Ww8n/3cUt7E+vPBB/D7YDG8x+qjoFs4M/alR2bW7Qg6xMjVwWUOvuQ0XpQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimend": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz", + "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/string.prototype.trimstart": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz", + "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/stringify-object": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", + "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", + "dev": true, + "dependencies": { + "get-own-enumerable-property-symbols": "^3.0.0", + "is-obj": "^1.0.1", + "is-regexp": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-ansi/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/strip-indent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", + "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/symbol-observable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.1.tgz", + "integrity": "sha1-g0D8RwLDEi310iKI+IKD9RPT/dQ=", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/tar-stream": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", + "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", + "dev": true, + "dependencies": { + "bl": "^4.0.3", + "end-of-stream": "^1.4.1", + "fs-constants": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^3.1.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true + }, + "node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "dependencies": { + "os-tmpdir": "~1.0.2" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/to-readable-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", + "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dev": true, + "dependencies": { + "is-typedarray": "^1.0.0" + } + }, + "node_modules/unbox-primitive": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", + "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==", + "dev": true, + "dependencies": { + "function-bind": "^1.1.1", + "has-bigints": "^1.0.1", + "has-symbols": "^1.0.2", + "which-boxed-primitive": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/unique-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "dev": true, + "dependencies": { + "crypto-random-string": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/universal-user-agent": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz", + "integrity": "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==", + "dev": true + }, + "node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/update-notifier": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-5.1.0.tgz", + "integrity": "sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==", + "dev": true, + "dependencies": { + "boxen": "^5.0.0", + "chalk": "^4.1.0", + "configstore": "^5.0.1", + "has-yarn": "^2.1.0", + "import-lazy": "^2.1.0", + "is-ci": "^2.0.0", + "is-installed-globally": "^0.4.0", + "is-npm": "^5.0.0", + "is-yarn-global": "^0.3.0", + "latest-version": "^5.1.0", + "pupa": "^2.1.1", + "semver": "^7.3.4", + "semver-diff": "^3.1.1", + "xdg-basedir": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/yeoman/update-notifier?sponsor=1" + } + }, + "node_modules/update-notifier/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/update-notifier/node_modules/chalk": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/update-notifier/node_modules/ci-info": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", + "dev": true + }, + "node_modules/update-notifier/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/update-notifier/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/update-notifier/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/update-notifier/node_modules/is-ci": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", + "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "dev": true, + "dependencies": { + "ci-info": "^2.0.0" + }, + "bin": { + "is-ci": "bin.js" + } + }, + "node_modules/update-notifier/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/update-notifier/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/update-notifier/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/update-notifier/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/url-join": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz", + "integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==", + "dev": true + }, + "node_modules/url-parse-lax": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", + "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", + "dev": true, + "dependencies": { + "prepend-http": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=", + "dev": true, + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dev": true, + "dependencies": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/widest-line": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", + "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", + "dev": true, + "dependencies": { + "string-width": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/widest-line/node_modules/ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/widest-line/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/widest-line/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/widest-line/node_modules/string-width": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", + "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/widest-line/node_modules/strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/windows-release": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/windows-release/-/windows-release-4.0.0.tgz", + "integrity": "sha512-OxmV4wzDKB1x7AZaZgXMVsdJ1qER1ed83ZrTYd5Bwq2HfJVg3DJS8nqlAG4sMoJ7mu8cuRmLEYyU13BKwctRAg==", + "dev": true, + "dependencies": { + "execa": "^4.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/windows-release/node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/windows-release/node_modules/execa": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", + "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.0", + "get-stream": "^5.0.0", + "human-signals": "^1.1.1", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.0", + "onetime": "^5.1.0", + "signal-exit": "^3.0.2", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/windows-release/node_modules/get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "dependencies": { + "pump": "^3.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/windows-release/node_modules/human-signals": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", + "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", + "dev": true, + "engines": { + "node": ">=8.12.0" + } + }, + "node_modules/windows-release/node_modules/is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/windows-release/node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/windows-release/node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/windows-release/node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/windows-release/node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/windows-release/node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/windows-release/node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/wrap-ansi/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/wrap-ansi/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/string-width": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", + "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "node_modules/write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "dev": true, + "dependencies": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "node_modules/xdg-basedir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", + "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", + "dev": true + }, + "node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "dev": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/yargs-parser": { + "version": "20.2.7", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.7.tgz", + "integrity": "sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/zip-stream": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-2.1.3.tgz", + "integrity": "sha512-EkXc2JGcKhO5N5aZ7TmuNo45budRaFGHOmz24wtJR7znbNqDPmdZtUauKX6et8KAVseAMBOyWJqEpXcHTBsh7Q==", + "dev": true, + "dependencies": { + "archiver-utils": "^2.1.0", + "compress-commons": "^2.1.1", + "readable-stream": "^3.4.0" + }, + "engines": { + "node": ">= 6" + } + } + }, + "dependencies": { + "@babel/code-frame": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", + "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==", + "dev": true, + "requires": { + "@babel/highlight": "^7.12.13" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz", + "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==", + "dev": true + }, + "@babel/highlight": { + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.0.tgz", + "integrity": "sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.14.0", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@iarna/toml": { + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz", + "integrity": "sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==", + "dev": true + }, + "@nodelib/fs.scandir": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz", + "integrity": "sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "2.0.4", + "run-parallel": "^1.1.9" + } + }, + "@nodelib/fs.stat": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz", + "integrity": "sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==", + "dev": true + }, + "@nodelib/fs.walk": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz", + "integrity": "sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==", + "dev": true, + "requires": { + "@nodelib/fs.scandir": "2.1.4", + "fastq": "^1.6.0" + } + }, + "@octokit/auth-token": { + "version": "2.4.5", + "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.5.tgz", + "integrity": "sha512-BpGYsPgJt05M7/L/5FoE1PiAbdxXFZkX/3kDYcsvd1v6UhlnE5e96dTDr0ezX/EFwciQxf3cNV0loipsURU+WA==", + "dev": true, + "requires": { + "@octokit/types": "^6.0.3" + } + }, + "@octokit/core": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/@octokit/core/-/core-3.4.0.tgz", + "integrity": "sha512-6/vlKPP8NF17cgYXqucdshWqmMZGXkuvtcrWCgU5NOI0Pl2GjlmZyWgBMrU8zJ3v2MJlM6++CiB45VKYmhiWWg==", + "dev": true, + "requires": { + "@octokit/auth-token": "^2.4.4", + "@octokit/graphql": "^4.5.8", + "@octokit/request": "^5.4.12", + "@octokit/request-error": "^2.0.5", + "@octokit/types": "^6.0.3", + "before-after-hook": "^2.2.0", + "universal-user-agent": "^6.0.0" + } + }, + "@octokit/endpoint": { + "version": "6.0.11", + "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.11.tgz", + "integrity": "sha512-fUIPpx+pZyoLW4GCs3yMnlj2LfoXTWDUVPTC4V3MUEKZm48W+XYpeWSZCv+vYF1ZABUm2CqnDVf1sFtIYrj7KQ==", + "dev": true, + "requires": { + "@octokit/types": "^6.0.3", + "is-plain-object": "^5.0.0", + "universal-user-agent": "^6.0.0" + } + }, + "@octokit/graphql": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.6.2.tgz", + "integrity": "sha512-WmsIR1OzOr/3IqfG9JIczI8gMJUMzzyx5j0XXQ4YihHtKlQc+u35VpVoOXhlKAlaBntvry1WpAzPl/a+s3n89Q==", + "dev": true, + "requires": { + "@octokit/request": "^5.3.0", + "@octokit/types": "^6.0.3", + "universal-user-agent": "^6.0.0" + } + }, + "@octokit/openapi-types": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-7.0.0.tgz", + "integrity": "sha512-gV/8DJhAL/04zjTI95a7FhQwS6jlEE0W/7xeYAzuArD0KVAVWDLP2f3vi98hs3HLTczxXdRK/mF0tRoQPpolEw==", + "dev": true + }, + "@octokit/plugin-paginate-rest": { + "version": "2.13.3", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.13.3.tgz", + "integrity": "sha512-46lptzM9lTeSmIBt/sVP/FLSTPGx6DCzAdSX3PfeJ3mTf4h9sGC26WpaQzMEq/Z44cOcmx8VsOhO+uEgE3cjYg==", + "dev": true, + "requires": { + "@octokit/types": "^6.11.0" + } + }, + "@octokit/plugin-request-log": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.3.tgz", + "integrity": "sha512-4RFU4li238jMJAzLgAwkBAw+4Loile5haQMQr+uhFq27BmyJXcXSKvoQKqh0agsZEiUlW6iSv3FAgvmGkur7OQ==", + "dev": true, + "requires": {} + }, + "@octokit/plugin-rest-endpoint-methods": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.0.1.tgz", + "integrity": "sha512-vvWbPtPqLyIzJ7A4IPdTl+8IeuKAwMJ4LjvmqWOOdfSuqWQYZXq2CEd0hsnkidff2YfKlguzujHs/reBdAx8Sg==", + "dev": true, + "requires": { + "@octokit/types": "^6.13.1", + "deprecation": "^2.3.1" + } + }, + "@octokit/request": { + "version": "5.4.15", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.4.15.tgz", + "integrity": "sha512-6UnZfZzLwNhdLRreOtTkT9n57ZwulCve8q3IT/Z477vThu6snfdkBuhxnChpOKNGxcQ71ow561Qoa6uqLdPtag==", + "dev": true, + "requires": { + "@octokit/endpoint": "^6.0.1", + "@octokit/request-error": "^2.0.0", + "@octokit/types": "^6.7.1", + "is-plain-object": "^5.0.0", + "node-fetch": "^2.6.1", + "universal-user-agent": "^6.0.0" + } + }, + "@octokit/request-error": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.0.5.tgz", + "integrity": "sha512-T/2wcCFyM7SkXzNoyVNWjyVlUwBvW3igM3Btr/eKYiPmucXTtkxt2RBsf6gn3LTzaLSLTQtNmvg+dGsOxQrjZg==", + "dev": true, + "requires": { + "@octokit/types": "^6.0.3", + "deprecation": "^2.0.0", + "once": "^1.4.0" + } + }, + "@octokit/rest": { + "version": "18.5.3", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.5.3.tgz", + "integrity": "sha512-KPAsUCr1DOdLVbZJgGNuE/QVLWEaVBpFQwDAz/2Cnya6uW2wJ/P5RVGk0itx7yyN1aGa8uXm2pri4umEqG1JBA==", + "dev": true, + "requires": { + "@octokit/core": "^3.2.3", + "@octokit/plugin-paginate-rest": "^2.6.2", + "@octokit/plugin-request-log": "^1.0.2", + "@octokit/plugin-rest-endpoint-methods": "5.0.1" + } + }, + "@octokit/types": { + "version": "6.14.2", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.14.2.tgz", + "integrity": "sha512-wiQtW9ZSy4OvgQ09iQOdyXYNN60GqjCL/UdMsepDr1Gr0QzpW6irIKbH3REuAHXAhxkEk9/F2a3Gcs1P6kW5jA==", + "dev": true, + "requires": { + "@octokit/openapi-types": "^7.0.0" + } + }, + "@sindresorhus/is": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.0.1.tgz", + "integrity": "sha512-Qm9hBEBu18wt1PO2flE7LPb30BHMQt1eQgbV76YntdNk73XZGpn3izvGTYxbGgzXKgbCjiia0uxTd3aTNQrY/g==", + "dev": true + }, + "@szmarczak/http-timer": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.5.tgz", + "integrity": "sha512-PyRA9sm1Yayuj5OIoJ1hGt2YISX45w9WcFbh6ddT0Z/0yaFxOtGLInr4jUfU1EAFVs0Yfyfev4RNwBlUaHdlDQ==", + "dev": true, + "requires": { + "defer-to-connect": "^2.0.0" + } + }, + "@types/cacheable-request": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.1.tgz", + "integrity": "sha512-ykFq2zmBGOCbpIXtoVbz4SKY5QriWPh3AjyU4G74RYbtt5yOc5OfaY75ftjg7mikMOla1CTGpX3lLbuJh8DTrQ==", + "dev": true, + "requires": { + "@types/http-cache-semantics": "*", + "@types/keyv": "*", + "@types/node": "*", + "@types/responselike": "*" + } + }, + "@types/http-cache-semantics": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.0.tgz", + "integrity": "sha512-c3Xy026kOF7QOTn00hbIllV1dLR9hG9NkSrLQgCVs8NF6sBU+VGWjD3wLPhmh1TYAc7ugCFsvHYMN4VcBN1U1A==", + "dev": true + }, + "@types/keyv": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@types/keyv/-/keyv-3.1.1.tgz", + "integrity": "sha512-MPtoySlAZQ37VoLaPcTHCu1RWJ4llDkULYZIzOYxlhxBqYPB0RsRlmMU0R6tahtFe27mIdkHV+551ZWV4PLmVw==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/node": { + "version": "15.3.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-15.3.1.tgz", + "integrity": "sha512-weaeiP4UF4XgF++3rpQhpIJWsCTS4QJw5gvBhQu6cFIxTwyxWIe3xbnrY/o2lTCQ0lsdb8YIUDUvLR4Vuz5rbw==", + "dev": true + }, + "@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "dev": true + }, + "@types/responselike": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/responselike/-/responselike-1.0.0.tgz", + "integrity": "sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "ansi-align": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.0.tgz", + "integrity": "sha512-ZpClVKqXN3RGBmKibdfWzqCY4lnjEuoNzU5T0oEFpfd/z5qJHVarukridD4juLO2FXMiwUQxr9WqQtaYa8XRYw==", + "dev": true, + "requires": { + "string-width": "^3.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "dev": true, + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "dev": true, + "requires": { + "ansi-regex": "^4.1.0" + } + } + } + }, + "ansi-escapes": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz", + "integrity": "sha1-06ioOzGapneTZisT52HHkRQiMG4=", + "dev": true + }, + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "dev": true, + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "app-root-path": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/app-root-path/-/app-root-path-2.2.1.tgz", + "integrity": "sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA==", + "dev": true + }, + "archiver": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/archiver/-/archiver-3.1.1.tgz", + "integrity": "sha512-5Hxxcig7gw5Jod/8Gq0OneVgLYET+oNHcxgWItq4TbhOzRLKNAFUb9edAftiMKXvXfCB0vbGrJdZDNq0dWMsxg==", + "dev": true, + "requires": { + "archiver-utils": "^2.1.0", + "async": "^2.6.3", + "buffer-crc32": "^0.2.1", + "glob": "^7.1.4", + "readable-stream": "^3.4.0", + "tar-stream": "^2.1.0", + "zip-stream": "^2.1.2" + } + }, + "archiver-utils": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-2.1.0.tgz", + "integrity": "sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw==", + "dev": true, + "requires": { + "glob": "^7.1.4", + "graceful-fs": "^4.2.0", + "lazystream": "^1.0.0", + "lodash.defaults": "^4.2.0", + "lodash.difference": "^4.5.0", + "lodash.flatten": "^4.4.0", + "lodash.isplainobject": "^4.0.6", + "lodash.union": "^4.6.0", + "normalize-path": "^3.0.0", + "readable-stream": "^2.0.0" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true + }, + "async": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "dev": true, + "requires": { + "lodash": "^4.17.14" + } + }, + "async-retry": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/async-retry/-/async-retry-1.3.1.tgz", + "integrity": "sha512-aiieFW/7h3hY0Bq5d+ktDBejxuwR78vRu9hDUdR8rNhSaQ29VzPL4AoIRG7D/c7tdenwOcKvgPM6tIxB3cB6HA==", + "dev": true, + "requires": { + "retry": "0.12.0" + } + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "dev": true + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true + }, + "before-after-hook": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.1.tgz", + "integrity": "sha512-/6FKxSTWoJdbsLDF8tdIjaRiFXiE6UHsEHE3OPI/cwPURCVi1ukP0gmLn7XWEiFk5TcwQjjY5PWsU+j+tgXgmw==", + "dev": true + }, + "binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true + }, + "bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "dev": true, + "requires": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "boxen": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.0.1.tgz", + "integrity": "sha512-49VBlw+PrWEF51aCmy7QIteYPIFZxSpvqBdP/2itCPPlJ49kj9zg/XPRFrdkne2W+CfwXUls8exMvu1RysZpKA==", + "dev": true, + "requires": { + "ansi-align": "^3.0.0", + "camelcase": "^6.2.0", + "chalk": "^4.1.0", + "cli-boxes": "^2.2.1", + "string-width": "^4.2.0", + "type-fest": "^0.20.2", + "widest-line": "^3.1.0", + "wrap-ansi": "^7.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "string-width": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", + "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + } + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.0" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "requires": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "buffer-crc32": { + "version": "0.2.13", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", + "dev": true + }, + "cacheable-lookup": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz", + "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==", + "dev": true + }, + "cacheable-request": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.1.tgz", + "integrity": "sha512-lt0mJ6YAnsrBErpTMWeu5kl/tg9xMAWjavYTN6VQXM1A/teBITuNcccXsCxF0tDQQJf9DfAaX5O4e0zp0KlfZw==", + "dev": true, + "requires": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^4.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^4.1.0", + "responselike": "^2.0.0" + }, + "dependencies": { + "get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + } + } + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + }, + "camelcase": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz", + "integrity": "sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==", + "dev": true + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "dev": true + }, + "chokidar": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz", + "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==", + "dev": true, + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.3.1", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.5.0" + } + }, + "ci-info": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", + "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==", + "dev": true + }, + "cli-boxes": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", + "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", + "dev": true + }, + "cli-cursor": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz", + "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=", + "dev": true, + "requires": { + "restore-cursor": "^1.0.1" + } + }, + "cli-spinners": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-0.1.2.tgz", + "integrity": "sha1-u3ZNiOGF+54eaiofGXcjGPYF4xw=", + "dev": true + }, + "cli-truncate": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-0.2.1.tgz", + "integrity": "sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ=", + "dev": true, + "requires": { + "slice-ansi": "0.0.4", + "string-width": "^1.0.1" + } + }, + "cli-width": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", + "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", + "dev": true + }, + "clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=", + "dev": true + }, + "clone-response": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", + "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", + "dev": true, + "requires": { + "mimic-response": "^1.0.0" + } + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "dev": true + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "compress-commons": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-2.1.1.tgz", + "integrity": "sha512-eVw6n7CnEMFzc3duyFVrQEuY1BlHR3rYsSztyG32ibGMW722i3C6IizEGMFmfMU+A+fALvBIwxN3czffTcdA+Q==", + "dev": true, + "requires": { + "buffer-crc32": "^0.2.13", + "crc32-stream": "^3.0.1", + "normalize-path": "^3.0.0", + "readable-stream": "^2.3.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "configstore": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-5.0.1.tgz", + "integrity": "sha512-aMKprgk5YhBNyH25hj8wGt2+D52Sw1DRRIzqBwLp2Ya9mFmY8KPvvtvmna8SxVR9JMZ4kzMD68N22vlaRpkeFA==", + "dev": true, + "requires": { + "dot-prop": "^5.2.0", + "graceful-fs": "^4.1.2", + "make-dir": "^3.0.0", + "unique-string": "^2.0.0", + "write-file-atomic": "^3.0.0", + "xdg-basedir": "^4.0.0" + } + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "cosmiconfig": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-1.1.0.tgz", + "integrity": "sha1-DeoPmATv37kp+7GxiOJVU+oFPTc=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "js-yaml": "^3.4.3", + "minimist": "^1.2.0", + "object-assign": "^4.0.1", + "os-homedir": "^1.0.1", + "parse-json": "^2.2.0", + "pinkie-promise": "^2.0.0", + "require-from-string": "^1.1.0" + } + }, + "crc": { + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/crc/-/crc-3.8.0.tgz", + "integrity": "sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ==", + "dev": true, + "requires": { + "buffer": "^5.1.0" + } + }, + "crc32-stream": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-3.0.1.tgz", + "integrity": "sha512-mctvpXlbzsvK+6z8kJwSJ5crm7yBwrQMTybJzMw1O4lLGJqjlDCXY2Zw7KheiA6XBEcBmfLx1D88mjRGVJtY9w==", + "dev": true, + "requires": { + "crc": "^3.4.4", + "readable-stream": "^3.4.0" + } + }, + "cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", + "dev": true, + "requires": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "crypto-random-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz", + "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==", + "dev": true + }, + "date-fns": { + "version": "1.30.1", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-1.30.1.tgz", + "integrity": "sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==", + "dev": true + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "decode-uri-component": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", + "dev": true + }, + "decompress-response": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", + "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", + "dev": true, + "requires": { + "mimic-response": "^3.1.0" + }, + "dependencies": { + "mimic-response": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", + "dev": true + } + } + }, + "deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "dev": true + }, + "defaults": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz", + "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=", + "dev": true, + "requires": { + "clone": "^1.0.2" + } + }, + "defer-to-connect": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-2.0.1.tgz", + "integrity": "sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==", + "dev": true + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "requires": { + "object-keys": "^1.0.12" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "dev": true + }, + "deprecated-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/deprecated-obj/-/deprecated-obj-2.0.0.tgz", + "integrity": "sha512-CkdywZC2rJ8RGh+y3MM1fw1EJ4oO/oNExGbRFv0AQoMS+faTd3nO7slYjkj/6t8OnIMUE+wxh6G97YHhK1ytrw==", + "dev": true, + "requires": { + "flat": "^5.0.2", + "lodash": "^4.17.20" + } + }, + "deprecation": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", + "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", + "dev": true + }, + "dir-glob": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, + "requires": { + "path-type": "^4.0.0" + }, + "dependencies": { + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true + } + } + }, + "dot-prop": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz", + "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==", + "dev": true, + "requires": { + "is-obj": "^2.0.0" + }, + "dependencies": { + "is-obj": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", + "dev": true + } + } + }, + "duplexer3": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", + "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=", + "dev": true + }, + "elegant-spinner": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/elegant-spinner/-/elegant-spinner-1.0.1.tgz", + "integrity": "sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=", + "dev": true + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==", + "dev": true + }, + "end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, + "requires": { + "once": "^1.4.0" + } + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es-abstract": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0.tgz", + "integrity": "sha512-LJzK7MrQa8TS0ja2w3YNLzUgJCGPdPOV1yVvezjNnS89D+VR08+Szt2mz3YB2Dck/+w5tfIq/RoUAFqJJGM2yw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "get-intrinsic": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.2", + "is-callable": "^1.2.3", + "is-negative-zero": "^2.0.1", + "is-regex": "^1.1.2", + "is-string": "^1.0.5", + "object-inspect": "^1.9.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "string.prototype.trimend": "^1.0.4", + "string.prototype.trimstart": "^1.0.4", + "unbox-primitive": "^1.0.0" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "escape-goat": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/escape-goat/-/escape-goat-2.1.1.tgz", + "integrity": "sha512-8/uIhbG12Csjy2JEW7D9pHbreaVaS/OpN3ycnyvElTdwM5n6GY6W6e2IPemfvGZeUMqZ9A/3GqIZMgKnBhAw/Q==", + "dev": true + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true + }, + "execa": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.8.0.tgz", + "integrity": "sha1-2NdrvBtVIX7RkP1t1J08d07PyNo=", + "dev": true, + "requires": { + "cross-spawn": "^5.0.1", + "get-stream": "^3.0.0", + "is-stream": "^1.1.0", + "npm-run-path": "^2.0.0", + "p-finally": "^1.0.0", + "signal-exit": "^3.0.0", + "strip-eof": "^1.0.0" + } + }, + "exit-hook": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz", + "integrity": "sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g=", + "dev": true + }, + "external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "dev": true, + "requires": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + } + }, + "fast-glob": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.5.tgz", + "integrity": "sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==", + "dev": true, + "requires": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.0", + "merge2": "^1.3.0", + "micromatch": "^4.0.2", + "picomatch": "^2.2.1" + } + }, + "fastq": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.0.tgz", + "integrity": "sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g==", + "dev": true, + "requires": { + "reusify": "^1.0.4" + } + }, + "figures": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", + "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5", + "object-assign": "^4.1.0" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "filter-obj": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz", + "integrity": "sha1-mzERErxsYSehbgFsbF1/GeCAXFs=", + "dev": true + }, + "find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "requires": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + } + }, + "flat": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", + "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", + "dev": true + }, + "form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dev": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + } + }, + "fs-constants": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", + "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", + "dev": true + }, + "fs-extra": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", + "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + } + }, + "get-own-enumerable-property-symbols": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", + "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==", + "dev": true + }, + "get-stream": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", + "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=", + "dev": true + }, + "git-up": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/git-up/-/git-up-4.0.2.tgz", + "integrity": "sha512-kbuvus1dWQB2sSW4cbfTeGpCMd8ge9jx9RKnhXhuJ7tnvT+NIrTVfYZxjtflZddQYcmdOTlkAcjmx7bor+15AQ==", + "dev": true, + "requires": { + "is-ssh": "^1.3.0", + "parse-url": "^5.0.0" + } + }, + "git-url-parse": { + "version": "11.4.4", + "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.4.4.tgz", + "integrity": "sha512-Y4o9o7vQngQDIU9IjyCmRJBin5iYjI5u9ZITnddRZpD7dcCFQj2sL2XuMNbLRE4b4B/4ENPsp2Q8P44fjAZ0Pw==", + "dev": true, + "requires": { + "git-up": "^4.0.0" + } + }, + "glob": { + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", + "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + }, + "global-dirs": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.0.tgz", + "integrity": "sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==", + "dev": true, + "requires": { + "ini": "2.0.0" + } + }, + "globby": { + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.3.tgz", + "integrity": "sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==", + "dev": true, + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.1.1", + "ignore": "^5.1.4", + "merge2": "^1.3.0", + "slash": "^3.0.0" + } + }, + "got": { + "version": "11.8.2", + "resolved": "https://registry.npmjs.org/got/-/got-11.8.2.tgz", + "integrity": "sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ==", + "dev": true, + "requires": { + "@sindresorhus/is": "^4.0.0", + "@szmarczak/http-timer": "^4.0.5", + "@types/cacheable-request": "^6.0.1", + "@types/responselike": "^1.0.0", + "cacheable-lookup": "^5.0.3", + "cacheable-request": "^7.0.1", + "decompress-response": "^6.0.0", + "http2-wrapper": "^1.0.0-beta.5.2", + "lowercase-keys": "^2.0.0", + "p-cancelable": "^2.0.0", + "responselike": "^2.0.0" + } + }, + "graceful-fs": { + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz", + "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==", + "dev": true + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + } + } + }, + "has-bigints": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", + "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", + "dev": true + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "has-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", + "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==", + "dev": true + }, + "has-yarn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/has-yarn/-/has-yarn-2.1.0.tgz", + "integrity": "sha512-UqBRqi4ju7T+TqGNdqAO0PaSVGsDGJUBQvk9eUWNGRY1CFGDzYhLWoM7JQEemnlvVcv/YEmc2wNW8BC24EnUsw==", + "dev": true + }, + "hosted-git-info": { + "version": "2.8.9", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", + "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", + "dev": true + }, + "http-cache-semantics": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", + "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "dev": true + }, + "http2-wrapper": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz", + "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==", + "dev": true, + "requires": { + "quick-lru": "^5.1.1", + "resolve-alpn": "^1.0.0" + } + }, + "human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true + }, + "husky": { + "version": "0.14.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-0.14.3.tgz", + "integrity": "sha512-e21wivqHpstpoiWA/Yi8eFti8E+sQDSS53cpJsPptPs295QTOQR0ZwnHo2TXy1XOpZFD9rPOd3NpmqTK6uMLJA==", + "dev": true, + "requires": { + "is-ci": "^1.0.10", + "normalize-path": "^1.0.0", + "strip-indent": "^2.0.0" + }, + "dependencies": { + "normalize-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-1.0.0.tgz", + "integrity": "sha1-MtDkcvkf80VwHBWoMRAY07CpA3k=", + "dev": true + } + } + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true + }, + "ignore": { + "version": "5.1.8", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz", + "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==", + "dev": true + }, + "import-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-3.0.0.tgz", + "integrity": "sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==", + "dev": true, + "requires": { + "import-from": "^3.0.0" + } + }, + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "dependencies": { + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true + } + } + }, + "import-from": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz", + "integrity": "sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==", + "dev": true, + "requires": { + "resolve-from": "^5.0.0" + } + }, + "import-lazy": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", + "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=", + "dev": true + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "dev": true + }, + "indent-string": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", + "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", + "dev": true, + "requires": { + "repeating": "^2.0.0" + } + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "ini": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", + "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", + "dev": true + }, + "inquirer": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.0.0.tgz", + "integrity": "sha512-ON8pEJPPCdyjxj+cxsYRe6XfCJepTxANdNnTebsTuQgXpRyZRRT9t4dJwjRubgmvn20CLSEnozRUayXyM9VTXA==", + "dev": true, + "requires": { + "ansi-escapes": "^4.2.1", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-width": "^3.0.0", + "external-editor": "^3.0.3", + "figures": "^3.0.0", + "lodash": "^4.17.21", + "mute-stream": "0.0.8", + "run-async": "^2.4.0", + "rxjs": "^6.6.6", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0", + "through": "^2.3.6" + }, + "dependencies": { + "ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "requires": { + "type-fest": "^0.21.3" + } + }, + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "requires": { + "restore-cursor": "^3.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "figures": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", + "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "requires": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + } + }, + "rxjs": { + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "dev": true, + "requires": { + "tslib": "^1.9.0" + } + }, + "string-width": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", + "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + } + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.0" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true + } + } + }, + "interpret": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", + "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==", + "dev": true + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "is-bigint": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.2.tgz", + "integrity": "sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==", + "dev": true + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-boolean-object": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.1.tgz", + "integrity": "sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng==", + "dev": true, + "requires": { + "call-bind": "^1.0.2" + } + }, + "is-callable": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.3.tgz", + "integrity": "sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==", + "dev": true + }, + "is-ci": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz", + "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==", + "dev": true, + "requires": { + "ci-info": "^1.5.0" + } + }, + "is-core-module": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.4.0.tgz", + "integrity": "sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "is-date-object": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.4.tgz", + "integrity": "sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A==", + "dev": true + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "dev": true + }, + "is-finite": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz", + "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true, + "requires": { + "number-is-nan": "^1.0.0" + } + }, + "is-glob": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz", + "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==", + "dev": true, + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-installed-globally": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.4.0.tgz", + "integrity": "sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==", + "dev": true, + "requires": { + "global-dirs": "^3.0.0", + "is-path-inside": "^3.0.2" + } + }, + "is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true + }, + "is-negative-zero": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz", + "integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==", + "dev": true + }, + "is-npm": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-5.0.0.tgz", + "integrity": "sha512-WW/rQLOazUq+ST/bCAVBp/2oMERWLsR7OrKyt052dNDk4DHcDE0/7QSXITlmi+VBcV13DfIbysG3tZJm5RfdBA==", + "dev": true + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "is-number-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.5.tgz", + "integrity": "sha512-RU0lI/n95pMoUKu9v1BZP5MBcZuNSVJkMkAG2dJqC4z2GlkGUNeH68SuHuBKBD/XFe+LHZ+f9BKkLET60Niedw==", + "dev": true + }, + "is-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", + "dev": true + }, + "is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true + }, + "is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "dev": true + }, + "is-promise": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", + "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==", + "dev": true + }, + "is-regex": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.3.tgz", + "integrity": "sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "has-symbols": "^1.0.2" + } + }, + "is-regexp": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", + "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=", + "dev": true + }, + "is-ssh": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.3.3.tgz", + "integrity": "sha512-NKzJmQzJfEEma3w5cJNcUMxoXfDjz0Zj0eyCalHn2E6VOwlzjZo0yuO2fcBSf8zhFuVCL/82/r5gRcoi6aEPVQ==", + "dev": true, + "requires": { + "protocols": "^1.1.0" + } + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", + "dev": true + }, + "is-string": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.6.tgz", + "integrity": "sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==", + "dev": true + }, + "is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dev": true, + "requires": { + "has-symbols": "^1.0.2" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true + }, + "is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true + }, + "is-yarn-global": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/is-yarn-global/-/is-yarn-global-0.3.0.tgz", + "integrity": "sha512-VjSeb/lHmkoyd8ryPVIKvOCn4D1koMqY+vqyjjUfc3xyKtP4dYOxM44sZrnqQSzSds3xyOrUTLTC9LVCVgLngw==", + "dev": true + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "jest-get-type": { + "version": "21.2.0", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-21.2.0.tgz", + "integrity": "sha512-y2fFw3C+D0yjNSDp7ab1kcd6NUYfy3waPTlD8yWkAtiocJdBRQqNoRqVfMNxgj+IjT0V5cBIHJO0z9vuSSZ43Q==", + "dev": true + }, + "jest-validate": { + "version": "21.2.1", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-21.2.1.tgz", + "integrity": "sha512-k4HLI1rZQjlU+EC682RlQ6oZvLrE5SCh3brseQc24vbZTxzT/k/3urar5QMCVgjadmSO7lECeGdc6YxnM3yEGg==", + "dev": true, + "requires": { + "chalk": "^2.0.1", + "jest-get-type": "^21.2.0", + "leven": "^2.1.0", + "pretty-format": "^21.2.1" + } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, + "json-parse-better-errors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==", + "dev": true + }, + "json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "keyv": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.0.3.tgz", + "integrity": "sha512-zdGa2TOpSZPq5mU6iowDARnMBZgtCqJ11dJROFi6tg6kTn4nuUdU09lFyLFSaHrWqpIJ+EBq4E8/Dc0Vx5vLdA==", + "dev": true, + "requires": { + "json-buffer": "3.0.1" + } + }, + "latest-version": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-5.1.0.tgz", + "integrity": "sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==", + "dev": true, + "requires": { + "package-json": "^6.3.0" + } + }, + "lazystream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz", + "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=", + "dev": true, + "requires": { + "readable-stream": "^2.0.5" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, + "leven": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz", + "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=", + "dev": true + }, + "lines-and-columns": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz", + "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=", + "dev": true + }, + "lint-staged": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-4.3.0.tgz", + "integrity": "sha512-C/Zxslg0VRbsxwmCu977iIs+QyrmW2cyRCPUV5NDFYOH/jtRFHH8ch7ua2fH0voI/nVC3Tpg7DykfgMZySliKw==", + "dev": true, + "requires": { + "app-root-path": "^2.0.0", + "chalk": "^2.1.0", + "commander": "^2.11.0", + "cosmiconfig": "^1.1.0", + "execa": "^0.8.0", + "is-glob": "^4.0.0", + "jest-validate": "^21.1.0", + "listr": "^0.12.0", + "lodash": "^4.17.4", + "log-symbols": "^2.0.0", + "minimatch": "^3.0.0", + "npm-which": "^3.0.1", + "p-map": "^1.1.1", + "staged-git-files": "0.0.4", + "stringify-object": "^3.2.0" + } + }, + "listr": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/listr/-/listr-0.12.0.tgz", + "integrity": "sha1-a84sD1YD+klYDqF81qAMwOX6RRo=", + "dev": true, + "requires": { + "chalk": "^1.1.3", + "cli-truncate": "^0.2.1", + "figures": "^1.7.0", + "indent-string": "^2.1.0", + "is-promise": "^2.1.0", + "is-stream": "^1.1.0", + "listr-silent-renderer": "^1.1.1", + "listr-update-renderer": "^0.2.0", + "listr-verbose-renderer": "^0.4.0", + "log-symbols": "^1.0.2", + "log-update": "^1.0.2", + "ora": "^0.2.3", + "p-map": "^1.1.1", + "rxjs": "^5.0.0-beta.11", + "stream-to-observable": "^0.1.0", + "strip-ansi": "^3.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "log-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", + "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", + "dev": true, + "requires": { + "chalk": "^1.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + } + } + }, + "listr-silent-renderer": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz", + "integrity": "sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4=", + "dev": true + }, + "listr-update-renderer": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/listr-update-renderer/-/listr-update-renderer-0.2.0.tgz", + "integrity": "sha1-yoDhd5tOcCZoB+ju0a1qvjmFUPk=", + "dev": true, + "requires": { + "chalk": "^1.1.3", + "cli-truncate": "^0.2.1", + "elegant-spinner": "^1.0.1", + "figures": "^1.7.0", + "indent-string": "^3.0.0", + "log-symbols": "^1.0.2", + "log-update": "^1.0.2", + "strip-ansi": "^3.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "indent-string": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", + "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", + "dev": true + }, + "log-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", + "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", + "dev": true, + "requires": { + "chalk": "^1.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + } + } + }, + "listr-verbose-renderer": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz", + "integrity": "sha1-ggb0z21S3cWCfl/RSYng6WWTOjU=", + "dev": true, + "requires": { + "chalk": "^1.1.3", + "cli-cursor": "^1.0.2", + "date-fns": "^1.27.2", + "figures": "^1.7.0" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + } + } + }, + "load-json-file": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", + "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "parse-json": "^4.0.0", + "pify": "^3.0.0", + "strip-bom": "^3.0.0" + }, + "dependencies": { + "parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", + "dev": true, + "requires": { + "error-ex": "^1.3.1", + "json-parse-better-errors": "^1.0.1" + } + } + } + }, + "locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "requires": { + "p-locate": "^5.0.0" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "lodash.defaults": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", + "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=", + "dev": true + }, + "lodash.difference": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz", + "integrity": "sha1-nMtOUF1Ia5FlE0V3KIWi3yf9AXw=", + "dev": true + }, + "lodash.flatten": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz", + "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=", + "dev": true + }, + "lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=", + "dev": true + }, + "lodash.union": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz", + "integrity": "sha1-SLtQiECfFvGCFmZkHETdGqrjzYg=", + "dev": true + }, + "log-symbols": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", + "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", + "dev": true, + "requires": { + "chalk": "^2.0.1" + } + }, + "log-update": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz", + "integrity": "sha1-GZKfZMQJPS0ucHWh2tivWcKWuNE=", + "dev": true, + "requires": { + "ansi-escapes": "^1.0.0", + "cli-cursor": "^1.0.2" + } + }, + "lowercase-keys": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-2.0.0.tgz", + "integrity": "sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==", + "dev": true + }, + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "macos-release": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/macos-release/-/macos-release-2.4.1.tgz", + "integrity": "sha512-H/QHeBIN1fIGJX517pvK8IEK53yQOW7YcEI55oYtgjDdoCQQz7eJS94qt5kNrscReEyuD/JcdFCm2XBEcGOITg==", + "dev": true + }, + "make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "requires": { + "semver": "^6.0.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "memorystream": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz", + "integrity": "sha1-htcJCzDORV1j+64S3aUaR93K+bI=", + "dev": true + }, + "merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true + }, + "micromatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", + "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "dev": true, + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.2.3" + } + }, + "mime-db": { + "version": "1.47.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.47.0.tgz", + "integrity": "sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw==", + "dev": true + }, + "mime-types": { + "version": "2.1.30", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.30.tgz", + "integrity": "sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg==", + "dev": true, + "requires": { + "mime-db": "1.47.0" + } + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true + }, + "mimic-response": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", + "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==", + "dev": true + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "dev": true + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", + "dev": true + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, + "node-fetch": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==", + "dev": true + }, + "normalize-package-data": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", + "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", + "dev": true, + "requires": { + "hosted-git-info": "^2.1.4", + "resolve": "^1.10.0", + "semver": "2 || 3 || 4 || 5", + "validate-npm-package-license": "^3.0.1" + } + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true + }, + "normalize-url": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", + "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==", + "dev": true + }, + "npm-path": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/npm-path/-/npm-path-2.0.4.tgz", + "integrity": "sha512-IFsj0R9C7ZdR5cP+ET342q77uSRdtWOlWpih5eC+lu29tIDbNEgDbzgVJ5UFvYHWhxDZ5TFkJafFioO0pPQjCw==", + "dev": true, + "requires": { + "which": "^1.2.10" + } + }, + "npm-run-all": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz", + "integrity": "sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "chalk": "^2.4.1", + "cross-spawn": "^6.0.5", + "memorystream": "^0.3.1", + "minimatch": "^3.0.4", + "pidtree": "^0.3.0", + "read-pkg": "^3.0.0", + "shell-quote": "^1.6.1", + "string.prototype.padend": "^3.0.0" + }, + "dependencies": { + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + } + } + }, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "dev": true, + "requires": { + "path-key": "^2.0.0" + } + }, + "npm-which": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/npm-which/-/npm-which-3.0.1.tgz", + "integrity": "sha1-kiXybsOihcIJyuZ8OxGmtKtxQKo=", + "dev": true, + "requires": { + "commander": "^2.9.0", + "npm-path": "^2.0.2", + "which": "^1.2.10" + } + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "dev": true + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true + }, + "object-inspect": { + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz", + "integrity": "sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==", + "dev": true + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true + }, + "object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", + "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=", + "dev": true + }, + "ora": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/ora/-/ora-0.2.3.tgz", + "integrity": "sha1-N1J9Igrc1Tw5tzVx11QVbV22V6Q=", + "dev": true, + "requires": { + "chalk": "^1.1.1", + "cli-cursor": "^1.0.2", + "cli-spinners": "^0.1.2", + "object-assign": "^4.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + } + } + }, + "os-homedir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=", + "dev": true + }, + "os-name": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/os-name/-/os-name-4.0.0.tgz", + "integrity": "sha512-caABzDdJMbtykt7GmSogEat3faTKQhmZf0BS5l/pZGmP0vPWQjXWqOhbLyK+b6j2/DQPmEvYdzLXJXXLJNVDNg==", + "dev": true, + "requires": { + "macos-release": "^2.2.0", + "windows-release": "^4.0.0" + } + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true + }, + "p-cancelable": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz", + "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==", + "dev": true + }, + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", + "dev": true + }, + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "requires": { + "yocto-queue": "^0.1.0" + } + }, + "p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "requires": { + "p-limit": "^3.0.2" + } + }, + "p-map": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz", + "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==", + "dev": true + }, + "package-json": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-6.5.0.tgz", + "integrity": "sha512-k3bdm2n25tkyxcjSKzB5x8kfVxlMdgsbPr0GkZcwHsLpba6cBjqCt1KlcChKEvxHIcTB1FVMuwoijZ26xex5MQ==", + "dev": true, + "requires": { + "got": "^9.6.0", + "registry-auth-token": "^4.0.0", + "registry-url": "^5.0.0", + "semver": "^6.2.0" + }, + "dependencies": { + "@sindresorhus/is": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", + "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", + "dev": true + }, + "@szmarczak/http-timer": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", + "integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", + "dev": true, + "requires": { + "defer-to-connect": "^1.0.1" + } + }, + "cacheable-request": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-6.1.0.tgz", + "integrity": "sha512-Oj3cAGPCqOZX7Rz64Uny2GYAZNliQSqfbePrgAQ1wKAihYmCUnraBtJtKcGR4xz7wF+LoJC+ssFZvv5BgF9Igg==", + "dev": true, + "requires": { + "clone-response": "^1.0.2", + "get-stream": "^5.1.0", + "http-cache-semantics": "^4.0.0", + "keyv": "^3.0.0", + "lowercase-keys": "^2.0.0", + "normalize-url": "^4.1.0", + "responselike": "^1.0.2" + }, + "dependencies": { + "get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + } + } + }, + "decompress-response": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", + "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", + "dev": true, + "requires": { + "mimic-response": "^1.0.0" + } + }, + "defer-to-connect": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/defer-to-connect/-/defer-to-connect-1.1.3.tgz", + "integrity": "sha512-0ISdNousHvZT2EiFlZeZAHBUvSxmKswVCEf8hW7KWgG4a8MVEu/3Vb6uWYozkjylyCxe0JBIiRB1jV45S70WVQ==", + "dev": true + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + }, + "got": { + "version": "9.6.0", + "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", + "integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==", + "dev": true, + "requires": { + "@sindresorhus/is": "^0.14.0", + "@szmarczak/http-timer": "^1.1.2", + "cacheable-request": "^6.0.0", + "decompress-response": "^3.3.0", + "duplexer3": "^0.1.4", + "get-stream": "^4.1.0", + "lowercase-keys": "^1.0.1", + "mimic-response": "^1.0.1", + "p-cancelable": "^1.0.0", + "to-readable-stream": "^1.0.0", + "url-parse-lax": "^3.0.0" + }, + "dependencies": { + "lowercase-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", + "dev": true + } + } + }, + "json-buffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", + "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=", + "dev": true + }, + "keyv": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.1.0.tgz", + "integrity": "sha512-9ykJ/46SN/9KPM/sichzQ7OvXyGDYKGTaDlKMGCAlg2UK8KRy4jb0d8sFc+0Tt0YYnThq8X2RZgCg74RPxgcVA==", + "dev": true, + "requires": { + "json-buffer": "3.0.0" + } + }, + "p-cancelable": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.1.0.tgz", + "integrity": "sha512-s73XxOZ4zpt1edZYZzvhqFa6uvQc1vwUa0K0BdtIZgQMAJj9IbebH+JkgKZc9h+B05PKHLOTl4ajG1BmNrVZlw==", + "dev": true + }, + "responselike": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", + "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", + "dev": true, + "requires": { + "lowercase-keys": "^1.0.0" + }, + "dependencies": { + "lowercase-keys": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==", + "dev": true + } + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "requires": { + "callsites": "^3.0.0" + } + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "dev": true, + "requires": { + "error-ex": "^1.2.0" + } + }, + "parse-path": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.3.tgz", + "integrity": "sha512-9Cepbp2asKnWTJ9x2kpw6Fe8y9JDbqwahGCTvklzd/cEq5C5JC59x2Xb0Kx+x0QZ8bvNquGO8/BWP0cwBHzSAA==", + "dev": true, + "requires": { + "is-ssh": "^1.3.0", + "protocols": "^1.4.0", + "qs": "^6.9.4", + "query-string": "^6.13.8" + } + }, + "parse-url": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.2.tgz", + "integrity": "sha512-Czj+GIit4cdWtxo3ISZCvLiUjErSo0iI3wJ+q9Oi3QuMYTI6OZu+7cewMWZ+C1YAnKhYTk6/TLuhIgCypLthPA==", + "dev": true, + "requires": { + "is-ssh": "^1.3.0", + "normalize-url": "^3.3.0", + "parse-path": "^4.0.0", + "protocols": "^1.4.0" + }, + "dependencies": { + "normalize-url": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz", + "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==", + "dev": true + } + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "dev": true + }, + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "dev": true + }, + "path-type": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "dev": true, + "requires": { + "pify": "^3.0.0" + } + }, + "picomatch": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.3.tgz", + "integrity": "sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==", + "dev": true + }, + "pidtree": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/pidtree/-/pidtree-0.3.1.tgz", + "integrity": "sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==", + "dev": true + }, + "pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", + "dev": true + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "dev": true + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "dev": true, + "requires": { + "pinkie": "^2.0.0" + } + }, + "prepend-http": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", + "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=", + "dev": true + }, + "prettier": { + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.19.1.tgz", + "integrity": "sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==", + "dev": true + }, + "pretty-format": { + "version": "21.2.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-21.2.1.tgz", + "integrity": "sha512-ZdWPGYAnYfcVP8yKA3zFjCn8s4/17TeYH28MXuC8vTp0o21eXjbFGcOAXZEaDaOFJjc3h2qa7HQNHNshhvoh2A==", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0", + "ansi-styles": "^3.2.0" + } + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "protocols": { + "version": "1.4.8", + "resolved": "https://registry.npmjs.org/protocols/-/protocols-1.4.8.tgz", + "integrity": "sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg==", + "dev": true + }, + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", + "dev": true + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "pupa": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/pupa/-/pupa-2.1.1.tgz", + "integrity": "sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==", + "dev": true, + "requires": { + "escape-goat": "^2.0.0" + } + }, + "qs": { + "version": "6.10.1", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.10.1.tgz", + "integrity": "sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==", + "dev": true, + "requires": { + "side-channel": "^1.0.4" + } + }, + "query-string": { + "version": "6.14.1", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.1.tgz", + "integrity": "sha512-XDxAeVmpfu1/6IjyT/gXHOl+S0vQ9owggJ30hhWKdHAsNPOcasn5o9BW0eejZqL2e4vMjhAxoW3jVHcD6mbcYw==", + "dev": true, + "requires": { + "decode-uri-component": "^0.2.0", + "filter-obj": "^1.1.0", + "split-on-first": "^1.0.0", + "strict-uri-encode": "^2.0.0" + } + }, + "queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true + }, + "quick-lru": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "dev": true + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "dev": true, + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "dependencies": { + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + } + } + }, + "read-pkg": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", + "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", + "dev": true, + "requires": { + "load-json-file": "^4.0.0", + "normalize-package-data": "^2.3.2", + "path-type": "^3.0.0" + } + }, + "readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dev": true, + "requires": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + } + }, + "readdirp": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", + "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==", + "dev": true, + "requires": { + "picomatch": "^2.2.1" + } + }, + "rechoir": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", + "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", + "dev": true, + "requires": { + "resolve": "^1.1.6" + } + }, + "registry-auth-token": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-4.2.1.tgz", + "integrity": "sha512-6gkSb4U6aWJB4SF2ZvLb76yCBjcvufXBqvvEx1HbmKPkutswjW1xNVRY0+daljIYRbogN7O0etYSlbiaEQyMyw==", + "dev": true, + "requires": { + "rc": "^1.2.8" + } + }, + "registry-url": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-5.1.0.tgz", + "integrity": "sha512-8acYXXTI0AkQv6RAOjE3vOaIXZkT9wo4LOFbBKYQEEnnMNBpKqdUrI6S4NT0KPIo/WVvJ5tE/X5LF/TQUf0ekw==", + "dev": true, + "requires": { + "rc": "^1.2.8" + } + }, + "release-it": { + "version": "14.6.2", + "resolved": "https://registry.npmjs.org/release-it/-/release-it-14.6.2.tgz", + "integrity": "sha512-rjRe2cC59ueTUGS2rkwI5JEeN0DQlU2eeq4nrCQcwQXv5IzC+9uPd7EvoUT7VDwJ4ZNu1Oh8DZVQqrtDzVboUg==", + "dev": true, + "requires": { + "@iarna/toml": "2.2.5", + "@octokit/rest": "18.5.3", + "async-retry": "1.3.1", + "chalk": "4.1.1", + "cosmiconfig": "7.0.0", + "debug": "4.3.1", + "deprecated-obj": "2.0.0", + "execa": "5.0.0", + "find-up": "5.0.0", + "form-data": "4.0.0", + "git-url-parse": "11.4.4", + "globby": "11.0.3", + "got": "11.8.2", + "import-cwd": "3.0.0", + "inquirer": "8.0.0", + "is-ci": "3.0.0", + "lodash": "4.17.21", + "mime-types": "2.1.30", + "ora": "5.4.0", + "os-name": "4.0.0", + "parse-json": "5.2.0", + "semver": "7.3.5", + "shelljs": "0.8.4", + "update-notifier": "5.1.0", + "url-join": "4.0.1", + "uuid": "8.3.2", + "yaml": "1.10.2", + "yargs-parser": "20.2.7" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "ci-info": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.1.1.tgz", + "integrity": "sha512-kdRWLBIJwdsYJWYJFtAFFYxybguqeF91qpZaggjG5Nf8QKdizFG2hjqvaTXbxFIcYbSaD74KpAXv6BSm17DHEQ==", + "dev": true + }, + "cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "requires": { + "restore-cursor": "^3.1.0" + } + }, + "cli-spinners": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.0.tgz", + "integrity": "sha512-t+4/y50K/+4xcCRosKkA7W4gTr1MySvLV0q+PxmG7FJ5g+66ChKurYjxBCjHggHH3HA5Hh9cy+lcUGWDqVH+4Q==", + "dev": true + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "cosmiconfig": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz", + "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==", + "dev": true, + "requires": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + } + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "execa": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.0.0.tgz", + "integrity": "sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + } + }, + "get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "is-ci": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.0.tgz", + "integrity": "sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ==", + "dev": true, + "requires": { + "ci-info": "^3.1.1" + } + }, + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==", + "dev": true + }, + "log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "requires": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "requires": { + "path-key": "^3.0.0" + } + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "ora": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.0.tgz", + "integrity": "sha512-1StwyXQGoU6gdjYkyVcqOLnVlbKj+6yPNNOxJVgpt9t4eksKjiriiHuxktLYkgllwk+D6MbC4ihH84L1udRXPg==", + "dev": true, + "requires": { + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + } + }, + "parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + } + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true + }, + "path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "dev": true + }, + "restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "requires": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + } + }, + "semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.0" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + } + } + }, + "repeating": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", + "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", + "dev": true, + "requires": { + "is-finite": "^1.0.0" + } + }, + "require-from-string": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-1.2.1.tgz", + "integrity": "sha1-UpyczvJzgK3+yaL5ZbZJu+5jZBg=", + "dev": true + }, + "resolve": { + "version": "1.20.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", + "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", + "dev": true, + "requires": { + "is-core-module": "^2.2.0", + "path-parse": "^1.0.6" + } + }, + "resolve-alpn": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.1.2.tgz", + "integrity": "sha512-8OyfzhAtA32LVUsJSke3auIyINcwdh5l3cvYKdKO0nvsYSKuiLfTM5i78PJswFPT8y6cPW+L1v6/hE95chcpDA==", + "dev": true + }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true + }, + "responselike": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-2.0.0.tgz", + "integrity": "sha512-xH48u3FTB9VsZw7R+vvgaKeLKzT6jOogbQhEe/jewwnZgzPcnyWui2Av6JpoYZF/91uueC+lqhWqeURw5/qhCw==", + "dev": true, + "requires": { + "lowercase-keys": "^2.0.0" + } + }, + "restore-cursor": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz", + "integrity": "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=", + "dev": true, + "requires": { + "exit-hook": "^1.0.0", + "onetime": "^1.0.0" + } + }, + "retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=", + "dev": true + }, + "reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true + }, + "rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + }, + "run-async": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", + "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", + "dev": true + }, + "run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "requires": { + "queue-microtask": "^1.2.2" + } + }, + "rxjs": { + "version": "5.5.12", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.12.tgz", + "integrity": "sha512-xx2itnL5sBbqeeiVgNPVuQQ1nC8Jp2WfNJhXWHmElW9YmrpS9UVnNzhP3EH3HFqexO5Tlp8GhYY+WEcqcVMvGw==", + "dev": true, + "requires": { + "symbol-observable": "1.0.1" + } + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "sass": { + "version": "1.32.13", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.13.tgz", + "integrity": "sha512-dEgI9nShraqP7cXQH+lEXVf73WOPCse0QlFzSD8k+1TcOxCMwVXfQlr0jtoluZysQOyJGnfr21dLvYKDJq8HkA==", + "dev": true, + "requires": { + "chokidar": ">=3.0.0 <4.0.0" + } + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "dev": true + }, + "semver-diff": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-3.1.1.tgz", + "integrity": "sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==", + "dev": true, + "requires": { + "semver": "^6.3.0" + }, + "dependencies": { + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "dev": true + } + } + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "dev": true, + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "dev": true + }, + "shell-quote": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz", + "integrity": "sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==", + "dev": true + }, + "shelljs": { + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.4.tgz", + "integrity": "sha512-7gk3UZ9kOfPLIAbslLzyWeGiEqx9e3rxwZM0KE6EL8GlGwjym9Mrlx5/p33bWTu9YG6vcS4MBxYZDHYr5lr8BQ==", + "dev": true, + "requires": { + "glob": "^7.0.0", + "interpret": "^1.0.0", + "rechoir": "^0.6.2" + } + }, + "side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + } + }, + "signal-exit": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz", + "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==", + "dev": true + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "slice-ansi": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz", + "integrity": "sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU=", + "dev": true + }, + "spdx-correct": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", + "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", + "dev": true, + "requires": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-exceptions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", + "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "dev": true + }, + "spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "requires": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "spdx-license-ids": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.8.tgz", + "integrity": "sha512-NDgA96EnaLSvtbM7trJj+t1LUR3pirkDCcz9nOUlPb5DMBGsH7oES6C3hs3j7R9oHEa1EMvReS/BUAIT5Tcr0g==", + "dev": true + }, + "split-on-first": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/split-on-first/-/split-on-first-1.1.0.tgz", + "integrity": "sha512-43ZssAJaMusuKWL8sKUBQXHWOpq8d6CfN/u1p4gUzfJkM05C8rxTmYrkIPTXapZpORA6LkkzcUulJ8FqA7Uudw==", + "dev": true + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "staged-git-files": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/staged-git-files/-/staged-git-files-0.0.4.tgz", + "integrity": "sha1-15fhtVHKemOd7AI33G60u5vhfTU=", + "dev": true + }, + "stream-to-observable": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/stream-to-observable/-/stream-to-observable-0.1.0.tgz", + "integrity": "sha1-Rb8dny19wJvtgfHDB8Qw5ouEz/4=", + "dev": true + }, + "strict-uri-encode": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz", + "integrity": "sha1-ucczDHBChi9rFC3CdLvMWGbONUY=", + "dev": true + }, + "string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "requires": { + "safe-buffer": "~5.2.0" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true, + "requires": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + } + }, + "string.prototype.padend": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.2.tgz", + "integrity": "sha512-/AQFLdYvePENU3W5rgurfWSMU6n+Ww8n/3cUt7E+vPBB/D7YDG8x+qjoFs4M/alR2bW7Qg6xMjVwWUOvuQ0XpQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.2" + } + }, + "string.prototype.trimend": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz", + "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + } + }, + "string.prototype.trimstart": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz", + "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + } + }, + "stringify-object": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", + "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", + "dev": true, + "requires": { + "get-own-enumerable-property-symbols": "^3.0.0", + "is-obj": "^1.0.1", + "is-regexp": "^1.0.0" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "^2.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + } + } + }, + "strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "dev": true + }, + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", + "dev": true + }, + "strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true + }, + "strip-indent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", + "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", + "dev": true + }, + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "dev": true + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "symbol-observable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.1.tgz", + "integrity": "sha1-g0D8RwLDEi310iKI+IKD9RPT/dQ=", + "dev": true + }, + "tar-stream": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", + "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", + "dev": true, + "requires": { + "bl": "^4.0.3", + "end-of-stream": "^1.4.1", + "fs-constants": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^3.1.1" + } + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true + }, + "tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "requires": { + "os-tmpdir": "~1.0.2" + } + }, + "to-readable-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz", + "integrity": "sha512-Iq25XBt6zD5npPhlLVXGFN3/gyR2/qODcKNNyTMd4vbm39HUaOiAM4PMq0eMVC/Tkxz+Zjdsc55g9yyz+Yq00Q==", + "dev": true + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } + }, + "tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true + }, + "typedarray-to-buffer": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", + "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", + "dev": true, + "requires": { + "is-typedarray": "^1.0.0" + } + }, + "unbox-primitive": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", + "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "has-bigints": "^1.0.1", + "has-symbols": "^1.0.2", + "which-boxed-primitive": "^1.0.2" + } + }, + "unique-string": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz", + "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==", + "dev": true, + "requires": { + "crypto-random-string": "^2.0.0" + } + }, + "universal-user-agent": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz", + "integrity": "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==", + "dev": true + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true + }, + "update-notifier": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-5.1.0.tgz", + "integrity": "sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==", + "dev": true, + "requires": { + "boxen": "^5.0.0", + "chalk": "^4.1.0", + "configstore": "^5.0.1", + "has-yarn": "^2.1.0", + "import-lazy": "^2.1.0", + "is-ci": "^2.0.0", + "is-installed-globally": "^0.4.0", + "is-npm": "^5.0.0", + "is-yarn-global": "^0.3.0", + "latest-version": "^5.1.0", + "pupa": "^2.1.1", + "semver": "^7.3.4", + "semver-diff": "^3.1.1", + "xdg-basedir": "^4.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz", + "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "ci-info": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-2.0.0.tgz", + "integrity": "sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==", + "dev": true + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "is-ci": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz", + "integrity": "sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==", + "dev": true, + "requires": { + "ci-info": "^2.0.0" + } + }, + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "dev": true, + "requires": { + "lru-cache": "^6.0.0" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + } + } + }, + "url-join": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz", + "integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==", + "dev": true + }, + "url-parse-lax": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", + "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", + "dev": true, + "requires": { + "prepend-http": "^2.0.0" + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true + }, + "validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "requires": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g=", + "dev": true, + "requires": { + "defaults": "^1.0.3" + } + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dev": true, + "requires": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + } + }, + "widest-line": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", + "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", + "dev": true, + "requires": { + "string-width": "^4.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "string-width": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", + "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + } + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.0" + } + } + } + }, + "windows-release": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/windows-release/-/windows-release-4.0.0.tgz", + "integrity": "sha512-OxmV4wzDKB1x7AZaZgXMVsdJ1qER1ed83ZrTYd5Bwq2HfJVg3DJS8nqlAG4sMoJ7mu8cuRmLEYyU13BKwctRAg==", + "dev": true, + "requires": { + "execa": "^4.0.2" + }, + "dependencies": { + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "execa": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-4.1.0.tgz", + "integrity": "sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.0", + "get-stream": "^5.0.0", + "human-signals": "^1.1.1", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.0", + "onetime": "^5.1.0", + "signal-exit": "^3.0.2", + "strip-final-newline": "^2.0.0" + } + }, + "get-stream": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz", + "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==", + "dev": true, + "requires": { + "pump": "^3.0.0" + } + }, + "human-signals": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", + "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==", + "dev": true + }, + "is-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz", + "integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==", + "dev": true + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "requires": { + "path-key": "^3.0.0" + } + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz", + "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==", + "dev": true + }, + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "string-width": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz", + "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.0" + } + }, + "strip-ansi": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz", + "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.0" + } + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "write-file-atomic": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz", + "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==", + "dev": true, + "requires": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "xdg-basedir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz", + "integrity": "sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==", + "dev": true + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", + "dev": true + }, + "yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "dev": true + }, + "yargs-parser": { + "version": "20.2.7", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.7.tgz", + "integrity": "sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==", + "dev": true + }, + "yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true + }, + "zip-stream": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-2.1.3.tgz", + "integrity": "sha512-EkXc2JGcKhO5N5aZ7TmuNo45budRaFGHOmz24wtJR7znbNqDPmdZtUauKX6et8KAVseAMBOyWJqEpXcHTBsh7Q==", + "dev": true, + "requires": { + "archiver-utils": "^2.1.0", + "compress-commons": "^2.1.1", + "readable-stream": "^3.4.0" + } + } + } +} diff --git a/package.json b/package.json index 51fe184135..6ee7eba7ff 100644 --- a/package.json +++ b/package.json @@ -2,45 +2,47 @@ "name": "@ibm/plex", "description": "The package of IBM’s typeface, IBM Plex", "main": "css/ibm-plex.css", - "version": "5.1.3", + "version": "6.0.0-next.6", "repository": "https://github.com/ibm/plex.git", "license": "OFL-1.1", - "keywords": [ - "eyeglass-module" - ], "bugs": { "url": "https://github.com/ibm/plex/issues" }, + "engines": { + "node": ">=14" + }, + "files": [ + "css", + "variants", + "examples", + "/*.scss", + "IBM-Plex-*/**/woff2", + "IBM-Plex-*/**/woff", + "!IBM-Plex-Sans-KR/fonts/hinted/**/woff2", + "!IBM-Plex-Sans-KR/fonts/hinted/**/woff" + ], "scripts": { - "clean": "rimraf css scss", - "build": "yarn run clean && yarn run build:scss && yarn run build:css", - "build:zip": "yarn build && node ./scripts/prepare-zip.js && sh scripts/zip.sh", - "build:css": "node ./scripts/compile-css.js", - "build:scss": "node ./scripts/generate-scss.js", - "test": "parcel serve ./test/index.html", + "test": "sass --no-source-map test:test", + "test:watch": "sass --no-source-map --watch test:test", + "build": "npm run clean && run-p sass zip", + "clean": "rimraf dist css", + "sass": "sass --no-source-map variants:css", + "zip": "node ./scripts/prepare-zip.js && sh scripts/zip.sh", "precommit": "lint-staged", "prettier": "prettier --write \"**/*.{scss}\"", - "prepare": "yarn build" + "prerelease": "npm run build", + "release": "release-it --preRelease=next" }, "devDependencies": { - "@parcel/optimizer-cssnano": "2.0.0-nightly.611", - "@parcel/optimizer-htmlnano": "2.0.0-nightly.611", - "@parcel/packager-css": "2.0.0-nightly.611", - "@parcel/packager-html": "2.0.0-nightly.611", - "@parcel/transformer-css": "2.0.0-nightly.611", - "@parcel/transformer-html": "2.0.0-nightly.611", - "@parcel/transformer-postcss": "2.0.0-nightly.611", - "@parcel/transformer-posthtml": "2.0.0-nightly.611", "archiver": "^3.0.0", "fs-extra": "^7.0.0", "husky": "^0.14.3", "lint-staged": "^4.3.0", - "node-sass": "^4.7.2", - "parcel": "^2.0.0-beta.1", - "postcss": "^8.2.1", + "npm-run-all": "^4.1.5", "prettier": "^1.7.4", + "release-it": "^14.6.2", "rimraf": "^2.6.2", - "sass": "^1.26.10" + "sass": "^1.32.13" }, "prettier": { "printWidth": 80, @@ -59,10 +61,12 @@ "git add" ] }, - "eyeglass": { - "exports": false, - "name": "ibm-plex", - "sassDir": "scss", - "needs": "*" + "release-it": { + "github": { + "release": true, + "assets": [ + "dist/*.zip" + ] + } } } diff --git a/scripts/prepare-zip.js b/scripts/prepare-zip.js index e4ef3b0405..be29a424d2 100644 --- a/scripts/prepare-zip.js +++ b/scripts/prepare-zip.js @@ -6,7 +6,7 @@ const fs = require('fs-extra'); const path = require('path'); -const OUTPUT_DIRECTORY = path.resolve(__dirname, '../zip'); +const OUTPUT_DIRECTORY = path.resolve(__dirname, '../dist'); const getFontDirectories = () => { const files = fs.readdirSync(path.resolve('.')); @@ -75,17 +75,10 @@ const writeWebFiles = () => { fs.copySync(`${name}/fonts`, `${OUTPUT_DIRECTORY}/Web/${name}/fonts`); }); - fs.copySync('css', `${OUTPUT_DIRECTORY}/Web/css`); - fs.copySync('scss', `${OUTPUT_DIRECTORY}/Web/scss`); fs.copySync('LICENSE.txt', `${OUTPUT_DIRECTORY}/Web/LICENSE.txt`); fs.copySync('CHANGELOG.md', `${OUTPUT_DIRECTORY}/Web/CHANGELOG.md`); }; -const zip = target => { - const f = target; - return `zip -qr ${f}.zip ${f}\n`; -}; - writeZip('OpenType', globDirectory('otf')); writeZip('TrueType', globDirectory('ttf')); diff --git a/scripts/zip.sh b/scripts/zip.sh index 99789319d9..8361c7663a 100644 --- a/scripts/zip.sh +++ b/scripts/zip.sh @@ -1,4 +1,4 @@ -cd zip +cd dist zip -qr OpenType.zip OpenType zip -qr TrueType.zip TrueType zip -qr Web.zip Web \ No newline at end of file diff --git a/test/index.html b/test/index.html deleted file mode 100644 index 81bd65b5a6..0000000000 --- a/test/index.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - - - Plex test - - - -

IBM Plex

-
-
-

100

-
-

Hello world

-
-
-

Hello world

-
-
-

Hello world

-
-
-

Hello world

-
-
-

שלום עולם

-
-
-

مرحبا بالعالم

-
-
-

สวัสดีชาวโลก

-
-
-

สวัสดีชาวโลก

-
-
-

नमस्ते दुनिया

-
-
-

여보세요 세계

-
-
-
-

200

-
-

Hello world

-
-
-

Hello world

-
-
-

Hello world

-
-
-

Hello world

-
-
-

שלום עולם

-
-
-

مرحبا بالعالم

-
-
-

สวัสดีชาวโลก

-
-
-

สวัสดีชาวโลก

-
-
-

नमस्ते दुनिया

-
-
-

여보세요 세계

-
-
-
-

300

-
-

Hello world

-
-
-

Hello world

-
-
-

Hello world

-
-
-

Hello world

-
-
-

שלום עולם

-
-
-

مرحبا بالعالم

-
-
-

สวัสดีชาวโลก

-
-
-

สวัสดีชาวโลก

-
-
-

नमस्ते दुनिया

-
-
-

여보세요 세계

-
-
-
-

400

-
-

Hello world

-
-
-

Hello world

-
-
-

Hello world

-
-
-

Hello world

-
-
-

שלום עולם

-
-
-

مرحبا بالعالم

-
-
-

สวัสดีชาวโลก

-
-
-

สวัสดีชาวโลก

-
-
-

नमस्ते दुनिया

-
-
-

여보세요 세계

-
-
-
-

450

-
-

Hello world

-
-
-

Hello world

-
-
-

Hello world

-
-
-

Hello world

-
-
-

שלום עולם

-
-
-

مرحبا بالعالم

-
-
-

สวัสดีชาวโลก

-
-
-

สวัสดีชาวโลก

-
-
-

नमस्ते दुनिया

-
-
-

여보세요 세계

-
-
-
-

500

-
-

Hello world

-
-
-

Hello world

-
-
-

Hello world

-
-
-

Hello world

-
-
-

שלום עולם

-
-
-

مرحبا بالعالم

-
-
-

สวัสดีชาวโลก

-
-
-

สวัสดีชาวโลก

-
-
-

नमस्ते दुनिया

-
-
-

여보세요 세계

-
-
-
-

600

-
-

Hello world

-
-
-

Hello world

-
-
-

Hello world

-
-
-

Hello world

-
-
-

שלום עולם

-
-
-

مرحبا بالعالم

-
-
-

สวัสดีชาวโลก

-
-
-

สวัสดีชาวโลก

-
-
-

नमस्ते दुनिया

-
-
-

여보세요 세계

-
-
-
-

700

-
-

Hello world

-
-
-

Hello world

-
-
-

Hello world

-
-
-

Hello world

-
-
-

שלום עולם

-
-
-

مرحبا بالعالم

-
-
-

สวัสดีชาวโลก

-
-
-

สวัสดีชาวโลก

-
-
-

नमस्ते दुनिया

-
-
-

여보세요 세계

-
-
-
- - diff --git a/test/test.scss b/test/test.scss new file mode 100644 index 0000000000..641c338e8e --- /dev/null +++ b/test/test.scss @@ -0,0 +1,10 @@ +@use "../default" as sans; +@use "../mono"; + +@include sans.light; +@include sans.regular; +@include sans.semibold; + +@include mono.light; +@include mono.regular; +@include mono.semibold; diff --git a/variants/arabic.scss b/variants/arabic.scss new file mode 100644 index 0000000000..6e46a3cf0b --- /dev/null +++ b/variants/arabic.scss @@ -0,0 +1,3 @@ +@use "../arabic" as arabic; + +@include arabic.all; diff --git a/variants/mono.scss b/variants/mono.scss new file mode 100644 index 0000000000..52a430049c --- /dev/null +++ b/variants/mono.scss @@ -0,0 +1,3 @@ +@use "../mono" as mono; + +@include mono.all; diff --git a/variants/sans.scss b/variants/sans.scss new file mode 100644 index 0000000000..f93fabb3a1 --- /dev/null +++ b/variants/sans.scss @@ -0,0 +1,3 @@ +@use "../default" as sans; + +@include sans.all; diff --git a/yarn.lock b/yarn.lock deleted file mode 100644 index 4de624ddd1..0000000000 --- a/yarn.lock +++ /dev/null @@ -1,7270 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -"@babel/code-frame@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658" - integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== - dependencies: - "@babel/highlight" "^7.12.13" - -"@babel/compat-data@^7.13.0", "@babel/compat-data@^7.13.8": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6" - integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog== - -"@babel/core@^7.12.0": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb" - integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg== - dependencies: - "@babel/code-frame" "^7.12.13" - "@babel/generator" "^7.13.0" - "@babel/helper-compilation-targets" "^7.13.8" - "@babel/helper-module-transforms" "^7.13.0" - "@babel/helpers" "^7.13.0" - "@babel/parser" "^7.13.4" - "@babel/template" "^7.12.13" - "@babel/traverse" "^7.13.0" - "@babel/types" "^7.13.0" - convert-source-map "^1.7.0" - debug "^4.1.0" - gensync "^1.0.0-beta.2" - json5 "^2.1.2" - lodash "^4.17.19" - semver "^6.3.0" - source-map "^0.5.0" - -"@babel/generator@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.13.0.tgz#bd00d4394ca22f220390c56a0b5b85568ec1ec0c" - integrity sha512-zBZfgvBB/ywjx0Rgc2+BwoH/3H+lDtlgD4hBOpEv5LxRnYsm/753iRuLepqnYlynpjC3AdQxtxsoeHJoEEwOAw== - dependencies: - "@babel/types" "^7.13.0" - jsesc "^2.5.1" - source-map "^0.5.0" - -"@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab" - integrity sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw== - dependencies: - "@babel/types" "^7.12.13" - -"@babel/helper-builder-binary-assignment-operator-visitor@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.12.13.tgz#6bc20361c88b0a74d05137a65cac8d3cbf6f61fc" - integrity sha512-CZOv9tGphhDRlVjVkAgm8Nhklm9RzSmWpX2my+t7Ua/KT616pEzXsQCjinzvkRvHWJ9itO4f296efroX23XCMA== - dependencies: - "@babel/helper-explode-assignable-expression" "^7.12.13" - "@babel/types" "^7.12.13" - -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.8", "@babel/helper-compilation-targets@^7.8.4": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468" - integrity sha512-pBljUGC1y3xKLn1nrx2eAhurLMA8OqBtBP/JwG4U8skN7kf8/aqwwxpV1N6T0e7r6+7uNitIa/fUxPFagSXp3A== - dependencies: - "@babel/compat-data" "^7.13.8" - "@babel/helper-validator-option" "^7.12.17" - browserslist "^4.14.5" - semver "^6.3.0" - -"@babel/helper-create-class-features-plugin@^7.13.0": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.8.tgz#0367bd0a7505156ce018ca464f7ac91ba58c1a04" - integrity sha512-qioaRrKHQbn4hkRKDHbnuQ6kAxmmOF+kzKGnIfxPK4j2rckSJCpKzr/SSTlohSCiE3uAQpNDJ9FIh4baeE8W+w== - dependencies: - "@babel/helper-function-name" "^7.12.13" - "@babel/helper-member-expression-to-functions" "^7.13.0" - "@babel/helper-optimise-call-expression" "^7.12.13" - "@babel/helper-replace-supers" "^7.13.0" - "@babel/helper-split-export-declaration" "^7.12.13" - -"@babel/helper-create-regexp-features-plugin@^7.12.13": - version "7.12.17" - resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.17.tgz#a2ac87e9e319269ac655b8d4415e94d38d663cb7" - integrity sha512-p2VGmBu9oefLZ2nQpgnEnG0ZlRPvL8gAGvPUMQwUdaE8k49rOMuZpOwdQoy5qJf6K8jL3bcAMhVUlHAjIgJHUg== - dependencies: - "@babel/helper-annotate-as-pure" "^7.12.13" - regexpu-core "^4.7.1" - -"@babel/helper-define-polyfill-provider@^0.1.4": - version "0.1.4" - resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.1.4.tgz#b618b087c6a0328127e5d53576df818bcee2b15f" - integrity sha512-K5V2GaQZ1gpB+FTXM4AFVG2p1zzhm67n9wrQCJYNzvuLzQybhJyftW7qeDd2uUxPDNdl5Rkon1rOAeUeNDZ28Q== - dependencies: - "@babel/helper-compilation-targets" "^7.13.0" - "@babel/helper-module-imports" "^7.12.13" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/traverse" "^7.13.0" - debug "^4.1.1" - lodash.debounce "^4.0.8" - resolve "^1.14.2" - semver "^6.1.2" - -"@babel/helper-explode-assignable-expression@^7.12.13": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.13.0.tgz#17b5c59ff473d9f956f40ef570cf3a76ca12657f" - integrity sha512-qS0peLTDP8kOisG1blKbaoBg/o9OSa1qoumMjTK5pM+KDTtpxpsiubnCGP34vK8BXGcb2M9eigwgvoJryrzwWA== - dependencies: - "@babel/types" "^7.13.0" - -"@babel/helper-function-name@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a" - integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== - dependencies: - "@babel/helper-get-function-arity" "^7.12.13" - "@babel/template" "^7.12.13" - "@babel/types" "^7.12.13" - -"@babel/helper-get-function-arity@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583" - integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== - dependencies: - "@babel/types" "^7.12.13" - -"@babel/helper-hoist-variables@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.0.tgz#5d5882e855b5c5eda91e0cadc26c6e7a2c8593d8" - integrity sha512-0kBzvXiIKfsCA0y6cFEIJf4OdzfpRuNk4+YTeHZpGGc666SATFKTz6sRncwFnQk7/ugJ4dSrCj6iJuvW4Qwr2g== - dependencies: - "@babel/traverse" "^7.13.0" - "@babel/types" "^7.13.0" - -"@babel/helper-member-expression-to-functions@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz#6aa4bb678e0f8c22f58cdb79451d30494461b091" - integrity sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ== - dependencies: - "@babel/types" "^7.13.0" - -"@babel/helper-module-imports@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0" - integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== - dependencies: - "@babel/types" "^7.12.13" - -"@babel/helper-module-transforms@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1" - integrity sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw== - dependencies: - "@babel/helper-module-imports" "^7.12.13" - "@babel/helper-replace-supers" "^7.13.0" - "@babel/helper-simple-access" "^7.12.13" - "@babel/helper-split-export-declaration" "^7.12.13" - "@babel/helper-validator-identifier" "^7.12.11" - "@babel/template" "^7.12.13" - "@babel/traverse" "^7.13.0" - "@babel/types" "^7.13.0" - lodash "^4.17.19" - -"@babel/helper-optimise-call-expression@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea" - integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== - dependencies: - "@babel/types" "^7.12.13" - -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af" - integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ== - -"@babel/helper-remap-async-to-generator@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.13.0.tgz#376a760d9f7b4b2077a9dd05aa9c3927cadb2209" - integrity sha512-pUQpFBE9JvC9lrQbpX0TmeNIy5s7GnZjna2lhhcHC7DzgBs6fWn722Y5cfwgrtrqc7NAJwMvOa0mKhq6XaE4jg== - dependencies: - "@babel/helper-annotate-as-pure" "^7.12.13" - "@babel/helper-wrap-function" "^7.13.0" - "@babel/types" "^7.13.0" - -"@babel/helper-replace-supers@^7.12.13", "@babel/helper-replace-supers@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.13.0.tgz#6034b7b51943094cb41627848cb219cb02be1d24" - integrity sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw== - dependencies: - "@babel/helper-member-expression-to-functions" "^7.13.0" - "@babel/helper-optimise-call-expression" "^7.12.13" - "@babel/traverse" "^7.13.0" - "@babel/types" "^7.13.0" - -"@babel/helper-simple-access@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4" - integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== - dependencies: - "@babel/types" "^7.12.13" - -"@babel/helper-skip-transparent-expression-wrappers@^7.12.1": - version "7.12.1" - resolved "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf" - integrity sha512-Mf5AUuhG1/OCChOJ/HcADmvcHM42WJockombn8ATJG3OnyiSxBK/Mm5x78BQWvmtXZKHgbjdGL2kin/HOLlZGA== - dependencies: - "@babel/types" "^7.12.1" - -"@babel/helper-split-export-declaration@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05" - integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== - dependencies: - "@babel/types" "^7.12.13" - -"@babel/helper-validator-identifier@^7.12.11": - version "7.12.11" - resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" - integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== - -"@babel/helper-validator-option@^7.12.17": - version "7.12.17" - resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831" - integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw== - -"@babel/helper-wrap-function@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.13.0.tgz#bdb5c66fda8526ec235ab894ad53a1235c79fcc4" - integrity sha512-1UX9F7K3BS42fI6qd2A4BjKzgGjToscyZTdp1DjknHLCIvpgne6918io+aL5LXFcER/8QWiwpoY902pVEqgTXA== - dependencies: - "@babel/helper-function-name" "^7.12.13" - "@babel/template" "^7.12.13" - "@babel/traverse" "^7.13.0" - "@babel/types" "^7.13.0" - -"@babel/helpers@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0" - integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ== - dependencies: - "@babel/template" "^7.12.13" - "@babel/traverse" "^7.13.0" - "@babel/types" "^7.13.0" - -"@babel/highlight@^7.12.13": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.13.8.tgz#10b2dac78526424dfc1f47650d0e415dfd9dc481" - integrity sha512-4vrIhfJyfNf+lCtXC2ck1rKSzDwciqF7IWFhXXrSOUC2O5DrVp+w4c6ed4AllTxhTkUP5x2tYj41VaxdVMMRDw== - dependencies: - "@babel/helper-validator-identifier" "^7.12.11" - chalk "^2.0.0" - js-tokens "^4.0.0" - -"@babel/parser@^7.0.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.4": - version "7.13.4" - resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab" - integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA== - -"@babel/plugin-proposal-async-generator-functions@^7.13.8": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1" - integrity sha512-rPBnhj+WgoSmgq+4gQUtXx/vOcU+UYtjy1AA/aeD61Hwj410fwYyqfUcRP3lR8ucgliVJL/G7sXcNUecC75IXA== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-remap-async-to-generator" "^7.13.0" - "@babel/plugin-syntax-async-generators" "^7.8.4" - -"@babel/plugin-proposal-class-properties@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.13.0.tgz#146376000b94efd001e57a40a88a525afaab9f37" - integrity sha512-KnTDjFNC1g+45ka0myZNvSBFLhNCLN+GeGYLDEA8Oq7MZ6yMgfLoIRh86GRT0FjtJhZw8JyUskP9uvj5pHM9Zg== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.13.0" - "@babel/helper-plugin-utils" "^7.13.0" - -"@babel/plugin-proposal-dynamic-import@^7.13.8": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.13.8.tgz#876a1f6966e1dec332e8c9451afda3bebcdf2e1d" - integrity sha512-ONWKj0H6+wIRCkZi9zSbZtE/r73uOhMVHh256ys0UzfM7I3d4n+spZNWjOnJv2gzopumP2Wxi186vI8N0Y2JyQ== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/plugin-syntax-dynamic-import" "^7.8.3" - -"@babel/plugin-proposal-export-namespace-from@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.12.13.tgz#393be47a4acd03fa2af6e3cde9b06e33de1b446d" - integrity sha512-INAgtFo4OnLN3Y/j0VwAgw3HDXcDtX+C/erMvWzuV9v71r7urb6iyMXu7eM9IgLr1ElLlOkaHjJ0SbCmdOQ3Iw== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - "@babel/plugin-syntax-export-namespace-from" "^7.8.3" - -"@babel/plugin-proposal-json-strings@^7.13.8": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.13.8.tgz#bf1fb362547075afda3634ed31571c5901afef7b" - integrity sha512-w4zOPKUFPX1mgvTmL/fcEqy34hrQ1CRcGxdphBc6snDnnqJ47EZDIyop6IwXzAC8G916hsIuXB2ZMBCExC5k7Q== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/plugin-syntax-json-strings" "^7.8.3" - -"@babel/plugin-proposal-logical-assignment-operators@^7.13.8": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.13.8.tgz#93fa78d63857c40ce3c8c3315220fd00bfbb4e1a" - integrity sha512-aul6znYB4N4HGweImqKn59Su9RS8lbUIqxtXTOcAGtNIDczoEFv+l1EhmX8rUBp3G1jMjKJm8m0jXVp63ZpS4A== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" - -"@babel/plugin-proposal-nullish-coalescing-operator@^7.13.8": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.8.tgz#3730a31dafd3c10d8ccd10648ed80a2ac5472ef3" - integrity sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" - -"@babel/plugin-proposal-numeric-separator@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.12.13.tgz#bd9da3188e787b5120b4f9d465a8261ce67ed1db" - integrity sha512-O1jFia9R8BUCl3ZGB7eitaAPu62TXJRHn7rh+ojNERCFyqRwJMTmhz+tJ+k0CwI6CLjX/ee4qW74FSqlq9I35w== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - "@babel/plugin-syntax-numeric-separator" "^7.10.4" - -"@babel/plugin-proposal-object-rest-spread@^7.13.8": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.13.8.tgz#5d210a4d727d6ce3b18f9de82cc99a3964eed60a" - integrity sha512-DhB2EuB1Ih7S3/IRX5AFVgZ16k3EzfRbq97CxAVI1KSYcW+lexV8VZb7G7L8zuPVSdQMRn0kiBpf/Yzu9ZKH0g== - dependencies: - "@babel/compat-data" "^7.13.8" - "@babel/helper-compilation-targets" "^7.13.8" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-transform-parameters" "^7.13.0" - -"@babel/plugin-proposal-optional-catch-binding@^7.13.8": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.13.8.tgz#3ad6bd5901506ea996fc31bdcf3ccfa2bed71107" - integrity sha512-0wS/4DUF1CuTmGo+NiaHfHcVSeSLj5S3e6RivPTg/2k3wOv3jO35tZ6/ZWsQhQMvdgI7CwphjQa/ccarLymHVA== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" - -"@babel/plugin-proposal-optional-chaining@^7.13.8": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.8.tgz#e39df93efe7e7e621841babc197982e140e90756" - integrity sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" - "@babel/plugin-syntax-optional-chaining" "^7.8.3" - -"@babel/plugin-proposal-private-methods@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.13.0.tgz#04bd4c6d40f6e6bbfa2f57e2d8094bad900ef787" - integrity sha512-MXyyKQd9inhx1kDYPkFRVOBXQ20ES8Pto3T7UZ92xj2mY0EVD8oAVzeyYuVfy/mxAdTSIayOvg+aVzcHV2bn6Q== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.13.0" - "@babel/helper-plugin-utils" "^7.13.0" - -"@babel/plugin-proposal-unicode-property-regex@^7.12.13", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.12.13.tgz#bebde51339be829c17aaaaced18641deb62b39ba" - integrity sha512-XyJmZidNfofEkqFV5VC/bLabGmO5QzenPO/YOfGuEbgU+2sSwMmio3YLb4WtBgcmmdwZHyVyv8on77IUjQ5Gvg== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.12.13" - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-syntax-async-generators@^7.8.4": - version "7.8.4" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" - integrity sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-class-properties@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz#b5c987274c4a3a82b89714796931a6b53544ae10" - integrity sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-syntax-dynamic-import@^7.8.3": - version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3" - integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-export-namespace-from@^7.8.3": - version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz#028964a9ba80dbc094c915c487ad7c4e7a66465a" - integrity sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== - dependencies: - "@babel/helper-plugin-utils" "^7.8.3" - -"@babel/plugin-syntax-flow@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.12.13.tgz#5df9962503c0a9c918381c929d51d4d6949e7e86" - integrity sha512-J/RYxnlSLXZLVR7wTRsozxKT8qbsx1mNKJzXEEjQ0Kjx1ZACcyHgbanNWNCFtc36IzuWhYWPpvJFFoexoOWFmA== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-syntax-json-strings@^7.8.3": - version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz#01ca21b668cd8218c9e640cb6dd88c5412b2c96a" - integrity sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-jsx@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.12.13.tgz#044fb81ebad6698fe62c478875575bcbb9b70f15" - integrity sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-syntax-logical-assignment-operators@^7.10.4": - version "7.10.4" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699" - integrity sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-nullish-coalescing-operator@^7.8.3": - version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz#167ed70368886081f74b5c36c65a88c03b66d1a9" - integrity sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-numeric-separator@^7.10.4": - version "7.10.4" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz#b9b070b3e33570cd9fd07ba7fa91c0dd37b9af97" - integrity sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== - dependencies: - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-syntax-object-rest-spread@^7.8.3": - version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz#60e225edcbd98a640332a2e72dd3e66f1af55871" - integrity sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-optional-catch-binding@^7.8.3": - version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz#6111a265bcfb020eb9efd0fdfd7d26402b9ed6c1" - integrity sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-optional-chaining@^7.8.3": - version "7.8.3" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz#4f69c2ab95167e0180cd5336613f8c5788f7d48a" - integrity sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== - dependencies: - "@babel/helper-plugin-utils" "^7.8.0" - -"@babel/plugin-syntax-top-level-await@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.13.tgz#c5f0fa6e249f5b739727f923540cf7a806130178" - integrity sha512-A81F9pDwyS7yM//KwbCSDqy3Uj4NMIurtplxphWxoYtNPov7cJsDkAFNNyVlIZ3jwGycVsurZ+LtOA8gZ376iQ== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-syntax-typescript@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.12.13.tgz#9dff111ca64154cef0f4dc52cf843d9f12ce4474" - integrity sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-arrow-functions@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.13.0.tgz#10a59bebad52d637a027afa692e8d5ceff5e3dae" - integrity sha512-96lgJagobeVmazXFaDrbmCLQxBysKu7U6Do3mLsx27gf5Dk85ezysrs2BZUpXD703U/Su1xTBDxxar2oa4jAGg== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - -"@babel/plugin-transform-async-to-generator@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.13.0.tgz#8e112bf6771b82bf1e974e5e26806c5c99aa516f" - integrity sha512-3j6E004Dx0K3eGmhxVJxwwI89CTJrce7lg3UrtFuDAVQ/2+SJ/h/aSFOeE6/n0WB1GsOffsJp6MnPQNQ8nmwhg== - dependencies: - "@babel/helper-module-imports" "^7.12.13" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-remap-async-to-generator" "^7.13.0" - -"@babel/plugin-transform-block-scoped-functions@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.12.13.tgz#a9bf1836f2a39b4eb6cf09967739de29ea4bf4c4" - integrity sha512-zNyFqbc3kI/fVpqwfqkg6RvBgFpC4J18aKKMmv7KdQ/1GgREapSJAykLMVNwfRGO3BtHj3YQZl8kxCXPcVMVeg== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-block-scoping@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.13.tgz#f36e55076d06f41dfd78557ea039c1b581642e61" - integrity sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-classes@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.13.0.tgz#0265155075c42918bf4d3a4053134176ad9b533b" - integrity sha512-9BtHCPUARyVH1oXGcSJD3YpsqRLROJx5ZNP6tN5vnk17N0SVf9WCtf8Nuh1CFmgByKKAIMstitKduoCmsaDK5g== - dependencies: - "@babel/helper-annotate-as-pure" "^7.12.13" - "@babel/helper-function-name" "^7.12.13" - "@babel/helper-optimise-call-expression" "^7.12.13" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-replace-supers" "^7.13.0" - "@babel/helper-split-export-declaration" "^7.12.13" - globals "^11.1.0" - -"@babel/plugin-transform-computed-properties@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.13.0.tgz#845c6e8b9bb55376b1fa0b92ef0bdc8ea06644ed" - integrity sha512-RRqTYTeZkZAz8WbieLTvKUEUxZlUTdmL5KGMyZj7FnMfLNKV4+r5549aORG/mgojRmFlQMJDUupwAMiF2Q7OUg== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - -"@babel/plugin-transform-destructuring@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.0.tgz#c5dce270014d4e1ebb1d806116694c12b7028963" - integrity sha512-zym5em7tePoNT9s964c0/KU3JPPnuq7VhIxPRefJ4/s82cD+q1mgKfuGRDMCPL0HTyKz4dISuQlCusfgCJ86HA== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - -"@babel/plugin-transform-dotall-regex@^7.12.13", "@babel/plugin-transform-dotall-regex@^7.4.4": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.12.13.tgz#3f1601cc29905bfcb67f53910f197aeafebb25ad" - integrity sha512-foDrozE65ZFdUC2OfgeOCrEPTxdB3yjqxpXh8CH+ipd9CHd4s/iq81kcUpyH8ACGNEPdFqbtzfgzbT/ZGlbDeQ== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.12.13" - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-duplicate-keys@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.12.13.tgz#6f06b87a8b803fd928e54b81c258f0a0033904de" - integrity sha512-NfADJiiHdhLBW3pulJlJI2NB0t4cci4WTZ8FtdIuNc2+8pslXdPtRRAEWqUY+m9kNOk2eRYbTAOipAxlrOcwwQ== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-exponentiation-operator@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.12.13.tgz#4d52390b9a273e651e4aba6aee49ef40e80cd0a1" - integrity sha512-fbUelkM1apvqez/yYx1/oICVnGo2KM5s63mhGylrmXUxK/IAXSIf87QIxVfZldWf4QsOafY6vV3bX8aMHSvNrA== - dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor" "^7.12.13" - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-flow-strip-types@^7.0.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.13.0.tgz#58177a48c209971e8234e99906cb6bd1122addd3" - integrity sha512-EXAGFMJgSX8gxWD7PZtW/P6M+z74jpx3wm/+9pn+c2dOawPpBkUX7BrfyPvo6ZpXbgRIEuwgwDb/MGlKvu2pOg== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/plugin-syntax-flow" "^7.12.13" - -"@babel/plugin-transform-for-of@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.13.0.tgz#c799f881a8091ac26b54867a845c3e97d2696062" - integrity sha512-IHKT00mwUVYE0zzbkDgNRP6SRzvfGCYsOxIRz8KsiaaHCcT9BWIkO+H9QRJseHBLOGBZkHUdHiqj6r0POsdytg== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - -"@babel/plugin-transform-function-name@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.12.13.tgz#bb024452f9aaed861d374c8e7a24252ce3a50051" - integrity sha512-6K7gZycG0cmIwwF7uMK/ZqeCikCGVBdyP2J5SKNCXO5EOHcqi+z7Jwf8AmyDNcBgxET8DrEtCt/mPKPyAzXyqQ== - dependencies: - "@babel/helper-function-name" "^7.12.13" - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-literals@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.12.13.tgz#2ca45bafe4a820197cf315794a4d26560fe4bdb9" - integrity sha512-FW+WPjSR7hiUxMcKqyNjP05tQ2kmBCdpEpZHY1ARm96tGQCCBvXKnpjILtDplUnJ/eHZ0lALLM+d2lMFSpYJrQ== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-member-expression-literals@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.12.13.tgz#5ffa66cd59b9e191314c9f1f803b938e8c081e40" - integrity sha512-kxLkOsg8yir4YeEPHLuO2tXP9R/gTjpuTOjshqSpELUN3ZAg2jfDnKUvzzJxObun38sw3wm4Uu69sX/zA7iRvg== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-modules-amd@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.13.0.tgz#19f511d60e3d8753cc5a6d4e775d3a5184866cc3" - integrity sha512-EKy/E2NHhY/6Vw5d1k3rgoobftcNUmp9fGjb9XZwQLtTctsRBOTRO7RHHxfIky1ogMN5BxN7p9uMA3SzPfotMQ== - dependencies: - "@babel/helper-module-transforms" "^7.13.0" - "@babel/helper-plugin-utils" "^7.13.0" - babel-plugin-dynamic-import-node "^2.3.3" - -"@babel/plugin-transform-modules-commonjs@^7.13.8": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.13.8.tgz#7b01ad7c2dcf2275b06fa1781e00d13d420b3e1b" - integrity sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw== - dependencies: - "@babel/helper-module-transforms" "^7.13.0" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-simple-access" "^7.12.13" - babel-plugin-dynamic-import-node "^2.3.3" - -"@babel/plugin-transform-modules-systemjs@^7.13.8": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.13.8.tgz#6d066ee2bff3c7b3d60bf28dec169ad993831ae3" - integrity sha512-hwqctPYjhM6cWvVIlOIe27jCIBgHCsdH2xCJVAYQm7V5yTMoilbVMi9f6wKg0rpQAOn6ZG4AOyvCqFF/hUh6+A== - dependencies: - "@babel/helper-hoist-variables" "^7.13.0" - "@babel/helper-module-transforms" "^7.13.0" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-validator-identifier" "^7.12.11" - babel-plugin-dynamic-import-node "^2.3.3" - -"@babel/plugin-transform-modules-umd@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.13.0.tgz#8a3d96a97d199705b9fd021580082af81c06e70b" - integrity sha512-D/ILzAh6uyvkWjKKyFE/W0FzWwasv6vPTSqPcjxFqn6QpX3u8DjRVliq4F2BamO2Wee/om06Vyy+vPkNrd4wxw== - dependencies: - "@babel/helper-module-transforms" "^7.13.0" - "@babel/helper-plugin-utils" "^7.13.0" - -"@babel/plugin-transform-named-capturing-groups-regex@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.12.13.tgz#2213725a5f5bbbe364b50c3ba5998c9599c5c9d9" - integrity sha512-Xsm8P2hr5hAxyYblrfACXpQKdQbx4m2df9/ZZSQ8MAhsadw06+jW7s9zsSw6he+mJZXRlVMyEnVktJo4zjk1WA== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.12.13" - -"@babel/plugin-transform-new-target@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.12.13.tgz#e22d8c3af24b150dd528cbd6e685e799bf1c351c" - integrity sha512-/KY2hbLxrG5GTQ9zzZSc3xWiOy379pIETEhbtzwZcw9rvuaVV4Fqy7BYGYOWZnaoXIQYbbJ0ziXLa/sKcGCYEQ== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-object-super@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.12.13.tgz#b4416a2d63b8f7be314f3d349bd55a9c1b5171f7" - integrity sha512-JzYIcj3XtYspZDV8j9ulnoMPZZnF/Cj0LUxPOjR89BdBVx+zYJI9MdMIlUZjbXDX+6YVeS6I3e8op+qQ3BYBoQ== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - "@babel/helper-replace-supers" "^7.12.13" - -"@babel/plugin-transform-parameters@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.13.0.tgz#8fa7603e3097f9c0b7ca1a4821bc2fb52e9e5007" - integrity sha512-Jt8k/h/mIwE2JFEOb3lURoY5C85ETcYPnbuAJ96zRBzh1XHtQZfs62ChZ6EP22QlC8c7Xqr9q+e1SU5qttwwjw== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - -"@babel/plugin-transform-property-literals@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.12.13.tgz#4e6a9e37864d8f1b3bc0e2dce7bf8857db8b1a81" - integrity sha512-nqVigwVan+lR+g8Fj8Exl0UQX2kymtjcWfMOYM1vTYEKujeyv2SkMgazf2qNcK7l4SDiKyTA/nHCPqL4e2zo1A== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-react-display-name@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.12.13.tgz#c28effd771b276f4647411c9733dbb2d2da954bd" - integrity sha512-MprESJzI9O5VnJZrL7gg1MpdqmiFcUv41Jc7SahxYsNP2kDkFqClxxTZq+1Qv4AFCamm+GXMRDQINNn+qrxmiA== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-react-jsx-development@^7.12.12": - version "7.12.17" - resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.12.17.tgz#f510c0fa7cd7234153539f9a362ced41a5ca1447" - integrity sha512-BPjYV86SVuOaudFhsJR1zjgxxOhJDt6JHNoD48DxWEIxUCAMjV1ys6DYw4SDYZh0b1QsS2vfIA9t/ZsQGsDOUQ== - dependencies: - "@babel/plugin-transform-react-jsx" "^7.12.17" - -"@babel/plugin-transform-react-jsx@^7.12.13", "@babel/plugin-transform-react-jsx@^7.12.17": - version "7.12.17" - resolved "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.12.17.tgz#dd2c1299f5e26de584939892de3cfc1807a38f24" - integrity sha512-mwaVNcXV+l6qJOuRhpdTEj8sT/Z0owAVWf9QujTZ0d2ye9X/K+MTOTSizcgKOj18PGnTc/7g1I4+cIUjsKhBcw== - dependencies: - "@babel/helper-annotate-as-pure" "^7.12.13" - "@babel/helper-module-imports" "^7.12.13" - "@babel/helper-plugin-utils" "^7.12.13" - "@babel/plugin-syntax-jsx" "^7.12.13" - "@babel/types" "^7.12.17" - -"@babel/plugin-transform-react-pure-annotations@^7.12.1": - version "7.12.1" - resolved "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.12.1.tgz#05d46f0ab4d1339ac59adf20a1462c91b37a1a42" - integrity sha512-RqeaHiwZtphSIUZ5I85PEH19LOSzxfuEazoY7/pWASCAIBuATQzpSVD+eT6MebeeZT2F4eSL0u4vw6n4Nm0Mjg== - dependencies: - "@babel/helper-annotate-as-pure" "^7.10.4" - "@babel/helper-plugin-utils" "^7.10.4" - -"@babel/plugin-transform-regenerator@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.12.13.tgz#b628bcc9c85260ac1aeb05b45bde25210194a2f5" - integrity sha512-lxb2ZAvSLyJ2PEe47hoGWPmW22v7CtSl9jW8mingV4H2sEX/JOcrAj2nPuGWi56ERUm2bUpjKzONAuT6HCn2EA== - dependencies: - regenerator-transform "^0.14.2" - -"@babel/plugin-transform-reserved-words@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.12.13.tgz#7d9988d4f06e0fe697ea1d9803188aa18b472695" - integrity sha512-xhUPzDXxZN1QfiOy/I5tyye+TRz6lA7z6xaT4CLOjPRMVg1ldRf0LHw0TDBpYL4vG78556WuHdyO9oi5UmzZBg== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-shorthand-properties@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.12.13.tgz#db755732b70c539d504c6390d9ce90fe64aff7ad" - integrity sha512-xpL49pqPnLtf0tVluuqvzWIgLEhuPpZzvs2yabUHSKRNlN7ScYU7aMlmavOeyXJZKgZKQRBlh8rHbKiJDraTSw== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-spread@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.13.0.tgz#84887710e273c1815ace7ae459f6f42a5d31d5fd" - integrity sha512-V6vkiXijjzYeFmQTr3dBxPtZYLPcUfY34DebOU27jIl2M/Y8Egm52Hw82CSjjPqd54GTlJs5x+CR7HeNr24ckg== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-skip-transparent-expression-wrappers" "^7.12.1" - -"@babel/plugin-transform-sticky-regex@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.12.13.tgz#760ffd936face73f860ae646fb86ee82f3d06d1f" - integrity sha512-Jc3JSaaWT8+fr7GRvQP02fKDsYk4K/lYwWq38r/UGfaxo89ajud321NH28KRQ7xy1Ybc0VUE5Pz8psjNNDUglg== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-template-literals@^7.13.0": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.13.0.tgz#a36049127977ad94438dee7443598d1cefdf409d" - integrity sha512-d67umW6nlfmr1iehCcBv69eSUSySk1EsIS8aTDX4Xo9qajAh6mYtcl4kJrBkGXuxZPEgVr7RVfAvNW6YQkd4Mw== - dependencies: - "@babel/helper-plugin-utils" "^7.13.0" - -"@babel/plugin-transform-typeof-symbol@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.13.tgz#785dd67a1f2ea579d9c2be722de8c84cb85f5a7f" - integrity sha512-eKv/LmUJpMnu4npgfvs3LiHhJua5fo/CysENxa45YCQXZwKnGCQKAg87bvoqSW1fFT+HA32l03Qxsm8ouTY3ZQ== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-typescript@^7.4.5": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.13.0.tgz#4a498e1f3600342d2a9e61f60131018f55774853" - integrity sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.13.0" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/plugin-syntax-typescript" "^7.12.13" - -"@babel/plugin-transform-unicode-escapes@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.12.13.tgz#840ced3b816d3b5127dd1d12dcedc5dead1a5e74" - integrity sha512-0bHEkdwJ/sN/ikBHfSmOXPypN/beiGqjo+o4/5K+vxEFNPRPdImhviPakMKG4x96l85emoa0Z6cDflsdBusZbw== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/plugin-transform-unicode-regex@^7.12.13": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.12.13.tgz#b52521685804e155b1202e83fc188d34bb70f5ac" - integrity sha512-mDRzSNY7/zopwisPZ5kM9XKCfhchqIYwAKRERtEnhYscZB79VRekuRSoYbN0+KVe3y8+q1h6A4svXtP7N+UoCA== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.12.13" - "@babel/helper-plugin-utils" "^7.12.13" - -"@babel/preset-env@^7.0.0", "@babel/preset-env@^7.4.0": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.13.8.tgz#1133d7ae806d6bf981b7a1a49e336d4d88db1953" - integrity sha512-Sso1xOpV4S3ofnxW2DsWTE5ziRk62jEAKLGuQ+EJHC+YHTbFG38QUTixO3JVa1cYET9gkJhO1pMu+/+2dDhKvw== - dependencies: - "@babel/compat-data" "^7.13.8" - "@babel/helper-compilation-targets" "^7.13.8" - "@babel/helper-plugin-utils" "^7.13.0" - "@babel/helper-validator-option" "^7.12.17" - "@babel/plugin-proposal-async-generator-functions" "^7.13.8" - "@babel/plugin-proposal-class-properties" "^7.13.0" - "@babel/plugin-proposal-dynamic-import" "^7.13.8" - "@babel/plugin-proposal-export-namespace-from" "^7.12.13" - "@babel/plugin-proposal-json-strings" "^7.13.8" - "@babel/plugin-proposal-logical-assignment-operators" "^7.13.8" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.13.8" - "@babel/plugin-proposal-numeric-separator" "^7.12.13" - "@babel/plugin-proposal-object-rest-spread" "^7.13.8" - "@babel/plugin-proposal-optional-catch-binding" "^7.13.8" - "@babel/plugin-proposal-optional-chaining" "^7.13.8" - "@babel/plugin-proposal-private-methods" "^7.13.0" - "@babel/plugin-proposal-unicode-property-regex" "^7.12.13" - "@babel/plugin-syntax-async-generators" "^7.8.4" - "@babel/plugin-syntax-class-properties" "^7.12.13" - "@babel/plugin-syntax-dynamic-import" "^7.8.3" - "@babel/plugin-syntax-export-namespace-from" "^7.8.3" - "@babel/plugin-syntax-json-strings" "^7.8.3" - "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" - "@babel/plugin-syntax-numeric-separator" "^7.10.4" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" - "@babel/plugin-syntax-optional-chaining" "^7.8.3" - "@babel/plugin-syntax-top-level-await" "^7.12.13" - "@babel/plugin-transform-arrow-functions" "^7.13.0" - "@babel/plugin-transform-async-to-generator" "^7.13.0" - "@babel/plugin-transform-block-scoped-functions" "^7.12.13" - "@babel/plugin-transform-block-scoping" "^7.12.13" - "@babel/plugin-transform-classes" "^7.13.0" - "@babel/plugin-transform-computed-properties" "^7.13.0" - "@babel/plugin-transform-destructuring" "^7.13.0" - "@babel/plugin-transform-dotall-regex" "^7.12.13" - "@babel/plugin-transform-duplicate-keys" "^7.12.13" - "@babel/plugin-transform-exponentiation-operator" "^7.12.13" - "@babel/plugin-transform-for-of" "^7.13.0" - "@babel/plugin-transform-function-name" "^7.12.13" - "@babel/plugin-transform-literals" "^7.12.13" - "@babel/plugin-transform-member-expression-literals" "^7.12.13" - "@babel/plugin-transform-modules-amd" "^7.13.0" - "@babel/plugin-transform-modules-commonjs" "^7.13.8" - "@babel/plugin-transform-modules-systemjs" "^7.13.8" - "@babel/plugin-transform-modules-umd" "^7.13.0" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.12.13" - "@babel/plugin-transform-new-target" "^7.12.13" - "@babel/plugin-transform-object-super" "^7.12.13" - "@babel/plugin-transform-parameters" "^7.13.0" - "@babel/plugin-transform-property-literals" "^7.12.13" - "@babel/plugin-transform-regenerator" "^7.12.13" - "@babel/plugin-transform-reserved-words" "^7.12.13" - "@babel/plugin-transform-shorthand-properties" "^7.12.13" - "@babel/plugin-transform-spread" "^7.13.0" - "@babel/plugin-transform-sticky-regex" "^7.12.13" - "@babel/plugin-transform-template-literals" "^7.13.0" - "@babel/plugin-transform-typeof-symbol" "^7.12.13" - "@babel/plugin-transform-unicode-escapes" "^7.12.13" - "@babel/plugin-transform-unicode-regex" "^7.12.13" - "@babel/preset-modules" "^0.1.4" - "@babel/types" "^7.13.0" - babel-plugin-polyfill-corejs2 "^0.1.4" - babel-plugin-polyfill-corejs3 "^0.1.3" - babel-plugin-polyfill-regenerator "^0.1.2" - core-js-compat "^3.9.0" - semver "^6.3.0" - -"@babel/preset-modules@^0.1.4": - version "0.1.4" - resolved "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz#362f2b68c662842970fdb5e254ffc8fc1c2e415e" - integrity sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg== - dependencies: - "@babel/helper-plugin-utils" "^7.0.0" - "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" - "@babel/plugin-transform-dotall-regex" "^7.4.4" - "@babel/types" "^7.4.4" - esutils "^2.0.2" - -"@babel/preset-react@^7.0.0": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.12.13.tgz#5f911b2eb24277fa686820d5bd81cad9a0602a0a" - integrity sha512-TYM0V9z6Abb6dj1K7i5NrEhA13oS5ujUYQYDfqIBXYHOc2c2VkFgc+q9kyssIyUfy4/hEwqrgSlJ/Qgv8zJLsA== - dependencies: - "@babel/helper-plugin-utils" "^7.12.13" - "@babel/plugin-transform-react-display-name" "^7.12.13" - "@babel/plugin-transform-react-jsx" "^7.12.13" - "@babel/plugin-transform-react-jsx-development" "^7.12.12" - "@babel/plugin-transform-react-pure-annotations" "^7.12.1" - -"@babel/runtime@^7.8.4": - version "7.13.8" - resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.8.tgz#cc886a85c072df1de23670dc1aa59fc116c4017c" - integrity sha512-CwQljpw6qSayc0fRG1soxHAKs1CnQMOChm4mlQP6My0kf9upVGizj/KhlTTgyUnETmHpcUXjaluNAkteRFuafg== - dependencies: - regenerator-runtime "^0.13.4" - -"@babel/template@^7.12.13", "@babel/template@^7.4.0": - version "7.12.13" - resolved "https://registry.npmjs.org/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" - integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - dependencies: - "@babel/code-frame" "^7.12.13" - "@babel/parser" "^7.12.13" - "@babel/types" "^7.12.13" - -"@babel/traverse@^7.0.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.2.3": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc" - integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== - dependencies: - "@babel/code-frame" "^7.12.13" - "@babel/generator" "^7.13.0" - "@babel/helper-function-name" "^7.12.13" - "@babel/helper-split-export-declaration" "^7.12.13" - "@babel/parser" "^7.13.0" - "@babel/types" "^7.13.0" - debug "^4.1.0" - globals "^11.1.0" - lodash "^4.17.19" - -"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@babel/types@^7.13.0", "@babel/types@^7.4.4": - version "7.13.0" - resolved "https://registry.npmjs.org/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80" - integrity sha512-hE+HE8rnG1Z6Wzo+MhaKE5lM5eMx71T4EHJgku2E3xIfaULhDcxiiRxUYgwX8qwP1BBSlag+TdGOt6JAidIZTA== - dependencies: - "@babel/helper-validator-identifier" "^7.12.11" - lodash "^4.17.19" - to-fast-properties "^2.0.0" - -"@iarna/toml@^2.2.0": - version "2.2.5" - resolved "https://registry.npmjs.org/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c" - integrity sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg== - -"@nodelib/fs.scandir@2.1.4": - version "2.1.4" - resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz#d4b3549a5db5de2683e0c1071ab4f140904bbf69" - integrity sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA== - dependencies: - "@nodelib/fs.stat" "2.0.4" - run-parallel "^1.1.9" - -"@nodelib/fs.stat@2.0.4", "@nodelib/fs.stat@^2.0.2": - version "2.0.4" - resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz#a3f2dd61bab43b8db8fa108a121cfffe4c676655" - integrity sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q== - -"@nodelib/fs.walk@^1.2.3": - version "1.2.6" - resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz#cce9396b30aa5afe9e3756608f5831adcb53d063" - integrity sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow== - dependencies: - "@nodelib/fs.scandir" "2.1.4" - fastq "^1.6.0" - -"@parcel/babel-ast-utils@2.0.0-nightly.2233+00ff8ba2": - version "2.0.0-nightly.2233" - resolved "https://registry.npmjs.org/@parcel/babel-ast-utils/-/babel-ast-utils-2.0.0-nightly.2233.tgz#9e7e053405fa24ae9a10d48c8823c8f3e068eea2" - integrity sha512-y7DszCg4qmYSNp5Rlms9J6uVmoNHyGjvoKe18O0gVpl7RancmMr1pSz+mqD4qt0zYACRs7RZ4KLEjmfX2Y9rCg== - dependencies: - "@babel/parser" "^7.0.0" - "@parcel/source-map" "2.0.0-alpha.4.21" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - astring "^1.6.2" - -"@parcel/babel-preset-env@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/babel-preset-env/-/babel-preset-env-2.0.0-nightly.611.tgz#23d2059e7261f844568915df8ad22a4b427738c1" - integrity sha512-TXOjnBmfUVylgYptgWsKkNq+V5jZFB1kGYRhRX3UcbdjO7PWTMCnwJzkv94LkqASyZcTFmAAkgy/smt9kAUnNg== - dependencies: - "@babel/preset-env" "^7.4.0" - semver "^5.4.1" - -"@parcel/babylon-walk@2.0.0-nightly.2233+00ff8ba2": - version "2.0.0-nightly.2233" - resolved "https://registry.npmjs.org/@parcel/babylon-walk/-/babylon-walk-2.0.0-nightly.2233.tgz#75791981723cc9fa16d3c5940952bffb7fda6246" - integrity sha512-9E8wNzGYMWZqVWWYFKl0jhXP2KfIQyALRn9Mq+bXllophSS35ngnJ1w4d8/S6KIq7G+/KeoVeEGLesNdJ5+Ohw== - dependencies: - "@babel/types" "^7.12.13" - lodash.clone "^4.5.0" - -"@parcel/bundler-default@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/bundler-default/-/bundler-default-2.0.0-nightly.611.tgz#3c2e85d6e770e955a9a72e05231a976dedf0e77d" - integrity sha512-+A54i1slxMa7knL4pRuZ7vqAy/sQhMidD7ONsz2ZPavt1fS6r4mpE5tLOFSAChZ3UUgoqXBbheunk/Ky0hz79w== - dependencies: - "@parcel/diagnostic" "2.0.0-nightly.611+00ff8ba2" - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - nullthrows "^1.1.1" - -"@parcel/cache@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/cache/-/cache-2.0.0-nightly.611.tgz#c246ea4b009b338721f0a31693142975ba6271a8" - integrity sha512-0Lnh6ykgL5/6I0ye7WPu2RvLJDnCQWIvFJkmqzeQOWa+nACzXBQ42SXXgoiAXNrpay3AwwrQsWXxemmP6eE47Q== - dependencies: - "@parcel/logger" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - -"@parcel/codeframe@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/codeframe/-/codeframe-2.0.0-nightly.611.tgz#ee156d8a5b04f9f6eee10276f5fb82b911737837" - integrity sha512-FeB8zGN5dBlZmQM1a0xqUCm4Pva7v3EWZcOaYM562rZa+glisRDKr6PfG076qOn1mc8/qSu35vIqH/5pHXUqCA== - dependencies: - chalk "^4.1.0" - emphasize "^4.2.0" - slice-ansi "^4.0.0" - string-width "^4.2.0" - -"@parcel/config-default@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/config-default/-/config-default-2.0.0-nightly.611.tgz#0e6d840a93ac8ac61e4940259215e68a23cca839" - integrity sha512-7zKV2qTT/lxKX7umXDCWRSqyUfddUt7UobTA/po3JQxOwkTF1oX9tN/OS5IJ/7JSzpij+pIRH7Yn2KZLRrR2SQ== - dependencies: - "@parcel/bundler-default" "2.0.0-nightly.611+00ff8ba2" - "@parcel/namer-default" "2.0.0-nightly.611+00ff8ba2" - "@parcel/optimizer-terser" "2.0.0-nightly.611+00ff8ba2" - "@parcel/packager-js" "2.0.0-nightly.611+00ff8ba2" - "@parcel/packager-raw" "2.0.0-nightly.611+00ff8ba2" - "@parcel/reporter-cli" "2.0.0-nightly.611+00ff8ba2" - "@parcel/reporter-dev-server" "2.0.0-nightly.611+00ff8ba2" - "@parcel/resolver-default" "2.0.0-nightly.611+00ff8ba2" - "@parcel/runtime-browser-hmr" "2.0.0-nightly.611+00ff8ba2" - "@parcel/runtime-js" "2.0.0-nightly.611+00ff8ba2" - "@parcel/runtime-react-refresh" "2.0.0-nightly.611+00ff8ba2" - "@parcel/transformer-babel" "2.0.0-nightly.611+00ff8ba2" - "@parcel/transformer-js" "2.0.0-nightly.611+00ff8ba2" - "@parcel/transformer-json" "2.0.0-nightly.611+00ff8ba2" - "@parcel/transformer-raw" "2.0.0-nightly.611+00ff8ba2" - "@parcel/transformer-react-refresh-babel" "2.0.0-nightly.611+00ff8ba2" - "@parcel/transformer-react-refresh-wrap" "2.0.0-nightly.611+00ff8ba2" - -"@parcel/core@2.0.0-nightly.609+00ff8ba2": - version "2.0.0-nightly.609" - resolved "https://registry.npmjs.org/@parcel/core/-/core-2.0.0-nightly.609.tgz#3d4508b9c92b7d0242c7251f3c54793252f2a4c3" - integrity sha512-PhjIhSCQn2rl7Cc+Xi1bp/aWqhKbyn5zRRGVsK2r5Fs9r6B2ty7mCzKFGmzHQ7CMgZFP63YSq05WK0PgbotwXA== - dependencies: - "@parcel/cache" "2.0.0-nightly.611+00ff8ba2" - "@parcel/diagnostic" "2.0.0-nightly.611+00ff8ba2" - "@parcel/events" "2.0.0-nightly.611+00ff8ba2" - "@parcel/fs" "2.0.0-nightly.611+00ff8ba2" - "@parcel/logger" "2.0.0-nightly.611+00ff8ba2" - "@parcel/package-manager" "2.0.0-nightly.611+00ff8ba2" - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/source-map" "2.0.0-alpha.4.21" - "@parcel/types" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - "@parcel/workers" "2.0.0-nightly.611+00ff8ba2" - abortcontroller-polyfill "^1.1.9" - base-x "^3.0.8" - browserslist "^4.6.6" - clone "^2.1.1" - dotenv "^7.0.0" - dotenv-expand "^5.1.0" - json-source-map "^0.6.1" - json5 "^1.0.1" - micromatch "^4.0.2" - nullthrows "^1.1.1" - querystring "^0.2.0" - semver "^5.4.1" - -"@parcel/diagnostic@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/diagnostic/-/diagnostic-2.0.0-nightly.611.tgz#d80ebce4d2664b31ea5b0614d814e71939334e06" - integrity sha512-dQw32ZgxMCJmyAjDZfETsDwhHQA9EMgzX8BMGku6zdjSw2WYoDIZER6RfALkSkWcajCPqZKUCGuNWfOH6+5WDw== - dependencies: - json-source-map "^0.6.1" - nullthrows "^1.1.1" - -"@parcel/events@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/events/-/events-2.0.0-nightly.611.tgz#138a5590e549ad6d09a3cf54e20688f79bf5598e" - integrity sha512-qdlvMns+TjwaYDdQQ/Y7sbMIP4/OR3CjnLRZ6Iir9tivil00cZP0z+e6cB0M1ZVqFWJ7r0HKOT1f9kDyudmPiQ== - -"@parcel/fs-search@2.0.0-nightly.2233+00ff8ba2": - version "2.0.0-nightly.2233" - resolved "https://registry.npmjs.org/@parcel/fs-search/-/fs-search-2.0.0-nightly.2233.tgz#7cf00961f60f95c2515708e9b341731ee931e46c" - integrity sha512-Cs8XJIA7OTISsogACi1VRxHbHP2LR6528vQ1oL3c4J/4PYDnl+jMLr8NJBUInWQGOWidW5HYPUrbfBNcuo86EA== - dependencies: - detect-libc "^1.0.3" - -"@parcel/fs-write-stream-atomic@2.0.0-nightly.2233+00ff8ba2": - version "2.0.0-nightly.2233" - resolved "https://registry.npmjs.org/@parcel/fs-write-stream-atomic/-/fs-write-stream-atomic-2.0.0-nightly.2233.tgz#67d25bc3b15046feb8e5c250abc06d1e65a35441" - integrity sha512-af906Z0WI2qVzJLrfpG1tDYqoHxACqppCwCiepwVuuWLQcVZGP42T2I8/4PAkYhl+oaGbtmK6kuQix4NJh7Ywg== - dependencies: - graceful-fs "^4.1.2" - iferr "^1.0.2" - imurmurhash "^0.1.4" - readable-stream "1 || 2" - -"@parcel/fs@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/fs/-/fs-2.0.0-nightly.611.tgz#a8b5d0d323549184fbcb5f1d59f5fcb15908a8eb" - integrity sha512-7KC99kg+6OHOUto8VnhA/6/jpzg1EwZhhJHIWdeMGNWOmjo4LlHdipxbJPoBtdTGG+OBcLGySmTNZfEO7AUaEQ== - dependencies: - "@parcel/fs-search" "2.0.0-nightly.2233+00ff8ba2" - "@parcel/fs-write-stream-atomic" "2.0.0-nightly.2233+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - "@parcel/watcher" "2.0.0-alpha.10" - "@parcel/workers" "2.0.0-nightly.611+00ff8ba2" - graceful-fs "^4.2.4" - mkdirp "^0.5.1" - ncp "^2.0.0" - nullthrows "^1.1.1" - rimraf "^3.0.2" - -"@parcel/logger@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/logger/-/logger-2.0.0-nightly.611.tgz#91466634f0fb43eb1bcc304acb94378d88242a20" - integrity sha512-iL5dWUypHu14U1XpMHiPCO9qjS+94rxPHuLohFHNbp0t0E2PZaR6ESStF87JRRanWBJrIlHjCZiO1smJJuevJQ== - dependencies: - "@parcel/diagnostic" "2.0.0-nightly.611+00ff8ba2" - "@parcel/events" "2.0.0-nightly.611+00ff8ba2" - -"@parcel/markdown-ansi@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/markdown-ansi/-/markdown-ansi-2.0.0-nightly.611.tgz#ce99d0a0b91570666e65722d994c0701d564f446" - integrity sha512-1WsMj65eaxg1aFHgvFVeHraLPPN/x/bXd8VheDXAB6iQhzq4h5I6M97Vs9Zl6eho0n1HN9rD6jqJQZjLJOkXpw== - dependencies: - chalk "^4.1.0" - -"@parcel/namer-default@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/namer-default/-/namer-default-2.0.0-nightly.611.tgz#dbef804e1b1dabd7cd5bbb6a690e195256ac7895" - integrity sha512-jWsR12QXnllJVibomqcjPrh/mAL7irmKZVWNDTgHrUJB/q58nileJyhY25OIEOU4pUP2PJnvs6jpon96n4MsYw== - dependencies: - "@parcel/diagnostic" "2.0.0-nightly.611+00ff8ba2" - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - nullthrows "^1.1.1" - -"@parcel/node-libs-browser@2.0.0-nightly.2233+00ff8ba2": - version "2.0.0-nightly.2233" - resolved "https://registry.npmjs.org/@parcel/node-libs-browser/-/node-libs-browser-2.0.0-nightly.2233.tgz#508582bae2e4b5ff87f65756449922d02727b8bb" - integrity sha512-5pzLo3QKz+hfQkm0Fi8UcW3acdohEmQr1ibly3qH7nPotA9vbKNNkXSzVNOkm/sookiJuUPPkxg9fdhM49g7IA== - dependencies: - assert "^2.0.0" - browserify-zlib "^0.2.0" - buffer "^5.5.0" - console-browserify "^1.2.0" - constants-browserify "^1.0.0" - crypto-browserify "^3.12.0" - domain-browser "^3.5.0" - events "^3.1.0" - https-browserify "^1.0.0" - os-browserify "^0.3.0" - path-browserify "^1.0.0" - process "^0.11.10" - punycode "^1.4.1" - querystring-es3 "^0.2.1" - readable-stream "^3.6.0" - stream-http "^3.1.0" - string_decoder "^1.3.0" - timers-browserify "^2.0.11" - tty-browserify "^0.0.1" - url "^0.11.0" - util "^0.12.3" - vm-browserify "^1.1.2" - -"@parcel/node-resolver-core@2.0.0-nightly.2233+00ff8ba2": - version "2.0.0-nightly.2233" - resolved "https://registry.npmjs.org/@parcel/node-resolver-core/-/node-resolver-core-2.0.0-nightly.2233.tgz#b33f189f6feb3fc2cf66b451439f9612a9aaed68" - integrity sha512-zg3BERTbz2pYpJtsc8Sd1ZENlbP6YFHnlD+thWo51QbKVIuLoHb74j/UOkNhuz0lBRP7Z/Puw+w9YE0gUqyofQ== - dependencies: - "@parcel/diagnostic" "2.0.0-nightly.611+00ff8ba2" - "@parcel/node-libs-browser" "2.0.0-nightly.2233+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - micromatch "^3.0.4" - nullthrows "^1.1.1" - querystring "^0.2.0" - -"@parcel/optimizer-cssnano@2.0.0-nightly.611": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/optimizer-cssnano/-/optimizer-cssnano-2.0.0-nightly.611.tgz#b47175934a6144ceedccb5d31531752b2adaae8e" - integrity sha512-qECSZq+7b0oUgbXnYcZsu+YGlGjPPBWlKOaIK4Fb0C4uP+WKRZYs3u/u9zmCMzzRPaMB099gkgL/uVj+ab1huA== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/source-map" "2.0.0-alpha.4.21" - cssnano "^4.1.10" - postcss "^8.0.5" - -"@parcel/optimizer-htmlnano@2.0.0-nightly.611": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/optimizer-htmlnano/-/optimizer-htmlnano-2.0.0-nightly.611.tgz#d3e2d3e35c0de016d0e4ff5296607da08d56d45d" - integrity sha512-JkHJrjitHYZdXpZ45qA0+ef/gt1oKSF1AoyUOY3nCQbqxcMBuygIEDH8Qu/arwkPWP3Zw8NgryR0LUmUj8u/OA== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - htmlnano "^0.2.2" - nullthrows "^1.1.1" - posthtml "^0.15.1" - -"@parcel/optimizer-terser@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/optimizer-terser/-/optimizer-terser-2.0.0-nightly.611.tgz#2bd9f5501757c2bdf9e0b3eb14abc6ddacd3587a" - integrity sha512-nrb8Ek66XJ/bxWSh1kgEmHPp6FDit5EOeVtRYRkWfHBimo0Bcxg1z78KQlZmpz1h9eUK/BfVGe151YG+SwJG+Q== - dependencies: - "@parcel/diagnostic" "2.0.0-nightly.611+00ff8ba2" - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/source-map" "2.0.0-alpha.4.21" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - nullthrows "^1.1.1" - terser "^5.2.0" - -"@parcel/package-manager@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/package-manager/-/package-manager-2.0.0-nightly.611.tgz#f70df849c5906094e4b6211390af8d610a442b64" - integrity sha512-ne/6115rR0bNVG2kxS+7VXIxhR7sUVRHUvIeC3Cr6h9dWPLF3bUfp5V4yoSrcx6AhU9Fl3NFBv/n6KrRahuROA== - dependencies: - "@parcel/diagnostic" "2.0.0-nightly.611+00ff8ba2" - "@parcel/fs" "2.0.0-nightly.611+00ff8ba2" - "@parcel/logger" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - "@parcel/workers" "2.0.0-nightly.611+00ff8ba2" - command-exists "^1.2.6" - cross-spawn "^6.0.4" - nullthrows "^1.1.1" - semver "^5.4.1" - split2 "^3.1.1" - -"@parcel/packager-css@2.0.0-nightly.611": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/packager-css/-/packager-css-2.0.0-nightly.611.tgz#5e6c6adc411b600a76b27b0ddb2b22ddb01a057d" - integrity sha512-xTl5Ut8JAqOB6G5UNLuw0vYQoZWV0qUPLt86nQLiVu8G6JX0S8T09ZGW0dYO1c0KUjKYRNeC0/VMt12UzgOw8w== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/source-map" "2.0.0-alpha.4.21" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - nullthrows "^1.1.1" - postcss "^8.2.1" - -"@parcel/packager-html@2.0.0-nightly.611": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/packager-html/-/packager-html-2.0.0-nightly.611.tgz#9761d6914ea344fdb6e60220b767329a415de89c" - integrity sha512-THMHVbSJ+64ASX172rwpwc+HDKf64X/MfrVMyPHW9ArXDJHDZwrmROtSQcEeL5VFyQ3t5KN8xNzuh9NZ4zWHtw== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/types" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - nullthrows "^1.1.1" - posthtml "^0.15.1" - -"@parcel/packager-js@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/packager-js/-/packager-js-2.0.0-nightly.611.tgz#50bea2ae965ff48908e6f797b71b74e467090356" - integrity sha512-cihki4l7H/CnXBXP4iIq8ct+uC9yj8bB5dteAaFdNWaWQ3GtPE/jnkA6/HMNGfWh3LqzM683NdoVbsr3bcfUbA== - dependencies: - "@babel/traverse" "^7.2.3" - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/scope-hoisting" "2.0.0-nightly.611+00ff8ba2" - "@parcel/source-map" "2.0.0-alpha.4.21" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - nullthrows "^1.1.1" - -"@parcel/packager-raw@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/packager-raw/-/packager-raw-2.0.0-nightly.611.tgz#b464da41a7c76c1da2bf49a78538918b35e73f28" - integrity sha512-TsvGXu+matvu85IvejF2VcRNvykPU7yNSg1lVUk1heod554zXN3Ax6ucTqOK5zVgA3ArF7+IUMCrICHgJC740Q== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - -"@parcel/plugin@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/plugin/-/plugin-2.0.0-nightly.611.tgz#067ed1ea3229b594dace29d92e76a91d8a839185" - integrity sha512-Xn3yo1crQTMj1tctHRqECAfazMfJpw+4LPZBuZA4/P8wTsXADfQhfAXdGQjc/SGC+srO7vbqlv5SC9B/Gz7E7w== - dependencies: - "@parcel/types" "2.0.0-nightly.611+00ff8ba2" - -"@parcel/reporter-cli@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/reporter-cli/-/reporter-cli-2.0.0-nightly.611.tgz#3d8c717a47c3b124a9716479cb27af43427a5042" - integrity sha512-o5wAIn25I3Npig7iNwP86Rg3STawFC82DJkpA9ae4f3XmvJlNk9H8BXUZkRAikYFnseBi5sKP4NXi/giUR7c5Q== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/types" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - chalk "^4.1.0" - filesize "^6.1.0" - nullthrows "^1.1.1" - ora "^5.2.0" - string-width "^4.2.0" - strip-ansi "^6.0.0" - term-size "^2.2.1" - -"@parcel/reporter-dev-server@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/reporter-dev-server/-/reporter-dev-server-2.0.0-nightly.611.tgz#1a80a967ccdece7cf7d2077f7a8f839ba9e346d3" - integrity sha512-YAr//8LU6qzT9eJz0iKxNh/8uQNC+sOL7v1sP1QEclWXkmpjehTyLSL9OKuB5zZb1TGCPqGAt4dw+LQeEY4ECw== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - connect "^3.7.0" - ejs "^2.6.1" - http-proxy-middleware "^1.0.0" - nullthrows "^1.1.1" - serve-handler "^6.0.0" - ws "^7.0.0" - -"@parcel/resolver-default@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/resolver-default/-/resolver-default-2.0.0-nightly.611.tgz#9645e24572c9c9f43a1929e577eadbfead86b0cf" - integrity sha512-o33F/HZYxIp9AdMrMUlzZsZ5IAucKRUjf4Za4ppQq2UO/PVLDeySd35hP5sd+VzzMq3gRJ1Hm1O4TUHgVFBBVQ== - dependencies: - "@parcel/node-resolver-core" "2.0.0-nightly.2233+00ff8ba2" - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - -"@parcel/runtime-browser-hmr@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/runtime-browser-hmr/-/runtime-browser-hmr-2.0.0-nightly.611.tgz#46ed0e513a4852a6be316c5d059c00f9e2873d35" - integrity sha512-MVpjdEQ0WG5dKWFQRVLnYd+WYZxQz7Ktbx292ov/hdZYZGGda8/DCdZXxTEvmHIBrC+cpw/jpYEOOW/fQBwZWg== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - -"@parcel/runtime-js@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/runtime-js/-/runtime-js-2.0.0-nightly.611.tgz#3c5e3953ba7bbdb1890833cee0819a63f3d2bc77" - integrity sha512-AAtjytbyFLnU8gmgn0q6PjBkAcVkDLI/h1SyHSVCbi3WoQPRuTvMkCBhRK4RqvdtimoEYdvXp1NWPtj/yF9OPA== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - nullthrows "^1.1.1" - -"@parcel/runtime-react-refresh@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/runtime-react-refresh/-/runtime-react-refresh-2.0.0-nightly.611.tgz#c8a9c8bbd39bd71539feb63de8fc457c454b8848" - integrity sha512-1h3+0CDTyyGei7lOpG4MHnpIC1mZMTOHxISI1COR1vyOmLCPTLz84mPy2zhxmiyq+ofeBHK+24YajQKsfLSb5A== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - react-refresh "^0.9.0" - -"@parcel/scope-hoisting@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/scope-hoisting/-/scope-hoisting-2.0.0-nightly.611.tgz#436c32bf873cf8853937fba1522c65c7a5008412" - integrity sha512-bh8s7dqXGHfZlyvOUjydpfsjU5Qbm95hRrwRtVy4zmAvHM1muPXleO4aFd0FA7sgKIcG/5BIwYk6dcxSim6DAg== - dependencies: - "@babel/parser" "^7.0.0" - "@babel/template" "^7.4.0" - "@babel/traverse" "^7.2.3" - "@babel/types" "^7.12.13" - "@parcel/babel-ast-utils" "2.0.0-nightly.2233+00ff8ba2" - "@parcel/babylon-walk" "2.0.0-nightly.2233+00ff8ba2" - "@parcel/diagnostic" "2.0.0-nightly.611+00ff8ba2" - "@parcel/source-map" "2.0.0-alpha.4.21" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - globals "^13.2.0" - nullthrows "^1.1.1" - -"@parcel/source-map@2.0.0-alpha.4.21": - version "2.0.0-alpha.4.21" - resolved "https://registry.npmjs.org/@parcel/source-map/-/source-map-2.0.0-alpha.4.21.tgz#608f37fefe05ba1d8a8527ca0f3a8487560d4695" - integrity sha512-rKuySz3wRrAhmFriWGmAoAiVF+8VmA+Bzc19y9ITopk4Ax8a8+gmM5AJcXLZCmeVfr6gqdCwr+NsDwmT2Fk7QA== - dependencies: - node-addon-api "^3.0.0" - node-gyp-build "^4.2.3" - -"@parcel/transformer-babel@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/transformer-babel/-/transformer-babel-2.0.0-nightly.611.tgz#85b613b9fa11c6a9ebe693c0ed3f43aff4bd0511" - integrity sha512-atoTyNNT3ctbu3SxIo9XoZVHVe6P9+52K/FRMbFgb3wWgzLlHpalEVguFxEkoT7iL19BmZqHUYdFRkDRrAEeHw== - dependencies: - "@babel/helper-compilation-targets" "^7.8.4" - "@babel/plugin-transform-flow-strip-types" "^7.0.0" - "@babel/plugin-transform-typescript" "^7.4.5" - "@babel/preset-env" "^7.0.0" - "@babel/preset-react" "^7.0.0" - "@babel/traverse" "^7.0.0" - "@parcel/babel-ast-utils" "2.0.0-nightly.2233+00ff8ba2" - "@parcel/babel-preset-env" "2.0.0-nightly.611+00ff8ba2" - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - browserslist "^4.6.6" - core-js "^3.2.1" - nullthrows "^1.1.1" - semver "^5.7.0" - -"@parcel/transformer-css@2.0.0-nightly.611": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/transformer-css/-/transformer-css-2.0.0-nightly.611.tgz#a9516de34926bd5189b46c94c3271d9bcdcff903" - integrity sha512-79maO5c/325qxQDErT59uALtAZfoSiTZsrkCKc/JbHb/zSVCnPHDauPpQ2vjsJtAUdRiG9SdG719o3i7kC0Klw== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/source-map" "2.0.0-alpha.4.21" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - nullthrows "^1.1.1" - postcss "^8.2.1" - postcss-value-parser "^4.1.0" - semver "^5.4.1" - -"@parcel/transformer-html@2.0.0-nightly.611": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/transformer-html/-/transformer-html-2.0.0-nightly.611.tgz#b11880bb17eb8490a93d8396acc86a05ff743f27" - integrity sha512-rsTfar1SPdp6DVUDOjeBrIFz7Fw3YiwSOr3SXumHFNs66fEx1u0a2KrtIGABMCFTFmArib6zaL44hDcAwS2WcQ== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - nullthrows "^1.1.1" - posthtml "^0.15.1" - posthtml-parser "^0.6.0" - posthtml-render "^1.4.0" - semver "^5.4.1" - -"@parcel/transformer-js@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/transformer-js/-/transformer-js-2.0.0-nightly.611.tgz#77dd936caa29d2f1ddcecc4d74d475ca96120568" - integrity sha512-bQzxKZxLK/EQ4A5Uo2txf5Fiem2GeHK7YQdFcliLhTfmmXlp83EMbPNifhC5/BcG58B9MXoh/nxvSJ7YffOOIw== - dependencies: - "@babel/core" "^7.12.0" - "@babel/parser" "^7.0.0" - "@babel/template" "^7.4.0" - "@babel/traverse" "^7.0.0" - "@babel/types" "^7.12.13" - "@parcel/babel-ast-utils" "2.0.0-nightly.2233+00ff8ba2" - "@parcel/babylon-walk" "2.0.0-nightly.2233+00ff8ba2" - "@parcel/diagnostic" "2.0.0-nightly.611+00ff8ba2" - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/scope-hoisting" "2.0.0-nightly.611+00ff8ba2" - "@parcel/types" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - micromatch "^4.0.2" - nullthrows "^1.1.1" - semver "^5.4.1" - -"@parcel/transformer-json@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/transformer-json/-/transformer-json-2.0.0-nightly.611.tgz#73e3f48e0f7cbe5e51631ef2c054dd00f42ced4b" - integrity sha512-mZa9wd1Urw3xt7Eq/JS0Etk9C3ioAQP8JDUJjQXqOmq9Lno/K2DhZudi1A7O4XyJiDWMG5wc8JwuFEcu5Wv7WQ== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - json5 "^2.1.0" - -"@parcel/transformer-postcss@2.0.0-nightly.611": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/transformer-postcss/-/transformer-postcss-2.0.0-nightly.611.tgz#06998eff4b0d1a8a045a0377b52af1ebe6db43a2" - integrity sha512-R8qnULBWCurqeaJgn5WDkRnAm5DwYywhb3E0UDPO5lJhUmL9onbqdNrhidVkcQJomz9WtyGLJDzgqv3nHsY8dQ== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - css-modules-loader-core "^1.1.0" - nullthrows "^1.1.1" - postcss-modules "^3.2.2" - postcss-value-parser "^4.1.0" - semver "^5.4.1" - -"@parcel/transformer-posthtml@2.0.0-nightly.611": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/transformer-posthtml/-/transformer-posthtml-2.0.0-nightly.611.tgz#083addeb110602e4ef19306e9ff7ad69d16074f0" - integrity sha512-yDa86p+BGJSdBY0Q9ucLgIZ/r/mQWsXQu9kNOd6sHbLeSI4HTUKTWvzVPTb2BnhJsmYfyQG7CyxCtLT3OZ3ptA== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - nullthrows "^1.1.1" - posthtml "^0.15.1" - posthtml-parser "^0.6.0" - posthtml-render "^1.4.0" - semver "^5.4.1" - -"@parcel/transformer-raw@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/transformer-raw/-/transformer-raw-2.0.0-nightly.611.tgz#77b26c1ce8874164c3bdf2d2b6891db3e1ac8e5b" - integrity sha512-sWt5rursQFnSsG/iKfPd5bpGEuncg5y7IQvHYM7GCwWtM+aBZYd8Zraxj/eJ63xfLtCOHvEbbNk7ppzkAOYqiw== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - -"@parcel/transformer-react-refresh-babel@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/transformer-react-refresh-babel/-/transformer-react-refresh-babel-2.0.0-nightly.611.tgz#875a2f9a27a3c459b122ba670d0a471002636256" - integrity sha512-8G8E4EDSRGMrqZFMqQwWNK/zXPxP7DEbtJ1IYYXxuv4mFmYSNqEV4YH+7fQYMXmGMk4oplY8LKwBbnCn9CIrsQ== - dependencies: - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - react-refresh "^0.9.0" - -"@parcel/transformer-react-refresh-wrap@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/transformer-react-refresh-wrap/-/transformer-react-refresh-wrap-2.0.0-nightly.611.tgz#f08123cb6c0e50f1a1416bfb3ed13e10a4cd0bfa" - integrity sha512-I3XfYaUHMRNvp6J9c8f+lwC+lCwM0XNk9bxOaolTTAsgeM0KkCgJtnTGvAADDxXUR8aR6pPJOgoPx277j8NdWQ== - dependencies: - "@babel/template" "^7.4.0" - "@babel/types" "^7.12.13" - "@parcel/babel-ast-utils" "2.0.0-nightly.2233+00ff8ba2" - "@parcel/plugin" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - react-refresh "^0.9.0" - semver "^5.4.1" - -"@parcel/types@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/types/-/types-2.0.0-nightly.611.tgz#631da3b29dd7f7202f3c8195711e0b4da9efe1ab" - integrity sha512-/wdApwONl1zXUIsD1GwSgm5N4Hve9rqCki0A7zEFFcFICageq1j4NHUGahg4MrnAtA+//2zhsGL+EDamusG94A== - -"@parcel/utils@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/utils/-/utils-2.0.0-nightly.611.tgz#ff514c6ea1b164b43c4fe7bc8363bf1f9c6ca88e" - integrity sha512-Bm4M3HUYEpBZWzTqEX2m60vIP/o60WunsNYAOeJMhT0gPFVo93eeD8ZhvQZ801A9qh3QnKUViqeZwLxySViiag== - dependencies: - "@iarna/toml" "^2.2.0" - "@parcel/codeframe" "2.0.0-nightly.611+00ff8ba2" - "@parcel/diagnostic" "2.0.0-nightly.611+00ff8ba2" - "@parcel/logger" "2.0.0-nightly.611+00ff8ba2" - "@parcel/markdown-ansi" "2.0.0-nightly.611+00ff8ba2" - "@parcel/source-map" "2.0.0-alpha.4.21" - ansi-html "^0.0.7" - chalk "^4.1.0" - clone "^2.1.1" - fast-glob "3.1.1" - fastest-levenshtein "^1.0.8" - is-glob "^4.0.0" - is-url "^1.2.2" - json5 "^1.0.1" - lru-cache "^6.0.0" - micromatch "^4.0.2" - node-forge "^0.10.0" - nullthrows "^1.1.1" - open "^7.0.3" - -"@parcel/watcher@2.0.0-alpha.10": - version "2.0.0-alpha.10" - resolved "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.0.0-alpha.10.tgz#99266189f5193512dbdf6b0faca20400c519a16e" - integrity sha512-8uA7Tmx/1XvmUdGzksg0+oN7uj24pXFFnKJqZr3L3mgYjdrL7CMs3PRIHv1k3LUz/hNRsb/p3qxztSkWz1IGZA== - dependencies: - node-addon-api "^3.0.2" - node-gyp-build "^4.2.3" - -"@parcel/workers@2.0.0-nightly.611+00ff8ba2": - version "2.0.0-nightly.611" - resolved "https://registry.npmjs.org/@parcel/workers/-/workers-2.0.0-nightly.611.tgz#79425e78d90d45d7d4d013ffa509103a1a040cdc" - integrity sha512-TjP2wzLJyyhL7+5/hjXe7HMty7LfTJOn0uK7i+FFnURqZ5sr0WFvh+C7sT6cXvpgixV+wiZ++FDA2jC+nXndJA== - dependencies: - "@parcel/diagnostic" "2.0.0-nightly.611+00ff8ba2" - "@parcel/logger" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - chrome-trace-event "^1.0.2" - nullthrows "^1.1.1" - -"@types/http-proxy@^1.17.4": - version "1.17.5" - resolved "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.5.tgz#c203c5e6e9dc6820d27a40eb1e511c70a220423d" - integrity sha512-GNkDE7bTv6Sf8JbV2GksknKOsk7OznNYHSdrtvPJXO0qJ9odZig6IZKUi5RFGi6d1bf6dgIAe4uXi3DBc7069Q== - dependencies: - "@types/node" "*" - -"@types/node@*": - version "14.14.31" - resolved "https://registry.npmjs.org/@types/node/-/node-14.14.31.tgz#72286bd33d137aa0d152d47ec7c1762563d34055" - integrity sha512-vFHy/ezP5qI0rFgJ7aQnjDXwAMrG0KqqIH7tQG5PPv3BWBayOPIQNBjVc/P6hhdZfMx51REc6tfDNXHUio893g== - -"@types/q@^1.5.1": - version "1.5.4" - resolved "https://registry.npmjs.org/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24" - integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== - -abab@^2.0.0: - version "2.0.5" - resolved "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a" - integrity sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q== - -abbrev@1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" - integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== - -abortcontroller-polyfill@^1.1.9: - version "1.7.1" - resolved "https://registry.npmjs.org/abortcontroller-polyfill/-/abortcontroller-polyfill-1.7.1.tgz#27084bac87d78a7224c8ee78135d05df430c2d2f" - integrity sha512-yml9NiDEH4M4p0G4AcPkg8AAa4mF3nfYF28VQxaokpO67j9H7gWgmsVWJ/f1Rn+PzsnDYvzJzWIQzCqDKRvWlA== - -acorn-globals@^4.3.0: - version "4.3.4" - resolved "https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.4.tgz#9fa1926addc11c97308c4e66d7add0d40c3272e7" - integrity sha512-clfQEh21R+D0leSbUdWf3OcfqyaCSAQ8Ryq00bofSekfr9W8u1jyYZo6ir0xu9Gtcf7BjcHJpnbZH7JOCpP60A== - dependencies: - acorn "^6.0.1" - acorn-walk "^6.0.1" - -acorn-walk@^6.0.1: - version "6.2.0" - resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.2.0.tgz#123cb8f3b84c2171f1f7fb252615b1c78a6b1a8c" - integrity sha512-7evsyfH1cLOCdAzZAd43Cic04yKydNx0cF+7tiA19p1XnLLPU4dpCQOqpjqwokFe//vS0QqfqqjCS2JkiIs0cA== - -acorn@^6.0.1, acorn@^6.0.4: - version "6.4.2" - resolved "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6" - integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ== - -ajv@^6.12.3: - version "6.12.6" - resolved "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4" - integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== - dependencies: - fast-deep-equal "^3.1.1" - fast-json-stable-stringify "^2.0.0" - json-schema-traverse "^0.4.1" - uri-js "^4.2.2" - -alphanum-sort@^1.0.0: - version "1.0.2" - resolved "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" - integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= - -amdefine@>=0.0.4: - version "1.0.1" - resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" - integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU= - -ansi-escapes@^1.0.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e" - integrity sha1-06ioOzGapneTZisT52HHkRQiMG4= - -ansi-html@^0.0.7: - version "0.0.7" - resolved "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e" - integrity sha1-gTWEAhliqenm/QOflA0S9WynhZ4= - -ansi-regex@^2.0.0: - version "2.1.1" - resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" - integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= - -ansi-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" - integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= - -ansi-regex@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" - integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== - -ansi-regex@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75" - integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== - -ansi-styles@^2.2.1: - version "2.2.1" - resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" - integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= - -ansi-styles@^3.2.0, ansi-styles@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - dependencies: - color-convert "^1.9.0" - -ansi-styles@^4.0.0, ansi-styles@^4.1.0: - version "4.3.0" - resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" - integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== - dependencies: - color-convert "^2.0.1" - -anymatch@~3.1.1: - version "3.1.1" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142" - integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== - dependencies: - normalize-path "^3.0.0" - picomatch "^2.0.4" - -app-root-path@^2.0.0: - version "2.2.1" - resolved "https://registry.yarnpkg.com/app-root-path/-/app-root-path-2.2.1.tgz#d0df4a682ee408273583d43f6f79e9892624bc9a" - integrity sha512-91IFKeKk7FjfmezPKkwtaRvSpnUc4gDwPAjA1YZ9Gn0q0PPeW+vbeUsZuyDwjI7+QTHhcLen2v25fi/AmhvbJA== - -aproba@^1.0.3: - version "1.2.0" - resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" - integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== - -archiver-utils@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/archiver-utils/-/archiver-utils-2.1.0.tgz#e8a460e94b693c3e3da182a098ca6285ba9249e2" - integrity sha512-bEL/yUb/fNNiNTuUz979Z0Yg5L+LzLxGJz8x79lYmR54fmTIb6ob/hNQgkQnIUDWIFjZVQwl9Xs356I6BAMHfw== - dependencies: - glob "^7.1.4" - graceful-fs "^4.2.0" - lazystream "^1.0.0" - lodash.defaults "^4.2.0" - lodash.difference "^4.5.0" - lodash.flatten "^4.4.0" - lodash.isplainobject "^4.0.6" - lodash.union "^4.6.0" - normalize-path "^3.0.0" - readable-stream "^2.0.0" - -archiver@^3.0.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/archiver/-/archiver-3.1.1.tgz#9db7819d4daf60aec10fe86b16cb9258ced66ea0" - integrity sha512-5Hxxcig7gw5Jod/8Gq0OneVgLYET+oNHcxgWItq4TbhOzRLKNAFUb9edAftiMKXvXfCB0vbGrJdZDNq0dWMsxg== - dependencies: - archiver-utils "^2.1.0" - async "^2.6.3" - buffer-crc32 "^0.2.1" - glob "^7.1.4" - readable-stream "^3.4.0" - tar-stream "^2.1.0" - zip-stream "^2.1.2" - -are-we-there-yet@~1.1.2: - version "1.1.5" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" - integrity sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w== - dependencies: - delegates "^1.0.0" - readable-stream "^2.0.6" - -argparse@^1.0.7: - version "1.0.10" - resolved "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" - integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== - dependencies: - sprintf-js "~1.0.2" - -arr-diff@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" - integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= - -arr-flatten@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" - integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== - -arr-union@^3.1.0: - version "3.1.0" - resolved "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" - integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= - -array-equal@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93" - integrity sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM= - -array-filter@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/array-filter/-/array-filter-1.0.0.tgz#baf79e62e6ef4c2a4c0b831232daffec251f9d83" - integrity sha1-uveeYubvTCpMC4MSMtr/7CUfnYM= - -array-find-index@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1" - integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E= - -array-unique@^0.3.2: - version "0.3.2" - resolved "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" - integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= - -asn1.js@^5.2.0: - version "5.4.1" - resolved "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07" - integrity sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA== - dependencies: - bn.js "^4.0.0" - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - safer-buffer "^2.1.0" - -asn1@~0.2.3: - version "0.2.4" - resolved "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136" - integrity sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg== - dependencies: - safer-buffer "~2.1.0" - -assert-plus@1.0.0, assert-plus@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" - integrity sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU= - -assert@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/assert/-/assert-2.0.0.tgz#95fc1c616d48713510680f2eaf2d10dd22e02d32" - integrity sha512-se5Cd+js9dXJnu6Ag2JFc00t+HmHOen+8Q+L7O9zI0PqQXr20uk2J0XQqMxZEeo5U50o8Nvmmx7dZrl+Ufr35A== - dependencies: - es6-object-assign "^1.1.0" - is-nan "^1.2.1" - object-is "^1.0.1" - util "^0.12.0" - -assign-symbols@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" - integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= - -astral-regex@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" - integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== - -astring@^1.6.2: - version "1.7.0" - resolved "https://registry.npmjs.org/astring/-/astring-1.7.0.tgz#bbc5ab165537765d03c103ff496004d1e4a89e1c" - integrity sha512-43bervUZNvahG1v74a+POdGlAWcOUGSvP9fJVj6sywzM/SquwDkA+CdP938e8tWHUV77fStCiqzaQHAt0u6MVA== - -async-foreach@^0.1.3: - version "0.1.3" - resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542" - integrity sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI= - -async-limiter@~1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd" - integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ== - -async@^2.6.3: - version "2.6.3" - resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz#d72625e2344a3656e3a3ad4fa749fa83299d82ff" - integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg== - dependencies: - lodash "^4.17.14" - -asynckit@^0.4.0: - version "0.4.0" - resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" - integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= - -atob@^2.1.2: - version "2.1.2" - resolved "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" - integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== - -available-typed-arrays@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.2.tgz#6b098ca9d8039079ee3f77f7b783c4480ba513f5" - integrity sha512-XWX3OX8Onv97LMk/ftVyBibpGwY5a8SmuxZPzeOxqmuEqUCOM9ZE+uIaD1VNJ5QnvU2UQusvmKbuM1FR8QWGfQ== - dependencies: - array-filter "^1.0.0" - -aws-sign2@~0.7.0: - version "0.7.0" - resolved "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" - integrity sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg= - -aws4@^1.8.0: - version "1.11.0" - resolved "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59" - integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA== - -babel-plugin-dynamic-import-node@^2.3.3: - version "2.3.3" - resolved "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3" - integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ== - dependencies: - object.assign "^4.1.0" - -babel-plugin-polyfill-corejs2@^0.1.4: - version "0.1.8" - resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.1.8.tgz#54ef37b1c4b2311e515029e8f1f07bbd4d7a5321" - integrity sha512-kB5/xNR9GYDuRmVlL9EGfdKBSUVI/9xAU7PCahA/1hbC2Jbmks9dlBBYjHF9IHMNY2jV/G2lIG7z0tJIW27Rog== - dependencies: - "@babel/compat-data" "^7.13.0" - "@babel/helper-define-polyfill-provider" "^0.1.4" - semver "^6.1.1" - -babel-plugin-polyfill-corejs3@^0.1.3: - version "0.1.6" - resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.1.6.tgz#ed1b02fba4885e0892e06094e27865f499758d27" - integrity sha512-IkYhCxPrjrUWigEmkMDXYzM5iblzKCdCD8cZrSAkQOyhhJm26DcG+Mxbx13QT//Olkpkg/AlRdT2L+Ww4Ciphw== - dependencies: - "@babel/helper-define-polyfill-provider" "^0.1.4" - core-js-compat "^3.8.1" - -babel-plugin-polyfill-regenerator@^0.1.2: - version "0.1.5" - resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.1.5.tgz#f42a58fd86a1c97fbe3a2752d80a4a3e017203e1" - integrity sha512-EyhBA6uN94W97lR7ecQVTvH9F5tIIdEw3ZqHuU4zekMlW82k5cXNXniiB7PRxQm06BqAjVr4sDT1mOy4RcphIA== - dependencies: - "@babel/helper-define-polyfill-provider" "^0.1.4" - -balanced-match@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" - integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= - -base-x@^3.0.8: - version "3.0.8" - resolved "https://registry.npmjs.org/base-x/-/base-x-3.0.8.tgz#1e1106c2537f0162e8b52474a557ebb09000018d" - integrity sha512-Rl/1AWP4J/zRrk54hhlxH4drNxPJXYUaKffODVI53/dAsV4t9fBxyxYKAVPU1XBHxYwOWP9h9H0hM2MVw4YfJA== - dependencies: - safe-buffer "^5.0.1" - -base64-js@^1.0.2, base64-js@^1.3.1: - version "1.5.1" - resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" - integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== - -base@^0.11.1: - version "0.11.2" - resolved "https://registry.npmjs.org/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" - integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== - dependencies: - cache-base "^1.0.1" - class-utils "^0.3.5" - component-emitter "^1.2.1" - define-property "^1.0.0" - isobject "^3.0.1" - mixin-deep "^1.2.0" - pascalcase "^0.1.1" - -bcrypt-pbkdf@^1.0.0: - version "1.0.2" - resolved "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" - integrity sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4= - dependencies: - tweetnacl "^0.14.3" - -big.js@^5.2.2: - version "5.2.2" - resolved "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" - integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== - -binary-extensions@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9" - integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== - -bl@^4.0.1: - version "4.0.3" - resolved "https://registry.yarnpkg.com/bl/-/bl-4.0.3.tgz#12d6287adc29080e22a705e5764b2a9522cdc489" - integrity sha512-fs4G6/Hu4/EE+F75J8DuN/0IpQqNjAdC7aEQv7Qt8MHGUH7Ckv2MwTEEeN9QehD0pfIDkMI1bkHYkKy7xHyKIg== - dependencies: - buffer "^5.5.0" - inherits "^2.0.4" - readable-stream "^3.4.0" - -bl@^4.0.3: - version "4.1.0" - resolved "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a" - integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== - dependencies: - buffer "^5.5.0" - inherits "^2.0.4" - readable-stream "^3.4.0" - -block-stream@*: - version "0.0.9" - resolved "https://registry.yarnpkg.com/block-stream/-/block-stream-0.0.9.tgz#13ebfe778a03205cfe03751481ebb4b3300c126a" - integrity sha1-E+v+d4oDIFz+A3UUgeu0szAMEmo= - dependencies: - inherits "~2.0.0" - -bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.11.9: - version "4.12.0" - resolved "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz#775b3f278efbb9718eec7361f483fb36fbbfea88" - integrity sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA== - -bn.js@^5.0.0, bn.js@^5.1.1: - version "5.2.0" - resolved "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz#358860674396c6997771a9d051fcc1b57d4ae002" - integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw== - -boolbase@^1.0.0, boolbase@~1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" - integrity sha1-aN/1++YMUes3cl6p4+0xDcwed24= - -brace-expansion@^1.1.7: - version "1.1.11" - resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - -braces@^2.3.1: - version "2.3.2" - resolved "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" - integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== - dependencies: - arr-flatten "^1.1.0" - array-unique "^0.3.2" - extend-shallow "^2.0.1" - fill-range "^4.0.0" - isobject "^3.0.1" - repeat-element "^1.1.2" - snapdragon "^0.8.1" - snapdragon-node "^2.0.1" - split-string "^3.0.2" - to-regex "^3.0.1" - -braces@^3.0.1, braces@~3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" - integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - dependencies: - fill-range "^7.0.1" - -brorand@^1.0.1, brorand@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz#12c25efe40a45e3c323eb8675a0a0ce57b22371f" - integrity sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8= - -browser-process-hrtime@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626" - integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow== - -browserify-aes@^1.0.0, browserify-aes@^1.0.4: - version "1.2.0" - resolved "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz#326734642f403dabc3003209853bb70ad428ef48" - integrity sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA== - dependencies: - buffer-xor "^1.0.3" - cipher-base "^1.0.0" - create-hash "^1.1.0" - evp_bytestokey "^1.0.3" - inherits "^2.0.1" - safe-buffer "^5.0.1" - -browserify-cipher@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz#8d6474c1b870bfdabcd3bcfcc1934a10e94f15f0" - integrity sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w== - dependencies: - browserify-aes "^1.0.4" - browserify-des "^1.0.0" - evp_bytestokey "^1.0.0" - -browserify-des@^1.0.0: - version "1.0.2" - resolved "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz#3af4f1f59839403572f1c66204375f7a7f703e9c" - integrity sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A== - dependencies: - cipher-base "^1.0.1" - des.js "^1.0.0" - inherits "^2.0.1" - safe-buffer "^5.1.2" - -browserify-rsa@^4.0.0, browserify-rsa@^4.0.1: - version "4.1.0" - resolved "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz#b2fd06b5b75ae297f7ce2dc651f918f5be158c8d" - integrity sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog== - dependencies: - bn.js "^5.0.0" - randombytes "^2.0.1" - -browserify-sign@^4.0.0: - version "4.2.1" - resolved "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.1.tgz#eaf4add46dd54be3bb3b36c0cf15abbeba7956c3" - integrity sha512-/vrA5fguVAKKAVTNJjgSm1tRQDHUU6DbwO9IROu/0WAzC8PKhucDSh18J0RMvVeHAn5puMd+QHC2erPRNf8lmg== - dependencies: - bn.js "^5.1.1" - browserify-rsa "^4.0.1" - create-hash "^1.2.0" - create-hmac "^1.1.7" - elliptic "^6.5.3" - inherits "^2.0.4" - parse-asn1 "^5.1.5" - readable-stream "^3.6.0" - safe-buffer "^5.2.0" - -browserify-zlib@^0.2.0: - version "0.2.0" - resolved "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz#2869459d9aa3be245fe8fe2ca1f46e2e7f54d73f" - integrity sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA== - dependencies: - pako "~1.0.5" - -browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.3, browserslist@^4.6.6: - version "4.16.3" - resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.16.3.tgz#340aa46940d7db878748567c5dea24a48ddf3717" - integrity sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== - dependencies: - caniuse-lite "^1.0.30001181" - colorette "^1.2.1" - electron-to-chromium "^1.3.649" - escalade "^3.1.1" - node-releases "^1.1.70" - -buffer-crc32@^0.2.1, buffer-crc32@^0.2.13: - version "0.2.13" - resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" - integrity sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI= - -buffer-from@^1.0.0: - version "1.1.1" - resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" - integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== - -buffer-xor@^1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz#26e61ed1422fb70dd42e6e36729ed51d855fe8d9" - integrity sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk= - -buffer@^5.1.0: - version "5.6.0" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-5.6.0.tgz#a31749dc7d81d84db08abf937b6b8c4033f62786" - integrity sha512-/gDYp/UtU0eA1ys8bOs9J6a+E/KWIY+DZ+Q2WESNUA0jFRsJOc0SNUO6xJ5SGA1xueg3NL65W6s+NY5l9cunuw== - dependencies: - base64-js "^1.0.2" - ieee754 "^1.1.4" - -buffer@^5.5.0: - version "5.7.1" - resolved "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz#ba62e7c13133053582197160851a8f648e99eed0" - integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== - dependencies: - base64-js "^1.3.1" - ieee754 "^1.1.13" - -builtin-status-codes@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz#85982878e21b98e1c66425e03d0174788f569ee8" - integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug= - -bytes@3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" - integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= - -cache-base@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" - integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== - dependencies: - collection-visit "^1.0.0" - component-emitter "^1.2.1" - get-value "^2.0.6" - has-value "^1.0.0" - isobject "^3.0.1" - set-value "^2.0.0" - to-object-path "^0.3.0" - union-value "^1.0.0" - unset-value "^1.0.0" - -call-bind@^1.0.0, call-bind@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" - integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== - dependencies: - function-bind "^1.1.1" - get-intrinsic "^1.0.2" - -caller-callsite@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134" - integrity sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ= - dependencies: - callsites "^2.0.0" - -caller-path@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4" - integrity sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ= - dependencies: - caller-callsite "^2.0.0" - -callsites@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" - integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA= - -camelcase-keys@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7" - integrity sha1-MIvur/3ygRkFHvodkyITyRuPkuc= - dependencies: - camelcase "^2.0.0" - map-obj "^1.0.0" - -camelcase@^2.0.0: - version "2.1.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" - integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= - -camelcase@^5.0.0: - version "5.3.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" - integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - -caniuse-api@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0" - integrity sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw== - dependencies: - browserslist "^4.0.0" - caniuse-lite "^1.0.0" - lodash.memoize "^4.1.2" - lodash.uniq "^4.5.0" - -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001181: - version "1.0.30001192" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001192.tgz#b848ebc0ab230cf313d194a4775a30155d50ae40" - integrity sha512-63OrUnwJj5T1rUmoyqYTdRWBqFFxZFlyZnRRjDR8NSUQFB6A+j/uBORU/SyJ5WzDLg4SPiZH40hQCBNdZ/jmAw== - -caseless@~0.12.0: - version "0.12.0" - resolved "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" - integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw= - -chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3: - version "1.1.3" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" - integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= - dependencies: - ansi-styles "^2.2.1" - escape-string-regexp "^1.0.2" - has-ansi "^2.0.0" - strip-ansi "^3.0.0" - supports-color "^2.0.0" - -chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -chalk@^4.0.0, chalk@^4.1.0: - version "4.1.0" - resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" - integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - -"chokidar@>=2.0.0 <4.0.0": - version "3.4.1" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.1.tgz#e905bdecf10eaa0a0b1db0c664481cc4cbc22ba1" - integrity sha512-TQTJyr2stihpC4Sya9hs2Xh+O2wf+igjL36Y75xx2WdHuiICcn/XJza46Jwt0eT5hVpQOzo3FpY3cj3RVYLX0g== - dependencies: - anymatch "~3.1.1" - braces "~3.0.2" - glob-parent "~5.1.0" - is-binary-path "~2.1.0" - is-glob "~4.0.1" - normalize-path "~3.0.0" - readdirp "~3.4.0" - optionalDependencies: - fsevents "~2.1.2" - -chrome-trace-event@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz#234090ee97c7d4ad1a2c4beae27505deffc608a4" - integrity sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ== - dependencies: - tslib "^1.9.0" - -ci-info@^1.5.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497" - integrity sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A== - -cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3: - version "1.0.4" - resolved "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de" - integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q== - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - -class-utils@^0.3.5: - version "0.3.6" - resolved "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" - integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== - dependencies: - arr-union "^3.1.0" - define-property "^0.2.5" - isobject "^3.0.0" - static-extend "^0.1.1" - -cli-cursor@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-1.0.2.tgz#64da3f7d56a54412e59794bd62dc35295e8f2987" - integrity sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc= - dependencies: - restore-cursor "^1.0.1" - -cli-cursor@^3.1.0: - version "3.1.0" - resolved "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz#264305a7ae490d1d03bf0c9ba7c925d1753af307" - integrity sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== - dependencies: - restore-cursor "^3.1.0" - -cli-spinners@^0.1.2: - version "0.1.2" - resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-0.1.2.tgz#bb764d88e185fb9e1e6a2a1f19772318f605e31c" - integrity sha1-u3ZNiOGF+54eaiofGXcjGPYF4xw= - -cli-spinners@^2.5.0: - version "2.5.0" - resolved "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.5.0.tgz#12763e47251bf951cb75c201dfa58ff1bcb2d047" - integrity sha512-PC+AmIuK04E6aeSs/pUccSujsTzBhu4HzC2dL+CfJB/Jcc2qTRbEwZQDfIUpt2Xl8BodYBEq8w4fc0kU2I9DjQ== - -cli-truncate@^0.2.1: - version "0.2.1" - resolved "https://registry.yarnpkg.com/cli-truncate/-/cli-truncate-0.2.1.tgz#9f15cfbb0705005369216c626ac7d05ab90dd574" - integrity sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ= - dependencies: - slice-ansi "0.0.4" - string-width "^1.0.1" - -cliui@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5" - integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA== - dependencies: - string-width "^3.1.0" - strip-ansi "^5.2.0" - wrap-ansi "^5.1.0" - -clone@^1.0.2: - version "1.0.4" - resolved "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" - integrity sha1-2jCcwmPfFZlMaIypAheco8fNfH4= - -clone@^2.1.1: - version "2.1.2" - resolved "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" - integrity sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18= - -coa@^2.0.2: - version "2.0.2" - resolved "https://registry.npmjs.org/coa/-/coa-2.0.2.tgz#43f6c21151b4ef2bf57187db0d73de229e3e7ec3" - integrity sha512-q5/jG+YQnSy4nRTV4F7lPepBJZ8qBNJJDBuJdoejDyLXgmL7IEo+Le2JDZudFTFt7mrCqIRaSjws4ygRCTCAXA== - dependencies: - "@types/q" "^1.5.1" - chalk "^2.4.1" - q "^1.1.2" - -code-point-at@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" - integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c= - -collection-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" - integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= - dependencies: - map-visit "^1.0.0" - object-visit "^1.0.0" - -color-convert@^1.9.0, color-convert@^1.9.1: - version "1.9.3" - resolved "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - dependencies: - color-name "1.1.3" - -color-convert@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" - integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - dependencies: - color-name "~1.1.4" - -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - -color-name@^1.0.0, color-name@~1.1.4: - version "1.1.4" - resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" - integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== - -color-string@^1.5.4: - version "1.5.4" - resolved "https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz#dd51cd25cfee953d138fe4002372cc3d0e504cb6" - integrity sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw== - dependencies: - color-name "^1.0.0" - simple-swizzle "^0.2.2" - -color@^3.0.0: - version "3.1.3" - resolved "https://registry.npmjs.org/color/-/color-3.1.3.tgz#ca67fb4e7b97d611dcde39eceed422067d91596e" - integrity sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ== - dependencies: - color-convert "^1.9.1" - color-string "^1.5.4" - -colorette@^1.2.1: - version "1.2.2" - resolved "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94" - integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w== - -combined-stream@^1.0.6, combined-stream@~1.0.6: - version "1.0.8" - resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" - integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== - dependencies: - delayed-stream "~1.0.0" - -command-exists@^1.2.6: - version "1.2.9" - resolved "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz#c50725af3808c8ab0260fd60b01fbfa25b954f69" - integrity sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w== - -commander@^2.11.0, commander@^2.20.0, commander@^2.9.0: - version "2.20.3" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" - integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== - -commander@^5.0.0: - version "5.1.0" - resolved "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae" - integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg== - -commander@^7.0.0: - version "7.1.0" - resolved "https://registry.npmjs.org/commander/-/commander-7.1.0.tgz#f2eaecf131f10e36e07d894698226e36ae0eb5ff" - integrity sha512-pRxBna3MJe6HKnBGsDyMv8ETbptw3axEdYHoqNh7gu5oDcew8fs0xnivZGm06Ogk8zGAJ9VX+OPEr2GXEQK4dg== - -component-emitter@^1.2.1: - version "1.3.0" - resolved "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" - integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== - -compress-commons@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-2.1.1.tgz#9410d9a534cf8435e3fbbb7c6ce48de2dc2f0610" - integrity sha512-eVw6n7CnEMFzc3duyFVrQEuY1BlHR3rYsSztyG32ibGMW722i3C6IizEGMFmfMU+A+fALvBIwxN3czffTcdA+Q== - dependencies: - buffer-crc32 "^0.2.13" - crc32-stream "^3.0.1" - normalize-path "^3.0.0" - readable-stream "^2.3.6" - -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" - integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - -connect@^3.7.0: - version "3.7.0" - resolved "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz#5d49348910caa5e07a01800b030d0c35f20484f8" - integrity sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ== - dependencies: - debug "2.6.9" - finalhandler "1.1.2" - parseurl "~1.3.3" - utils-merge "1.0.1" - -console-browserify@^1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz#67063cef57ceb6cf4993a2ab3a55840ae8c49336" - integrity sha512-ZMkYO/LkF17QvCPqM0gxw8yUzigAOZOSWSHg91FH6orS7vcEj5dVZTidN2fQ14yBSdg97RqhSNwLUXInd52OTA== - -console-control-strings@^1.0.0, console-control-strings@~1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" - integrity sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4= - -constants-browserify@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" - integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= - -content-disposition@0.5.2: - version "0.5.2" - resolved "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz#0cf68bb9ddf5f2be7961c3a85178cb85dba78cb4" - integrity sha1-DPaLud318r55YcOoUXjLhdunjLQ= - -convert-source-map@^1.7.0: - version "1.7.0" - resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" - integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== - dependencies: - safe-buffer "~5.1.1" - -copy-descriptor@^0.1.0: - version "0.1.1" - resolved "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" - integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= - -core-js-compat@^3.8.1, core-js-compat@^3.9.0: - version "3.9.0" - resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.9.0.tgz#29da39385f16b71e1915565aa0385c4e0963ad56" - integrity sha512-YK6fwFjCOKWwGnjFUR3c544YsnA/7DoLL0ysncuOJ4pwbriAtOpvM2bygdlcXbvQCQZ7bBU9CL4t7tGl7ETRpQ== - dependencies: - browserslist "^4.16.3" - semver "7.0.0" - -core-js@^3.2.1: - version "3.9.0" - resolved "https://registry.npmjs.org/core-js/-/core-js-3.9.0.tgz#790b1bb11553a2272b36e2625c7179db345492f8" - integrity sha512-PyFBJaLq93FlyYdsndE5VaueA9K5cNB7CGzeCj191YYLhkQM0gdZR2SKihM70oF0wdqKSKClv/tEBOpoRmdOVQ== - -core-util-is@1.0.2, core-util-is@~1.0.0: - version "1.0.2" - resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" - integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= - -cosmiconfig@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-1.1.0.tgz#0dea0f9804efdfb929fbb1b188e25553ea053d37" - integrity sha1-DeoPmATv37kp+7GxiOJVU+oFPTc= - dependencies: - graceful-fs "^4.1.2" - js-yaml "^3.4.3" - minimist "^1.2.0" - object-assign "^4.0.1" - os-homedir "^1.0.1" - parse-json "^2.2.0" - pinkie-promise "^2.0.0" - require-from-string "^1.1.0" - -cosmiconfig@^5.0.0: - version "5.2.1" - resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz#040f726809c591e77a17c0a3626ca45b4f168b1a" - integrity sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA== - dependencies: - import-fresh "^2.0.0" - is-directory "^0.3.1" - js-yaml "^3.13.1" - parse-json "^4.0.0" - -crc32-stream@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-3.0.1.tgz#cae6eeed003b0e44d739d279de5ae63b171b4e85" - integrity sha512-mctvpXlbzsvK+6z8kJwSJ5crm7yBwrQMTybJzMw1O4lLGJqjlDCXY2Zw7KheiA6XBEcBmfLx1D88mjRGVJtY9w== - dependencies: - crc "^3.4.4" - readable-stream "^3.4.0" - -crc@^3.4.4: - version "3.8.0" - resolved "https://registry.yarnpkg.com/crc/-/crc-3.8.0.tgz#ad60269c2c856f8c299e2c4cc0de4556914056c6" - integrity sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ== - dependencies: - buffer "^5.1.0" - -create-ecdh@^4.0.0: - version "4.0.4" - resolved "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz#d6e7f4bffa66736085a0762fd3a632684dabcc4e" - integrity sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A== - dependencies: - bn.js "^4.1.0" - elliptic "^6.5.3" - -create-hash@^1.1.0, create-hash@^1.1.2, create-hash@^1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz#889078af11a63756bcfb59bd221996be3a9ef196" - integrity sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg== - dependencies: - cipher-base "^1.0.1" - inherits "^2.0.1" - md5.js "^1.3.4" - ripemd160 "^2.0.1" - sha.js "^2.4.0" - -create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7: - version "1.1.7" - resolved "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz#69170c78b3ab957147b2b8b04572e47ead2243ff" - integrity sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg== - dependencies: - cipher-base "^1.0.3" - create-hash "^1.1.0" - inherits "^2.0.1" - ripemd160 "^2.0.0" - safe-buffer "^5.0.1" - sha.js "^2.4.8" - -cross-spawn@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-3.0.1.tgz#1256037ecb9f0c5f79e3d6ef135e30770184b982" - integrity sha1-ElYDfsufDF9549bvE14wdwGEuYI= - dependencies: - lru-cache "^4.0.1" - which "^1.2.9" - -cross-spawn@^5.0.1: - version "5.1.0" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" - integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= - dependencies: - lru-cache "^4.0.1" - shebang-command "^1.2.0" - which "^1.2.9" - -cross-spawn@^6.0.4: - version "6.0.5" - resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" - integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ== - dependencies: - nice-try "^1.0.4" - path-key "^2.0.1" - semver "^5.5.0" - shebang-command "^1.2.0" - which "^1.2.9" - -crypto-browserify@^3.12.0: - version "3.12.0" - resolved "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec" - integrity sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg== - dependencies: - browserify-cipher "^1.0.0" - browserify-sign "^4.0.0" - create-ecdh "^4.0.0" - create-hash "^1.1.0" - create-hmac "^1.1.0" - diffie-hellman "^5.0.0" - inherits "^2.0.1" - pbkdf2 "^3.0.3" - public-encrypt "^4.0.0" - randombytes "^2.0.0" - randomfill "^1.0.3" - -css-color-names@0.0.4, css-color-names@^0.0.4: - version "0.0.4" - resolved "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0" - integrity sha1-gIrcLnnPhHOAabZGyyDsJ762KeA= - -css-declaration-sorter@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz#c198940f63a76d7e36c1e71018b001721054cb22" - integrity sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA== - dependencies: - postcss "^7.0.1" - timsort "^0.3.0" - -css-modules-loader-core@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/css-modules-loader-core/-/css-modules-loader-core-1.1.0.tgz#5908668294a1becd261ae0a4ce21b0b551f21d16" - integrity sha1-WQhmgpShvs0mGuCkziGwtVHyHRY= - dependencies: - icss-replace-symbols "1.1.0" - postcss "6.0.1" - postcss-modules-extract-imports "1.1.0" - postcss-modules-local-by-default "1.2.0" - postcss-modules-scope "1.1.0" - postcss-modules-values "1.3.0" - -css-select-base-adapter@^0.1.1: - version "0.1.1" - resolved "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz#3b2ff4972cc362ab88561507a95408a1432135d7" - integrity sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w== - -css-select@^2.0.0: - version "2.1.0" - resolved "https://registry.npmjs.org/css-select/-/css-select-2.1.0.tgz#6a34653356635934a81baca68d0255432105dbef" - integrity sha512-Dqk7LQKpwLoH3VovzZnkzegqNSuAziQyNZUcrdDM401iY+R5NkGBXGmtO05/yaXQziALuPogeG0b7UAgjnTJTQ== - dependencies: - boolbase "^1.0.0" - css-what "^3.2.1" - domutils "^1.7.0" - nth-check "^1.0.2" - -css-selector-tokenizer@^0.7.0: - version "0.7.3" - resolved "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.3.tgz#735f26186e67c749aaf275783405cf0661fae8f1" - integrity sha512-jWQv3oCEL5kMErj4wRnK/OPoBi0D+P1FR2cDCKYPaMeD2eW3/mttav8HT4hT1CKopiJI/psEULjkClhvJo4Lvg== - dependencies: - cssesc "^3.0.0" - fastparse "^1.1.2" - -css-tree@1.0.0-alpha.37: - version "1.0.0-alpha.37" - resolved "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.37.tgz#98bebd62c4c1d9f960ec340cf9f7522e30709a22" - integrity sha512-DMxWJg0rnz7UgxKT0Q1HU/L9BeJI0M6ksor0OgqOnF+aRCDWg/N2641HmVyU9KVIu0OVVWOb2IpC9A+BJRnejg== - dependencies: - mdn-data "2.0.4" - source-map "^0.6.1" - -css-tree@^1.1.2: - version "1.1.2" - resolved "https://registry.npmjs.org/css-tree/-/css-tree-1.1.2.tgz#9ae393b5dafd7dae8a622475caec78d3d8fbd7b5" - integrity sha512-wCoWush5Aeo48GLhfHPbmvZs59Z+M7k5+B1xDnXbdWNcEF423DoFdqSWE0PM5aNk5nI5cp1q7ms36zGApY/sKQ== - dependencies: - mdn-data "2.0.14" - source-map "^0.6.1" - -css-what@^3.2.1: - version "3.4.2" - resolved "https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4" - integrity sha512-ACUm3L0/jiZTqfzRM3Hi9Q8eZqd6IK37mMWPLz9PJxkLWllYeRf+EHUSHYEtFop2Eqytaq1FizFVh7XfBnXCDQ== - -cssesc@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" - integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== - -cssnano-preset-default@^4.0.7: - version "4.0.7" - resolved "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-4.0.7.tgz#51ec662ccfca0f88b396dcd9679cdb931be17f76" - integrity sha512-x0YHHx2h6p0fCl1zY9L9roD7rnlltugGu7zXSKQx6k2rYw0Hi3IqxcoAGF7u9Q5w1nt7vK0ulxV8Lo+EvllGsA== - dependencies: - css-declaration-sorter "^4.0.1" - cssnano-util-raw-cache "^4.0.1" - postcss "^7.0.0" - postcss-calc "^7.0.1" - postcss-colormin "^4.0.3" - postcss-convert-values "^4.0.1" - postcss-discard-comments "^4.0.2" - postcss-discard-duplicates "^4.0.2" - postcss-discard-empty "^4.0.1" - postcss-discard-overridden "^4.0.1" - postcss-merge-longhand "^4.0.11" - postcss-merge-rules "^4.0.3" - postcss-minify-font-values "^4.0.2" - postcss-minify-gradients "^4.0.2" - postcss-minify-params "^4.0.2" - postcss-minify-selectors "^4.0.2" - postcss-normalize-charset "^4.0.1" - postcss-normalize-display-values "^4.0.2" - postcss-normalize-positions "^4.0.2" - postcss-normalize-repeat-style "^4.0.2" - postcss-normalize-string "^4.0.2" - postcss-normalize-timing-functions "^4.0.2" - postcss-normalize-unicode "^4.0.1" - postcss-normalize-url "^4.0.1" - postcss-normalize-whitespace "^4.0.2" - postcss-ordered-values "^4.1.2" - postcss-reduce-initial "^4.0.3" - postcss-reduce-transforms "^4.0.2" - postcss-svgo "^4.0.2" - postcss-unique-selectors "^4.0.1" - -cssnano-util-get-arguments@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz#ed3a08299f21d75741b20f3b81f194ed49cc150f" - integrity sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8= - -cssnano-util-get-match@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz#c0e4ca07f5386bb17ec5e52250b4f5961365156d" - integrity sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0= - -cssnano-util-raw-cache@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz#b26d5fd5f72a11dfe7a7846fb4c67260f96bf282" - integrity sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA== - dependencies: - postcss "^7.0.0" - -cssnano-util-same-parent@^4.0.0: - version "4.0.1" - resolved "https://registry.npmjs.org/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz#574082fb2859d2db433855835d9a8456ea18bbf3" - integrity sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q== - -cssnano@^4.1.10: - version "4.1.10" - resolved "https://registry.npmjs.org/cssnano/-/cssnano-4.1.10.tgz#0ac41f0b13d13d465487e111b778d42da631b8b2" - integrity sha512-5wny+F6H4/8RgNlaqab4ktc3e0/blKutmq8yNlBFXA//nSFFAqAngjNVRzUvCgYROULmZZUoosL/KSoZo5aUaQ== - dependencies: - cosmiconfig "^5.0.0" - cssnano-preset-default "^4.0.7" - is-resolvable "^1.0.0" - postcss "^7.0.0" - -csso@^4.0.2: - version "4.2.0" - resolved "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz#ea3a561346e8dc9f546d6febedd50187cf389529" - integrity sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA== - dependencies: - css-tree "^1.1.2" - -cssom@0.3.x, cssom@^0.3.4: - version "0.3.8" - resolved "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz#9f1276f5b2b463f2114d3f2c75250af8c1a36f4a" - integrity sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg== - -cssstyle@^1.1.1: - version "1.4.0" - resolved "https://registry.npmjs.org/cssstyle/-/cssstyle-1.4.0.tgz#9d31328229d3c565c61e586b02041a28fccdccf1" - integrity sha512-GBrLZYZ4X4x6/QEoBnIrqb8B/f5l4+8me2dkom/j1Gtbxy0kBv6OGzKuAsGM75bkGwGAFkt56Iwg28S3XTZgSA== - dependencies: - cssom "0.3.x" - -currently-unhandled@^0.4.1: - version "0.4.1" - resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" - integrity sha1-mI3zP+qxke95mmE2nddsF635V+o= - dependencies: - array-find-index "^1.0.1" - -dashdash@^1.12.0: - version "1.14.1" - resolved "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" - integrity sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA= - dependencies: - assert-plus "^1.0.0" - -data-urls@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/data-urls/-/data-urls-1.1.0.tgz#15ee0582baa5e22bb59c77140da8f9c76963bbfe" - integrity sha512-YTWYI9se1P55u58gL5GkQHW4P6VJBJ5iBT+B5a7i2Tjadhv52paJG0qHX4A0OR6/t52odI64KP2YvFpkDOi3eQ== - dependencies: - abab "^2.0.0" - whatwg-mimetype "^2.2.0" - whatwg-url "^7.0.0" - -date-fns@^1.27.2: - version "1.30.1" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c" - integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw== - -debug@2.6.9, debug@^2.2.0, debug@^2.3.3: - version "2.6.9" - resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" - integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== - dependencies: - ms "2.0.0" - -debug@^4.1.0, debug@^4.1.1: - version "4.3.1" - resolved "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee" - integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - dependencies: - ms "2.1.2" - -decamelize@^1.1.2, decamelize@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" - integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= - -decode-uri-component@^0.2.0: - version "0.2.0" - resolved "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" - integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= - -deep-is@~0.1.3: - version "0.1.3" - resolved "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" - integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= - -defaults@^1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d" - integrity sha1-xlYFHpgX2f8I7YgUd/P+QBnz730= - dependencies: - clone "^1.0.2" - -define-properties@^1.1.3: - version "1.1.3" - resolved "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" - integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== - dependencies: - object-keys "^1.0.12" - -define-property@^0.2.5: - version "0.2.5" - resolved "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" - integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= - dependencies: - is-descriptor "^0.1.0" - -define-property@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" - integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= - dependencies: - is-descriptor "^1.0.0" - -define-property@^2.0.2: - version "2.0.2" - resolved "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" - integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== - dependencies: - is-descriptor "^1.0.2" - isobject "^3.0.1" - -delayed-stream@~1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" - integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk= - -delegates@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" - integrity sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o= - -des.js@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz#5382142e1bdc53f85d86d53e5f4aa7deb91e0843" - integrity sha512-Q0I4pfFrv2VPd34/vfLrFOoRmlYj3OV50i7fskps1jZWK1kApMWWT9G6RRUeYedLcBDIhnSDaUvJMb3AhUlaEA== - dependencies: - inherits "^2.0.1" - minimalistic-assert "^1.0.0" - -detect-libc@^1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" - integrity sha1-+hN8S9aY7fVc1c0CrFWfkaTEups= - -diffie-hellman@^5.0.0: - version "5.0.3" - resolved "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz#40e8ee98f55a2149607146921c63e1ae5f3d2875" - integrity sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg== - dependencies: - bn.js "^4.1.0" - miller-rabin "^4.0.0" - randombytes "^2.0.0" - -dom-serializer@0: - version "0.2.2" - resolved "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz#1afb81f533717175d478655debc5e332d9f9bb51" - integrity sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g== - dependencies: - domelementtype "^2.0.1" - entities "^2.0.0" - -dom-serializer@^1.0.1: - version "1.2.0" - resolved "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.2.0.tgz#3433d9136aeb3c627981daa385fc7f32d27c48f1" - integrity sha512-n6kZFH/KlCrqs/1GHMOd5i2fd/beQHuehKdWvNNffbGHTr/almdhuVvTVFb3V7fglz+nC50fFusu3lY33h12pA== - dependencies: - domelementtype "^2.0.1" - domhandler "^4.0.0" - entities "^2.0.0" - -domain-browser@^3.5.0: - version "3.5.0" - resolved "https://registry.npmjs.org/domain-browser/-/domain-browser-3.5.0.tgz#3a11f5df52fd9d60d7f1c79a62fde2d158c42b09" - integrity sha512-zrzUu6auyZWRexjCEPJnfWc30Hupxh2lJZOJAF3qa2bCuD4O/55t0FvQt3ZMhEw++gjNkwdkOVZh8yA32w/Vfw== - -domelementtype@1, domelementtype@^1.3.1: - version "1.3.1" - resolved "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz#d048c44b37b0d10a7f2a3d5fee3f4333d790481f" - integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w== - -domelementtype@^2.0.1, domelementtype@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/domelementtype/-/domelementtype-2.1.0.tgz#a851c080a6d1c3d94344aed151d99f669edf585e" - integrity sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w== - -domexception@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/domexception/-/domexception-1.0.1.tgz#937442644ca6a31261ef36e3ec677fe805582c90" - integrity sha512-raigMkn7CJNNo6Ihro1fzG7wr3fHuYVytzquZKX5n0yizGsTcYgzdIUwj1X9pK0VvjeihV+XiclP+DjwbsSKug== - dependencies: - webidl-conversions "^4.0.2" - -domhandler@^2.3.0: - version "2.4.2" - resolved "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz#8805097e933d65e85546f726d60f5eb88b44f803" - integrity sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA== - dependencies: - domelementtype "1" - -domhandler@^3.3.0: - version "3.3.0" - resolved "https://registry.npmjs.org/domhandler/-/domhandler-3.3.0.tgz#6db7ea46e4617eb15cf875df68b2b8524ce0037a" - integrity sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA== - dependencies: - domelementtype "^2.0.1" - -domhandler@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/domhandler/-/domhandler-4.0.0.tgz#01ea7821de996d85f69029e81fa873c21833098e" - integrity sha512-KPTbnGQ1JeEMQyO1iYXoagsI6so/C96HZiFyByU3T6iAzpXn8EGEvct6unm1ZGoed8ByO2oirxgwxBmqKF9haA== - dependencies: - domelementtype "^2.1.0" - -domutils@^1.5.1, domutils@^1.7.0: - version "1.7.0" - resolved "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz#56ea341e834e06e6748af7a1cb25da67ea9f8c2a" - integrity sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg== - dependencies: - dom-serializer "0" - domelementtype "1" - -domutils@^2.4.2: - version "2.4.4" - resolved "https://registry.npmjs.org/domutils/-/domutils-2.4.4.tgz#282739c4b150d022d34699797369aad8d19bbbd3" - integrity sha512-jBC0vOsECI4OMdD0GC9mGn7NXPLb+Qt6KW1YDQzeQYRUFKmNG8lh7mO5HiELfr+lLQE7loDVI4QcAxV80HS+RA== - dependencies: - dom-serializer "^1.0.1" - domelementtype "^2.0.1" - domhandler "^4.0.0" - -dot-prop@^5.2.0: - version "5.3.0" - resolved "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88" - integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== - dependencies: - is-obj "^2.0.0" - -dotenv-expand@^5.1.0: - version "5.1.0" - resolved "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0" - integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA== - -dotenv@^7.0.0: - version "7.0.0" - resolved "https://registry.npmjs.org/dotenv/-/dotenv-7.0.0.tgz#a2be3cd52736673206e8a85fb5210eea29628e7c" - integrity sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g== - -ecc-jsbn@~0.1.1: - version "0.1.2" - resolved "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" - integrity sha1-OoOpBOVDUyh4dMVkt1SThoSamMk= - dependencies: - jsbn "~0.1.0" - safer-buffer "^2.1.0" - -ee-first@1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" - integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= - -ejs@^2.6.1: - version "2.7.4" - resolved "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz#48661287573dcc53e366c7a1ae52c3a120eec9ba" - integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== - -electron-to-chromium@^1.3.649: - version "1.3.675" - resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.675.tgz#7ad29f98d7b48da581554eb28bb9a71fd5fd4956" - integrity sha512-GEQw+6dNWjueXGkGfjgm7dAMtXfEqrfDG3uWcZdeaD4cZ3dKYdPRQVruVXQRXtPLtOr5GNVVlNLRMChOZ611pQ== - -elegant-spinner@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/elegant-spinner/-/elegant-spinner-1.0.1.tgz#db043521c95d7e303fd8f345bedc3349cfb0729e" - integrity sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4= - -elliptic@^6.5.3: - version "6.5.4" - resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz#da37cebd31e79a1367e941b592ed1fbebd58abbb" - integrity sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ== - dependencies: - bn.js "^4.11.9" - brorand "^1.1.0" - hash.js "^1.0.0" - hmac-drbg "^1.0.1" - inherits "^2.0.4" - minimalistic-assert "^1.0.1" - minimalistic-crypto-utils "^1.0.1" - -emoji-regex@^7.0.1: - version "7.0.3" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" - integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== - -emoji-regex@^8.0.0: - version "8.0.0" - resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" - integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - -emojis-list@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78" - integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== - -emphasize@^4.2.0: - version "4.2.0" - resolved "https://registry.npmjs.org/emphasize/-/emphasize-4.2.0.tgz#6b6fdc4d212cb7eafea1c7cdd595dfd6cfc508d9" - integrity sha512-yGKvcFUHlBsUPwlxTlzKLR8+zhpbitkFOMCUxN8fTJng9bdH3WNzUGkhdaGdjndSUgqmMPBN7umfwnUdLz5Axg== - dependencies: - chalk "^4.0.0" - highlight.js "~10.4.0" - lowlight "~1.17.0" - -encodeurl@~1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" - integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= - -end-of-stream@^1.4.1: - version "1.4.4" - resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0" - integrity sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== - dependencies: - once "^1.4.0" - -entities@^1.1.1: - version "1.1.2" - resolved "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" - integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== - -entities@^2.0.0: - version "2.2.0" - resolved "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" - integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== - -error-ex@^1.2.0, error-ex@^1.3.1: - version "1.3.2" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" - integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - dependencies: - is-arrayish "^0.2.1" - -es-abstract@^1.17.2: - version "1.17.7" - resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz#a4de61b2f66989fc7421676c1cb9787573ace54c" - integrity sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g== - dependencies: - es-to-primitive "^1.2.1" - function-bind "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.1" - is-callable "^1.2.2" - is-regex "^1.1.1" - object-inspect "^1.8.0" - object-keys "^1.1.1" - object.assign "^4.1.1" - string.prototype.trimend "^1.0.1" - string.prototype.trimstart "^1.0.1" - -es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2: - version "1.18.0-next.2" - resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.2.tgz#088101a55f0541f595e7e057199e27ddc8f3a5c2" - integrity sha512-Ih4ZMFHEtZupnUh6497zEL4y2+w8+1ljnCyaTa+adcoafI1GOvMwFlDjBLfWR7y9VLfrjRJe9ocuHY1PSR9jjw== - dependencies: - call-bind "^1.0.2" - es-to-primitive "^1.2.1" - function-bind "^1.1.1" - get-intrinsic "^1.0.2" - has "^1.0.3" - has-symbols "^1.0.1" - is-callable "^1.2.2" - is-negative-zero "^2.0.1" - is-regex "^1.1.1" - object-inspect "^1.9.0" - object-keys "^1.1.1" - object.assign "^4.1.2" - string.prototype.trimend "^1.0.3" - string.prototype.trimstart "^1.0.3" - -es-to-primitive@^1.2.1: - version "1.2.1" - resolved "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz#e55cd4c9cdc188bcefb03b366c736323fc5c898a" - integrity sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== - dependencies: - is-callable "^1.1.4" - is-date-object "^1.0.1" - is-symbol "^1.0.2" - -es6-object-assign@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/es6-object-assign/-/es6-object-assign-1.1.0.tgz#c2c3582656247c39ea107cb1e6652b6f9f24523c" - integrity sha1-wsNYJlYkfDnqEHyx5mUrb58kUjw= - -escalade@^3.1.1: - version "3.1.1" - resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" - integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== - -escape-html@~1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" - integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= - -escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: - version "1.0.5" - resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" - integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - -escodegen@^1.11.0: - version "1.14.3" - resolved "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503" - integrity sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw== - dependencies: - esprima "^4.0.1" - estraverse "^4.2.0" - esutils "^2.0.2" - optionator "^0.8.1" - optionalDependencies: - source-map "~0.6.1" - -esprima@^4.0.0, esprima@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" - integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== - -estraverse@^4.2.0: - version "4.3.0" - resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" - integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== - -esutils@^2.0.2: - version "2.0.3" - resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" - integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== - -eventemitter3@^4.0.0: - version "4.0.7" - resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f" - integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== - -events@^3.1.0: - version "3.2.0" - resolved "https://registry.npmjs.org/events/-/events-3.2.0.tgz#93b87c18f8efcd4202a461aec4dfc0556b639379" - integrity sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg== - -evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz#7fcbdb198dc71959432efe13842684e0525acb02" - integrity sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA== - dependencies: - md5.js "^1.3.4" - safe-buffer "^5.1.1" - -execa@^0.8.0: - version "0.8.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-0.8.0.tgz#d8d76bbc1b55217ed190fd6dd49d3c774ecfc8da" - integrity sha1-2NdrvBtVIX7RkP1t1J08d07PyNo= - dependencies: - cross-spawn "^5.0.1" - get-stream "^3.0.0" - is-stream "^1.1.0" - npm-run-path "^2.0.0" - p-finally "^1.0.0" - signal-exit "^3.0.0" - strip-eof "^1.0.0" - -exit-hook@^1.0.0: - version "1.1.1" - resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-1.1.1.tgz#f05ca233b48c05d54fff07765df8507e95c02ff8" - integrity sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g= - -expand-brackets@^2.1.4: - version "2.1.4" - resolved "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" - integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= - dependencies: - debug "^2.3.3" - define-property "^0.2.5" - extend-shallow "^2.0.1" - posix-character-classes "^0.1.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -extend-shallow@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" - integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= - dependencies: - is-extendable "^0.1.0" - -extend-shallow@^3.0.0, extend-shallow@^3.0.2: - version "3.0.2" - resolved "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" - integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= - dependencies: - assign-symbols "^1.0.0" - is-extendable "^1.0.1" - -extend@~3.0.2: - version "3.0.2" - resolved "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" - integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== - -extglob@^2.0.4: - version "2.0.4" - resolved "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" - integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== - dependencies: - array-unique "^0.3.2" - define-property "^1.0.0" - expand-brackets "^2.1.4" - extend-shallow "^2.0.1" - fragment-cache "^0.2.1" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -extsprintf@1.3.0: - version "1.3.0" - resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" - integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU= - -extsprintf@^1.2.0: - version "1.4.0" - resolved "https://registry.npmjs.org/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" - integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= - -fast-deep-equal@^3.1.1: - version "3.1.3" - resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" - integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== - -fast-glob@3.1.1: - version "3.1.1" - resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.1.1.tgz#87ee30e9e9f3eb40d6f254a7997655da753d7c82" - integrity sha512-nTCREpBY8w8r+boyFYAx21iL6faSsQynliPHM4Uf56SbkyohCNxpVPEH9xrF5TXKy+IsjkPUHDKiUkzBVRXn9g== - dependencies: - "@nodelib/fs.stat" "^2.0.2" - "@nodelib/fs.walk" "^1.2.3" - glob-parent "^5.1.0" - merge2 "^1.3.0" - micromatch "^4.0.2" - -fast-json-stable-stringify@^2.0.0: - version "2.1.0" - resolved "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" - integrity sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== - -fast-levenshtein@~2.0.6: - version "2.0.6" - resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" - integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= - -fast-url-parser@1.1.3: - version "1.1.3" - resolved "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d" - integrity sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0= - dependencies: - punycode "^1.3.2" - -fastest-levenshtein@^1.0.8: - version "1.0.12" - resolved "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.12.tgz#9990f7d3a88cc5a9ffd1f1745745251700d497e2" - integrity sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow== - -fastparse@^1.1.2: - version "1.1.2" - resolved "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz#91728c5a5942eced8531283c79441ee4122c35a9" - integrity sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ== - -fastq@^1.6.0: - version "1.11.0" - resolved "https://registry.npmjs.org/fastq/-/fastq-1.11.0.tgz#bb9fb955a07130a918eb63c1f5161cc32a5d0858" - integrity sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g== - dependencies: - reusify "^1.0.4" - -fault@^1.0.0: - version "1.0.4" - resolved "https://registry.npmjs.org/fault/-/fault-1.0.4.tgz#eafcfc0a6d214fc94601e170df29954a4f842f13" - integrity sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA== - dependencies: - format "^0.2.0" - -figures@^1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e" - integrity sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4= - dependencies: - escape-string-regexp "^1.0.5" - object-assign "^4.1.0" - -filesize@^6.1.0: - version "6.1.0" - resolved "https://registry.npmjs.org/filesize/-/filesize-6.1.0.tgz#e81bdaa780e2451d714d71c0d7a4f3238d37ad00" - integrity sha512-LpCHtPQ3sFx67z+uh2HnSyWSLLu5Jxo21795uRDuar/EOuYWXib5EmPaGIBuSnRqH2IODiKA2k5re/K9OnN/Yg== - -fill-range@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" - integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= - dependencies: - extend-shallow "^2.0.1" - is-number "^3.0.0" - repeat-string "^1.6.1" - to-regex-range "^2.1.0" - -fill-range@^7.0.1: - version "7.0.1" - resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" - integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== - dependencies: - to-regex-range "^5.0.1" - -finalhandler@1.1.2: - version "1.1.2" - resolved "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" - integrity sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA== - dependencies: - debug "2.6.9" - encodeurl "~1.0.2" - escape-html "~1.0.3" - on-finished "~2.3.0" - parseurl "~1.3.3" - statuses "~1.5.0" - unpipe "~1.0.0" - -find-up@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" - integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= - dependencies: - path-exists "^2.0.0" - pinkie-promise "^2.0.0" - -find-up@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" - integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== - dependencies: - locate-path "^3.0.0" - -follow-redirects@^1.0.0: - version "1.13.2" - resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147" - integrity sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA== - -for-in@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" - integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= - -foreach@^2.0.5: - version "2.0.5" - resolved "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz#0bee005018aeb260d0a3af3ae658dd0136ec1b99" - integrity sha1-C+4AUBiusmDQo6865ljdATbsG5k= - -forever-agent@~0.6.1: - version "0.6.1" - resolved "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" - integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE= - -form-data@~2.3.2: - version "2.3.3" - resolved "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" - integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ== - dependencies: - asynckit "^0.4.0" - combined-stream "^1.0.6" - mime-types "^2.1.12" - -format@^0.2.0: - version "0.2.2" - resolved "https://registry.npmjs.org/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b" - integrity sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs= - -fragment-cache@^0.2.1: - version "0.2.1" - resolved "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" - integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= - dependencies: - map-cache "^0.2.2" - -fs-constants@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad" - integrity sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== - -fs-extra@^7.0.0: - version "7.0.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" - integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== - dependencies: - graceful-fs "^4.1.2" - jsonfile "^4.0.0" - universalify "^0.1.0" - -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" - integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - -fsevents@~2.1.2: - version "2.1.3" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e" - integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== - -fstream@^1.0.0, fstream@^1.0.12: - version "1.0.12" - resolved "https://registry.yarnpkg.com/fstream/-/fstream-1.0.12.tgz#4e8ba8ee2d48be4f7d0de505455548eae5932045" - integrity sha512-WvJ193OHa0GHPEL+AycEJgxvBEwyfRkN1vhjca23OaPVMCaLCXTd5qAu82AjTcgP1UJmytkOKb63Ypde7raDIg== - dependencies: - graceful-fs "^4.1.2" - inherits "~2.0.0" - mkdirp ">=0.5 0" - rimraf "2" - -function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - -gauge@~2.7.3: - version "2.7.4" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" - integrity sha1-LANAXHU4w51+s3sxcCLjJfsBi/c= - dependencies: - aproba "^1.0.3" - console-control-strings "^1.0.0" - has-unicode "^2.0.0" - object-assign "^4.1.0" - signal-exit "^3.0.0" - string-width "^1.0.1" - strip-ansi "^3.0.1" - wide-align "^1.1.0" - -gaze@^1.0.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/gaze/-/gaze-1.1.3.tgz#c441733e13b927ac8c0ff0b4c3b033f28812924a" - integrity sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g== - dependencies: - globule "^1.0.0" - -generic-names@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/generic-names/-/generic-names-2.0.1.tgz#f8a378ead2ccaa7a34f0317b05554832ae41b872" - integrity sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ== - dependencies: - loader-utils "^1.1.0" - -gensync@^1.0.0-beta.2: - version "1.0.0-beta.2" - resolved "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0" - integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== - -get-caller-file@^2.0.1: - version "2.0.5" - resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" - integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - -get-intrinsic@^1.0.2: - version "1.1.1" - resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6" - integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q== - dependencies: - function-bind "^1.1.1" - has "^1.0.3" - has-symbols "^1.0.1" - -get-own-enumerable-property-symbols@^3.0.0: - version "3.0.2" - resolved "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664" - integrity sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g== - -get-port@^4.2.0: - version "4.2.0" - resolved "https://registry.npmjs.org/get-port/-/get-port-4.2.0.tgz#e37368b1e863b7629c43c5a323625f95cf24b119" - integrity sha512-/b3jarXkH8KJoOMQc3uVGHASwGLPq3gSFJ7tgJm2diza+bydJPTGOibin2steecKeOylE8oY2JERlVWkAJO6yw== - -get-stdin@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" - integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= - -get-stream@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" - integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= - -get-value@^2.0.3, get-value@^2.0.6: - version "2.0.6" - resolved "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" - integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= - -getpass@^0.1.1: - version "0.1.7" - resolved "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" - integrity sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo= - dependencies: - assert-plus "^1.0.0" - -glob-parent@^5.1.0, glob-parent@~5.1.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229" - integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== - dependencies: - is-glob "^4.0.1" - -glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@~7.1.1: - version "7.1.6" - resolved "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" - integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.4" - once "^1.3.0" - path-is-absolute "^1.0.0" - -globals@^11.1.0: - version "11.12.0" - resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" - integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - -globals@^13.2.0: - version "13.6.0" - resolved "https://registry.npmjs.org/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7" - integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ== - dependencies: - type-fest "^0.20.2" - -globule@^1.0.0: - version "1.3.2" - resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.2.tgz#d8bdd9e9e4eef8f96e245999a5dee7eb5d8529c4" - integrity sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA== - dependencies: - glob "~7.1.1" - lodash "~4.17.10" - minimatch "~3.0.2" - -graceful-fs@^4.1.2, graceful-fs@^4.2.4: - version "4.2.6" - resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee" - integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== - -graceful-fs@^4.1.6, graceful-fs@^4.2.0: - version "4.2.4" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb" - integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== - -har-schema@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" - integrity sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI= - -har-validator@~5.1.3: - version "5.1.5" - resolved "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd" - integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w== - dependencies: - ajv "^6.12.3" - har-schema "^2.0.0" - -has-ansi@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" - integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= - dependencies: - ansi-regex "^2.0.0" - -has-flag@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa" - integrity sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo= - -has-flag@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" - integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - -has-flag@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" - integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - -has-symbols@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8" - integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== - -has-unicode@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" - integrity sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk= - -has-value@^0.3.1: - version "0.3.1" - resolved "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" - integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= - dependencies: - get-value "^2.0.3" - has-values "^0.1.4" - isobject "^2.0.0" - -has-value@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" - integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= - dependencies: - get-value "^2.0.6" - has-values "^1.0.0" - isobject "^3.0.0" - -has-values@^0.1.4: - version "0.1.4" - resolved "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" - integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= - -has-values@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" - integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= - dependencies: - is-number "^3.0.0" - kind-of "^4.0.0" - -has@^1.0.0, has@^1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" - -hash-base@^3.0.0: - version "3.1.0" - resolved "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz#55c381d9e06e1d2997a883b4a3fddfe7f0d3af33" - integrity sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA== - dependencies: - inherits "^2.0.4" - readable-stream "^3.6.0" - safe-buffer "^5.2.0" - -hash.js@^1.0.0, hash.js@^1.0.3: - version "1.1.7" - resolved "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz#0babca538e8d4ee4a0f8988d68866537a003cf42" - integrity sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA== - dependencies: - inherits "^2.0.3" - minimalistic-assert "^1.0.1" - -hex-color-regex@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" - integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== - -highlight.js@~10.4.0: - version "10.4.1" - resolved "https://registry.npmjs.org/highlight.js/-/highlight.js-10.4.1.tgz#d48fbcf4a9971c4361b3f95f302747afe19dbad0" - integrity sha512-yR5lWvNz7c85OhVAEAeFhVCc/GV4C30Fjzc/rCP0aCWzc1UUOPUk55dK/qdwTZHBvMZo+eZ2jpk62ndX/xMFlg== - -hmac-drbg@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1" - integrity sha1-0nRXAQJabHdabFRXk+1QL8DGSaE= - dependencies: - hash.js "^1.0.3" - minimalistic-assert "^1.0.0" - minimalistic-crypto-utils "^1.0.1" - -hosted-git-info@^2.1.4: - version "2.8.8" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.8.tgz#7539bd4bc1e0e0a895815a2e0262420b12858488" - integrity sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== - -hsl-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz#d49330c789ed819e276a4c0d272dffa30b18fe6e" - integrity sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4= - -hsla-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/hsla-regex/-/hsla-regex-1.0.0.tgz#c1ce7a3168c8c6614033a4b5f7877f3b225f9c38" - integrity sha1-wc56MWjIxmFAM6S194d/OyJfnDg= - -html-comment-regex@^1.1.0: - version "1.1.2" - resolved "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7" - integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ== - -html-encoding-sniffer@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8" - integrity sha512-71lZziiDnsuabfdYiUeWdCVyKuqwWi23L8YeIgV9jSSZHCtb6wB1BKWooH7L3tn4/FuZJMVWyNaIDr4RGmaSYw== - dependencies: - whatwg-encoding "^1.0.1" - -html-tags@^1.0.0: - version "1.2.0" - resolved "https://registry.npmjs.org/html-tags/-/html-tags-1.2.0.tgz#c78de65b5663aa597989dd2b7ab49200d7e4db98" - integrity sha1-x43mW1Zjqll5id0rerSSANfk25g= - -htmlnano@^0.2.2: - version "0.2.8" - resolved "https://registry.npmjs.org/htmlnano/-/htmlnano-0.2.8.tgz#d9c22daa18c8ea7675a0bf07cc904793ccaeb56f" - integrity sha512-q5gbo4SIDAE5sfJ5V0UD6uu+n1dcO/Mpr0B6SlDlJBoV7xKPne4uG4UwrT8vUWjdjIPJl95TY8EDuEbBW2TG0A== - dependencies: - cssnano "^4.1.10" - posthtml "^0.13.4" - posthtml-render "^1.3.0" - purgecss "^2.3.0" - relateurl "^0.2.7" - srcset "^3.0.0" - svgo "^1.3.2" - terser "^4.8.0" - timsort "^0.3.0" - uncss "^0.17.3" - -htmlparser2@^3.9.2: - version "3.10.1" - resolved "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f" - integrity sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ== - dependencies: - domelementtype "^1.3.1" - domhandler "^2.3.0" - domutils "^1.5.1" - entities "^1.1.1" - inherits "^2.0.1" - readable-stream "^3.1.1" - -htmlparser2@^5.0.1: - version "5.0.1" - resolved "https://registry.npmjs.org/htmlparser2/-/htmlparser2-5.0.1.tgz#7daa6fc3e35d6107ac95a4fc08781f091664f6e7" - integrity sha512-vKZZra6CSe9qsJzh0BjBGXo8dvzNsq/oGvsjfRdOrrryfeD9UOBEEQdeoqCRmKZchF5h2zOBMQ6YuQ0uRUmdbQ== - dependencies: - domelementtype "^2.0.1" - domhandler "^3.3.0" - domutils "^2.4.2" - entities "^2.0.0" - -http-proxy-middleware@^1.0.0: - version "1.0.6" - resolved "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-1.0.6.tgz#0618557722f450375d3796d701a8ac5407b3b94e" - integrity sha512-NyL6ZB6cVni7pl+/IT2W0ni5ME00xR0sN27AQZZrpKn1b+qRh+mLbBxIq9Cq1oGfmTc7BUq4HB77mxwCaxAYNg== - dependencies: - "@types/http-proxy" "^1.17.4" - http-proxy "^1.18.1" - is-glob "^4.0.1" - lodash "^4.17.20" - micromatch "^4.0.2" - -http-proxy@^1.18.1: - version "1.18.1" - resolved "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549" - integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ== - dependencies: - eventemitter3 "^4.0.0" - follow-redirects "^1.0.0" - requires-port "^1.0.0" - -http-signature@~1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" - integrity sha1-muzZJRFHcvPZW2WmCruPfBj7rOE= - dependencies: - assert-plus "^1.0.0" - jsprim "^1.2.2" - sshpk "^1.7.0" - -https-browserify@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73" - integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM= - -husky@^0.14.3: - version "0.14.3" - resolved "https://registry.yarnpkg.com/husky/-/husky-0.14.3.tgz#c69ed74e2d2779769a17ba8399b54ce0b63c12c3" - integrity sha512-e21wivqHpstpoiWA/Yi8eFti8E+sQDSS53cpJsPptPs295QTOQR0ZwnHo2TXy1XOpZFD9rPOd3NpmqTK6uMLJA== - dependencies: - is-ci "^1.0.10" - normalize-path "^1.0.0" - strip-indent "^2.0.0" - -iconv-lite@0.4.24: - version "0.4.24" - resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" - integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== - dependencies: - safer-buffer ">= 2.1.2 < 3" - -icss-replace-symbols@1.1.0, icss-replace-symbols@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz#06ea6f83679a7749e386cfe1fe812ae5db223ded" - integrity sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= - -icss-utils@^4.0.0, icss-utils@^4.1.1: - version "4.1.1" - resolved "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz#21170b53789ee27447c2f47dd683081403f9a467" - integrity sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA== - dependencies: - postcss "^7.0.14" - -ieee754@^1.1.13, ieee754@^1.1.4: - version "1.2.1" - resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" - integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== - -iferr@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/iferr/-/iferr-1.0.2.tgz#e9fde49a9da06dc4a4194c6c9ed6d08305037a6d" - integrity sha512-9AfeLfji44r5TKInjhz3W9DyZI1zR1JAf2hVBMGhddAKPqBsupb89jGfbCTHIGZd6fGZl9WlHdn4AObygyMKwg== - -import-fresh@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" - integrity sha1-2BNVwVYS04bGH53dOSLUMEgipUY= - dependencies: - caller-path "^2.0.0" - resolve-from "^3.0.0" - -imurmurhash@^0.1.4: - version "0.1.4" - resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" - integrity sha1-khi5srkoojixPcT7a21XbyMUU+o= - -in-publish@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/in-publish/-/in-publish-2.0.1.tgz#948b1a535c8030561cea522f73f78f4be357e00c" - integrity sha512-oDM0kUSNFC31ShNxHKUyfZKy8ZeXZBWMjMdZHKLOk13uvT27VTL/QzRGfRUcevJhpkZAvlhPYuXkF7eNWrtyxQ== - -indent-string@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-2.1.0.tgz#8e2d48348742121b4a8218b7a137e9a52049dc80" - integrity sha1-ji1INIdCEhtKghi3oTfppSBJ3IA= - dependencies: - repeating "^2.0.0" - -indent-string@^3.0.0: - version "3.2.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-3.2.0.tgz#4a5fd6d27cc332f37e5419a504dbb837105c9289" - integrity sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok= - -indexes-of@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607" - integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc= - -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" - integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.0, inherits@~2.0.3: - version "2.0.4" - resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -is-absolute-url@^2.0.0: - version "2.1.0" - resolved "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6" - integrity sha1-UFMN+4T8yap9vnhS6Do3uTufKqY= - -is-absolute-url@^3.0.1: - version "3.0.3" - resolved "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz#96c6a22b6a23929b11ea0afb1836c36ad4a5d698" - integrity sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q== - -is-accessor-descriptor@^0.1.6: - version "0.1.6" - resolved "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" - integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= - dependencies: - kind-of "^3.0.2" - -is-accessor-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" - integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== - dependencies: - kind-of "^6.0.0" - -is-arguments@^1.0.4: - version "1.1.0" - resolved "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.0.tgz#62353031dfbee07ceb34656a6bde59efecae8dd9" - integrity sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg== - dependencies: - call-bind "^1.0.0" - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" - integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= - -is-arrayish@^0.3.1: - version "0.3.2" - resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" - integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== - -is-binary-path@~2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" - integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - dependencies: - binary-extensions "^2.0.0" - -is-buffer@^1.1.5: - version "1.1.6" - resolved "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" - integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== - -is-callable@^1.1.4, is-callable@^1.2.2: - version "1.2.3" - resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e" - integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ== - -is-ci@^1.0.10: - version "1.2.1" - resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c" - integrity sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg== - dependencies: - ci-info "^1.5.0" - -is-color-stop@^1.0.0: - version "1.1.0" - resolved "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345" - integrity sha1-z/9HGu5N1cnhWFmPvhKWe1za00U= - dependencies: - css-color-names "^0.0.4" - hex-color-regex "^1.1.0" - hsl-regex "^1.0.0" - hsla-regex "^1.0.0" - rgb-regex "^1.0.1" - rgba-regex "^1.0.0" - -is-core-module@^2.2.0: - version "2.2.0" - resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a" - integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== - dependencies: - has "^1.0.3" - -is-data-descriptor@^0.1.4: - version "0.1.4" - resolved "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" - integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= - dependencies: - kind-of "^3.0.2" - -is-data-descriptor@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" - integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== - dependencies: - kind-of "^6.0.0" - -is-date-object@^1.0.1: - version "1.0.2" - resolved "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e" - integrity sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g== - -is-descriptor@^0.1.0: - version "0.1.6" - resolved "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" - integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== - dependencies: - is-accessor-descriptor "^0.1.6" - is-data-descriptor "^0.1.4" - kind-of "^5.0.0" - -is-descriptor@^1.0.0, is-descriptor@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" - integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== - dependencies: - is-accessor-descriptor "^1.0.0" - is-data-descriptor "^1.0.0" - kind-of "^6.0.2" - -is-directory@^0.3.1: - version "0.3.1" - resolved "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" - integrity sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE= - -is-docker@^2.0.0: - version "2.1.1" - resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.1.1.tgz#4125a88e44e450d384e09047ede71adc2d144156" - integrity sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw== - -is-extendable@^0.1.0, is-extendable@^0.1.1: - version "0.1.1" - resolved "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" - integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= - -is-extendable@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" - integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== - dependencies: - is-plain-object "^2.0.4" - -is-extglob@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" - integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= - -is-finite@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3" - integrity sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w== - -is-fullwidth-code-point@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" - integrity sha1-754xOG8DGn8NZDr4L95QxFfvAMs= - dependencies: - number-is-nan "^1.0.0" - -is-fullwidth-code-point@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" - integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= - -is-fullwidth-code-point@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" - integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - -is-generator-function@^1.0.7: - version "1.0.8" - resolved "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.8.tgz#dfb5c2b120e02b0a8d9d2c6806cd5621aa922f7b" - integrity sha512-2Omr/twNtufVZFr1GhxjOMFPAj2sjc/dKaIqBhvo4qciXfJmITGH6ZGd8eZYNHza8t1y0e01AuqRhJwfWp26WQ== - -is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" - integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== - dependencies: - is-extglob "^2.1.1" - -is-html@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/is-html/-/is-html-1.1.0.tgz#e04f1c18d39485111396f9a0273eab51af218464" - integrity sha1-4E8cGNOUhRETlvmgJz6rUa8hhGQ= - dependencies: - html-tags "^1.0.0" - -is-interactive@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e" - integrity sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== - -is-nan@^1.2.1: - version "1.3.2" - resolved "https://registry.npmjs.org/is-nan/-/is-nan-1.3.2.tgz#043a54adea31748b55b6cd4e09aadafa69bd9e1d" - integrity sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w== - dependencies: - call-bind "^1.0.0" - define-properties "^1.1.3" - -is-negative-zero@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz#3de746c18dda2319241a53675908d8f766f11c24" - integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== - -is-number@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" - integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= - dependencies: - kind-of "^3.0.2" - -is-number@^7.0.0: - version "7.0.0" - resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" - integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - -is-obj@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f" - integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8= - -is-obj@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982" - integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== - -is-plain-object@^2.0.3, is-plain-object@^2.0.4: - version "2.0.4" - resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" - integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== - dependencies: - isobject "^3.0.1" - -is-promise@^2.1.0: - version "2.2.2" - resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.2.2.tgz#39ab959ccbf9a774cf079f7b40c7a26f763135f1" - integrity sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ== - -is-regex@^1.1.1: - version "1.1.2" - resolved "https://registry.npmjs.org/is-regex/-/is-regex-1.1.2.tgz#81c8ebde4db142f2cf1c53fc86d6a45788266251" - integrity sha512-axvdhb5pdhEVThqJzYXwMlVuZwC+FF2DpcOhTS+y/8jVq4trxyPgfcwIxIKiyeuLlSQYKkmUaPQJ8ZE4yNKXDg== - dependencies: - call-bind "^1.0.2" - has-symbols "^1.0.1" - -is-regexp@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz#fd2d883545c46bac5a633e7b9a09e87fa2cb5069" - integrity sha1-/S2INUXEa6xaYz57mgnof6LLUGk= - -is-resolvable@^1.0.0: - version "1.1.0" - resolved "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88" - integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg== - -is-stream@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" - integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= - -is-svg@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz#9321dbd29c212e5ca99c4fa9794c714bcafa2f75" - integrity sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ== - dependencies: - html-comment-regex "^1.1.0" - -is-symbol@^1.0.2: - version "1.0.3" - resolved "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937" - integrity sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ== - dependencies: - has-symbols "^1.0.1" - -is-typed-array@^1.1.3: - version "1.1.5" - resolved "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.5.tgz#f32e6e096455e329eb7b423862456aa213f0eb4e" - integrity sha512-S+GRDgJlR3PyEbsX/Fobd9cqpZBuvUS+8asRqYDMLCb2qMzt1oz5m5oxQCxOgUDxiWsOVNi4yaF+/uvdlHlYug== - dependencies: - available-typed-arrays "^1.0.2" - call-bind "^1.0.2" - es-abstract "^1.18.0-next.2" - foreach "^2.0.5" - has-symbols "^1.0.1" - -is-typedarray@~1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" - integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo= - -is-url@^1.2.2: - version "1.2.4" - resolved "https://registry.npmjs.org/is-url/-/is-url-1.2.4.tgz#04a4df46d28c4cff3d73d01ff06abeb318a1aa52" - integrity sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww== - -is-utf8@^0.2.0: - version "0.2.1" - resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" - integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= - -is-windows@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" - integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== - -is-wsl@^2.1.1: - version "2.2.0" - resolved "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" - integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== - dependencies: - is-docker "^2.0.0" - -isarray@1.0.0, isarray@~1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" - integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= - -isexe@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" - integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= - -isobject@^2.0.0: - version "2.1.0" - resolved "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" - integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= - dependencies: - isarray "1.0.0" - -isobject@^3.0.0, isobject@^3.0.1: - version "3.0.1" - resolved "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" - integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= - -isstream@~0.1.2: - version "0.1.2" - resolved "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" - integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= - -jest-get-type@^21.2.0: - version "21.2.0" - resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-21.2.0.tgz#f6376ab9db4b60d81e39f30749c6c466f40d4a23" - integrity sha512-y2fFw3C+D0yjNSDp7ab1kcd6NUYfy3waPTlD8yWkAtiocJdBRQqNoRqVfMNxgj+IjT0V5cBIHJO0z9vuSSZ43Q== - -jest-validate@^21.1.0: - version "21.2.1" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-21.2.1.tgz#cc0cbca653cd54937ba4f2a111796774530dd3c7" - integrity sha512-k4HLI1rZQjlU+EC682RlQ6oZvLrE5SCh3brseQc24vbZTxzT/k/3urar5QMCVgjadmSO7lECeGdc6YxnM3yEGg== - dependencies: - chalk "^2.0.1" - jest-get-type "^21.2.0" - leven "^2.1.0" - pretty-format "^21.2.1" - -js-base64@^2.1.8: - version "2.6.3" - resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.6.3.tgz#7afdb9b57aa7717e15d370b66e8f36a9cb835dc3" - integrity sha512-fiUvdfCaAXoQTHdKMgTvg6IkecXDcVz6V5rlftUTclF9IKBjMizvSdQaCl/z/6TApDeby5NL+axYou3i0mu1Pg== - -js-tokens@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" - integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - -js-yaml@^3.13.1: - version "3.14.1" - resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" - integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - -js-yaml@^3.4.3: - version "3.14.0" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482" - integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A== - dependencies: - argparse "^1.0.7" - esprima "^4.0.0" - -jsbn@~0.1.0: - version "0.1.1" - resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" - integrity sha1-peZUwuWi3rXyAdls77yoDA7y9RM= - -jsdom@^14.1.0: - version "14.1.0" - resolved "https://registry.npmjs.org/jsdom/-/jsdom-14.1.0.tgz#916463b6094956b0a6c1782c94e380cd30e1981b" - integrity sha512-O901mfJSuTdwU2w3Sn+74T+RnDVP+FuV5fH8tcPWyqrseRAb0s5xOtPgCFiPOtLcyK7CLIJwPyD83ZqQWvA5ng== - dependencies: - abab "^2.0.0" - acorn "^6.0.4" - acorn-globals "^4.3.0" - array-equal "^1.0.0" - cssom "^0.3.4" - cssstyle "^1.1.1" - data-urls "^1.1.0" - domexception "^1.0.1" - escodegen "^1.11.0" - html-encoding-sniffer "^1.0.2" - nwsapi "^2.1.3" - parse5 "5.1.0" - pn "^1.1.0" - request "^2.88.0" - request-promise-native "^1.0.5" - saxes "^3.1.9" - symbol-tree "^3.2.2" - tough-cookie "^2.5.0" - w3c-hr-time "^1.0.1" - w3c-xmlserializer "^1.1.2" - webidl-conversions "^4.0.2" - whatwg-encoding "^1.0.5" - whatwg-mimetype "^2.3.0" - whatwg-url "^7.0.0" - ws "^6.1.2" - xml-name-validator "^3.0.0" - -jsesc@^2.5.1: - version "2.5.2" - resolved "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" - integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - -jsesc@~0.5.0: - version "0.5.0" - resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" - integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= - -json-parse-better-errors@^1.0.1: - version "1.0.2" - resolved "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" - integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== - -json-schema-traverse@^0.4.1: - version "0.4.1" - resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" - integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== - -json-schema@0.2.3: - version "0.2.3" - resolved "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" - integrity sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM= - -json-source-map@^0.6.1: - version "0.6.1" - resolved "https://registry.npmjs.org/json-source-map/-/json-source-map-0.6.1.tgz#e0b1f6f4ce13a9ad57e2ae165a24d06e62c79a0f" - integrity sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg== - -json-stringify-safe@~5.0.1: - version "5.0.1" - resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" - integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus= - -json5@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe" - integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== - dependencies: - minimist "^1.2.0" - -json5@^2.1.0, json5@^2.1.2: - version "2.2.0" - resolved "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3" - integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== - dependencies: - minimist "^1.2.5" - -jsonfile@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" - integrity sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss= - optionalDependencies: - graceful-fs "^4.1.6" - -jsprim@^1.2.2: - version "1.4.1" - resolved "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" - integrity sha1-MT5mvB5cwG5Di8G3SZwuXFastqI= - dependencies: - assert-plus "1.0.0" - extsprintf "1.3.0" - json-schema "0.2.3" - verror "1.10.0" - -kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: - version "3.2.2" - resolved "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" - integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= - dependencies: - is-buffer "^1.1.5" - -kind-of@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" - integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= - dependencies: - is-buffer "^1.1.5" - -kind-of@^5.0.0: - version "5.1.0" - resolved "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" - integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== - -kind-of@^6.0.0, kind-of@^6.0.2: - version "6.0.3" - resolved "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" - integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== - -lazystream@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.0.tgz#f6995fe0f820392f61396be89462407bb77168e4" - integrity sha1-9plf4PggOS9hOWvolGJAe7dxaOQ= - dependencies: - readable-stream "^2.0.5" - -leven@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/leven/-/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580" - integrity sha1-wuep93IJTe6dNCAq6KzORoeHVYA= - -levn@~0.3.0: - version "0.3.0" - resolved "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" - integrity sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4= - dependencies: - prelude-ls "~1.1.2" - type-check "~0.3.2" - -lint-staged@^4.3.0: - version "4.3.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-4.3.0.tgz#ed0779ad9a42c0dc62bb3244e522870b41125879" - integrity sha512-C/Zxslg0VRbsxwmCu977iIs+QyrmW2cyRCPUV5NDFYOH/jtRFHH8ch7ua2fH0voI/nVC3Tpg7DykfgMZySliKw== - dependencies: - app-root-path "^2.0.0" - chalk "^2.1.0" - commander "^2.11.0" - cosmiconfig "^1.1.0" - execa "^0.8.0" - is-glob "^4.0.0" - jest-validate "^21.1.0" - listr "^0.12.0" - lodash "^4.17.4" - log-symbols "^2.0.0" - minimatch "^3.0.0" - npm-which "^3.0.1" - p-map "^1.1.1" - staged-git-files "0.0.4" - stringify-object "^3.2.0" - -listr-silent-renderer@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz#924b5a3757153770bf1a8e3fbf74b8bbf3f9242e" - integrity sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4= - -listr-update-renderer@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/listr-update-renderer/-/listr-update-renderer-0.2.0.tgz#ca80e1779b4e70266807e8eed1ad6abe398550f9" - integrity sha1-yoDhd5tOcCZoB+ju0a1qvjmFUPk= - dependencies: - chalk "^1.1.3" - cli-truncate "^0.2.1" - elegant-spinner "^1.0.1" - figures "^1.7.0" - indent-string "^3.0.0" - log-symbols "^1.0.2" - log-update "^1.0.2" - strip-ansi "^3.0.1" - -listr-verbose-renderer@^0.4.0: - version "0.4.1" - resolved "https://registry.yarnpkg.com/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz#8206f4cf6d52ddc5827e5fd14989e0e965933a35" - integrity sha1-ggb0z21S3cWCfl/RSYng6WWTOjU= - dependencies: - chalk "^1.1.3" - cli-cursor "^1.0.2" - date-fns "^1.27.2" - figures "^1.7.0" - -listr@^0.12.0: - version "0.12.0" - resolved "https://registry.yarnpkg.com/listr/-/listr-0.12.0.tgz#6bce2c0f5603fa49580ea17cd6a00cc0e5fa451a" - integrity sha1-a84sD1YD+klYDqF81qAMwOX6RRo= - dependencies: - chalk "^1.1.3" - cli-truncate "^0.2.1" - figures "^1.7.0" - indent-string "^2.1.0" - is-promise "^2.1.0" - is-stream "^1.1.0" - listr-silent-renderer "^1.1.1" - listr-update-renderer "^0.2.0" - listr-verbose-renderer "^0.4.0" - log-symbols "^1.0.2" - log-update "^1.0.2" - ora "^0.2.3" - p-map "^1.1.1" - rxjs "^5.0.0-beta.11" - stream-to-observable "^0.1.0" - strip-ansi "^3.0.1" - -load-json-file@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" - integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA= - dependencies: - graceful-fs "^4.1.2" - parse-json "^2.2.0" - pify "^2.0.0" - pinkie-promise "^2.0.0" - strip-bom "^2.0.0" - -loader-utils@^1.1.0: - version "1.4.0" - resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.0.tgz#c579b5e34cb34b1a74edc6c1fb36bfa371d5a613" - integrity sha512-qH0WSMBtn/oHuwjy/NucEgbx5dbxxnxup9s4PVXJUDHZBQY+s0NWA9rJf53RBnQZxfch7euUui7hpoAPvALZdA== - dependencies: - big.js "^5.2.2" - emojis-list "^3.0.0" - json5 "^1.0.1" - -locate-path@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" - integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== - dependencies: - p-locate "^3.0.0" - path-exists "^3.0.0" - -lodash.camelcase@^4.3.0: - version "4.3.0" - resolved "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6" - integrity sha1-soqmKIorn8ZRA1x3EfZathkDMaY= - -lodash.clone@^4.5.0: - version "4.5.0" - resolved "https://registry.npmjs.org/lodash.clone/-/lodash.clone-4.5.0.tgz#195870450f5a13192478df4bc3d23d2dea1907b6" - integrity sha1-GVhwRQ9aExkkeN9Lw9I9LeoZB7Y= - -lodash.debounce@^4.0.8: - version "4.0.8" - resolved "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" - integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168= - -lodash.defaults@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c" - integrity sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw= - -lodash.difference@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.difference/-/lodash.difference-4.5.0.tgz#9ccb4e505d486b91651345772885a2df27fd017c" - integrity sha1-nMtOUF1Ia5FlE0V3KIWi3yf9AXw= - -lodash.flatten@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/lodash.flatten/-/lodash.flatten-4.4.0.tgz#f31c22225a9632d2bbf8e4addbef240aa765a61f" - integrity sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8= - -lodash.isplainobject@^4.0.6: - version "4.0.6" - resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" - integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs= - -lodash.memoize@^4.1.2: - version "4.1.2" - resolved "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" - integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= - -lodash.sortby@^4.7.0: - version "4.7.0" - resolved "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" - integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= - -lodash.union@^4.6.0: - version "4.6.0" - resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88" - integrity sha1-SLtQiECfFvGCFmZkHETdGqrjzYg= - -lodash.uniq@^4.5.0: - version "4.5.0" - resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" - integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= - -lodash@^4.0.0, lodash@^4.17.14, lodash@^4.17.4, lodash@~4.17.10: - version "4.17.19" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" - integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ== - -lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20: - version "4.17.21" - resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== - -log-symbols@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18" - integrity sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg= - dependencies: - chalk "^1.0.0" - -log-symbols@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" - integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg== - dependencies: - chalk "^2.0.1" - -log-symbols@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920" - integrity sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA== - dependencies: - chalk "^4.0.0" - -log-update@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/log-update/-/log-update-1.0.2.tgz#19929f64c4093d2d2e7075a1dad8af59c296b8d1" - integrity sha1-GZKfZMQJPS0ucHWh2tivWcKWuNE= - dependencies: - ansi-escapes "^1.0.0" - cli-cursor "^1.0.2" - -loud-rejection@^1.0.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f" - integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= - dependencies: - currently-unhandled "^0.4.1" - signal-exit "^3.0.0" - -lowlight@~1.17.0: - version "1.17.0" - resolved "https://registry.npmjs.org/lowlight/-/lowlight-1.17.0.tgz#a1143b2fba8239df8cd5893f9fe97aaf8465af4a" - integrity sha512-vmtBgYKD+QVNy7tIa7ulz5d//Il9R4MooOVh4nkOf9R9Cb/Dk5TXMSTieg/vDulkBkIWj59/BIlyFQxT9X1oAQ== - dependencies: - fault "^1.0.0" - highlight.js "~10.4.0" - -lru-cache@^4.0.1: - version "4.1.5" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" - integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== - dependencies: - pseudomap "^1.0.2" - yallist "^2.1.2" - -lru-cache@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" - integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== - dependencies: - yallist "^4.0.0" - -map-cache@^0.2.2: - version "0.2.2" - resolved "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" - integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= - -map-obj@^1.0.0, map-obj@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d" - integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= - -map-visit@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" - integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= - dependencies: - object-visit "^1.0.0" - -md5.js@^1.3.4: - version "1.3.5" - resolved "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f" - integrity sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg== - dependencies: - hash-base "^3.0.0" - inherits "^2.0.1" - safe-buffer "^5.1.2" - -mdn-data@2.0.14: - version "2.0.14" - resolved "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50" - integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow== - -mdn-data@2.0.4: - version "2.0.4" - resolved "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" - integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== - -meow@^3.7.0: - version "3.7.0" - resolved "https://registry.yarnpkg.com/meow/-/meow-3.7.0.tgz#72cb668b425228290abbfa856892587308a801fb" - integrity sha1-cstmi0JSKCkKu/qFaJJYcwioAfs= - dependencies: - camelcase-keys "^2.0.0" - decamelize "^1.1.2" - loud-rejection "^1.0.0" - map-obj "^1.0.1" - minimist "^1.1.3" - normalize-package-data "^2.3.4" - object-assign "^4.0.1" - read-pkg-up "^1.0.1" - redent "^1.0.0" - trim-newlines "^1.0.0" - -merge2@^1.3.0: - version "1.4.1" - resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" - integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== - -micromatch@^3.0.4: - version "3.1.10" - resolved "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" - integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - braces "^2.3.1" - define-property "^2.0.2" - extend-shallow "^3.0.2" - extglob "^2.0.4" - fragment-cache "^0.2.1" - kind-of "^6.0.2" - nanomatch "^1.2.9" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.2" - -micromatch@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259" - integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== - dependencies: - braces "^3.0.1" - picomatch "^2.0.5" - -miller-rabin@^4.0.0: - version "4.0.1" - resolved "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d" - integrity sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA== - dependencies: - bn.js "^4.0.0" - brorand "^1.0.1" - -mime-db@1.46.0: - version "1.46.0" - resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.46.0.tgz#6267748a7f799594de3cbc8cde91def349661cee" - integrity sha512-svXaP8UQRZ5K7or+ZmfNhg2xX3yKDMUzqadsSqi4NCH/KomcH75MAMYAGVlvXn4+b/xOPhS3I2uHKRUzvjY7BQ== - -mime-db@~1.33.0: - version "1.33.0" - resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz#a3492050a5cb9b63450541e39d9788d2272783db" - integrity sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ== - -mime-types@2.1.18: - version "2.1.18" - resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz#6f323f60a83d11146f831ff11fd66e2fe5503bb8" - integrity sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ== - dependencies: - mime-db "~1.33.0" - -mime-types@^2.1.12, mime-types@~2.1.19: - version "2.1.29" - resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.29.tgz#1d4ab77da64b91f5f72489df29236563754bb1b2" - integrity sha512-Y/jMt/S5sR9OaqteJtslsFZKWOIIqMACsJSiHghlCAyhf7jfVYjKBmLiX8OgpWeW+fjJ2b+Az69aPFPkUOY6xQ== - dependencies: - mime-db "1.46.0" - -mimic-fn@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b" - integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== - -minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" - integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== - -minimalistic-crypto-utils@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" - integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= - -minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.4, minimatch@~3.0.2: - version "3.0.4" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== - dependencies: - brace-expansion "^1.1.7" - -minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5: - version "1.2.5" - resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== - -mixin-deep@^1.2.0: - version "1.3.2" - resolved "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" - integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== - dependencies: - for-in "^1.0.2" - is-extendable "^1.0.1" - -"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1: - version "0.5.5" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" - integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== - dependencies: - minimist "^1.2.5" - -ms@2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" - integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= - -ms@2.1.2: - version "2.1.2" - resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - -nan@^2.13.2: - version "2.14.1" - resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01" - integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw== - -nanoid@^3.1.20: - version "3.1.20" - resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz#badc263c6b1dcf14b71efaa85f6ab4c1d6cfc788" - integrity sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw== - -nanomatch@^1.2.9: - version "1.2.13" - resolved "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" - integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== - dependencies: - arr-diff "^4.0.0" - array-unique "^0.3.2" - define-property "^2.0.2" - extend-shallow "^3.0.2" - fragment-cache "^0.2.1" - is-windows "^1.0.2" - kind-of "^6.0.2" - object.pick "^1.3.0" - regex-not "^1.0.0" - snapdragon "^0.8.1" - to-regex "^3.0.1" - -ncp@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz#195a21d6c46e361d2fb1281ba38b91e9df7bdbb3" - integrity sha1-GVoh1sRuNh0vsSgbo4uR6d9727M= - -nice-try@^1.0.4: - version "1.0.5" - resolved "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" - integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ== - -node-addon-api@^3.0.0, node-addon-api@^3.0.2: - version "3.1.0" - resolved "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.1.0.tgz#98b21931557466c6729e51cb77cd39c965f42239" - integrity sha512-flmrDNB06LIl5lywUz7YlNGZH/5p0M7W28k8hzd9Lshtdh1wshD2Y+U4h9LD6KObOy1f+fEVdgprPrEymjM5uw== - -node-forge@^0.10.0: - version "0.10.0" - resolved "https://registry.npmjs.org/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3" - integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA== - -node-gyp-build@^4.2.3: - version "4.2.3" - resolved "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.2.3.tgz#ce6277f853835f718829efb47db20f3e4d9c4739" - integrity sha512-MN6ZpzmfNCRM+3t57PTJHgHyw/h4OWnZ6mR8P5j/uZtqQr46RRuDE/P+g3n0YR/AiYXeWixZZzaip77gdICfRg== - -node-gyp@^3.8.0: - version "3.8.0" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.8.0.tgz#540304261c330e80d0d5edce253a68cb3964218c" - integrity sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA== - dependencies: - fstream "^1.0.0" - glob "^7.0.3" - graceful-fs "^4.1.2" - mkdirp "^0.5.0" - nopt "2 || 3" - npmlog "0 || 1 || 2 || 3 || 4" - osenv "0" - request "^2.87.0" - rimraf "2" - semver "~5.3.0" - tar "^2.0.0" - which "1" - -node-releases@^1.1.70: - version "1.1.71" - resolved "https://registry.npmjs.org/node-releases/-/node-releases-1.1.71.tgz#cb1334b179896b1c89ecfdd4b725fb7bbdfc7dbb" - integrity sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg== - -node-sass@^4.7.2: - version "4.14.1" - resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-4.14.1.tgz#99c87ec2efb7047ed638fb4c9db7f3a42e2217b5" - integrity sha512-sjCuOlvGyCJS40R8BscF5vhVlQjNN069NtQ1gSxyK1u9iqvn6tf7O1R4GNowVZfiZUCRt5MmMs1xd+4V/7Yr0g== - dependencies: - async-foreach "^0.1.3" - chalk "^1.1.1" - cross-spawn "^3.0.0" - gaze "^1.0.0" - get-stdin "^4.0.1" - glob "^7.0.3" - in-publish "^2.0.0" - lodash "^4.17.15" - meow "^3.7.0" - mkdirp "^0.5.1" - nan "^2.13.2" - node-gyp "^3.8.0" - npmlog "^4.0.0" - request "^2.88.0" - sass-graph "2.2.5" - stdout-stream "^1.4.0" - "true-case-path" "^1.0.2" - -"nopt@2 || 3": - version "3.0.6" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-3.0.6.tgz#c6465dbf08abcd4db359317f79ac68a646b28ff9" - integrity sha1-xkZdvwirzU2zWTF/eaxopkayj/k= - dependencies: - abbrev "1" - -normalize-package-data@^2.3.2, normalize-package-data@^2.3.4: - version "2.5.0" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8" - integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== - dependencies: - hosted-git-info "^2.1.4" - resolve "^1.10.0" - semver "2 || 3 || 4 || 5" - validate-npm-package-license "^3.0.1" - -normalize-path@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-1.0.0.tgz#32d0e472f91ff345701c15a8311018d3b0a90379" - integrity sha1-MtDkcvkf80VwHBWoMRAY07CpA3k= - -normalize-path@^3.0.0, normalize-path@~3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" - integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== - -normalize-url@^3.0.0: - version "3.3.0" - resolved "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" - integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== - -npm-path@^2.0.2: - version "2.0.4" - resolved "https://registry.yarnpkg.com/npm-path/-/npm-path-2.0.4.tgz#c641347a5ff9d6a09e4d9bce5580c4f505278e64" - integrity sha512-IFsj0R9C7ZdR5cP+ET342q77uSRdtWOlWpih5eC+lu29tIDbNEgDbzgVJ5UFvYHWhxDZ5TFkJafFioO0pPQjCw== - dependencies: - which "^1.2.10" - -npm-run-path@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" - integrity sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8= - dependencies: - path-key "^2.0.0" - -npm-which@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/npm-which/-/npm-which-3.0.1.tgz#9225f26ec3a285c209cae67c3b11a6b4ab7140aa" - integrity sha1-kiXybsOihcIJyuZ8OxGmtKtxQKo= - dependencies: - commander "^2.9.0" - npm-path "^2.0.2" - which "^1.2.10" - -"npmlog@0 || 1 || 2 || 3 || 4", npmlog@^4.0.0: - version "4.1.2" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" - integrity sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg== - dependencies: - are-we-there-yet "~1.1.2" - console-control-strings "~1.1.0" - gauge "~2.7.3" - set-blocking "~2.0.0" - -nth-check@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c" - integrity sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg== - dependencies: - boolbase "~1.0.0" - -nullthrows@^1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/nullthrows/-/nullthrows-1.1.1.tgz#7818258843856ae971eae4208ad7d7eb19a431b1" - integrity sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw== - -number-is-nan@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" - integrity sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0= - -nwsapi@^2.1.3: - version "2.2.0" - resolved "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz#204879a9e3d068ff2a55139c2c772780681a38b7" - integrity sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ== - -oauth-sign@~0.9.0: - version "0.9.0" - resolved "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" - integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ== - -object-assign@^4.0.1, object-assign@^4.1.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" - integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - -object-copy@^0.1.0: - version "0.1.0" - resolved "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" - integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= - dependencies: - copy-descriptor "^0.1.0" - define-property "^0.2.5" - kind-of "^3.0.3" - -object-inspect@^1.8.0, object-inspect@^1.9.0: - version "1.9.0" - resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a" - integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw== - -object-is@^1.0.1: - version "1.1.5" - resolved "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac" - integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -object-keys@^1.0.12, object-keys@^1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" - integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== - -object-visit@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" - integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= - dependencies: - isobject "^3.0.0" - -object.assign@^4.1.0, object.assign@^4.1.1, object.assign@^4.1.2: - version "4.1.2" - resolved "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz#0ed54a342eceb37b38ff76eb831a0e788cb63940" - integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== - dependencies: - call-bind "^1.0.0" - define-properties "^1.1.3" - has-symbols "^1.0.1" - object-keys "^1.1.1" - -object.getownpropertydescriptors@^2.1.0: - version "2.1.2" - resolved "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.2.tgz#1bd63aeacf0d5d2d2f31b5e393b03a7c601a23f7" - integrity sha512-WtxeKSzfBjlzL+F9b7M7hewDzMwy+C8NRssHd1YrNlzHzIDrXcXiNOMrezdAEM4UXixgV+vvnyBeN7Rygl2ttQ== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.18.0-next.2" - -object.pick@^1.3.0: - version "1.3.0" - resolved "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" - integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= - dependencies: - isobject "^3.0.1" - -object.values@^1.1.0: - version "1.1.3" - resolved "https://registry.npmjs.org/object.values/-/object.values-1.1.3.tgz#eaa8b1e17589f02f698db093f7c62ee1699742ee" - integrity sha512-nkF6PfDB9alkOUxpf1HNm/QlkeW3SReqL5WXeBLpEJJnlPSvRaDQpW3gQTksTN3fgJX4hL42RzKyOin6ff3tyw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - es-abstract "^1.18.0-next.2" - has "^1.0.3" - -on-finished@~2.3.0: - version "2.3.0" - resolved "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" - integrity sha1-IPEzZIGwg811M3mSoWlxqi2QaUc= - dependencies: - ee-first "1.1.1" - -once@^1.3.0, once@^1.4.0: - version "1.4.0" - resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" - integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - dependencies: - wrappy "1" - -onetime@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/onetime/-/onetime-1.1.0.tgz#a1f7838f8314c516f05ecefcbc4ccfe04b4ed789" - integrity sha1-ofeDj4MUxRbwXs78vEzP4EtO14k= - -onetime@^5.1.0: - version "5.1.2" - resolved "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz#d0e96ebb56b07476df1dd9c4806e5237985ca45e" - integrity sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== - dependencies: - mimic-fn "^2.1.0" - -open@^7.0.3: - version "7.4.2" - resolved "https://registry.npmjs.org/open/-/open-7.4.2.tgz#b8147e26dcf3e426316c730089fd71edd29c2321" - integrity sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q== - dependencies: - is-docker "^2.0.0" - is-wsl "^2.1.1" - -optionator@^0.8.1: - version "0.8.3" - resolved "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" - integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== - dependencies: - deep-is "~0.1.3" - fast-levenshtein "~2.0.6" - levn "~0.3.0" - prelude-ls "~1.1.2" - type-check "~0.3.2" - word-wrap "~1.2.3" - -ora@^0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/ora/-/ora-0.2.3.tgz#37527d220adcd53c39b73571d754156d5db657a4" - integrity sha1-N1J9Igrc1Tw5tzVx11QVbV22V6Q= - dependencies: - chalk "^1.1.1" - cli-cursor "^1.0.2" - cli-spinners "^0.1.2" - object-assign "^4.0.1" - -ora@^5.2.0: - version "5.3.0" - resolved "https://registry.npmjs.org/ora/-/ora-5.3.0.tgz#fb832899d3a1372fe71c8b2c534bbfe74961bb6f" - integrity sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g== - dependencies: - bl "^4.0.3" - chalk "^4.1.0" - cli-cursor "^3.1.0" - cli-spinners "^2.5.0" - is-interactive "^1.0.0" - log-symbols "^4.0.0" - strip-ansi "^6.0.0" - wcwidth "^1.0.1" - -os-browserify@^0.3.0: - version "0.3.0" - resolved "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz#854373c7f5c2315914fc9bfc6bd8238fdda1ec27" - integrity sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc= - -os-homedir@^1.0.0, os-homedir@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" - integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= - -os-tmpdir@^1.0.0: - version "1.0.2" - resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" - integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= - -osenv@0: - version "0.1.5" - resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" - integrity sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g== - dependencies: - os-homedir "^1.0.0" - os-tmpdir "^1.0.0" - -p-finally@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" - integrity sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4= - -p-limit@^2.0.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" - integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== - dependencies: - p-try "^2.0.0" - -p-locate@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" - integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== - dependencies: - p-limit "^2.0.0" - -p-map@^1.1.1: - version "1.2.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b" - integrity sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA== - -p-try@^2.0.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" - integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== - -pako@~1.0.5: - version "1.0.11" - resolved "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf" - integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw== - -parcel@^2.0.0-beta.1: - version "2.0.0-nightly.609" - resolved "https://registry.npmjs.org/parcel/-/parcel-2.0.0-nightly.609.tgz#51ae5d4a12357ab01badc6bfd8fc455371be1188" - integrity sha512-yOw+wokdz9j0bgOJdTpXj67fMP+ybNFO02HWj7wr5FVGIRp0Hp9Z4zIOlUtSM031xriJ78sih2cX9sg7N641Jg== - dependencies: - "@parcel/config-default" "2.0.0-nightly.611+00ff8ba2" - "@parcel/core" "2.0.0-nightly.609+00ff8ba2" - "@parcel/diagnostic" "2.0.0-nightly.611+00ff8ba2" - "@parcel/events" "2.0.0-nightly.611+00ff8ba2" - "@parcel/fs" "2.0.0-nightly.611+00ff8ba2" - "@parcel/logger" "2.0.0-nightly.611+00ff8ba2" - "@parcel/package-manager" "2.0.0-nightly.611+00ff8ba2" - "@parcel/utils" "2.0.0-nightly.611+00ff8ba2" - chalk "^4.1.0" - commander "^7.0.0" - get-port "^4.2.0" - v8-compile-cache "^2.0.0" - -parse-asn1@^5.0.0, parse-asn1@^5.1.5: - version "5.1.6" - resolved "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4" - integrity sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw== - dependencies: - asn1.js "^5.2.0" - browserify-aes "^1.0.0" - evp_bytestokey "^1.0.0" - pbkdf2 "^3.0.3" - safe-buffer "^5.1.1" - -parse-json@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" - integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= - dependencies: - error-ex "^1.2.0" - -parse-json@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" - integrity sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA= - dependencies: - error-ex "^1.3.1" - json-parse-better-errors "^1.0.1" - -parse5@5.1.0: - version "5.1.0" - resolved "https://registry.npmjs.org/parse5/-/parse5-5.1.0.tgz#c59341c9723f414c452975564c7c00a68d58acd2" - integrity sha512-fxNG2sQjHvlVAYmzBZS9YlDp6PTSSDwa98vkD4QgVDDCAo84z5X1t5XyJQ62ImdLXx5NdIIfihey6xpum9/gRQ== - -parseurl@~1.3.3: - version "1.3.3" - resolved "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" - integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== - -pascalcase@^0.1.1: - version "0.1.1" - resolved "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" - integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= - -path-browserify@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd" - integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g== - -path-exists@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" - integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= - dependencies: - pinkie-promise "^2.0.0" - -path-exists@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" - integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= - -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" - integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - -path-is-inside@1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" - integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= - -path-key@^2.0.0, path-key@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" - integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A= - -path-parse@^1.0.6: - version "1.0.6" - resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" - integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - -path-to-regexp@2.2.1: - version "2.2.1" - resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz#90b617025a16381a879bc82a38d4e8bdeb2bcf45" - integrity sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ== - -path-type@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" - integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= - dependencies: - graceful-fs "^4.1.2" - pify "^2.0.0" - pinkie-promise "^2.0.0" - -pbkdf2@^3.0.3: - version "3.1.1" - resolved "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.1.tgz#cb8724b0fada984596856d1a6ebafd3584654b94" - integrity sha512-4Ejy1OPxi9f2tt1rRV7Go7zmfDQ+ZectEQz3VGUQhgq62HtIRPDyG/JtnwIxs6x3uNMwo2V7q1fMvKjb+Tnpqg== - dependencies: - create-hash "^1.1.2" - create-hmac "^1.1.4" - ripemd160 "^2.0.1" - safe-buffer "^5.0.1" - sha.js "^2.4.8" - -performance-now@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" - integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= - -picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1: - version "2.2.2" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" - integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== - -pify@^2.0.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" - integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw= - -pinkie-promise@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" - integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o= - dependencies: - pinkie "^2.0.0" - -pinkie@^2.0.0: - version "2.0.4" - resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" - integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA= - -pn@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb" - integrity sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA== - -posix-character-classes@^0.1.0: - version "0.1.1" - resolved "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" - integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= - -postcss-calc@^7.0.1: - version "7.0.5" - resolved "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.5.tgz#f8a6e99f12e619c2ebc23cf6c486fdc15860933e" - integrity sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg== - dependencies: - postcss "^7.0.27" - postcss-selector-parser "^6.0.2" - postcss-value-parser "^4.0.2" - -postcss-colormin@^4.0.3: - version "4.0.3" - resolved "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-4.0.3.tgz#ae060bce93ed794ac71264f08132d550956bd381" - integrity sha512-WyQFAdDZpExQh32j0U0feWisZ0dmOtPl44qYmJKkq9xFWY3p+4qnRzCHeNrkeRhwPHz9bQ3mo0/yVkaply0MNw== - dependencies: - browserslist "^4.0.0" - color "^3.0.0" - has "^1.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - -postcss-convert-values@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz#ca3813ed4da0f812f9d43703584e449ebe189a7f" - integrity sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ== - dependencies: - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - -postcss-discard-comments@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-4.0.2.tgz#1fbabd2c246bff6aaad7997b2b0918f4d7af4033" - integrity sha512-RJutN259iuRf3IW7GZyLM5Sw4GLTOH8FmsXBnv8Ab/Tc2k4SR4qbV4DNbyyY4+Sjo362SyDmW2DQ7lBSChrpkg== - dependencies: - postcss "^7.0.0" - -postcss-discard-duplicates@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz#3fe133cd3c82282e550fc9b239176a9207b784eb" - integrity sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ== - dependencies: - postcss "^7.0.0" - -postcss-discard-empty@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz#c8c951e9f73ed9428019458444a02ad90bb9f765" - integrity sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w== - dependencies: - postcss "^7.0.0" - -postcss-discard-overridden@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz#652aef8a96726f029f5e3e00146ee7a4e755ff57" - integrity sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg== - dependencies: - postcss "^7.0.0" - -postcss-merge-longhand@^4.0.11: - version "4.0.11" - resolved "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-4.0.11.tgz#62f49a13e4a0ee04e7b98f42bb16062ca2549e24" - integrity sha512-alx/zmoeXvJjp7L4mxEMjh8lxVlDFX1gqWHzaaQewwMZiVhLo42TEClKaeHbRf6J7j82ZOdTJ808RtN0ZOZwvw== - dependencies: - css-color-names "0.0.4" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - stylehacks "^4.0.0" - -postcss-merge-rules@^4.0.3: - version "4.0.3" - resolved "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-4.0.3.tgz#362bea4ff5a1f98e4075a713c6cb25aefef9a650" - integrity sha512-U7e3r1SbvYzO0Jr3UT/zKBVgYYyhAz0aitvGIYOYK5CPmkNih+WDSsS5tvPrJ8YMQYlEMvsZIiqmn7HdFUaeEQ== - dependencies: - browserslist "^4.0.0" - caniuse-api "^3.0.0" - cssnano-util-same-parent "^4.0.0" - postcss "^7.0.0" - postcss-selector-parser "^3.0.0" - vendors "^1.0.0" - -postcss-minify-font-values@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz#cd4c344cce474343fac5d82206ab2cbcb8afd5a6" - integrity sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg== - dependencies: - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - -postcss-minify-gradients@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-4.0.2.tgz#93b29c2ff5099c535eecda56c4aa6e665a663471" - integrity sha512-qKPfwlONdcf/AndP1U8SJ/uzIJtowHlMaSioKzebAXSG4iJthlWC9iSWznQcX4f66gIWX44RSA841HTHj3wK+Q== - dependencies: - cssnano-util-get-arguments "^4.0.0" - is-color-stop "^1.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - -postcss-minify-params@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-4.0.2.tgz#6b9cef030c11e35261f95f618c90036d680db874" - integrity sha512-G7eWyzEx0xL4/wiBBJxJOz48zAKV2WG3iZOqVhPet/9geefm/Px5uo1fzlHu+DOjT+m0Mmiz3jkQzVHe6wxAWg== - dependencies: - alphanum-sort "^1.0.0" - browserslist "^4.0.0" - cssnano-util-get-arguments "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - uniqs "^2.0.0" - -postcss-minify-selectors@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-4.0.2.tgz#e2e5eb40bfee500d0cd9243500f5f8ea4262fbd8" - integrity sha512-D5S1iViljXBj9kflQo4YutWnJmwm8VvIsU1GeXJGiG9j8CIg9zs4voPMdQDUmIxetUOh60VilsNzCiAFTOqu3g== - dependencies: - alphanum-sort "^1.0.0" - has "^1.0.0" - postcss "^7.0.0" - postcss-selector-parser "^3.0.0" - -postcss-modules-extract-imports@1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.1.0.tgz#b614c9720be6816eaee35fb3a5faa1dba6a05ddb" - integrity sha1-thTJcgvmgW6u41+zpfqh26agXds= - dependencies: - postcss "^6.0.1" - -postcss-modules-extract-imports@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e" - integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== - dependencies: - postcss "^7.0.5" - -postcss-modules-local-by-default@1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz#f7d80c398c5a393fa7964466bd19500a7d61c069" - integrity sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk= - dependencies: - css-selector-tokenizer "^0.7.0" - postcss "^6.0.1" - -postcss-modules-local-by-default@^3.0.2: - version "3.0.3" - resolved "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz#bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0" - integrity sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw== - dependencies: - icss-utils "^4.1.1" - postcss "^7.0.32" - postcss-selector-parser "^6.0.2" - postcss-value-parser "^4.1.0" - -postcss-modules-scope@1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz#d6ea64994c79f97b62a72b426fbe6056a194bb90" - integrity sha1-1upkmUx5+XtipytCb75gVqGUu5A= - dependencies: - css-selector-tokenizer "^0.7.0" - postcss "^6.0.1" - -postcss-modules-scope@^2.2.0: - version "2.2.0" - resolved "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz#385cae013cc7743f5a7d7602d1073a89eaae62ee" - integrity sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ== - dependencies: - postcss "^7.0.6" - postcss-selector-parser "^6.0.0" - -postcss-modules-values@1.3.0: - version "1.3.0" - resolved "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz#ecffa9d7e192518389f42ad0e83f72aec456ea20" - integrity sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA= - dependencies: - icss-replace-symbols "^1.1.0" - postcss "^6.0.1" - -postcss-modules-values@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz#5b5000d6ebae29b4255301b4a3a54574423e7f10" - integrity sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg== - dependencies: - icss-utils "^4.0.0" - postcss "^7.0.6" - -postcss-modules@^3.2.2: - version "3.2.2" - resolved "https://registry.npmjs.org/postcss-modules/-/postcss-modules-3.2.2.tgz#ee390de0f9f18e761e1778dfb9be26685c02c51f" - integrity sha512-JQ8IAqHELxC0N6tyCg2UF40pACY5oiL6UpiqqcIFRWqgDYO8B0jnxzoQ0EOpPrWXvcpu6BSbQU/3vSiq7w8Nhw== - dependencies: - generic-names "^2.0.1" - icss-replace-symbols "^1.1.0" - lodash.camelcase "^4.3.0" - postcss "^7.0.32" - postcss-modules-extract-imports "^2.0.0" - postcss-modules-local-by-default "^3.0.2" - postcss-modules-scope "^2.2.0" - postcss-modules-values "^3.0.0" - string-hash "^1.1.1" - -postcss-normalize-charset@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz#8b35add3aee83a136b0471e0d59be58a50285dd4" - integrity sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g== - dependencies: - postcss "^7.0.0" - -postcss-normalize-display-values@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.2.tgz#0dbe04a4ce9063d4667ed2be476bb830c825935a" - integrity sha512-3F2jcsaMW7+VtRMAqf/3m4cPFhPD3EFRgNs18u+k3lTJJlVe7d0YPO+bnwqo2xg8YiRpDXJI2u8A0wqJxMsQuQ== - dependencies: - cssnano-util-get-match "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - -postcss-normalize-positions@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-4.0.2.tgz#05f757f84f260437378368a91f8932d4b102917f" - integrity sha512-Dlf3/9AxpxE+NF1fJxYDeggi5WwV35MXGFnnoccP/9qDtFrTArZ0D0R+iKcg5WsUd8nUYMIl8yXDCtcrT8JrdA== - dependencies: - cssnano-util-get-arguments "^4.0.0" - has "^1.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - -postcss-normalize-repeat-style@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-4.0.2.tgz#c4ebbc289f3991a028d44751cbdd11918b17910c" - integrity sha512-qvigdYYMpSuoFs3Is/f5nHdRLJN/ITA7huIoCyqqENJe9PvPmLhNLMu7QTjPdtnVf6OcYYO5SHonx4+fbJE1+Q== - dependencies: - cssnano-util-get-arguments "^4.0.0" - cssnano-util-get-match "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - -postcss-normalize-string@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz#cd44c40ab07a0c7a36dc5e99aace1eca4ec2690c" - integrity sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA== - dependencies: - has "^1.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - -postcss-normalize-timing-functions@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-4.0.2.tgz#8e009ca2a3949cdaf8ad23e6b6ab99cb5e7d28d9" - integrity sha512-acwJY95edP762e++00Ehq9L4sZCEcOPyaHwoaFOhIwWCDfik6YvqsYNxckee65JHLKzuNSSmAdxwD2Cud1Z54A== - dependencies: - cssnano-util-get-match "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - -postcss-normalize-unicode@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz#841bd48fdcf3019ad4baa7493a3d363b52ae1cfb" - integrity sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg== - dependencies: - browserslist "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - -postcss-normalize-url@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz#10e437f86bc7c7e58f7b9652ed878daaa95faae1" - integrity sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA== - dependencies: - is-absolute-url "^2.0.0" - normalize-url "^3.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - -postcss-normalize-whitespace@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-4.0.2.tgz#bf1d4070fe4fcea87d1348e825d8cc0c5faa7d82" - integrity sha512-tO8QIgrsI3p95r8fyqKV+ufKlSHh9hMJqACqbv2XknufqEDhDvbguXGBBqxw9nsQoXWf0qOqppziKJKHMD4GtA== - dependencies: - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - -postcss-ordered-values@^4.1.2: - version "4.1.2" - resolved "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-4.1.2.tgz#0cf75c820ec7d5c4d280189559e0b571ebac0eee" - integrity sha512-2fCObh5UanxvSxeXrtLtlwVThBvHn6MQcu4ksNT2tsaV2Fg76R2CV98W7wNSlX+5/pFwEyaDwKLLoEV7uRybAw== - dependencies: - cssnano-util-get-arguments "^4.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - -postcss-reduce-initial@^4.0.3: - version "4.0.3" - resolved "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-4.0.3.tgz#7fd42ebea5e9c814609639e2c2e84ae270ba48df" - integrity sha512-gKWmR5aUulSjbzOfD9AlJiHCGH6AEVLaM0AV+aSioxUDd16qXP1PCh8d1/BGVvpdWn8k/HiK7n6TjeoXN1F7DA== - dependencies: - browserslist "^4.0.0" - caniuse-api "^3.0.0" - has "^1.0.0" - postcss "^7.0.0" - -postcss-reduce-transforms@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-4.0.2.tgz#17efa405eacc6e07be3414a5ca2d1074681d4e29" - integrity sha512-EEVig1Q2QJ4ELpJXMZR8Vt5DQx8/mo+dGWSR7vWXqcob2gQLyQGsionYcGKATXvQzMPn6DSN1vTN7yFximdIAg== - dependencies: - cssnano-util-get-match "^4.0.0" - has "^1.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - -postcss-selector-parser@6.0.2: - version "6.0.2" - resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.2.tgz#934cf799d016c83411859e09dcecade01286ec5c" - integrity sha512-36P2QR59jDTOAiIkqEprfJDsoNrvwFei3eCqKd1Y0tUsBimsq39BLp7RD+JWny3WgB1zGhJX8XVePwm9k4wdBg== - dependencies: - cssesc "^3.0.0" - indexes-of "^1.0.1" - uniq "^1.0.1" - -postcss-selector-parser@^3.0.0: - version "3.1.2" - resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.2.tgz#b310f5c4c0fdaf76f94902bbaa30db6aa84f5270" - integrity sha512-h7fJ/5uWuRVyOtkO45pnt1Ih40CEleeyCHzipqAZO2e5H20g25Y48uYnFUiShvY4rZWNJ/Bib/KVPmanaCtOhA== - dependencies: - dot-prop "^5.2.0" - indexes-of "^1.0.1" - uniq "^1.0.1" - -postcss-selector-parser@^6.0.0, postcss-selector-parser@^6.0.2: - version "6.0.4" - resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz#56075a1380a04604c38b063ea7767a129af5c2b3" - integrity sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw== - dependencies: - cssesc "^3.0.0" - indexes-of "^1.0.1" - uniq "^1.0.1" - util-deprecate "^1.0.2" - -postcss-svgo@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-4.0.2.tgz#17b997bc711b333bab143aaed3b8d3d6e3d38258" - integrity sha512-C6wyjo3VwFm0QgBy+Fu7gCYOkCmgmClghO+pjcxvrcBKtiKt0uCF+hvbMO1fyv5BMImRK90SMb+dwUnfbGd+jw== - dependencies: - is-svg "^3.0.0" - postcss "^7.0.0" - postcss-value-parser "^3.0.0" - svgo "^1.0.0" - -postcss-unique-selectors@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz#9446911f3289bfd64c6d680f073c03b1f9ee4bac" - integrity sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg== - dependencies: - alphanum-sort "^1.0.0" - postcss "^7.0.0" - uniqs "^2.0.0" - -postcss-value-parser@^3.0.0: - version "3.3.1" - resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" - integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== - -postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0: - version "4.1.0" - resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" - integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== - -postcss@6.0.1: - version "6.0.1" - resolved "https://registry.npmjs.org/postcss/-/postcss-6.0.1.tgz#000dbd1f8eef217aa368b9a212c5fc40b2a8f3f2" - integrity sha1-AA29H47vIXqjaLmiEsX8QLKo8/I= - dependencies: - chalk "^1.1.3" - source-map "^0.5.6" - supports-color "^3.2.3" - -postcss@7.0.32: - version "7.0.32" - resolved "https://registry.npmjs.org/postcss/-/postcss-7.0.32.tgz#4310d6ee347053da3433db2be492883d62cec59d" - integrity sha512-03eXong5NLnNCD05xscnGKGDZ98CyzoqPSMjOe6SuoQY7Z2hIj0Ld1g/O/UQRuOle2aRtiIRDg9tDcTGAkLfKw== - dependencies: - chalk "^2.4.2" - source-map "^0.6.1" - supports-color "^6.1.0" - -postcss@^6.0.1: - version "6.0.23" - resolved "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324" - integrity sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag== - dependencies: - chalk "^2.4.1" - source-map "^0.6.1" - supports-color "^5.4.0" - -postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6: - version "7.0.35" - resolved "https://registry.npmjs.org/postcss/-/postcss-7.0.35.tgz#d2be00b998f7f211d8a276974079f2e92b970e24" - integrity sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg== - dependencies: - chalk "^2.4.2" - source-map "^0.6.1" - supports-color "^6.1.0" - -postcss@^8.0.5, postcss@^8.2.1: - version "8.2.6" - resolved "https://registry.npmjs.org/postcss/-/postcss-8.2.6.tgz#5d69a974543b45f87e464bc4c3e392a97d6be9fe" - integrity sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg== - dependencies: - colorette "^1.2.1" - nanoid "^3.1.20" - source-map "^0.6.1" - -posthtml-parser@^0.5.0: - version "0.5.3" - resolved "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.5.3.tgz#e95b92e57d98da50b443e116fcee39466cd9012e" - integrity sha512-uHosRn0y+1wbnlYKrqMjBPoo/kK5LPYImLtiETszNFYfFwAD3cQdD1R2E13Mh5icBxkHj+yKtlIHozCsmVWD/Q== - dependencies: - htmlparser2 "^3.9.2" - -posthtml-parser@^0.6.0: - version "0.6.0" - resolved "https://registry.npmjs.org/posthtml-parser/-/posthtml-parser-0.6.0.tgz#52488cdb4fa591c3102de73197c471859ee0be63" - integrity sha512-5ffwKQNgtVHdhZniWxu+1ryvaZv5l25HPLUV6W5xy5nYVWMXtvjtwRnbSpfbKFvbyl7XI+d4AqkjmonkREqnXA== - dependencies: - htmlparser2 "^5.0.1" - -posthtml-render@^1.2.3, posthtml-render@^1.3.0, posthtml-render@^1.4.0: - version "1.4.0" - resolved "https://registry.npmjs.org/posthtml-render/-/posthtml-render-1.4.0.tgz#40114070c45881cacb93347dae3eff53afbcff13" - integrity sha512-W1779iVHGfq0Fvh2PROhCe2QhB8mEErgqzo1wpIt36tCgChafP+hbXIhLDOM8ePJrZcFs0vkNEtdibEWVqChqw== - -posthtml@^0.13.4: - version "0.13.4" - resolved "https://registry.npmjs.org/posthtml/-/posthtml-0.13.4.tgz#ad81b3fa62b85f81ccdb5710f4ec375a4ed94934" - integrity sha512-i2oTo/+dwXGC6zaAQSF6WZEQSbEqu10hsvg01DWzGAfZmy31Iiy9ktPh9nnXDfZiYytjxTIvxoK4TI0uk4QWpw== - dependencies: - posthtml-parser "^0.5.0" - posthtml-render "^1.2.3" - -posthtml@^0.15.1: - version "0.15.1" - resolved "https://registry.npmjs.org/posthtml/-/posthtml-0.15.1.tgz#1848064f48a1cca0e0323752b1d26fed32e180b8" - integrity sha512-QSnUnvnnRv+wt7T9igqNG7GPcc+ZsbX93X+9aPldzgiuQfqIXTbnD47FY8pAtq4gjB9QZrDadDuG8jusmOPpYA== - dependencies: - posthtml-parser "^0.6.0" - posthtml-render "^1.2.3" - -prelude-ls@~1.1.2: - version "1.1.2" - resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" - integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= - -prettier@^1.7.4: - version "1.19.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb" - integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== - -pretty-format@^21.2.1: - version "21.2.1" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-21.2.1.tgz#ae5407f3cf21066cd011aa1ba5fce7b6a2eddb36" - integrity sha512-ZdWPGYAnYfcVP8yKA3zFjCn8s4/17TeYH28MXuC8vTp0o21eXjbFGcOAXZEaDaOFJjc3h2qa7HQNHNshhvoh2A== - dependencies: - ansi-regex "^3.0.0" - ansi-styles "^3.2.0" - -process-nextick-args@~2.0.0: - version "2.0.1" - resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" - integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== - -process@^0.11.10: - version "0.11.10" - resolved "https://registry.npmjs.org/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" - integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI= - -pseudomap@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" - integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= - -psl@^1.1.28: - version "1.8.0" - resolved "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24" - integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ== - -public-encrypt@^4.0.0: - version "4.0.3" - resolved "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0" - integrity sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q== - dependencies: - bn.js "^4.1.0" - browserify-rsa "^4.0.0" - create-hash "^1.1.0" - parse-asn1 "^5.0.0" - randombytes "^2.0.1" - safe-buffer "^5.1.2" - -punycode@1.3.2: - version "1.3.2" - resolved "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz#9653a036fb7c1ee42342f2325cceefea3926c48d" - integrity sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0= - -punycode@^1.3.2, punycode@^1.4.1: - version "1.4.1" - resolved "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" - integrity sha1-wNWmOycYgArY4esPpSachN1BhF4= - -punycode@^2.1.0, punycode@^2.1.1: - version "2.1.1" - resolved "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" - integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== - -purgecss@^2.3.0: - version "2.3.0" - resolved "https://registry.npmjs.org/purgecss/-/purgecss-2.3.0.tgz#5327587abf5795e6541517af8b190a6fb5488bb3" - integrity sha512-BE5CROfVGsx2XIhxGuZAT7rTH9lLeQx/6M0P7DTXQH4IUc3BBzs9JUzt4yzGf3JrH9enkeq6YJBe9CTtkm1WmQ== - dependencies: - commander "^5.0.0" - glob "^7.0.0" - postcss "7.0.32" - postcss-selector-parser "^6.0.2" - -q@^1.1.2: - version "1.5.1" - resolved "https://registry.npmjs.org/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" - integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc= - -qs@~6.5.2: - version "6.5.2" - resolved "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" - integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== - -querystring-es3@^0.2.1: - version "0.2.1" - resolved "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73" - integrity sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM= - -querystring@0.2.0: - version "0.2.0" - resolved "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz#b209849203bb25df820da756e747005878521620" - integrity sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA= - -querystring@^0.2.0: - version "0.2.1" - resolved "https://registry.npmjs.org/querystring/-/querystring-0.2.1.tgz#40d77615bb09d16902a85c3e38aa8b5ed761c2dd" - integrity sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg== - -queue-microtask@^1.2.2: - version "1.2.2" - resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.2.tgz#abf64491e6ecf0f38a6502403d4cda04f372dfd3" - integrity sha512-dB15eXv3p2jDlbOiNLyMabYg1/sXvppd8DP2J3EOCQ0AkuSXCW2tP7mnVouVLJKgUMY6yP0kcQDVpLCN13h4Xg== - -randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5: - version "2.1.0" - resolved "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" - integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== - dependencies: - safe-buffer "^5.1.0" - -randomfill@^1.0.3: - version "1.0.4" - resolved "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz#c92196fc86ab42be983f1bf31778224931d61458" - integrity sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw== - dependencies: - randombytes "^2.0.5" - safe-buffer "^5.1.0" - -range-parser@1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e" - integrity sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4= - -react-refresh@^0.9.0: - version "0.9.0" - resolved "https://registry.npmjs.org/react-refresh/-/react-refresh-0.9.0.tgz#71863337adc3e5c2f8a6bfddd12ae3bfe32aafbf" - integrity sha512-Gvzk7OZpiqKSkxsQvO/mbTN1poglhmAV7gR/DdIrRrSMXraRQQlfikRJOr3Nb9GTMPC5kof948Zy6jJZIFtDvQ== - -read-pkg-up@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" - integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= - dependencies: - find-up "^1.0.0" - read-pkg "^1.0.0" - -read-pkg@^1.0.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" - integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= - dependencies: - load-json-file "^1.0.0" - normalize-package-data "^2.3.2" - path-type "^1.0.0" - -"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-stream@^2.3.6: - version "2.3.7" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" - integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.3" - isarray "~1.0.0" - process-nextick-args "~2.0.0" - safe-buffer "~5.1.1" - string_decoder "~1.1.1" - util-deprecate "~1.0.1" - -readable-stream@^3.0.0, readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198" - integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - -readdirp@~3.4.0: - version "3.4.0" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.4.0.tgz#9fdccdf9e9155805449221ac645e8303ab5b9ada" - integrity sha512-0xe001vZBnJEK+uKcj8qOhyAKPzIT+gStxWr3LCB0DwcXR5NZJ3IaC+yGnHCYzB/S7ov3m3EEbZI2zeNvX+hGQ== - dependencies: - picomatch "^2.2.1" - -redent@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/redent/-/redent-1.0.0.tgz#cf916ab1fd5f1f16dfb20822dd6ec7f730c2afde" - integrity sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94= - dependencies: - indent-string "^2.1.0" - strip-indent "^1.0.1" - -regenerate-unicode-properties@^8.2.0: - version "8.2.0" - resolved "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-8.2.0.tgz#e5de7111d655e7ba60c057dbe9ff37c87e65cdec" - integrity sha512-F9DjY1vKLo/tPePDycuH3dn9H1OTPIkVD9Kz4LODu+F2C75mgjAJ7x/gwy6ZcSNRAAkhNlJSOHRe8k3p+K9WhA== - dependencies: - regenerate "^1.4.0" - -regenerate@^1.4.0: - version "1.4.2" - resolved "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a" - integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== - -regenerator-runtime@^0.13.4: - version "0.13.7" - resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55" - integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== - -regenerator-transform@^0.14.2: - version "0.14.5" - resolved "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz#c98da154683671c9c4dcb16ece736517e1b7feb4" - integrity sha512-eOf6vka5IO151Jfsw2NO9WpGX58W6wWmefK3I1zEGr0lOD0u8rwPaNqQL1aRxUaxLeKO3ArNh3VYg1KbaD+FFw== - dependencies: - "@babel/runtime" "^7.8.4" - -regex-not@^1.0.0, regex-not@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" - integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== - dependencies: - extend-shallow "^3.0.2" - safe-regex "^1.1.0" - -regexpu-core@^4.7.1: - version "4.7.1" - resolved "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.7.1.tgz#2dea5a9a07233298fbf0db91fa9abc4c6e0f8ad6" - integrity sha512-ywH2VUraA44DZQuRKzARmw6S66mr48pQVva4LBeRhcOltJ6hExvWly5ZjFLYo67xbIxb6W1q4bAGtgfEl20zfQ== - dependencies: - regenerate "^1.4.0" - regenerate-unicode-properties "^8.2.0" - regjsgen "^0.5.1" - regjsparser "^0.6.4" - unicode-match-property-ecmascript "^1.0.4" - unicode-match-property-value-ecmascript "^1.2.0" - -regjsgen@^0.5.1: - version "0.5.2" - resolved "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz#92ff295fb1deecbf6ecdab2543d207e91aa33733" - integrity sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A== - -regjsparser@^0.6.4: - version "0.6.7" - resolved "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.7.tgz#c00164e1e6713c2e3ee641f1701c4b7aa0a7f86c" - integrity sha512-ib77G0uxsA2ovgiYbCVGx4Pv3PSttAx2vIwidqQzbL2U5S4Q+j00HdSAneSBuyVcMvEnTXMjiGgB+DlXozVhpQ== - dependencies: - jsesc "~0.5.0" - -relateurl@^0.2.7: - version "0.2.7" - resolved "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz#54dbf377e51440aca90a4cd274600d3ff2d888a9" - integrity sha1-VNvzd+UUQKypCkzSdGANP/LYiKk= - -repeat-element@^1.1.2: - version "1.1.3" - resolved "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" - integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== - -repeat-string@^1.6.1: - version "1.6.1" - resolved "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" - integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= - -repeating@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" - integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= - dependencies: - is-finite "^1.0.0" - -request-promise-core@1.1.4: - version "1.1.4" - resolved "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.4.tgz#3eedd4223208d419867b78ce815167d10593a22f" - integrity sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw== - dependencies: - lodash "^4.17.19" - -request-promise-native@^1.0.5: - version "1.0.9" - resolved "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.9.tgz#e407120526a5efdc9a39b28a5679bf47b9d9dc28" - integrity sha512-wcW+sIUiWnKgNY0dqCpOZkUbF/I+YPi+f09JZIDa39Ec+q82CpSYniDp+ISgTTbKmnpJWASeJBPZmoxH84wt3g== - dependencies: - request-promise-core "1.1.4" - stealthy-require "^1.1.1" - tough-cookie "^2.3.3" - -request@^2.87.0, request@^2.88.0: - version "2.88.2" - resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3" - integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw== - dependencies: - aws-sign2 "~0.7.0" - aws4 "^1.8.0" - caseless "~0.12.0" - combined-stream "~1.0.6" - extend "~3.0.2" - forever-agent "~0.6.1" - form-data "~2.3.2" - har-validator "~5.1.3" - http-signature "~1.2.0" - is-typedarray "~1.0.0" - isstream "~0.1.2" - json-stringify-safe "~5.0.1" - mime-types "~2.1.19" - oauth-sign "~0.9.0" - performance-now "^2.1.0" - qs "~6.5.2" - safe-buffer "^5.1.2" - tough-cookie "~2.5.0" - tunnel-agent "^0.6.0" - uuid "^3.3.2" - -require-directory@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" - integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= - -require-from-string@^1.1.0: - version "1.2.1" - resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-1.2.1.tgz#529c9ccef27380adfec9a2f965b649bbee636418" - integrity sha1-UpyczvJzgK3+yaL5ZbZJu+5jZBg= - -require-main-filename@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" - integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== - -requires-port@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" - integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= - -resolve-from@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" - integrity sha1-six699nWiBvItuZTM17rywoYh0g= - -resolve-url@^0.2.1: - version "0.2.1" - resolved "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" - integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= - -resolve@^1.10.0: - version "1.17.0" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444" - integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w== - dependencies: - path-parse "^1.0.6" - -resolve@^1.14.2: - version "1.20.0" - resolved "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975" - integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== - dependencies: - is-core-module "^2.2.0" - path-parse "^1.0.6" - -restore-cursor@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541" - integrity sha1-NGYfRohjJ/7SmRR5FSJS35LapUE= - dependencies: - exit-hook "^1.0.0" - onetime "^1.0.0" - -restore-cursor@^3.1.0: - version "3.1.0" - resolved "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz#39f67c54b3a7a58cea5236d95cf0034239631f7e" - integrity sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== - dependencies: - onetime "^5.1.0" - signal-exit "^3.0.2" - -ret@~0.1.10: - version "0.1.15" - resolved "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" - integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== - -reusify@^1.0.4: - version "1.0.4" - resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" - integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== - -rgb-regex@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/rgb-regex/-/rgb-regex-1.0.1.tgz#c0e0d6882df0e23be254a475e8edd41915feaeb1" - integrity sha1-wODWiC3w4jviVKR16O3UGRX+rrE= - -rgba-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3" - integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= - -rimraf@2, rimraf@^2.6.2: - version "2.7.1" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" - integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== - dependencies: - glob "^7.1.3" - -rimraf@^3.0.2: - version "3.0.2" - resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" - integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - dependencies: - glob "^7.1.3" - -ripemd160@^2.0.0, ripemd160@^2.0.1: - version "2.0.2" - resolved "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c" - integrity sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA== - dependencies: - hash-base "^3.0.0" - inherits "^2.0.1" - -run-parallel@^1.1.9: - version "1.2.0" - resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" - integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== - dependencies: - queue-microtask "^1.2.2" - -rxjs@^5.0.0-beta.11: - version "5.5.12" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.5.12.tgz#6fa61b8a77c3d793dbaf270bee2f43f652d741cc" - integrity sha512-xx2itnL5sBbqeeiVgNPVuQQ1nC8Jp2WfNJhXWHmElW9YmrpS9UVnNzhP3EH3HFqexO5Tlp8GhYY+WEcqcVMvGw== - dependencies: - symbol-observable "1.0.1" - -safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: - version "5.2.1" - resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - -safe-buffer@~5.1.0, safe-buffer@~5.1.1: - version "5.1.2" - resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" - integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - -safe-regex@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" - integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= - dependencies: - ret "~0.1.10" - -"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: - version "2.1.2" - resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== - -sass-graph@2.2.5: - version "2.2.5" - resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-2.2.5.tgz#a981c87446b8319d96dce0671e487879bd24c2e8" - integrity sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag== - dependencies: - glob "^7.0.0" - lodash "^4.0.0" - scss-tokenizer "^0.2.3" - yargs "^13.3.2" - -sass@^1.26.10: - version "1.26.10" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.26.10.tgz#851d126021cdc93decbf201d1eca2a20ee434760" - integrity sha512-bzN0uvmzfsTvjz0qwccN1sPm2HxxpNI/Xa+7PlUEMS+nQvbyuEK7Y0qFqxlPHhiNHb1Ze8WQJtU31olMObkAMw== - dependencies: - chokidar ">=2.0.0 <4.0.0" - -sax@~1.2.4: - version "1.2.4" - resolved "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" - integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== - -saxes@^3.1.9: - version "3.1.11" - resolved "https://registry.npmjs.org/saxes/-/saxes-3.1.11.tgz#d59d1fd332ec92ad98a2e0b2ee644702384b1c5b" - integrity sha512-Ydydq3zC+WYDJK1+gRxRapLIED9PWeSuuS41wqyoRmzvhhh9nc+QQrVMKJYzJFULazeGhzSV0QleN2wD3boh2g== - dependencies: - xmlchars "^2.1.1" - -scss-tokenizer@^0.2.3: - version "0.2.3" - resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz#8eb06db9a9723333824d3f5530641149847ce5d1" - integrity sha1-jrBtualyMzOCTT9VMGQRSYR85dE= - dependencies: - js-base64 "^2.1.8" - source-map "^0.4.2" - -"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.7.0: - version "5.7.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - -semver@7.0.0: - version "7.0.0" - resolved "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e" - integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A== - -semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: - version "6.3.0" - resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d" - integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - -semver@~5.3.0: - version "5.3.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" - integrity sha1-myzl094C0XxgEq0yaqa00M9U+U8= - -serve-handler@^6.0.0: - version "6.1.3" - resolved "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.3.tgz#1bf8c5ae138712af55c758477533b9117f6435e8" - integrity sha512-FosMqFBNrLyeiIDvP1zgO6YoTzFYHxLDEIavhlmQ+knB2Z7l1t+kGLHkZIDN7UVWqQAmKI3D20A6F6jo3nDd4w== - dependencies: - bytes "3.0.0" - content-disposition "0.5.2" - fast-url-parser "1.1.3" - mime-types "2.1.18" - minimatch "3.0.4" - path-is-inside "1.0.2" - path-to-regexp "2.2.1" - range-parser "1.2.0" - -set-blocking@^2.0.0, set-blocking@~2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" - integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= - -set-value@^2.0.0, set-value@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" - integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== - dependencies: - extend-shallow "^2.0.1" - is-extendable "^0.1.1" - is-plain-object "^2.0.3" - split-string "^3.0.1" - -setimmediate@^1.0.4: - version "1.0.5" - resolved "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" - integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= - -sha.js@^2.4.0, sha.js@^2.4.8: - version "2.4.11" - resolved "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz#37a5cf0b81ecbc6943de109ba2960d1b26584ae7" - integrity sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ== - dependencies: - inherits "^2.0.1" - safe-buffer "^5.0.1" - -shebang-command@^1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" - integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo= - dependencies: - shebang-regex "^1.0.0" - -shebang-regex@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" - integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM= - -signal-exit@^3.0.0, signal-exit@^3.0.2: - version "3.0.3" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" - integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== - -simple-swizzle@^0.2.2: - version "0.2.2" - resolved "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" - integrity sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= - dependencies: - is-arrayish "^0.3.1" - -slice-ansi@0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35" - integrity sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU= - -slice-ansi@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b" - integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== - dependencies: - ansi-styles "^4.0.0" - astral-regex "^2.0.0" - is-fullwidth-code-point "^3.0.0" - -snapdragon-node@^2.0.1: - version "2.1.1" - resolved "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" - integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== - dependencies: - define-property "^1.0.0" - isobject "^3.0.0" - snapdragon-util "^3.0.1" - -snapdragon-util@^3.0.1: - version "3.0.1" - resolved "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" - integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== - dependencies: - kind-of "^3.2.0" - -snapdragon@^0.8.1: - version "0.8.2" - resolved "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" - integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== - dependencies: - base "^0.11.1" - debug "^2.2.0" - define-property "^0.2.5" - extend-shallow "^2.0.1" - map-cache "^0.2.2" - source-map "^0.5.6" - source-map-resolve "^0.5.0" - use "^3.1.0" - -source-map-resolve@^0.5.0: - version "0.5.3" - resolved "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" - integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== - dependencies: - atob "^2.1.2" - decode-uri-component "^0.2.0" - resolve-url "^0.2.1" - source-map-url "^0.4.0" - urix "^0.1.0" - -source-map-support@~0.5.12, source-map-support@~0.5.19: - version "0.5.19" - resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz#a98b62f86dcaf4f67399648c085291ab9e8fed61" - integrity sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== - dependencies: - buffer-from "^1.0.0" - source-map "^0.6.0" - -source-map-url@^0.4.0: - version "0.4.1" - resolved "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz#0af66605a745a5a2f91cf1bbf8a7afbc283dec56" - integrity sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw== - -source-map@^0.4.2: - version "0.4.4" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b" - integrity sha1-66T12pwNyZneaAMti092FzZSA2s= - dependencies: - amdefine ">=0.0.4" - -source-map@^0.5.0, source-map@^0.5.6: - version "0.5.7" - resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" - integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= - -source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: - version "0.6.1" - resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" - integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - -source-map@~0.7.2: - version "0.7.3" - resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" - integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== - -spdx-correct@^3.0.0: - version "3.1.1" - resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9" - integrity sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== - dependencies: - spdx-expression-parse "^3.0.0" - spdx-license-ids "^3.0.0" - -spdx-exceptions@^2.1.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d" - integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== - -spdx-expression-parse@^3.0.0: - version "3.0.1" - resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" - integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== - dependencies: - spdx-exceptions "^2.1.0" - spdx-license-ids "^3.0.0" - -spdx-license-ids@^3.0.0: - version "3.0.5" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz#3694b5804567a458d3c8045842a6358632f62654" - integrity sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q== - -split-string@^3.0.1, split-string@^3.0.2: - version "3.1.0" - resolved "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" - integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== - dependencies: - extend-shallow "^3.0.0" - -split2@^3.1.1: - version "3.2.2" - resolved "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz#bf2cf2a37d838312c249c89206fd7a17dd12365f" - integrity sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg== - dependencies: - readable-stream "^3.0.0" - -sprintf-js@~1.0.2: - version "1.0.3" - resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" - integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= - -srcset@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/srcset/-/srcset-3.0.0.tgz#8afd8b971362dfc129ae9c1a99b3897301ce6441" - integrity sha512-D59vF08Qzu/C4GAOXVgMTLfgryt5fyWo93FZyhEWANo0PokFz/iWdDe13mX3O5TRf6l8vMTqckAfR4zPiaH0yQ== - -sshpk@^1.7.0: - version "1.16.1" - resolved "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d6f6877" - integrity sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg== - dependencies: - asn1 "~0.2.3" - assert-plus "^1.0.0" - bcrypt-pbkdf "^1.0.0" - dashdash "^1.12.0" - ecc-jsbn "~0.1.1" - getpass "^0.1.1" - jsbn "~0.1.0" - safer-buffer "^2.0.2" - tweetnacl "~0.14.0" - -stable@^0.1.8: - version "0.1.8" - resolved "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf" - integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== - -staged-git-files@0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/staged-git-files/-/staged-git-files-0.0.4.tgz#d797e1b551ca7a639dec0237dc6eb4bb9be17d35" - integrity sha1-15fhtVHKemOd7AI33G60u5vhfTU= - -static-extend@^0.1.1: - version "0.1.2" - resolved "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" - integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= - dependencies: - define-property "^0.2.5" - object-copy "^0.1.0" - -statuses@~1.5.0: - version "1.5.0" - resolved "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" - integrity sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow= - -stdout-stream@^1.4.0: - version "1.4.1" - resolved "https://registry.yarnpkg.com/stdout-stream/-/stdout-stream-1.4.1.tgz#5ac174cdd5cd726104aa0c0b2bd83815d8d535de" - integrity sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA== - dependencies: - readable-stream "^2.0.1" - -stealthy-require@^1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b" - integrity sha1-NbCYdbT/SfJqd35QmzCQoyJr8ks= - -stream-http@^3.1.0: - version "3.1.1" - resolved "https://registry.npmjs.org/stream-http/-/stream-http-3.1.1.tgz#0370a8017cf8d050b9a8554afe608f043eaff564" - integrity sha512-S7OqaYu0EkFpgeGFb/NPOoPLxFko7TPqtEeFg5DXPB4v/KETHG0Ln6fRFrNezoelpaDKmycEmmZ81cC9DAwgYg== - dependencies: - builtin-status-codes "^3.0.0" - inherits "^2.0.4" - readable-stream "^3.6.0" - xtend "^4.0.2" - -stream-to-observable@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/stream-to-observable/-/stream-to-observable-0.1.0.tgz#45bf1d9f2d7dc09bed81f1c307c430e68b84cffe" - integrity sha1-Rb8dny19wJvtgfHDB8Qw5ouEz/4= - -string-hash@^1.1.1: - version "1.1.3" - resolved "https://registry.npmjs.org/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b" - integrity sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs= - -string-width@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" - integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= - dependencies: - code-point-at "^1.0.0" - is-fullwidth-code-point "^1.0.0" - strip-ansi "^3.0.0" - -"string-width@^1.0.2 || 2": - version "2.1.1" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" - integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== - dependencies: - is-fullwidth-code-point "^2.0.0" - strip-ansi "^4.0.0" - -string-width@^3.0.0, string-width@^3.1.0: - version "3.1.0" - resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" - integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== - dependencies: - emoji-regex "^7.0.1" - is-fullwidth-code-point "^2.0.0" - strip-ansi "^5.1.0" - -string-width@^4.2.0: - version "4.2.1" - resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.1.tgz#1933ce1f470973d224368009bd1316cad81d5f4f" - integrity sha512-LL0OLyN6AnfV9xqGQpDBwedT2Rt63737LxvsRxbcwpa2aIeynBApG2Sm//F3TaLHIR1aJBN52DWklc06b94o5Q== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.0" - -string.prototype.trimend@^1.0.1, string.prototype.trimend@^1.0.3: - version "1.0.4" - resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80" - integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -string.prototype.trimstart@^1.0.1, string.prototype.trimstart@^1.0.3: - version "1.0.4" - resolved "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz#b36399af4ab2999b4c9c648bd7a3fb2bb26feeed" - integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw== - dependencies: - call-bind "^1.0.2" - define-properties "^1.1.3" - -string_decoder@^1.1.1, string_decoder@^1.3.0: - version "1.3.0" - resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== - dependencies: - safe-buffer "~5.2.0" - -string_decoder@~1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" - integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== - dependencies: - safe-buffer "~5.1.0" - -stringify-object@^3.2.0: - version "3.3.0" - resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-3.3.0.tgz#703065aefca19300d3ce88af4f5b3956d7556629" - integrity sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw== - dependencies: - get-own-enumerable-property-symbols "^3.0.0" - is-obj "^1.0.1" - is-regexp "^1.0.0" - -strip-ansi@^3.0.0, strip-ansi@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" - integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= - dependencies: - ansi-regex "^2.0.0" - -strip-ansi@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" - integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= - dependencies: - ansi-regex "^3.0.0" - -strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" - integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== - dependencies: - ansi-regex "^4.1.0" - -strip-ansi@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" - integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w== - dependencies: - ansi-regex "^5.0.0" - -strip-bom@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" - integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4= - dependencies: - is-utf8 "^0.2.0" - -strip-eof@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" - integrity sha1-u0P/VZim6wXYm1n80SnJgzE2Br8= - -strip-indent@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-1.0.1.tgz#0c7962a6adefa7bbd4ac366460a638552ae1a0a2" - integrity sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI= - dependencies: - get-stdin "^4.0.1" - -strip-indent@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68" - integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g= - -stylehacks@^4.0.0: - version "4.0.3" - resolved "https://registry.npmjs.org/stylehacks/-/stylehacks-4.0.3.tgz#6718fcaf4d1e07d8a1318690881e8d96726a71d5" - integrity sha512-7GlLk9JwlElY4Y6a/rmbH2MhVlTyVmiJd1PfTCqFaIBEGMYNsrO/v3SeGTdhBThLg4Z+NbOk/qFMwCa+J+3p/g== - dependencies: - browserslist "^4.0.0" - postcss "^7.0.0" - postcss-selector-parser "^3.0.0" - -supports-color@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" - integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= - -supports-color@^3.2.3: - version "3.2.3" - resolved "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6" - integrity sha1-ZawFBLOVQXHYpklGsq48u4pfVPY= - dependencies: - has-flag "^1.0.0" - -supports-color@^5.3.0, supports-color@^5.4.0: - version "5.5.0" - resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - dependencies: - has-flag "^3.0.0" - -supports-color@^6.1.0: - version "6.1.0" - resolved "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" - integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== - dependencies: - has-flag "^3.0.0" - -supports-color@^7.1.0: - version "7.2.0" - resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" - integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - dependencies: - has-flag "^4.0.0" - -svgo@^1.0.0, svgo@^1.3.2: - version "1.3.2" - resolved "https://registry.npmjs.org/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167" - integrity sha512-yhy/sQYxR5BkC98CY7o31VGsg014AKLEPxdfhora76l36hD9Rdy5NZA/Ocn6yayNPgSamYdtX2rFJdcv07AYVw== - dependencies: - chalk "^2.4.1" - coa "^2.0.2" - css-select "^2.0.0" - css-select-base-adapter "^0.1.1" - css-tree "1.0.0-alpha.37" - csso "^4.0.2" - js-yaml "^3.13.1" - mkdirp "~0.5.1" - object.values "^1.1.0" - sax "~1.2.4" - stable "^0.1.8" - unquote "~1.1.1" - util.promisify "~1.0.0" - -symbol-observable@1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.1.tgz#8340fc4702c3122df5d22288f88283f513d3fdd4" - integrity sha1-g0D8RwLDEi310iKI+IKD9RPT/dQ= - -symbol-tree@^3.2.2: - version "3.2.4" - resolved "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2" - integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== - -tar-stream@^2.1.0: - version "2.1.3" - resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.1.3.tgz#1e2022559221b7866161660f118255e20fa79e41" - integrity sha512-Z9yri56Dih8IaK8gncVPx4Wqt86NDmQTSh49XLZgjWpGZL9GK9HKParS2scqHCC4w6X9Gh2jwaU45V47XTKwVA== - dependencies: - bl "^4.0.1" - end-of-stream "^1.4.1" - fs-constants "^1.0.0" - inherits "^2.0.3" - readable-stream "^3.1.1" - -tar@^2.0.0: - version "2.2.2" - resolved "https://registry.yarnpkg.com/tar/-/tar-2.2.2.tgz#0ca8848562c7299b8b446ff6a4d60cdbb23edc40" - integrity sha512-FCEhQ/4rE1zYv9rYXJw/msRqsnmlje5jHP6huWeBZ704jUTy02c5AZyWujpMR1ax6mVw9NyJMfuK2CMDWVIfgA== - dependencies: - block-stream "*" - fstream "^1.0.12" - inherits "2" - -term-size@^2.2.1: - version "2.2.1" - resolved "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz#2a6a54840432c2fb6320fea0f415531e90189f54" - integrity sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg== - -terser@^4.8.0: - version "4.8.0" - resolved "https://registry.npmjs.org/terser/-/terser-4.8.0.tgz#63056343d7c70bb29f3af665865a46fe03a0df17" - integrity sha512-EAPipTNeWsb/3wLPeup1tVPaXfIaU68xMnVdPafIL1TV05OhASArYyIfFvnvJCNrR2NIOvDVNNTFRa+Re2MWyw== - dependencies: - commander "^2.20.0" - source-map "~0.6.1" - source-map-support "~0.5.12" - -terser@^5.2.0: - version "5.6.0" - resolved "https://registry.npmjs.org/terser/-/terser-5.6.0.tgz#138cdf21c5e3100b1b3ddfddf720962f88badcd2" - integrity sha512-vyqLMoqadC1uR0vywqOZzriDYzgEkNJFK4q9GeyOBHIbiECHiWLKcWfbQWAUaPfxkjDhapSlZB9f7fkMrvkVjA== - dependencies: - commander "^2.20.0" - source-map "~0.7.2" - source-map-support "~0.5.19" - -timers-browserify@^2.0.11: - version "2.0.12" - resolved "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz#44a45c11fbf407f34f97bccd1577c652361b00ee" - integrity sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ== - dependencies: - setimmediate "^1.0.4" - -timsort@^0.3.0: - version "0.3.0" - resolved "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz#405411a8e7e6339fe64db9a234de11dc31e02bd4" - integrity sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q= - -to-fast-properties@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" - integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - -to-object-path@^0.3.0: - version "0.3.0" - resolved "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" - integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= - dependencies: - kind-of "^3.0.2" - -to-regex-range@^2.1.0: - version "2.1.1" - resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" - integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= - dependencies: - is-number "^3.0.0" - repeat-string "^1.6.1" - -to-regex-range@^5.0.1: - version "5.0.1" - resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" - integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - dependencies: - is-number "^7.0.0" - -to-regex@^3.0.1, to-regex@^3.0.2: - version "3.0.2" - resolved "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" - integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== - dependencies: - define-property "^2.0.2" - extend-shallow "^3.0.2" - regex-not "^1.0.2" - safe-regex "^1.1.0" - -tough-cookie@^2.3.3, tough-cookie@^2.5.0, tough-cookie@~2.5.0: - version "2.5.0" - resolved "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" - integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g== - dependencies: - psl "^1.1.28" - punycode "^2.1.1" - -tr46@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" - integrity sha1-qLE/1r/SSJUZZ0zN5VujaTtwbQk= - dependencies: - punycode "^2.1.0" - -trim-newlines@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-1.0.0.tgz#5887966bb582a4503a41eb524f7d35011815a613" - integrity sha1-WIeWa7WCpFA6QetST301ARgVphM= - -"true-case-path@^1.0.2": - version "1.0.3" - resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-1.0.3.tgz#f813b5a8c86b40da59606722b144e3225799f47d" - integrity sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew== - dependencies: - glob "^7.1.2" - -tslib@^1.9.0: - version "1.14.1" - resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" - integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== - -tty-browserify@^0.0.1: - version "0.0.1" - resolved "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz#3f05251ee17904dfd0677546670db9651682b811" - integrity sha512-C3TaO7K81YvjCgQH9Q1S3R3P3BtN3RIM8n+OvX4il1K1zgE8ZhI0op7kClgkxtutIE8hQrcrHBXvIheqKUUCxw== - -tunnel-agent@^0.6.0: - version "0.6.0" - resolved "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" - integrity sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0= - dependencies: - safe-buffer "^5.0.1" - -tweetnacl@^0.14.3, tweetnacl@~0.14.0: - version "0.14.5" - resolved "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" - integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= - -type-check@~0.3.2: - version "0.3.2" - resolved "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" - integrity sha1-WITKtRLPHTVeP7eE8wgEsrUg23I= - dependencies: - prelude-ls "~1.1.2" - -type-fest@^0.20.2: - version "0.20.2" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" - integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== - -uncss@^0.17.3: - version "0.17.3" - resolved "https://registry.npmjs.org/uncss/-/uncss-0.17.3.tgz#50fc1eb4ed573ffff763458d801cd86e4d69ea11" - integrity sha512-ksdDWl81YWvF/X14fOSw4iu8tESDHFIeyKIeDrK6GEVTQvqJc1WlOEXqostNwOCi3qAj++4EaLsdAgPmUbEyog== - dependencies: - commander "^2.20.0" - glob "^7.1.4" - is-absolute-url "^3.0.1" - is-html "^1.1.0" - jsdom "^14.1.0" - lodash "^4.17.15" - postcss "^7.0.17" - postcss-selector-parser "6.0.2" - request "^2.88.0" - -unicode-canonical-property-names-ecmascript@^1.0.4: - version "1.0.4" - resolved "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818" - integrity sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ== - -unicode-match-property-ecmascript@^1.0.4: - version "1.0.4" - resolved "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz#8ed2a32569961bce9227d09cd3ffbb8fed5f020c" - integrity sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg== - dependencies: - unicode-canonical-property-names-ecmascript "^1.0.4" - unicode-property-aliases-ecmascript "^1.0.4" - -unicode-match-property-value-ecmascript@^1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.2.0.tgz#0d91f600eeeb3096aa962b1d6fc88876e64ea531" - integrity sha512-wjuQHGQVofmSJv1uVISKLE5zO2rNGzM/KCYZch/QQvez7C1hUhBIuZ701fYXExuufJFMPhv2SyL8CyoIfMLbIQ== - -unicode-property-aliases-ecmascript@^1.0.4: - version "1.1.0" - resolved "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.1.0.tgz#dd57a99f6207bedff4628abefb94c50db941c8f4" - integrity sha512-PqSoPh/pWetQ2phoj5RLiaqIk4kCNwoV3CI+LfGmWLKI3rE3kl1h59XpX2BjgDrmbxD9ARtQobPGU1SguCYuQg== - -union-value@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" - integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== - dependencies: - arr-union "^3.1.0" - get-value "^2.0.6" - is-extendable "^0.1.1" - set-value "^2.0.1" - -uniq@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff" - integrity sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8= - -uniqs@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02" - integrity sha1-/+3ks2slKQaW5uFl1KWe25mOawI= - -universalify@^0.1.0: - version "0.1.2" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" - integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== - -unpipe@~1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" - integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= - -unquote@~1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544" - integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= - -unset-value@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" - integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= - dependencies: - has-value "^0.3.1" - isobject "^3.0.0" - -uri-js@^4.2.2: - version "4.4.1" - resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" - integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== - dependencies: - punycode "^2.1.0" - -urix@^0.1.0: - version "0.1.0" - resolved "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" - integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= - -url@^0.11.0: - version "0.11.0" - resolved "https://registry.npmjs.org/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" - integrity sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE= - dependencies: - punycode "1.3.2" - querystring "0.2.0" - -use@^3.1.0: - version "3.1.1" - resolved "https://registry.npmjs.org/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" - integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== - -util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: - version "1.0.2" - resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" - integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - -util.promisify@~1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee" - integrity sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA== - dependencies: - define-properties "^1.1.3" - es-abstract "^1.17.2" - has-symbols "^1.0.1" - object.getownpropertydescriptors "^2.1.0" - -util@^0.12.0, util@^0.12.3: - version "0.12.3" - resolved "https://registry.npmjs.org/util/-/util-0.12.3.tgz#971bb0292d2cc0c892dab7c6a5d37c2bec707888" - integrity sha512-I8XkoQwE+fPQEhy9v012V+TSdH2kp9ts29i20TaaDUXsg7x/onePbhFJUExBfv/2ay1ZOp/Vsm3nDlmnFGSAog== - dependencies: - inherits "^2.0.3" - is-arguments "^1.0.4" - is-generator-function "^1.0.7" - is-typed-array "^1.1.3" - safe-buffer "^5.1.2" - which-typed-array "^1.1.2" - -utils-merge@1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" - integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= - -uuid@^3.3.2: - version "3.4.0" - resolved "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" - integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== - -v8-compile-cache@^2.0.0: - version "2.2.0" - resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132" - integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q== - -validate-npm-package-license@^3.0.1: - version "3.0.4" - resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" - integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== - dependencies: - spdx-correct "^3.0.0" - spdx-expression-parse "^3.0.0" - -vendors@^1.0.0: - version "1.0.4" - resolved "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz#e2b800a53e7a29b93506c3cf41100d16c4c4ad8e" - integrity sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w== - -verror@1.10.0: - version "1.10.0" - resolved "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" - integrity sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA= - dependencies: - assert-plus "^1.0.0" - core-util-is "1.0.2" - extsprintf "^1.2.0" - -vm-browserify@^1.1.2: - version "1.1.2" - resolved "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" - integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== - -w3c-hr-time@^1.0.1: - version "1.0.2" - resolved "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd" - integrity sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ== - dependencies: - browser-process-hrtime "^1.0.0" - -w3c-xmlserializer@^1.1.2: - version "1.1.2" - resolved "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-1.1.2.tgz#30485ca7d70a6fd052420a3d12fd90e6339ce794" - integrity sha512-p10l/ayESzrBMYWRID6xbuCKh2Fp77+sA0doRuGn4tTIMrrZVeqfpKjXHY+oDh3K4nLdPgNwMTVP6Vp4pvqbNg== - dependencies: - domexception "^1.0.1" - webidl-conversions "^4.0.2" - xml-name-validator "^3.0.0" - -wcwidth@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" - integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= - dependencies: - defaults "^1.0.3" - -webidl-conversions@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" - integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== - -whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.5: - version "1.0.5" - resolved "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0" - integrity sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw== - dependencies: - iconv-lite "0.4.24" - -whatwg-mimetype@^2.2.0, whatwg-mimetype@^2.3.0: - version "2.3.0" - resolved "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf" - integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g== - -whatwg-url@^7.0.0: - version "7.1.0" - resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz#c2c492f1eca612988efd3d2266be1b9fc6170d06" - integrity sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg== - dependencies: - lodash.sortby "^4.7.0" - tr46 "^1.0.1" - webidl-conversions "^4.0.2" - -which-module@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" - integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= - -which-typed-array@^1.1.2: - version "1.1.4" - resolved "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.4.tgz#8fcb7d3ee5adf2d771066fba7cf37e32fe8711ff" - integrity sha512-49E0SpUe90cjpoc7BOJwyPHRqSAd12c10Qm2amdEZrJPCY2NDxaW01zHITrem+rnETY3dwrbH3UUrUwagfCYDA== - dependencies: - available-typed-arrays "^1.0.2" - call-bind "^1.0.0" - es-abstract "^1.18.0-next.1" - foreach "^2.0.5" - function-bind "^1.1.1" - has-symbols "^1.0.1" - is-typed-array "^1.1.3" - -which@1, which@^1.2.10, which@^1.2.9: - version "1.3.1" - resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" - integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== - dependencies: - isexe "^2.0.0" - -wide-align@^1.1.0: - version "1.1.3" - resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" - integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== - dependencies: - string-width "^1.0.2 || 2" - -word-wrap@~1.2.3: - version "1.2.3" - resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" - integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== - -wrap-ansi@^5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09" - integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== - dependencies: - ansi-styles "^3.2.0" - string-width "^3.0.0" - strip-ansi "^5.0.0" - -wrappy@1: - version "1.0.2" - resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" - integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - -ws@^6.1.2: - version "6.2.1" - resolved "https://registry.npmjs.org/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb" - integrity sha512-GIyAXC2cB7LjvpgMt9EKS2ldqr0MTrORaleiOno6TweZ6r3TKtoFQWay/2PceJ3RuBasOHzXNn5Lrw1X0bEjqA== - dependencies: - async-limiter "~1.0.0" - -ws@^7.0.0: - version "7.4.3" - resolved "https://registry.npmjs.org/ws/-/ws-7.4.3.tgz#1f9643de34a543b8edb124bdcbc457ae55a6e5cd" - integrity sha512-hr6vCR76GsossIRsr8OLR9acVVm1jyfEWvhbNjtgPOrfvAlKzvyeg/P6r8RuDjRyrcQoPQT7K0DGEPc7Ae6jzA== - -xml-name-validator@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a" - integrity sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw== - -xmlchars@^2.1.1: - version "2.2.0" - resolved "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz#060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb" - integrity sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== - -xtend@^4.0.2: - version "4.0.2" - resolved "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" - integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== - -y18n@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" - integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== - -yallist@^2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" - integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI= - -yallist@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" - integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== - -yargs-parser@^13.1.2: - version "13.1.2" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38" - integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg== - dependencies: - camelcase "^5.0.0" - decamelize "^1.2.0" - -yargs@^13.3.2: - version "13.3.2" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd" - integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== - dependencies: - cliui "^5.0.0" - find-up "^3.0.0" - get-caller-file "^2.0.1" - require-directory "^2.1.1" - require-main-filename "^2.0.0" - set-blocking "^2.0.0" - string-width "^3.0.0" - which-module "^2.0.0" - y18n "^4.0.0" - yargs-parser "^13.1.2" - -zip-stream@^2.1.2: - version "2.1.3" - resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-2.1.3.tgz#26cc4bdb93641a8590dd07112e1f77af1758865b" - integrity sha512-EkXc2JGcKhO5N5aZ7TmuNo45budRaFGHOmz24wtJR7znbNqDPmdZtUauKX6et8KAVseAMBOyWJqEpXcHTBsh7Q== - dependencies: - archiver-utils "^2.1.0" - compress-commons "^2.1.1" - readable-stream "^3.4.0"