annotate fonts/fontello/css/fontello.css @ 89:92b844829ae2

fonts: fontawesome integration: Include parts of fontawesome free "for the web" 6.6.0, which will be used for icons in frontends to replace fontello. Fontello is not maintained anymore (last commit 2 years ago), and has licensing issues (some icons were advertise as free while they were not). It will be removed from this repository, and fontawesome is used instead. Only the parts actually used in Libervia frontends are included, to save space.
author Goffi <goffi@goffi.org>
date Sat, 26 Oct 2024 21:42:44 +0200
parents 731c65802477
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
42
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
1 @font-face {
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
2 font-family: 'fontello';
88
731c65802477 font (icons): add "mic" and "keyboard" icons
Goffi <goffi@goffi.org>
parents: 87
diff changeset
3 src: url('../font/fontello.eot?96157425');
731c65802477 font (icons): add "mic" and "keyboard" icons
Goffi <goffi@goffi.org>
parents: 87
diff changeset
4 src: url('../font/fontello.eot?96157425#iefix') format('embedded-opentype'),
731c65802477 font (icons): add "mic" and "keyboard" icons
Goffi <goffi@goffi.org>
parents: 87
diff changeset
5 url('../font/fontello.woff2?96157425') format('woff2'),
731c65802477 font (icons): add "mic" and "keyboard" icons
Goffi <goffi@goffi.org>
parents: 87
diff changeset
6 url('../font/fontello.woff?96157425') format('woff'),
731c65802477 font (icons): add "mic" and "keyboard" icons
Goffi <goffi@goffi.org>
parents: 87
diff changeset
7 url('../font/fontello.ttf?96157425') format('truetype'),
731c65802477 font (icons): add "mic" and "keyboard" icons
Goffi <goffi@goffi.org>
parents: 87
diff changeset
8 url('../font/fontello.svg?96157425#fontello') format('svg');
42
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
9 font-weight: normal;
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
10 font-style: normal;
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
11 }
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
12 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
13 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
14 /*
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
15 @media screen and (-webkit-min-device-pixel-ratio:0) {
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
16 @font-face {
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
17 font-family: 'fontello';
88
731c65802477 font (icons): add "mic" and "keyboard" icons
Goffi <goffi@goffi.org>
parents: 87
diff changeset
18 src: url('../font/fontello.svg?96157425#fontello') format('svg');
42
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
19 }
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
20 }
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
21 */
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
22 [class^="icon-"]:before, [class*=" icon-"]:before {
42
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
23 font-family: "fontello";
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
24 font-style: normal;
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
25 font-weight: normal;
77
7bc307f36741 fonts (icons): added "download" and "trash-empty" icons
Goffi <goffi@goffi.org>
parents: 76
diff changeset
26 speak: never;
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
27
42
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
28 display: inline-block;
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
29 text-decoration: inherit;
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
30 width: 1em;
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
31 margin-right: .2em;
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
32 text-align: center;
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
33 /* opacity: .8; */
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
34
42
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
35 /* For safety - reset parent styles, that can break glyph codes*/
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
36 font-variant: normal;
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
37 text-transform: none;
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
38
42
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
39 /* fix buttons height, for twitter bootstrap */
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
40 line-height: 1em;
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
41
42
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
42 /* Animation center compensation - margins should be symmetric */
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
43 /* remove if not needed */
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
44 margin-left: .2em;
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
45
42
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
46 /* you can be more comfortable with increased icons size */
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
47 /* font-size: 120%; */
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
48
42
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
49 /* Font smoothing. That was taken from TWBS */
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
50 -webkit-font-smoothing: antialiased;
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
51 -moz-osx-font-smoothing: grayscale;
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
52
42
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
53 /* Uncomment for 3D effect */
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
54 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
55 }
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
56
79
df5067fa5d3c fonts (icons): added "loading" icons
Goffi <goffi@goffi.org>
parents: 78
diff changeset
57 .icon-loading:before { content: '\e744'; } /* '' */
42
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
58 .icon-doc:before { content: '\e800'; } /* '' */
43
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
59 .icon-desktop:before { content: '\e801'; } /* '' */
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
60 .icon-mobile:before { content: '\e802'; } /* '' */
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
61 .icon-globe:before { content: '\e803'; } /* '' */
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
62 .icon-terminal:before { content: '\e804'; } /* '' */
44
76c1ffbeb119 fonts (icons): added "blog" icon
Goffi <goffi@goffi.org>
parents: 43
diff changeset
63 .icon-blog:before { content: '\e805'; } /* '' */
45
1d4716222c41 fonts (icons): added "clipboard" icon
Goffi <goffi@goffi.org>
parents: 44
diff changeset
64 .icon-clipboard:before { content: '\e806'; } /* '' */
46
3cd7354ab2dc fonts (icons): added "merge" icon
Goffi <goffi@goffi.org>
parents: 45
diff changeset
65 .icon-merge:before { content: '\e807'; } /* '' */
47
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
66 .icon-lock:before { content: '\e808'; } /* '' */
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
67 .icon-lock-filled:before { content: '\e809'; } /* '' */
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
68 .icon-lock-open:before { content: '\e80a'; } /* '' */
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
69 .icon-lock-open-filled:before { content: '\e80b'; } /* '' */
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
70 .icon-plus-circled:before { content: '\e80c'; } /* '' */
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
71 .icon-resize-vertical:before { content: '\e80d'; } /* '' */
56344bb45feb fonts (icons): added "lock" (+ variants), "plus-circled", "resize-vertical" and "dot-3" icons
Goffi <goffi@goffi.org>
parents: 46
diff changeset
72 .icon-dot-3:before { content: '\e80e'; } /* '' */
49
00f80adfcf0e fonts (icons): added chat and wrench icons
Goffi <goffi@goffi.org>
parents: 47
diff changeset
73 .icon-chat:before { content: '\e80f'; } /* '' */
55
3674c144c0f1 fonts (icons): added "exchange" icon
Goffi <goffi@goffi.org>
parents: 54
diff changeset
74 .icon-exchange:before { content: '\e810'; } /* '' */
49
00f80adfcf0e fonts (icons): added chat and wrench icons
Goffi <goffi@goffi.org>
parents: 47
diff changeset
75 .icon-wrench:before { content: '\e811'; } /* '' */
58
b185ee5c3f25 fonts (icons): added "pencil" icon
Goffi <goffi@goffi.org>
parents: 55
diff changeset
76 .icon-pencil:before { content: '\e812'; } /* '' */
61
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
77 .icon-signal:before { content: '\e813'; } /* '' */
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
78 .icon-play:before { content: '\e814'; } /* '' */
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
79 .icon-video:before { content: '\e815'; } /* '' */
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
80 .icon-stop:before { content: '\e816'; } /* '' */
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
81 .icon-pause:before { content: '\e817'; } /* '' */
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
82 .icon-fast-fw:before { content: '\e818'; } /* '' */
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
83 .icon-fast-bw:before { content: '\e819'; } /* '' */
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
84 .icon-previous:before { content: '\e81a'; } /* '' */
adc174b6c7a7 fonts (icons): added icons for remote media control
Goffi <goffi@goffi.org>
parents: 58
diff changeset
85 .icon-next:before { content: '\e81b'; } /* '' */
63
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
86 .icon-warning:before { content: '\e81c'; } /* '' */
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
87 .icon-info:before { content: '\e81d'; } /* '' */
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
88 .icon-error:before { content: '\e81e'; } /* '' */
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
89 .icon-picture:before { content: '\e81f'; } /* '' */
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
90 .icon-calendar:before { content: '\e820'; } /* '' */
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
91 .icon-heart-filled:before { content: '\e821'; } /* '' */
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
92 .icon-group:before { content: '\e822'; } /* '' */
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
93 .icon-ok:before { content: '\e823'; } /* '' */
65
a0e7fcd735f3 fonts (icons): added "forward" and "dot-3-vert" icons
Goffi <goffi@goffi.org>
parents: 63
diff changeset
94 .icon-forward:before { content: '\e824'; } /* '' */
67
b7bc4a365708 fonts (icons): added "box" icon
Goffi <goffi@goffi.org>
parents: 65
diff changeset
95 .icon-box:before { content: '\e825'; } /* '' */
68
a9637d6fc4e6 fonts (icons): added "feed" icon
Goffi <goffi@goffi.org>
parents: 67
diff changeset
96 .icon-feed:before { content: '\e826'; } /* '' */
75
255ad1b65519 fonts (icons): added "loop-alt" and "upload" icons
Goffi <goffi@goffi.org>
parents: 74
diff changeset
97 .icon-upload:before { content: '\e827'; } /* '' */
74
5ca5a876fef3 fonts (icons): added "cancel-circled" icon
Goffi <goffi@goffi.org>
parents: 73
diff changeset
98 .icon-cancel-circled:before { content: '\e828'; } /* '' */
75
255ad1b65519 fonts (icons): added "loop-alt" and "upload" icons
Goffi <goffi@goffi.org>
parents: 74
diff changeset
99 .icon-loop-alt:before { content: '\e829'; } /* '' */
76
0af8e53c638e fonts (icons): added "key", "person", "mail" and "mail-filled" icons
Goffi <goffi@goffi.org>
parents: 75
diff changeset
100 .icon-person:before { content: '\e82a'; } /* '' */
0af8e53c638e fonts (icons): added "key", "person", "mail" and "mail-filled" icons
Goffi <goffi@goffi.org>
parents: 75
diff changeset
101 .icon-key:before { content: '\e82b'; } /* '' */
0af8e53c638e fonts (icons): added "key", "person", "mail" and "mail-filled" icons
Goffi <goffi@goffi.org>
parents: 75
diff changeset
102 .icon-mail:before { content: '\e82c'; } /* '' */
77
7bc307f36741 fonts (icons): added "download" and "trash-empty" icons
Goffi <goffi@goffi.org>
parents: 76
diff changeset
103 .icon-download:before { content: '\e82d'; } /* '' */
7bc307f36741 fonts (icons): added "download" and "trash-empty" icons
Goffi <goffi@goffi.org>
parents: 76
diff changeset
104 .icon-trash-empty:before { content: '\e82e'; } /* '' */
78
54e1f518d7ad fonts (icons): added "play-circled", "volume-off", "volume-up", "resize-full" and "resize-small" icons
Goffi <goffi@goffi.org>
parents: 77
diff changeset
105 .icon-volume-off:before { content: '\e82f'; } /* '' */
54e1f518d7ad fonts (icons): added "play-circled", "volume-off", "volume-up", "resize-full" and "resize-small" icons
Goffi <goffi@goffi.org>
parents: 77
diff changeset
106 .icon-volume-up:before { content: '\e830'; } /* '' */
54e1f518d7ad fonts (icons): added "play-circled", "volume-off", "volume-up", "resize-full" and "resize-small" icons
Goffi <goffi@goffi.org>
parents: 77
diff changeset
107 .icon-resize-full:before { content: '\e831'; } /* '' */
80
4110f84cbde5 fonts (icons): add "search" icon.
Goffi <goffi@goffi.org>
parents: 79
diff changeset
108 .icon-resize-small:before { content: '\e832'; } /* '' */
81
7b2df5255b79 fonts (icons): added "basket", "check" and "publish" icons
Goffi <goffi@goffi.org>
parents: 80
diff changeset
109 .icon-check:before { content: '\e833'; } /* '' */
7b2df5255b79 fonts (icons): added "basket", "check" and "publish" icons
Goffi <goffi@goffi.org>
parents: 80
diff changeset
110 .icon-publish:before { content: '\e834'; } /* '' */
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
111 .icon-attach:before { content: '\e835'; } /* '' */
82
d31fac1efcee fonts (icons): add "plus" icon
Goffi <goffi@goffi.org>
parents: 81
diff changeset
112 .icon-plus:before { content: '\e836'; } /* '' */
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
113 .icon-eye:before { content: '\e837'; } /* '' */
85
7575f644b20e fonts (icons): add "videocam", "user-circle", "phone" and "angle-down" icons
Goffi <goffi@goffi.org>
parents: 84
diff changeset
114 .icon-videocam:before { content: '\e838'; } /* '' */
7575f644b20e fonts (icons): add "videocam", "user-circle", "phone" and "angle-down" icons
Goffi <goffi@goffi.org>
parents: 84
diff changeset
115 .icon-phone:before { content: '\e839'; } /* '' */
76
0af8e53c638e fonts (icons): added "key", "person", "mail" and "mail-filled" icons
Goffi <goffi@goffi.org>
parents: 75
diff changeset
116 .icon-mail-filled:before { content: '\f0e0'; } /* '' */
54
7c32c7d4bbb4 fonts (icons): re-added "comment-empty", removed while still used
Goffi <goffi@goffi.org>
parents: 49
diff changeset
117 .icon-comment-empty:before { content: '\f0e5'; } /* '' */
62
af93088008e9 fonts (icons): added angle-double-left angle-double-right and shield icons
Goffi <goffi@goffi.org>
parents: 61
diff changeset
118 .icon-angle-double-left:before { content: '\f100'; } /* '' */
af93088008e9 fonts (icons): added angle-double-left angle-double-right and shield icons
Goffi <goffi@goffi.org>
parents: 61
diff changeset
119 .icon-angle-double-right:before { content: '\f101'; } /* '' */
85
7575f644b20e fonts (icons): add "videocam", "user-circle", "phone" and "angle-down" icons
Goffi <goffi@goffi.org>
parents: 84
diff changeset
120 .icon-angle-down:before { content: '\f107'; } /* '' */
87
7ce2d2475363 fonts (icons): add "quote-left" icon
Goffi <goffi@goffi.org>
parents: 86
diff changeset
121 .icon-quote-left:before { content: '\f10d'; } /* '' */
42
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
122 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
86
b8386ab727ec fonts (icons): add "smile" icon
Goffi <goffi@goffi.org>
parents: 85
diff changeset
123 .icon-smile:before { content: '\f118'; } /* '' */
88
731c65802477 font (icons): add "mic" and "keyboard" icons
Goffi <goffi@goffi.org>
parents: 87
diff changeset
124 .icon-keyboard:before { content: '\f11c'; } /* '' */
63
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
125 .icon-unlink:before { content: '\f127'; } /* '' */
88
731c65802477 font (icons): add "mic" and "keyboard" icons
Goffi <goffi@goffi.org>
parents: 87
diff changeset
126 .icon-mic:before { content: '\f130'; } /* '' */
62
af93088008e9 fonts (icons): added angle-double-left angle-double-right and shield icons
Goffi <goffi@goffi.org>
parents: 61
diff changeset
127 .icon-shield:before { content: '\f132'; } /* '' */
65
a0e7fcd735f3 fonts (icons): added "forward" and "dot-3-vert" icons
Goffi <goffi@goffi.org>
parents: 63
diff changeset
128 .icon-dot-3-vert:before { content: '\f142'; } /* '' */
78
54e1f518d7ad fonts (icons): added "play-circled", "volume-off", "volume-up", "resize-full" and "resize-small" icons
Goffi <goffi@goffi.org>
parents: 77
diff changeset
129 .icon-play-circled:before { content: '\f144'; } /* '' */
42
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
130 .icon-level-up:before { content: '\f148'; } /* '' */
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
131 .icon-file-image:before { content: '\f1c5'; } /* '' */
9a8a5d8f5b86 fonts: added a set of icon fonts generated by fontello + their plain svg version (cf. README_SAT)
Goffi <goffi@goffi.org>
parents:
diff changeset
132 .icon-file-audio:before { content: '\f1c7'; } /* '' */
43
edbbdece2a68 fonts: added icons
Goffi <goffi@goffi.org>
parents: 42
diff changeset
133 .icon-file-video:before { content: '\f1c8'; } /* '' */
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
134 .icon-paper-plane-empty:before { content: '\f1d9'; } /* '' */
72
8fbcc243bba4 fonts (icons): added share icon
Goffi <goffi@goffi.org>
parents: 68
diff changeset
135 .icon-share:before { content: '\f1e0'; } /* '' */
73
d0a77057c9ab fonts (icons): added "plug" icon
Goffi <goffi@goffi.org>
parents: 72
diff changeset
136 .icon-plug:before { content: '\f1e6'; } /* '' */
63
925b52d1e0fd fonts (icons): added warning, info, error, picture, calendar, heart, group, ok, unlink and brush icons
Goffi <goffi@goffi.org>
parents: 62
diff changeset
137 .icon-brush:before { content: '\f1fc'; } /* '' */
80
4110f84cbde5 fonts (icons): add "search" icon.
Goffi <goffi@goffi.org>
parents: 79
diff changeset
138 .icon-server:before { content: '\f233'; } /* '' */
81
7b2df5255b79 fonts (icons): added "basket", "check" and "publish" icons
Goffi <goffi@goffi.org>
parents: 80
diff changeset
139 .icon-basket:before { content: '\f291'; } /* '' */
85
7575f644b20e fonts (icons): add "videocam", "user-circle", "phone" and "angle-down" icons
Goffi <goffi@goffi.org>
parents: 84
diff changeset
140 .icon-user-circle:before { content: '\f2bd'; } /* '' */
84
b0816cd750fa fonts (icons): add "attach", "paper-plane-empty" and "eye" icons
Goffi <goffi@goffi.org>
parents: 82
diff changeset
141 .icon-search:before { content: '\f50d'; } /* '' */