diff fonts/fontello/css/fontello.css @ 86:b8386ab727ec

fonts (icons): add "smile" icon
author Goffi <goffi@goffi.org>
date Wed, 08 Nov 2023 16:41:23 +0100
parents 7575f644b20e
children 7ce2d2475363
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css	Tue Aug 08 23:35:19 2023 +0200
+++ b/fonts/fontello/css/fontello.css	Wed Nov 08 16:41:23 2023 +0100
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  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');
+  src: url('../font/fontello.eot?3603334');
+  src: url('../font/fontello.eot?3603334#iefix') format('embedded-opentype'),
+       url('../font/fontello.woff2?3603334') format('woff2'),
+       url('../font/fontello.woff?3603334') format('woff'),
+       url('../font/fontello.ttf?3603334') format('truetype'),
+       url('../font/fontello.svg?3603334#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?90775168#fontello') format('svg');
+    src: url('../font/fontello.svg?3603334#fontello') format('svg');
   }
 }
 */
@@ -119,6 +119,7 @@
 .icon-angle-double-right:before { content: '\f101'; } /* '' */
 .icon-angle-down:before { content: '\f107'; } /* '' */
 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
+.icon-smile:before { content: '\f118'; } /* '' */
 .icon-unlink:before { content: '\f127'; } /* '' */
 .icon-shield:before { content: '\f132'; } /* '' */
 .icon-dot-3-vert:before { content: '\f142'; } /* '' */