From 67e706008531a9c1111779ac162bdae21efc2f0c Mon Sep 17 00:00:00 2001 From: Seva Orlov <(none)> Date: Thu, 14 Apr 2016 15:27:43 +0300 Subject: [PATCH] set ttf files as binary in gitattributes --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index c4e06cd8..ae524f5e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -11,4 +11,5 @@ dist/**/*.woff2 binary dist/**/*.png binary dist/*.html text +src/main/html/fonts/*.ttf binary src/main/html/images/*.png binary