comparison fonts/fontello/css/fontello.css @ 75:255ad1b65519

fonts (icons): added "loop-alt" and "upload" icons
author Goffi <goffi@goffi.org>
date Sun, 23 Feb 2020 16:26:14 +0100
parents 5ca5a876fef3
children 0af8e53c638e
comparison
equal deleted inserted replaced
74:5ca5a876fef3 75:255ad1b65519
1 @font-face { 1 @font-face {
2 font-family: 'fontello'; 2 font-family: 'fontello';
3 src: url('../font/fontello.eot?73160412'); 3 src: url('../font/fontello.eot?33881552');
4 src: url('../font/fontello.eot?73160412#iefix') format('embedded-opentype'), 4 src: url('../font/fontello.eot?33881552#iefix') format('embedded-opentype'),
5 url('../font/fontello.woff2?73160412') format('woff2'), 5 url('../font/fontello.woff2?33881552') format('woff2'),
6 url('../font/fontello.woff?73160412') format('woff'), 6 url('../font/fontello.woff?33881552') format('woff'),
7 url('../font/fontello.ttf?73160412') format('truetype'), 7 url('../font/fontello.ttf?33881552') format('truetype'),
8 url('../font/fontello.svg?73160412#fontello') format('svg'); 8 url('../font/fontello.svg?33881552#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?73160412#fontello') format('svg'); 18 src: url('../font/fontello.svg?33881552#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 {
92 .icon-group:before { content: '\e822'; } /* '' */ 92 .icon-group:before { content: '\e822'; } /* '' */
93 .icon-ok:before { content: '\e823'; } /* '' */ 93 .icon-ok:before { content: '\e823'; } /* '' */
94 .icon-forward:before { content: '\e824'; } /* '' */ 94 .icon-forward:before { content: '\e824'; } /* '' */
95 .icon-box:before { content: '\e825'; } /* '' */ 95 .icon-box:before { content: '\e825'; } /* '' */
96 .icon-feed:before { content: '\e826'; } /* '' */ 96 .icon-feed:before { content: '\e826'; } /* '' */
97 .icon-upload:before { content: '\e827'; } /* '' */
97 .icon-cancel-circled:before { content: '\e828'; } /* '' */ 98 .icon-cancel-circled:before { content: '\e828'; } /* '' */
99 .icon-loop-alt:before { content: '\e829'; } /* '' */
98 .icon-comment-empty:before { content: '\f0e5'; } /* '' */ 100 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
99 .icon-angle-double-left:before { content: '\f100'; } /* '' */ 101 .icon-angle-double-left:before { content: '\f100'; } /* '' */
100 .icon-angle-double-right:before { content: '\f101'; } /* '' */ 102 .icon-angle-double-right:before { content: '\f101'; } /* '' */
101 .icon-folder-open-empty:before { content: '\f115'; } /* '' */ 103 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
102 .icon-unlink:before { content: '\f127'; } /* '' */ 104 .icon-unlink:before { content: '\f127'; } /* '' */