diff fonts/fontello/css/fontello.css @ 72:8fbcc243bba4

fonts (icons): added share icon
author Goffi <goffi@goffi.org>
date Mon, 21 Oct 2019 23:39:22 +0200
parents a9637d6fc4e6
children d0a77057c9ab
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css	Mon Oct 21 23:38:20 2019 +0200
+++ b/fonts/fontello/css/fontello.css	Mon Oct 21 23:39:22 2019 +0200
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  src: url('../font/fontello.eot?24254542');
-  src: url('../font/fontello.eot?24254542#iefix') format('embedded-opentype'),
-       url('../font/fontello.woff2?24254542') format('woff2'),
-       url('../font/fontello.woff?24254542') format('woff'),
-       url('../font/fontello.ttf?24254542') format('truetype'),
-       url('../font/fontello.svg?24254542#fontello') format('svg');
+  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');
   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?24254542#fontello') format('svg');
+    src: url('../font/fontello.svg?25931911#fontello') format('svg');
   }
 }
 */
@@ -105,5 +105,6 @@
 .icon-file-image:before { content: '\f1c5'; } /* '' */
 .icon-file-audio:before { content: '\f1c7'; } /* '' */
 .icon-file-video:before { content: '\f1c8'; } /* '' */
+.icon-share:before { content: '\f1e0'; } /* '' */
 .icon-brush:before { content: '\f1fc'; } /* '' */
 .icon-server:before { content: '\f233'; } /* '' */
\ No newline at end of file