diff fonts/fontello/css/fontello.css @ 79:df5067fa5d3c

fonts (icons): added "loading" icons
author Goffi <goffi@goffi.org>
date Fri, 27 Nov 2020 18:37:26 +0100
parents 54e1f518d7ad
children 4110f84cbde5
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css	Mon Aug 24 21:16:57 2020 +0200
+++ b/fonts/fontello/css/fontello.css	Fri Nov 27 18:37:26 2020 +0100
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  src: url('../font/fontello.eot?5386586');
-  src: url('../font/fontello.eot?5386586#iefix') format('embedded-opentype'),
-       url('../font/fontello.woff2?5386586') format('woff2'),
-       url('../font/fontello.woff?5386586') format('woff'),
-       url('../font/fontello.ttf?5386586') format('truetype'),
-       url('../font/fontello.svg?5386586#fontello') format('svg');
+  src: url('../font/fontello.eot?39393514');
+  src: url('../font/fontello.eot?39393514#iefix') format('embedded-opentype'),
+       url('../font/fontello.woff2?39393514') format('woff2'),
+       url('../font/fontello.woff?39393514') format('woff'),
+       url('../font/fontello.ttf?39393514') format('truetype'),
+       url('../font/fontello.svg?39393514#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?5386586#fontello') format('svg');
+    src: url('../font/fontello.svg?39393514#fontello') format('svg');
   }
 }
 */
@@ -55,6 +55,8 @@
   /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
 }
  
+.icon-loading:before { content: '\e744'; } /* '' */
+.icon-resize-small:before { content: '\e746'; } /* '' */
 .icon-doc:before { content: '\e800'; } /* '' */
 .icon-desktop:before { content: '\e801'; } /* '' */
 .icon-mobile:before { content: '\e802'; } /* '' */
@@ -105,7 +107,6 @@
 .icon-volume-off:before { content: '\e82f'; } /* '' */
 .icon-volume-up:before { content: '\e830'; } /* '' */
 .icon-resize-full:before { content: '\e831'; } /* '' */
-.icon-resize-small:before { content: '\e832'; } /* '' */
 .icon-mail-filled:before { content: '\f0e0'; } /* '' */
 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
 .icon-angle-double-left:before { content: '\f100'; } /* '' */