Skip to content

Commit

Permalink
Updated fontello icons. Fixes benweet#592
Browse files Browse the repository at this point in the history
  • Loading branch information
benweet committed Nov 2, 2014
1 parent f6f1125 commit 78bbed5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Binary file modified public/res/font/fontello.woff
Binary file not shown.
12 changes: 6 additions & 6 deletions public/res/libs/fontello/css/fontello-embedded.css

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions public/res/libs/fontello/css/fontello.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot');
src: url('../font/fontello.eot#iefix') format('embedded-opentype'),
url('../font/fontello.woff') format('woff'),
url('../font/fontello.ttf') format('truetype'),
url('../font/fontello.svg#fontello') format('svg');
src: url('../font/fontello.eot?30431834');
src: url('../font/fontello.eot?30431834#iefix') format('embedded-opentype'),
url('../font/fontello.woff?30431834') format('woff'),
url('../font/fontello.ttf?30431834') format('truetype'),
url('../font/fontello.svg?30431834#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -14,7 +14,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg#fontello') format('svg');
src: url('../font/fontello.svg?30431834#fontello') format('svg');
}
}
*/
Expand Down
Binary file modified public/res/libs/fontello/font/fontello.eot
Binary file not shown.
Binary file modified public/res/libs/fontello/font/fontello.ttf
Binary file not shown.
Binary file modified public/res/libs/fontello/font/fontello.woff
Binary file not shown.

0 comments on commit 78bbed5

Please sign in to comment.