www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 3fea3dfbbc1cdf686ca94c0a478bb258bdd45b8e
parent 301d7cfb1aecc6062987c04b8a52f45e435ca7d4
Author: Kevin Barabash <kevinb7@gmail.com>
Date:   Sun, 22 Jan 2017 19:57:03 -0500

Merge pull request #635 from gagern/fontDiff

Set up a diff attribute and textconv instructions for font files
Diffstat:
A.gitattributes | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/.gitattributes b/.gitattributes @@ -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