diff fonts/fontello/css/fontello.css @ 82:d31fac1efcee v0.8.0

fonts (icons): add "plus" icon
author Goffi <goffi@goffi.org>
date Sat, 27 Feb 2021 21:13:49 +0100
parents 7b2df5255b79
children b0816cd750fa
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css	Thu Feb 25 13:53:59 2021 +0100
+++ b/fonts/fontello/css/fontello.css	Sat Feb 27 21:13:49 2021 +0100
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  src: url('../font/fontello.eot?64711335');
-  src: url('../font/fontello.eot?64711335#iefix') format('embedded-opentype'),
-       url('../font/fontello.woff2?64711335') format('woff2'),
-       url('../font/fontello.woff?64711335') format('woff'),
-       url('../font/fontello.ttf?64711335') format('truetype'),
-       url('../font/fontello.svg?64711335#fontello') format('svg');
+  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');
   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?64711335#fontello') format('svg');
+    src: url('../font/fontello.svg?37425780#fontello') format('svg');
   }
 }
 */
@@ -109,6 +109,7 @@
 .icon-resize-small:before { content: '\e832'; } /* '' */
 .icon-check:before { content: '\e833'; } /* '' */
 .icon-publish:before { content: '\e834'; } /* '' */
+.icon-plus:before { content: '\e836'; } /* '' */
 .icon-mail-filled:before { content: '\f0e0'; } /* '' */
 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
 .icon-angle-double-left:before { content: '\f100'; } /* '' */