├── .gitignore ├── README.md └── images ├── .DS_Store ├── alternates.png ├── dollar.png └── superpolator.gif /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irenevlachou/variable-fonts-with-feature-variations/HEAD/README.md -------------------------------------------------------------------------------- /images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irenevlachou/variable-fonts-with-feature-variations/HEAD/images/.DS_Store -------------------------------------------------------------------------------- /images/alternates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irenevlachou/variable-fonts-with-feature-variations/HEAD/images/alternates.png -------------------------------------------------------------------------------- /images/dollar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irenevlachou/variable-fonts-with-feature-variations/HEAD/images/dollar.png -------------------------------------------------------------------------------- /images/superpolator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/irenevlachou/variable-fonts-with-feature-variations/HEAD/images/superpolator.gif --------------------------------------------------------------------------------