diff fonts/fontello/css/fontello.css @ 81:7b2df5255b79

fonts (icons): added "basket", "check" and "publish" icons
author Goffi <goffi@goffi.org>
date Thu, 25 Feb 2021 13:53:59 +0100
parents 4110f84cbde5
children d31fac1efcee
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css	Fri Dec 11 17:38:43 2020 +0100
+++ b/fonts/fontello/css/fontello.css	Thu Feb 25 13:53:59 2021 +0100
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  src: url('../font/fontello.eot?68706469');
-  src: url('../font/fontello.eot?68706469#iefix') format('embedded-opentype'),
-       url('../font/fontello.woff2?68706469') format('woff2'),
-       url('../font/fontello.woff?68706469') format('woff'),
-       url('../font/fontello.ttf?68706469') format('truetype'),
-       url('../font/fontello.svg?68706469#fontello') format('svg');
+  src: url('../font/fontello.eot?64711335');
+  src: url('../font/fontello.eot?64711335#iefix') format('embedded-opentype'),
+       url('../font/fontello.woff2?64711335') format('woff2'),
+       url('../font/fontello.woff?64711335') format('woff'),
+       url('../font/fontello.ttf?64711335') format('truetype'),
+       url('../font/fontello.svg?64711335#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?68706469#fontello') format('svg');
+    src: url('../font/fontello.svg?64711335#fontello') format('svg');
   }
 }
 */
@@ -107,6 +107,8 @@
 .icon-volume-up:before { content: '\e830'; } /* '' */
 .icon-resize-full:before { content: '\e831'; } /* '' */
 .icon-resize-small:before { content: '\e832'; } /* '' */
+.icon-check:before { content: '\e833'; } /* '' */
+.icon-publish:before { content: '\e834'; } /* '' */
 .icon-mail-filled:before { content: '\f0e0'; } /* '' */
 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
 .icon-angle-double-left:before { content: '\f100'; } /* '' */
@@ -124,4 +126,5 @@
 .icon-plug:before { content: '\f1e6'; } /* '' */
 .icon-brush:before { content: '\f1fc'; } /* '' */
 .icon-server:before { content: '\f233'; } /* '' */
+.icon-basket:before { content: '\f291'; } /* '' */
 .icon-search:before { content: '\f50d'; } /* '' */
\ No newline at end of file