diff fonts/fontello/css/fontello.css @ 84:b0816cd750fa

fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
author Goffi <goffi@goffi.org>
date Wed, 28 Jun 2023 10:43:55 +0200
parents d31fac1efcee
children 7575f644b20e
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css	Tue Nov 30 23:43:32 2021 +0100
+++ b/fonts/fontello/css/fontello.css	Wed Jun 28 10:43:55 2023 +0200
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  src: url('../font/fontello.eot?37425780');
-  src: url('../font/fontello.eot?37425780#iefix') format('embedded-opentype'),
-       url('../font/fontello.woff2?37425780') format('woff2'),
-       url('../font/fontello.woff?37425780') format('woff'),
-       url('../font/fontello.ttf?37425780') format('truetype'),
-       url('../font/fontello.svg?37425780#fontello') format('svg');
+  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');
   font-weight: normal;
   font-style: normal;
 }
@@ -15,46 +15,45 @@
 @media screen and (-webkit-min-device-pixel-ratio:0) {
   @font-face {
     font-family: 'fontello';
-    src: url('../font/fontello.svg?37425780#fontello') format('svg');
+    src: url('../font/fontello.svg?57876889#fontello') format('svg');
   }
 }
 */
- 
- [class^="icon-"]:before, [class*=" icon-"]:before {
+[class^="icon-"]:before, [class*=" icon-"]:before {
   font-family: "fontello";
   font-style: normal;
   font-weight: normal;
   speak: never;
- 
+
   display: inline-block;
   text-decoration: inherit;
   width: 1em;
   margin-right: .2em;
   text-align: center;
   /* opacity: .8; */
- 
+
   /* For safety - reset parent styles, that can break glyph codes*/
   font-variant: normal;
   text-transform: none;
- 
+
   /* fix buttons height, for twitter bootstrap */
   line-height: 1em;
- 
+
   /* Animation center compensation - margins should be symmetric */
   /* remove if not needed */
   margin-left: .2em;
- 
+
   /* you can be more comfortable with increased icons size */
   /* font-size: 120%; */
- 
+
   /* Font smoothing. That was taken from TWBS */
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
- 
+
   /* Uncomment for 3D effect */
   /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
 }
- 
+
 .icon-loading:before { content: '\e744'; } /* '' */
 .icon-doc:before { content: '\e800'; } /* '' */
 .icon-desktop:before { content: '\e801'; } /* '' */
@@ -109,7 +108,9 @@
 .icon-resize-small:before { content: '\e832'; } /* '' */
 .icon-check:before { content: '\e833'; } /* '' */
 .icon-publish:before { content: '\e834'; } /* '' */
+.icon-attach:before { content: '\e835'; } /* '' */
 .icon-plus:before { content: '\e836'; } /* '' */
+.icon-eye:before { content: '\e837'; } /* '' */
 .icon-mail-filled:before { content: '\f0e0'; } /* '' */
 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
 .icon-angle-double-left:before { content: '\f100'; } /* '' */
@@ -123,9 +124,10 @@
 .icon-file-image:before { content: '\f1c5'; } /* '' */
 .icon-file-audio:before { content: '\f1c7'; } /* '' */
 .icon-file-video:before { content: '\f1c8'; } /* '' */
+.icon-paper-plane-empty:before { content: '\f1d9'; } /* '' */
 .icon-share:before { content: '\f1e0'; } /* '' */
 .icon-plug:before { content: '\f1e6'; } /* '' */
 .icon-brush:before { content: '\f1fc'; } /* '' */
 .icon-server:before { content: '\f233'; } /* '' */
 .icon-basket:before { content: '\f291'; } /* '' */
-.icon-search:before { content: '\f50d'; } /* '' */
\ No newline at end of file
+.icon-search:before { content: '\f50d'; } /* '' */