diff fonts/fontello/css/fontello.css @ 77:7bc307f36741

fonts (icons): added "download" and "trash-empty" icons
author Goffi <goffi@goffi.org>
date Fri, 19 Jun 2020 16:50:27 +0200
parents 0af8e53c638e
children 54e1f518d7ad
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css	Wed May 06 20:55:59 2020 +0200
+++ b/fonts/fontello/css/fontello.css	Fri Jun 19 16:50:27 2020 +0200
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  src: url('../font/fontello.eot?41918141');
-  src: url('../font/fontello.eot?41918141#iefix') format('embedded-opentype'),
-       url('../font/fontello.woff2?41918141') format('woff2'),
-       url('../font/fontello.woff?41918141') format('woff'),
-       url('../font/fontello.ttf?41918141') format('truetype'),
-       url('../font/fontello.svg?41918141#fontello') format('svg');
+  src: url('../font/fontello.eot?58840186');
+  src: url('../font/fontello.eot?58840186#iefix') format('embedded-opentype'),
+       url('../font/fontello.woff2?58840186') format('woff2'),
+       url('../font/fontello.woff?58840186') format('woff'),
+       url('../font/fontello.ttf?58840186') format('truetype'),
+       url('../font/fontello.svg?58840186#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?41918141#fontello') format('svg');
+    src: url('../font/fontello.svg?58840186#fontello') format('svg');
   }
 }
 */
@@ -24,7 +24,7 @@
   font-family: "fontello";
   font-style: normal;
   font-weight: normal;
-  speak: none;
+  speak: never;
  
   display: inline-block;
   text-decoration: inherit;
@@ -100,6 +100,8 @@
 .icon-person:before { content: '\e82a'; } /* '' */
 .icon-key:before { content: '\e82b'; } /* '' */
 .icon-mail:before { content: '\e82c'; } /* '' */
+.icon-download:before { content: '\e82d'; } /* '' */
+.icon-trash-empty:before { content: '\e82e'; } /* '' */
 .icon-mail-filled:before { content: '\f0e0'; } /* '' */
 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
 .icon-angle-double-left:before { content: '\f100'; } /* '' */