comparison fonts/fontello/css/fontello.css @ 72:8fbcc243bba4

fonts (icons): added share icon
author Goffi <goffi@goffi.org>
date Mon, 21 Oct 2019 23:39:22 +0200
parents a9637d6fc4e6
children d0a77057c9ab
comparison
equal deleted inserted replaced
71:2337de556092 72:8fbcc243bba4
1 @font-face { 1 @font-face {
2 font-family: 'fontello'; 2 font-family: 'fontello';
3 src: url('../font/fontello.eot?24254542'); 3 src: url('../font/fontello.eot?25931911');
4 src: url('../font/fontello.eot?24254542#iefix') format('embedded-opentype'), 4 src: url('../font/fontello.eot?25931911#iefix') format('embedded-opentype'),
5 url('../font/fontello.woff2?24254542') format('woff2'), 5 url('../font/fontello.woff2?25931911') format('woff2'),
6 url('../font/fontello.woff?24254542') format('woff'), 6 url('../font/fontello.woff?25931911') format('woff'),
7 url('../font/fontello.ttf?24254542') format('truetype'), 7 url('../font/fontello.ttf?25931911') format('truetype'),
8 url('../font/fontello.svg?24254542#fontello') format('svg'); 8 url('../font/fontello.svg?25931911#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?24254542#fontello') format('svg'); 18 src: url('../font/fontello.svg?25931911#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 {
103 .icon-dot-3-vert:before { content: '\f142'; } /* '' */ 103 .icon-dot-3-vert:before { content: '\f142'; } /* '' */
104 .icon-level-up:before { content: '\f148'; } /* '' */ 104 .icon-level-up:before { content: '\f148'; } /* '' */
105 .icon-file-image:before { content: '\f1c5'; } /* '' */ 105 .icon-file-image:before { content: '\f1c5'; } /* '' */
106 .icon-file-audio:before { content: '\f1c7'; } /* '' */ 106 .icon-file-audio:before { content: '\f1c7'; } /* '' */
107 .icon-file-video:before { content: '\f1c8'; } /* '' */ 107 .icon-file-video:before { content: '\f1c8'; } /* '' */
108 .icon-share:before { content: '\f1e0'; } /* '' */
108 .icon-brush:before { content: '\f1fc'; } /* '' */ 109 .icon-brush:before { content: '\f1fc'; } /* '' */
109 .icon-server:before { content: '\f233'; } /* '' */ 110 .icon-server:before { content: '\f233'; } /* '' */