├── .gitignore ├── MIT-LICENSE.md ├── README.md └── openTypeFeatures.jsx /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RolandDreger/open-type-features/HEAD/.gitignore -------------------------------------------------------------------------------- /MIT-LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RolandDreger/open-type-features/HEAD/MIT-LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RolandDreger/open-type-features/HEAD/README.md -------------------------------------------------------------------------------- /openTypeFeatures.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RolandDreger/open-type-features/HEAD/openTypeFeatures.jsx --------------------------------------------------------------------------------