comparison fonts/fontello/css/fontello.css @ 77:7bc307f36741

fonts (icons): added "download" and "trash-empty" icons
author Goffi <goffi@goffi.org>
date Fri, 19 Jun 2020 16:50:27 +0200
parents 0af8e53c638e
children 54e1f518d7ad
comparison
equal deleted inserted replaced
76:0af8e53c638e 77:7bc307f36741
1 @font-face { 1 @font-face {
2 font-family: 'fontello'; 2 font-family: 'fontello';
3 src: url('../font/fontello.eot?41918141'); 3 src: url('../font/fontello.eot?58840186');
4 src: url('../font/fontello.eot?41918141#iefix') format('embedded-opentype'), 4 src: url('../font/fontello.eot?58840186#iefix') format('embedded-opentype'),
5 url('../font/fontello.woff2?41918141') format('woff2'), 5 url('../font/fontello.woff2?58840186') format('woff2'),
6 url('../font/fontello.woff?41918141') format('woff'), 6 url('../font/fontello.woff?58840186') format('woff'),
7 url('../font/fontello.ttf?41918141') format('truetype'), 7 url('../font/fontello.ttf?58840186') format('truetype'),
8 url('../font/fontello.svg?41918141#fontello') format('svg'); 8 url('../font/fontello.svg?58840186#fontello') format('svg');
9 font-weight: normal; 9 font-weight: normal;
10 font-style: normal; 10 font-style: normal;
11 } 11 }
12 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ 12 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
13 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ 13 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
14 /* 14 /*
15 @media screen and (-webkit-min-device-pixel-ratio:0) { 15 @media screen and (-webkit-min-device-pixel-ratio:0) {
16 @font-face { 16 @font-face {
17 font-family: 'fontello'; 17 font-family: 'fontello';
18 src: url('../font/fontello.svg?41918141#fontello') format('svg'); 18 src: url('../font/fontello.svg?58840186#fontello') format('svg');
19 } 19 }
20 } 20 }
21 */ 21 */
22 22
23 [class^="icon-"]:before, [class*=" icon-"]:before { 23 [class^="icon-"]:before, [class*=" icon-"]:before {
24 font-family: "fontello"; 24 font-family: "fontello";
25 font-style: normal; 25 font-style: normal;
26 font-weight: normal; 26 font-weight: normal;
27 speak: none; 27 speak: never;
28 28
29 display: inline-block; 29 display: inline-block;
30 text-decoration: inherit; 30 text-decoration: inherit;
31 width: 1em; 31 width: 1em;
32 margin-right: .2em; 32 margin-right: .2em;
98 .icon-cancel-circled:before { content: '\e828'; } /* '' */ 98 .icon-cancel-circled:before { content: '\e828'; } /* '' */
99 .icon-loop-alt:before { content: '\e829'; } /* '' */ 99 .icon-loop-alt:before { content: '\e829'; } /* '' */
100 .icon-person:before { content: '\e82a'; } /* '' */ 100 .icon-person:before { content: '\e82a'; } /* '' */
101 .icon-key:before { content: '\e82b'; } /* '' */ 101 .icon-key:before { content: '\e82b'; } /* '' */
102 .icon-mail:before { content: '\e82c'; } /* '' */ 102 .icon-mail:before { content: '\e82c'; } /* '' */
103 .icon-download:before { content: '\e82d'; } /* '' */
104 .icon-trash-empty:before { content: '\e82e'; } /* '' */
103 .icon-mail-filled:before { content: '\f0e0'; } /* '' */ 105 .icon-mail-filled:before { content: '\f0e0'; } /* '' */
104 .icon-comment-empty:before { content: '\f0e5'; } /* '' */ 106 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
105 .icon-angle-double-left:before { content: '\f100'; } /* '' */ 107 .icon-angle-double-left:before { content: '\f100'; } /* '' */
106 .icon-angle-double-right:before { content: '\f101'; } /* '' */ 108 .icon-angle-double-right:before { content: '\f101'; } /* '' */
107 .icon-folder-open-empty:before { content: '\f115'; } /* '' */ 109 .icon-folder-open-empty:before { content: '\f115'; } /* '' */