added just in case for font loading file attribute

This commit is contained in:
piratefinn 2018-01-17 15:02:53 +00:00
parent b18943c268
commit bd8af1d1bd

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