diff fonts/fontello/css/fontello.css @ 43:edbbdece2a68

fonts: added icons
author Goffi <goffi@goffi.org>
date Sat, 24 Mar 2018 10:31:36 +0100
parents 9a8a5d8f5b86
children 76c1ffbeb119
line wrap: on
line diff
--- a/fonts/fontello/css/fontello.css	Sun Mar 11 19:13:35 2018 +0100
+++ b/fonts/fontello/css/fontello.css	Sat Mar 24 10:31:36 2018 +0100
@@ -1,11 +1,11 @@
 @font-face {
   font-family: 'fontello';
-  src: url('../font/fontello.eot?95304879');
-  src: url('../font/fontello.eot?95304879#iefix') format('embedded-opentype'),
-       url('../font/fontello.woff2?95304879') format('woff2'),
-       url('../font/fontello.woff?95304879') format('woff'),
-       url('../font/fontello.ttf?95304879') format('truetype'),
-       url('../font/fontello.svg?95304879#fontello') format('svg');
+  src: url('../font/fontello.eot?3125614');
+  src: url('../font/fontello.eot?3125614#iefix') format('embedded-opentype'),
+       url('../font/fontello.woff2?3125614') format('woff2'),
+       url('../font/fontello.woff?3125614') format('woff'),
+       url('../font/fontello.ttf?3125614') format('truetype'),
+       url('../font/fontello.svg?3125614#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?95304879#fontello') format('svg');
+    src: url('../font/fontello.svg?3125614#fontello') format('svg');
   }
 }
 */
@@ -56,8 +56,14 @@
 }
  
 .icon-doc:before { content: '\e800'; } /* '' */
+.icon-desktop:before { content: '\e801'; } /* '' */
+.icon-mobile:before { content: '\e802'; } /* '' */
+.icon-globe:before { content: '\e803'; } /* '' */
+.icon-terminal:before { content: '\e804'; } /* '' */
+.icon-comment-empty:before { content: '\f0e5'; } /* '' */
 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
 .icon-level-up:before { content: '\f148'; } /* '' */
 .icon-file-image:before { content: '\f1c5'; } /* '' */
 .icon-file-audio:before { content: '\f1c7'; } /* '' */
-.icon-file-video:before { content: '\f1c8'; } /* '' */
\ No newline at end of file
+.icon-file-video:before { content: '\f1c8'; } /* '' */
+.icon-server:before { content: '\f233'; } /* '' */
\ No newline at end of file