diff fonts/fontello/css/fontello.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.css	Tue Nov 28 17:45:28 2023 +0100
+++ b/fonts/fontello/css/fontello.css	Thu May 30 23:39:29 2024 +0200
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  src: url('../font/fontello.eot?84022783');
-  src: url('../font/fontello.eot?84022783#iefix') format('embedded-opentype'),
-       url('../font/fontello.woff2?84022783') format('woff2'),
-       url('../font/fontello.woff?84022783') format('woff'),
-       url('../font/fontello.ttf?84022783') format('truetype'),
-       url('../font/fontello.svg?84022783#fontello') format('svg');
+  src: url('../font/fontello.eot?96157425');
+  src: url('../font/fontello.eot?96157425#iefix') format('embedded-opentype'),
+       url('../font/fontello.woff2?96157425') format('woff2'),
+       url('../font/fontello.woff?96157425') format('woff'),
+       url('../font/fontello.ttf?96157425') format('truetype'),
+       url('../font/fontello.svg?96157425#fontello') format('svg');
   font-weight: normal;
   font-style: normal;
 }
@@ -15,7 +15,7 @@
 @media screen and (-webkit-min-device-pixel-ratio:0) {
   @font-face {
     font-family: 'fontello';
-    src: url('../font/fontello.svg?84022783#fontello') format('svg');
+    src: url('../font/fontello.svg?96157425#fontello') format('svg');
   }
 }
 */
@@ -121,7 +121,9 @@
 .icon-quote-left:before { content: '\f10d'; } /* '' */
 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
 .icon-smile:before { content: '\f118'; } /* '' */
+.icon-keyboard:before { content: '\f11c'; } /* '' */
 .icon-unlink:before { content: '\f127'; } /* '' */
+.icon-mic:before { content: '\f130'; } /* '' */
 .icon-shield:before { content: '\f132'; } /* '' */
 .icon-dot-3-vert:before { content: '\f142'; } /* '' */
 .icon-play-circled:before { content: '\f144'; } /* '' */