Problem/Motivation
The .gitattribues files specifies certain extensions as binary (like *.jpg ) to provider easier diffs.
However, the web font formats .woff
and .woff2
are missing. So for webfonts you must supply --binary to get a usable diff.
Proposed resolution
3 line change to .gitattributes to mark .woff, .woff2 and eot as binary.
User interface changes
None.
API changes
None.