From 22a6dca69b7f8c049ac74708a717914115dbfb03 Mon Sep 17 00:00:00 2001 From: John Simpson Date: Sat, 5 Apr 2025 20:41:36 -0400 Subject: [PATCH] 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). --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 07997943..fcf99d83 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,5 @@ *.ttf binary *.otf binary *.png binary +*.eot binary +*.woff2 binary