From 26a282342583ea9614696ba81337003ed77be9f8 Mon Sep 17 00:00:00 2001 From: "Ron B. Yeh" Date: Thu, 28 Oct 2021 00:23:27 -0700 Subject: [PATCH] Treat OTF and WOFF/WOFF2 font files as binary. Prevent git from corrupting our font files. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index fcadb2cf97..b039013edb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ * text eol=lf +*.otf binary +*.woff binary +*.woff2 binary \ No newline at end of file