diff fonts/fontello/css/fontello-ie7.css @ 86:b8386ab727ec

fonts (icons): add "smile" icon
author Goffi <goffi@goffi.org>
date Wed, 08 Nov 2023 16:41:23 +0100
parents 7575f644b20e
children 7ce2d2475363
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7.css	Tue Aug 08 23:35:19 2023 +0200
+++ b/fonts/fontello/css/fontello-ie7.css	Wed Nov 08 16:41:23 2023 +0100
@@ -75,6 +75,7 @@
 .icon-angle-double-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;&nbsp;'); }
 .icon-angle-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;&nbsp;'); }
 .icon-folder-open-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf115;&nbsp;'); }
+.icon-smile { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf118;&nbsp;'); }
 .icon-unlink { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;&nbsp;'); }
 .icon-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf132;&nbsp;'); }
 .icon-dot-3-vert { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf142;&nbsp;'); }