diff fonts/fontello/css/fontello.css @ 73:d0a77057c9ab

fonts (icons): added "plug" icon
author Goffi <goffi@goffi.org>
date Wed, 01 Jan 2020 17:52:19 +0100
parents 8fbcc243bba4
children 5ca5a876fef3
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css	Mon Oct 21 23:39:22 2019 +0200
+++ b/fonts/fontello/css/fontello.css	Wed Jan 01 17:52:19 2020 +0100
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  src: url('../font/fontello.eot?25931911');
-  src: url('../font/fontello.eot?25931911#iefix') format('embedded-opentype'),
-       url('../font/fontello.woff2?25931911') format('woff2'),
-       url('../font/fontello.woff?25931911') format('woff'),
-       url('../font/fontello.ttf?25931911') format('truetype'),
-       url('../font/fontello.svg?25931911#fontello') format('svg');
+  src: url('../font/fontello.eot?23985898');
+  src: url('../font/fontello.eot?23985898#iefix') format('embedded-opentype'),
+       url('../font/fontello.woff2?23985898') format('woff2'),
+       url('../font/fontello.woff?23985898') format('woff'),
+       url('../font/fontello.ttf?23985898') format('truetype'),
+       url('../font/fontello.svg?23985898#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?25931911#fontello') format('svg');
+    src: url('../font/fontello.svg?23985898#fontello') format('svg');
   }
 }
 */
@@ -106,5 +106,6 @@
 .icon-file-audio:before { content: '\f1c7'; } /* '' */
 .icon-file-video:before { content: '\f1c8'; } /* '' */
 .icon-share:before { content: '\f1e0'; } /* '' */
+.icon-plug:before { content: '\f1e6'; } /* '' */
 .icon-brush:before { content: '\f1fc'; } /* '' */
 .icon-server:before { content: '\f233'; } /* '' */
\ No newline at end of file