diff fonts/fontello/css/fontello-ie7-codes.css @ 88:731c65802477 default tip

font (icons): add "mic" and "keyboard" icons
author Goffi <goffi@goffi.org>
date Thu, 30 May 2024 23:39:29 +0200
parents 7ce2d2475363
children
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7-codes.css	Tue Nov 28 17:45:28 2023 +0100
+++ b/fonts/fontello/css/fontello-ie7-codes.css	Thu May 30 23:39:29 2024 +0200
@@ -66,7 +66,9 @@
 .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-keyboard { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11c;&nbsp;'); }
 .icon-unlink { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;&nbsp;'); }
+.icon-mic { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf130;&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;'); }
 .icon-play-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf144;&nbsp;'); }