added just in case for font loading file attribute
This commit is contained in:
parent
b18943c268
commit
bd8af1d1bd
1 changed files with 6 additions and 0 deletions
6
.gitattributes
vendored
6
.gitattributes
vendored
|
@ -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
|
||||
|
|
Reference in a new issue