comparison fonts/fontello/css/fontello.css @ 81:7b2df5255b79

fonts (icons): added "basket", "check" and "publish" icons
author Goffi <goffi@goffi.org>
date Thu, 25 Feb 2021 13:53:59 +0100
parents 4110f84cbde5
children d31fac1efcee
comparison
equal deleted inserted replaced
80:4110f84cbde5 81:7b2df5255b79
1 @font-face { 1 @font-face {
2 font-family: 'fontello'; 2 font-family: 'fontello';
3 src: url('../font/fontello.eot?68706469'); 3 src: url('../font/fontello.eot?64711335');
4 src: url('../font/fontello.eot?68706469#iefix') format('embedded-opentype'), 4 src: url('../font/fontello.eot?64711335#iefix') format('embedded-opentype'),
5 url('../font/fontello.woff2?68706469') format('woff2'), 5 url('../font/fontello.woff2?64711335') format('woff2'),
6 url('../font/fontello.woff?68706469') format('woff'), 6 url('../font/fontello.woff?64711335') format('woff'),
7 url('../font/fontello.ttf?68706469') format('truetype'), 7 url('../font/fontello.ttf?64711335') format('truetype'),
8 url('../font/fontello.svg?68706469#fontello') format('svg'); 8 url('../font/fontello.svg?64711335#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?68706469#fontello') format('svg'); 18 src: url('../font/fontello.svg?64711335#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 {
105 .icon-trash-empty:before { content: '\e82e'; } /* '' */ 105 .icon-trash-empty:before { content: '\e82e'; } /* '' */
106 .icon-volume-off:before { content: '\e82f'; } /* '' */ 106 .icon-volume-off:before { content: '\e82f'; } /* '' */
107 .icon-volume-up:before { content: '\e830'; } /* '' */ 107 .icon-volume-up:before { content: '\e830'; } /* '' */
108 .icon-resize-full:before { content: '\e831'; } /* '' */ 108 .icon-resize-full:before { content: '\e831'; } /* '' */
109 .icon-resize-small:before { content: '\e832'; } /* '' */ 109 .icon-resize-small:before { content: '\e832'; } /* '' */
110 .icon-check:before { content: '\e833'; } /* '' */
111 .icon-publish:before { content: '\e834'; } /* '' */
110 .icon-mail-filled:before { content: '\f0e0'; } /* '' */ 112 .icon-mail-filled:before { content: '\f0e0'; } /* '' */
111 .icon-comment-empty:before { content: '\f0e5'; } /* '' */ 113 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
112 .icon-angle-double-left:before { content: '\f100'; } /* '' */ 114 .icon-angle-double-left:before { content: '\f100'; } /* '' */
113 .icon-angle-double-right:before { content: '\f101'; } /* '' */ 115 .icon-angle-double-right:before { content: '\f101'; } /* '' */
114 .icon-folder-open-empty:before { content: '\f115'; } /* '' */ 116 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
122 .icon-file-video:before { content: '\f1c8'; } /* '' */ 124 .icon-file-video:before { content: '\f1c8'; } /* '' */
123 .icon-share:before { content: '\f1e0'; } /* '' */ 125 .icon-share:before { content: '\f1e0'; } /* '' */
124 .icon-plug:before { content: '\f1e6'; } /* '' */ 126 .icon-plug:before { content: '\f1e6'; } /* '' */
125 .icon-brush:before { content: '\f1fc'; } /* '' */ 127 .icon-brush:before { content: '\f1fc'; } /* '' */
126 .icon-server:before { content: '\f233'; } /* '' */ 128 .icon-server:before { content: '\f233'; } /* '' */
129 .icon-basket:before { content: '\f291'; } /* '' */
127 .icon-search:before { content: '\f50d'; } /* '' */ 130 .icon-search:before { content: '\f50d'; } /* '' */