├── .gitignore ├── README.md └── bin ├── convenient-script ├── list-fonts └── patch /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtinth/YosemiteAndElCapitanSystemFontPatcher/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtinth/YosemiteAndElCapitanSystemFontPatcher/HEAD/README.md -------------------------------------------------------------------------------- /bin/convenient-script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtinth/YosemiteAndElCapitanSystemFontPatcher/HEAD/bin/convenient-script -------------------------------------------------------------------------------- /bin/list-fonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtinth/YosemiteAndElCapitanSystemFontPatcher/HEAD/bin/list-fonts -------------------------------------------------------------------------------- /bin/patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dtinth/YosemiteAndElCapitanSystemFontPatcher/HEAD/bin/patch --------------------------------------------------------------------------------