.gitattributes (217B)
1 # Install ttx from https://github.com/fonttools/fonttools, 2 # then add this to your ~/.gitconfig to diff fonts more easily: 3 4 #[diff "font"] 5 # binary = true 6 # textconv = ttx -q -i -o - 7 8 *.ttf diff=font 9 *.woff diff=font