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
No known key found for this signature in database
GPG Key ID: E9E44ED30E2F2445

2
.gitattributes vendored
View File

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