diff fonts/fontello/css/fontello.css @ 46:3cd7354ab2dc

fonts (icons): added "merge" icon
author Goffi <goffi@goffi.org>
date Tue, 27 Mar 2018 08:34:18 +0200
parents 1d4716222c41
children 56344bb45feb
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css	Mon Mar 26 21:34:22 2018 +0200
+++ b/fonts/fontello/css/fontello.css	Tue Mar 27 08:34:18 2018 +0200
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  src: url('../font/fontello.eot?11966342');
-  src: url('../font/fontello.eot?11966342#iefix') format('embedded-opentype'),
-       url('../font/fontello.woff2?11966342') format('woff2'),
-       url('../font/fontello.woff?11966342') format('woff'),
-       url('../font/fontello.ttf?11966342') format('truetype'),
-       url('../font/fontello.svg?11966342#fontello') format('svg');
+  src: url('../font/fontello.eot?29870588');
+  src: url('../font/fontello.eot?29870588#iefix') format('embedded-opentype'),
+       url('../font/fontello.woff2?29870588') format('woff2'),
+       url('../font/fontello.woff?29870588') format('woff'),
+       url('../font/fontello.ttf?29870588') format('truetype'),
+       url('../font/fontello.svg?29870588#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?11966342#fontello') format('svg');
+    src: url('../font/fontello.svg?29870588#fontello') format('svg');
   }
 }
 */
@@ -62,6 +62,7 @@
 .icon-terminal:before { content: '\e804'; } /* '' */
 .icon-blog:before { content: '\e805'; } /* '' */
 .icon-clipboard:before { content: '\e806'; } /* '' */
+.icon-merge:before { content: '\e807'; } /* '' */
 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
 .icon-level-up:before { content: '\f148'; } /* '' */