comparison fonts/fontello/css/fontello.css @ 61:adc174b6c7a7

fonts (icons): added icons for remote media control
author Goffi <goffi@goffi.org>
date Tue, 18 Sep 2018 21:01:08 +0200
parents b185ee5c3f25
children af93088008e9
comparison
equal deleted inserted replaced
60:1ae29b43e54d 61:adc174b6c7a7
1 @font-face { 1 @font-face {
2 font-family: 'fontello'; 2 font-family: 'fontello';
3 src: url('../font/fontello.eot?89776953'); 3 src: url('../font/fontello.eot?11380115');
4 src: url('../font/fontello.eot?89776953#iefix') format('embedded-opentype'), 4 src: url('../font/fontello.eot?11380115#iefix') format('embedded-opentype'),
5 url('../font/fontello.woff2?89776953') format('woff2'), 5 url('../font/fontello.woff2?11380115') format('woff2'),
6 url('../font/fontello.woff?89776953') format('woff'), 6 url('../font/fontello.woff?11380115') format('woff'),
7 url('../font/fontello.ttf?89776953') format('truetype'), 7 url('../font/fontello.ttf?11380115') format('truetype'),
8 url('../font/fontello.svg?89776953#fontello') format('svg'); 8 url('../font/fontello.svg?11380115#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?89776953#fontello') format('svg'); 18 src: url('../font/fontello.svg?11380115#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 {
72 .icon-dot-3:before { content: '\e80e'; } /* '' */ 72 .icon-dot-3:before { content: '\e80e'; } /* '' */
73 .icon-chat:before { content: '\e80f'; } /* '' */ 73 .icon-chat:before { content: '\e80f'; } /* '' */
74 .icon-exchange:before { content: '\e810'; } /* '' */ 74 .icon-exchange:before { content: '\e810'; } /* '' */
75 .icon-wrench:before { content: '\e811'; } /* '' */ 75 .icon-wrench:before { content: '\e811'; } /* '' */
76 .icon-pencil:before { content: '\e812'; } /* '' */ 76 .icon-pencil:before { content: '\e812'; } /* '' */
77 .icon-signal:before { content: '\e813'; } /* '' */
78 .icon-play:before { content: '\e814'; } /* '' */
79 .icon-video:before { content: '\e815'; } /* '' */
80 .icon-stop:before { content: '\e816'; } /* '' */
81 .icon-pause:before { content: '\e817'; } /* '' */
82 .icon-fast-fw:before { content: '\e818'; } /* '' */
83 .icon-fast-bw:before { content: '\e819'; } /* '' */
84 .icon-previous:before { content: '\e81a'; } /* '' */
85 .icon-next:before { content: '\e81b'; } /* '' */
77 .icon-comment-empty:before { content: '\f0e5'; } /* '' */ 86 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
78 .icon-folder-open-empty:before { content: '\f115'; } /* '' */ 87 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
79 .icon-level-up:before { content: '\f148'; } /* '' */ 88 .icon-level-up:before { content: '\f148'; } /* '' */
80 .icon-file-image:before { content: '\f1c5'; } /* '' */ 89 .icon-file-image:before { content: '\f1c5'; } /* '' */
81 .icon-file-audio:before { content: '\f1c7'; } /* '' */ 90 .icon-file-audio:before { content: '\f1c7'; } /* '' */