theleagueof / fontship

A font development toolkit and collaborative work flow.
GNU General Public License v3.0
94 stars 7 forks source link

Generate font installation instructions and include with font bundles #34

Open alerque opened 4 years ago

alerque commented 4 years ago

In the event the project itself doesn't have it's own, we would generate an instruction file (INSTALL.txt or similar) with various platform instructions.

alerque commented 4 years ago

Each project could supply instructions (or opt out of including any), but how to install fonts on each platform is a pretty generic thing that font developers shouldn't have to worry about documenting.

My thought here would probably be a PDF instruction sheet, perhaps separate ones per platform. The source for these could be in Fontship, and a clean PDF with project specific file names could be generated for each dist package.

Specifics like how to choose OTF vs. TTF could be skipped for projects that only build OTF, etc.