added just in case for font loading file attribute

This commit is contained in:
piratefinn 2018-01-17 15:02:53 +00:00
parent d285b04119
commit 7284452317
1 changed files with 6 additions and 0 deletions

6
.gitattributes vendored
View File

@ -15,3 +15,9 @@
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# ensures font files are loaded as binary not text
*.ttf binary
*.eot binary
*.woff binary
*.woff2 binary