fubarhouse / ansible-role-macfonts

A simple role to download and install fonts from github
1 stars 2 forks source link

Building from sources... #3

Open fubarhouse opened 8 years ago

fubarhouse commented 8 years ago

A cool little thing I was playing with earlier today was the ability to build specific fonts from their sources.

I couldn't get it working locally or via Ansible but I was pressed for time.

It'd be a cool little feature to have here - so here's the issue!

fubarhouse commented 8 years ago

So building seems to be working with the following: https://github.com/adobe-type-tools/afdko

But, should best practice state we use a specific standard or simply run shell scripts? Theres a dependency issue here... The build script will then fire off a makeInstancesUFO command, or alternatively the makeotf command.

So we could do a few things here:

Things to consider:

I know which way I'm swinging for - despite not planning it previously.