Skip to content

Commit

Permalink
Update Font Awesome to v4.4.0.
Browse files Browse the repository at this point in the history
Mostly for .woff2 support.
  • Loading branch information
XhmikosR committed Oct 30, 2015
1 parent 121a047 commit 6e30e17
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 16 deletions.
6 changes: 3 additions & 3 deletions site/_sass/_font-awesome.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
* Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down
Binary file modified site/fonts/fontawesome-webfont.eot
Binary file not shown.
146 changes: 133 additions & 13 deletions site/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified site/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file modified site/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added site/fonts/fontawesome-webfont.woff2
Binary file not shown.

0 comments on commit 6e30e17

Please sign in to comment.