Add image font.
This commit is contained in:
parent
a7ce51b4b0
commit
ba09e05036
16 changed files with 682 additions and 0 deletions
5
static/font/css/fontello-ie7-codes.css
vendored
Normal file
5
static/font/css/fontello-ie7-codes.css
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
.icon-retweet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-star-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-reply { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
Loading…
Add table
Add a link
Reference in a new issue