.gitattributes 217 B

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