source-foundry / fdiff

An OpenType table diff tool for fonts. Based on the fontTools TTX format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add remote font file diff support

chrissimpkins opened this issue · comments

Support automated pulls of one (to compare with a local build) or two (for remote build vs. remote build comparisons) remote font files for TTX diffs

There is currently a problem with font pulls from private repositories through the Github API. We've encountered an issue with corrupted files that are not valid font binaries. This will be an issue for remote file pull support through GET requests to repo URL paths for those remotely storing binaries in their git version controlled private directories on Github.