diff fonts/fontello/css/fontello.css @ 68:a9637d6fc4e6

fonts (icons): added "feed" icon
author Goffi <goffi@goffi.org>
date Tue, 09 Jul 2019 20:05:36 +0200
parents b7bc4a365708
children 8fbcc243bba4
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css	Fri Jun 28 15:26:14 2019 +0200
+++ b/fonts/fontello/css/fontello.css	Tue Jul 09 20:05:36 2019 +0200
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  src: url('../font/fontello.eot?53170366');
-  src: url('../font/fontello.eot?53170366#iefix') format('embedded-opentype'),
-       url('../font/fontello.woff2?53170366') format('woff2'),
-       url('../font/fontello.woff?53170366') format('woff'),
-       url('../font/fontello.ttf?53170366') format('truetype'),
-       url('../font/fontello.svg?53170366#fontello') format('svg');
+  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');
   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?53170366#fontello') format('svg');
+    src: url('../font/fontello.svg?24254542#fontello') format('svg');
   }
 }
 */
@@ -93,6 +93,7 @@
 .icon-ok:before { content: '\e823'; } /* '' */
 .icon-forward:before { content: '\e824'; } /* '' */
 .icon-box:before { content: '\e825'; } /* '' */
+.icon-feed:before { content: '\e826'; } /* '' */
 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
 .icon-angle-double-left:before { content: '\f100'; } /* '' */
 .icon-angle-double-right:before { content: '\f101'; } /* '' */