diff fonts/fontello/css/fontello-ie7.css @ 87:7ce2d2475363 default tip

fonts (icons): add "quote-left" icon
author Goffi <goffi@goffi.org>
date Tue, 28 Nov 2023 17:45:28 +0100
parents b8386ab727ec
children
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7.css	Wed Nov 08 16:41:23 2023 +0100
+++ b/fonts/fontello/css/fontello-ie7.css	Tue Nov 28 17:45:28 2023 +0100
@@ -74,6 +74,7 @@
 .icon-angle-double-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;&nbsp;'); }
 .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-quote-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10d;&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;'); }