vendor: add fontello

This commit is contained in:
Feross Aboukhadijeh
2016-03-02 15:50:37 -08:00
parent 8dbf9b9f11
commit bcd56dbb1c
14 changed files with 651 additions and 0 deletions

14
vendor/fontello/css/fontello-ie7.css vendored Normal file
View File

@@ -0,0 +1,14 @@
[class^="icon-"], [class*=" icon-"] {
font-family: 'fontello';
font-style: normal;
font-weight: normal;
/* fix buttons height */
line-height: 1em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
}
.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }