diff fonts/fontello/css/fontello.css @ 65:a0e7fcd735f3 0.7.0b1

fonts (icons): added "forward" and "dot-3-vert" icons
author Goffi <goffi@goffi.org>
date Wed, 20 Mar 2019 09:14:08 +0100
parents 925b52d1e0fd
children b7bc4a365708
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css	Fri Mar 01 19:51:19 2019 +0100
+++ b/fonts/fontello/css/fontello.css	Wed Mar 20 09:14:08 2019 +0100
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  src: url('../font/fontello.eot?26405621');
-  src: url('../font/fontello.eot?26405621#iefix') format('embedded-opentype'),
-       url('../font/fontello.woff2?26405621') format('woff2'),
-       url('../font/fontello.woff?26405621') format('woff'),
-       url('../font/fontello.ttf?26405621') format('truetype'),
-       url('../font/fontello.svg?26405621#fontello') format('svg');
+  src: url('../font/fontello.eot?10778225');
+  src: url('../font/fontello.eot?10778225#iefix') format('embedded-opentype'),
+       url('../font/fontello.woff2?10778225') format('woff2'),
+       url('../font/fontello.woff?10778225') format('woff'),
+       url('../font/fontello.ttf?10778225') format('truetype'),
+       url('../font/fontello.svg?10778225#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?26405621#fontello') format('svg');
+    src: url('../font/fontello.svg?10778225#fontello') format('svg');
   }
 }
 */
@@ -91,12 +91,14 @@
 .icon-heart-filled:before { content: '\e821'; } /* '' */
 .icon-group:before { content: '\e822'; } /* '' */
 .icon-ok:before { content: '\e823'; } /* '' */
+.icon-forward:before { content: '\e824'; } /* '' */
 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
 .icon-angle-double-left:before { content: '\f100'; } /* '' */
 .icon-angle-double-right:before { content: '\f101'; } /* '' */
 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
 .icon-unlink:before { content: '\f127'; } /* '' */
 .icon-shield:before { content: '\f132'; } /* '' */
+.icon-dot-3-vert:before { content: '\f142'; } /* '' */
 .icon-level-up:before { content: '\f148'; } /* '' */
 .icon-file-image:before { content: '\f1c5'; } /* '' */
 .icon-file-audio:before { content: '\f1c7'; } /* '' */