Merge pull request #635 from gagern/fontDiff

Set up a diff attribute and textconv instructions for font files
This commit is contained in:
Kevin Barabash
2017-01-22 19:57:03 -05:00
committed by GitHub

9
.gitattributes vendored Normal file
View File

@@ -0,0 +1,9 @@
# Install ttx from https://github.com/fonttools/fonttools,
# then add this to your ~/.gitconfig to diff fonts more easily:
#[diff "font"]
# binary = true
# textconv = ttx -q -i -o -
*.ttf diff=font
*.woff diff=font