comparison fonts/fontello/css/fontello.css @ 87:7ce2d2475363 default tip

fonts (icons): add "quote-left" icon
author Goffi <goffi@goffi.org>
date Tue, 28 Nov 2023 17:45:28 +0100
parents b8386ab727ec
children
comparison
equal deleted inserted replaced
86:b8386ab727ec 87:7ce2d2475363
1 @font-face { 1 @font-face {
2 font-family: 'fontello'; 2 font-family: 'fontello';
3 src: url('../font/fontello.eot?3603334'); 3 src: url('../font/fontello.eot?84022783');
4 src: url('../font/fontello.eot?3603334#iefix') format('embedded-opentype'), 4 src: url('../font/fontello.eot?84022783#iefix') format('embedded-opentype'),
5 url('../font/fontello.woff2?3603334') format('woff2'), 5 url('../font/fontello.woff2?84022783') format('woff2'),
6 url('../font/fontello.woff?3603334') format('woff'), 6 url('../font/fontello.woff?84022783') format('woff'),
7 url('../font/fontello.ttf?3603334') format('truetype'), 7 url('../font/fontello.ttf?84022783') format('truetype'),
8 url('../font/fontello.svg?3603334#fontello') format('svg'); 8 url('../font/fontello.svg?84022783#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?3603334#fontello') format('svg'); 18 src: url('../font/fontello.svg?84022783#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";
116 .icon-mail-filled:before { content: '\f0e0'; } /* '' */ 116 .icon-mail-filled:before { content: '\f0e0'; } /* '' */
117 .icon-comment-empty:before { content: '\f0e5'; } /* '' */ 117 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
118 .icon-angle-double-left:before { content: '\f100'; } /* '' */ 118 .icon-angle-double-left:before { content: '\f100'; } /* '' */
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-folder-open-empty:before { content: '\f115'; } /* '' */ 122 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
122 .icon-smile:before { content: '\f118'; } /* '' */ 123 .icon-smile:before { content: '\f118'; } /* '' */
123 .icon-unlink:before { content: '\f127'; } /* '' */ 124 .icon-unlink:before { content: '\f127'; } /* '' */
124 .icon-shield:before { content: '\f132'; } /* '' */ 125 .icon-shield:before { content: '\f132'; } /* '' */
125 .icon-dot-3-vert:before { content: '\f142'; } /* '' */ 126 .icon-dot-3-vert:before { content: '\f142'; } /* '' */