diff fonts/fontello/css/fontello.css @ 85:7575f644b20e

fonts (icons): add "videocam", "user-circle", "phone" and "angle-down" icons rel 423
author Goffi <goffi@goffi.org>
date Tue, 08 Aug 2023 23:35:19 +0200
parents b0816cd750fa
children b8386ab727ec
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css	Wed Jun 28 10:43:55 2023 +0200
+++ b/fonts/fontello/css/fontello.css	Tue Aug 08 23:35:19 2023 +0200
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  src: url('../font/fontello.eot?57876889');
-  src: url('../font/fontello.eot?57876889#iefix') format('embedded-opentype'),
-       url('../font/fontello.woff2?57876889') format('woff2'),
-       url('../font/fontello.woff?57876889') format('woff'),
-       url('../font/fontello.ttf?57876889') format('truetype'),
-       url('../font/fontello.svg?57876889#fontello') format('svg');
+  src: url('../font/fontello.eot?90775168');
+  src: url('../font/fontello.eot?90775168#iefix') format('embedded-opentype'),
+       url('../font/fontello.woff2?90775168') format('woff2'),
+       url('../font/fontello.woff?90775168') format('woff'),
+       url('../font/fontello.ttf?90775168') format('truetype'),
+       url('../font/fontello.svg?90775168#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?57876889#fontello') format('svg');
+    src: url('../font/fontello.svg?90775168#fontello') format('svg');
   }
 }
 */
@@ -111,10 +111,13 @@
 .icon-attach:before { content: '\e835'; } /* '' */
 .icon-plus:before { content: '\e836'; } /* '' */
 .icon-eye:before { content: '\e837'; } /* '' */
+.icon-videocam:before { content: '\e838'; } /* '' */
+.icon-phone:before { content: '\e839'; } /* '' */
 .icon-mail-filled:before { content: '\f0e0'; } /* '' */
 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
 .icon-angle-double-left:before { content: '\f100'; } /* '' */
 .icon-angle-double-right:before { content: '\f101'; } /* '' */
+.icon-angle-down:before { content: '\f107'; } /* '' */
 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
 .icon-unlink:before { content: '\f127'; } /* '' */
 .icon-shield:before { content: '\f132'; } /* '' */
@@ -130,4 +133,5 @@
 .icon-brush:before { content: '\f1fc'; } /* '' */
 .icon-server:before { content: '\f233'; } /* '' */
 .icon-basket:before { content: '\f291'; } /* '' */
+.icon-user-circle:before { content: '\f2bd'; } /* '' */
 .icon-search:before { content: '\f50d'; } /* '' */