diff fonts/fontello/css/fontello.css @ 78:54e1f518d7ad

fonts (icons): added "play-circled", "volume-off", "volume-up", "resize-full" and "resize-small" icons
author Goffi <goffi@goffi.org>
date Mon, 24 Aug 2020 21:16:57 +0200
parents 7bc307f36741
children df5067fa5d3c
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css	Fri Jun 19 16:50:27 2020 +0200
+++ b/fonts/fontello/css/fontello.css	Mon Aug 24 21:16:57 2020 +0200
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  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');
+  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');
   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?58840186#fontello') format('svg');
+    src: url('../font/fontello.svg?5386586#fontello') format('svg');
   }
 }
 */
@@ -102,6 +102,10 @@
 .icon-mail:before { content: '\e82c'; } /* '' */
 .icon-download:before { content: '\e82d'; } /* '' */
 .icon-trash-empty:before { content: '\e82e'; } /* '' */
+.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'; } /* '' */
@@ -110,6 +114,7 @@
 .icon-unlink:before { content: '\f127'; } /* '' */
 .icon-shield:before { content: '\f132'; } /* '' */
 .icon-dot-3-vert:before { content: '\f142'; } /* '' */
+.icon-play-circled:before { content: '\f144'; } /* '' */
 .icon-level-up:before { content: '\f148'; } /* '' */
 .icon-file-image:before { content: '\f1c5'; } /* '' */
 .icon-file-audio:before { content: '\f1c7'; } /* '' */