Mark more font files as binary

Not having these files marked as binary causes problems for older
versions of git (like 1.8.3.1 on CentOS/RHEL 7).
This commit is contained in:
John Simpson
2025-04-05 20:41:36 -04:00
parent 4f698f813c
commit 22a6dca69b

2
.gitattributes vendored
View File

@@ -6,3 +6,5 @@
*.ttf binary *.ttf binary
*.otf binary *.otf binary
*.png binary *.png binary
*.eot binary
*.woff2 binary