comparison fonts/fontello/css/fontello.css @ 88:731c65802477 default tip

font (icons): add "mic" and "keyboard" icons
author Goffi <goffi@goffi.org>
date Thu, 30 May 2024 23:39:29 +0200
parents 7ce2d2475363
children
comparison
equal deleted inserted replaced
87:7ce2d2475363 88:731c65802477
1 @font-face { 1 @font-face {
2 font-family: 'fontello'; 2 font-family: 'fontello';
3 src: url('../font/fontello.eot?84022783'); 3 src: url('../font/fontello.eot?96157425');
4 src: url('../font/fontello.eot?84022783#iefix') format('embedded-opentype'), 4 src: url('../font/fontello.eot?96157425#iefix') format('embedded-opentype'),
5 url('../font/fontello.woff2?84022783') format('woff2'), 5 url('../font/fontello.woff2?96157425') format('woff2'),
6 url('../font/fontello.woff?84022783') format('woff'), 6 url('../font/fontello.woff?96157425') format('woff'),
7 url('../font/fontello.ttf?84022783') format('truetype'), 7 url('../font/fontello.ttf?96157425') format('truetype'),
8 url('../font/fontello.svg?84022783#fontello') format('svg'); 8 url('../font/fontello.svg?96157425#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?84022783#fontello') format('svg'); 18 src: url('../font/fontello.svg?96157425#fontello') format('svg');
19 } 19 }
20 } 20 }
21 */ 21 */
22 [class^="icon-"]:before, [class*=" icon-"]:before { 22 [class^="icon-"]:before, [class*=" icon-"]:before {
23 font-family: "fontello"; 23 font-family: "fontello";
119 .icon-angle-double-right:before { content: '\f101'; } /* '' */ 119 .icon-angle-double-right:before { content: '\f101'; } /* '' */
120 .icon-angle-down:before { content: '\f107'; } /* '' */ 120 .icon-angle-down:before { content: '\f107'; } /* '' */
121 .icon-quote-left:before { content: '\f10d'; } /* '' */ 121 .icon-quote-left:before { content: '\f10d'; } /* '' */
122 .icon-folder-open-empty:before { content: '\f115'; } /* '' */ 122 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
123 .icon-smile:before { content: '\f118'; } /* '' */ 123 .icon-smile:before { content: '\f118'; } /* '' */
124 .icon-keyboard:before { content: '\f11c'; } /* '' */
124 .icon-unlink:before { content: '\f127'; } /* '' */ 125 .icon-unlink:before { content: '\f127'; } /* '' */
126 .icon-mic:before { content: '\f130'; } /* '' */
125 .icon-shield:before { content: '\f132'; } /* '' */ 127 .icon-shield:before { content: '\f132'; } /* '' */
126 .icon-dot-3-vert:before { content: '\f142'; } /* '' */ 128 .icon-dot-3-vert:before { content: '\f142'; } /* '' */
127 .icon-play-circled:before { content: '\f144'; } /* '' */ 129 .icon-play-circled:before { content: '\f144'; } /* '' */
128 .icon-level-up:before { content: '\f148'; } /* '' */ 130 .icon-level-up:before { content: '\f148'; } /* '' */
129 .icon-file-image:before { content: '\f1c5'; } /* '' */ 131 .icon-file-image:before { content: '\f1c5'; } /* '' */