Updated fontello icons. Fixes #592

This commit is contained in:
benweet 2014-11-02 17:24:08 +00:00
parent f6f1125bb4
commit 78bbed5daf
6 changed files with 12 additions and 12 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -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;
}
@ -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');
}
}
*/