Skip to content

Commit

Permalink
Prevent git from messing with font files
Browse files Browse the repository at this point in the history
This should remove font related errors in browser debig consoles
  • Loading branch information
ArthurHoaro committed Mar 9, 2017
1 parent 9c5daad commit 07b57cf
Show file tree
Hide file tree
Showing 9 changed files with 2,675 additions and 653 deletions.
8 changes: 7 additions & 1 deletion .gitattributes
Expand Up @@ -10,10 +10,16 @@
*.php text diff=php
Dockerfile text

# Do not alter images nor minified scripts
# Do not alter images nor minified scripts nor fonts
*.ico binary
*.jpg binary
*.png binary
*.svg binary
*.otf binary
*.eot binary
*.woff binary
*.woff2 binary
*.ttf binary
*.min.css binary
*.min.js binary

Expand Down
Binary file modified tpl/default/fonts/Fira-Sans-regular.woff
Binary file not shown.
Binary file modified tpl/default/fonts/Fira-Sans-regular.woff2
Binary file not shown.
Binary file modified tpl/default/fonts/FontAwesome.otf
Binary file not shown.
Binary file modified tpl/default/fonts/fontawesome-webfont.eot
Binary file not shown.
3,320 changes: 2,668 additions & 652 deletions tpl/default/fonts/fontawesome-webfont.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tpl/default/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file modified tpl/default/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file modified tpl/default/fonts/fontawesome-webfont.woff2
Binary file not shown.

0 comments on commit 07b57cf

Please sign in to comment.