diff fonts/fontello/css/fontello.css @ 61:adc174b6c7a7

fonts (icons): added icons for remote media control
author Goffi <goffi@goffi.org>
date Tue, 18 Sep 2018 21:01:08 +0200
parents b185ee5c3f25
children af93088008e9
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css	Wed Jul 04 07:52:13 2018 +0200
+++ b/fonts/fontello/css/fontello.css	Tue Sep 18 21:01:08 2018 +0200
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  src: url('../font/fontello.eot?89776953');
-  src: url('../font/fontello.eot?89776953#iefix') format('embedded-opentype'),
-       url('../font/fontello.woff2?89776953') format('woff2'),
-       url('../font/fontello.woff?89776953') format('woff'),
-       url('../font/fontello.ttf?89776953') format('truetype'),
-       url('../font/fontello.svg?89776953#fontello') format('svg');
+  src: url('../font/fontello.eot?11380115');
+  src: url('../font/fontello.eot?11380115#iefix') format('embedded-opentype'),
+       url('../font/fontello.woff2?11380115') format('woff2'),
+       url('../font/fontello.woff?11380115') format('woff'),
+       url('../font/fontello.ttf?11380115') format('truetype'),
+       url('../font/fontello.svg?11380115#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?89776953#fontello') format('svg');
+    src: url('../font/fontello.svg?11380115#fontello') format('svg');
   }
 }
 */
@@ -74,6 +74,15 @@
 .icon-exchange:before { content: '\e810'; } /* '' */
 .icon-wrench:before { content: '\e811'; } /* '' */
 .icon-pencil:before { content: '\e812'; } /* '' */
+.icon-signal:before { content: '\e813'; } /* '' */
+.icon-play:before { content: '\e814'; } /* '' */
+.icon-video:before { content: '\e815'; } /* '' */
+.icon-stop:before { content: '\e816'; } /* '' */
+.icon-pause:before { content: '\e817'; } /* '' */
+.icon-fast-fw:before { content: '\e818'; } /* '' */
+.icon-fast-bw:before { content: '\e819'; } /* '' */
+.icon-previous:before { content: '\e81a'; } /* '' */
+.icon-next:before { content: '\e81b'; } /* '' */
 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
 .icon-level-up:before { content: '\f148'; } /* '' */