From ccf934868b4749851bdcef3af5a974ca67b8a039 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 7 Jan 2023 01:58:02 +0100 Subject: [PATCH] Use Git LFS for `.ttf` files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 5b0d1a4..f35bc22 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ # Normalize EOL for all files that Git considers text files. * text=auto eol=lf *.png filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text