diff fonts/fontello/css/fontello.css @ 58:b185ee5c3f25

fonts (icons): added "pencil" icon
author Goffi <goffi@goffi.org>
date Fri, 01 Jun 2018 12:45:05 +0200
parents 3674c144c0f1
children adc174b6c7a7
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css	Thu May 24 23:11:38 2018 +0200
+++ b/fonts/fontello/css/fontello.css	Fri Jun 01 12:45:05 2018 +0200
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  src: url('../font/fontello.eot?18579451');
-  src: url('../font/fontello.eot?18579451#iefix') format('embedded-opentype'),
-       url('../font/fontello.woff2?18579451') format('woff2'),
-       url('../font/fontello.woff?18579451') format('woff'),
-       url('../font/fontello.ttf?18579451') format('truetype'),
-       url('../font/fontello.svg?18579451#fontello') format('svg');
+  src: url('../font/fontello.eot?89776953');
+  src: url('../font/fontello.eot?89776953#iefix') format('embedded-opentype'),
+       url('../font/fontello.woff2?89776953') format('woff2'),
+       url('../font/fontello.woff?89776953') format('woff'),
+       url('../font/fontello.ttf?89776953') format('truetype'),
+       url('../font/fontello.svg?89776953#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?18579451#fontello') format('svg');
+    src: url('../font/fontello.svg?89776953#fontello') format('svg');
   }
 }
 */
@@ -73,6 +73,7 @@
 .icon-chat:before { content: '\e80f'; } /* '' */
 .icon-exchange:before { content: '\e810'; } /* '' */
 .icon-wrench:before { content: '\e811'; } /* '' */
+.icon-pencil:before { content: '\e812'; } /* '' */
 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
 .icon-level-up:before { content: '\f148'; } /* '' */