This is a helper package to download and extract Microsoft's Core fonts for the Web. The fonts cannot be distributed as part of plain Python packages due the restrictions imposed by the EULA for these fonts.
This package is set as a build/install-time requirement for the font packages, so you should never need to install it yourself. Instead, you can install the individual typefaces from PyPI:
- Andale Mono: rinoh-typeface-andalemono
- Arial: rinoh-typeface-arial
- Arial Black: rinoh-typeface-arialblack
- Comic Sans MS: rinoh-typeface-comicsansms
- Courier New: rinoh-typeface-couriernew
- Georgia: rinoh-typeface-georgia
- Impact: rinoh-typeface-impact
- Times New Roman: rinoh-typeface-timesnewroman
- Trebuchet MS: rinoh-typeface-trebuchetms
- Verdana: rinoh-typeface-verdana
- Webdings: rinoh-typeface-webdings
The repository for this package contains a script to create the distribution packages for the fonts. See DEVELOPING.rst for more information.