font-icons 1.0.0.beta → 1.0.1.beta

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,12 +2,12 @@
2
2
 
3
3
  Get the plugin:
4
4
 
5
- $ git clone git://github.com/krisbulman/font-icons.git
5
+ $ gem install font-icons --pre
6
6
 
7
7
  Install the plugin: (should automatically install latest dependencies for Compass)
8
8
 
9
9
  $ cd font-icons
10
- $ gem install font-icons-0.1.0.gem
10
+ $ gem install font-icons
11
11
 
12
12
  To add font-icons to an existing compass project:
13
13
 
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 0
4
- :patch: 0
4
+ :patch: 1
5
5
  :state: beta
6
6
  :build:
@@ -0,0 +1,26 @@
1
+ /*-------------Content----------------*/
2
+ .content { width: 1340px; margin: 0 auto; clear: both; padding-top: 20px; -webkit-transition: all .3s; }
3
+
4
+ /*------------- Four Column Row ----------------*/
5
+ ul.four-col-grid { padding-bottom: 40px; }
6
+
7
+ ul.four-col-grid li { width: 22%; margin-right: 4%; float: left; margin-bottom: 10px; }
8
+
9
+ ul.four-col-grid li:nth-child(4n+4) { margin-right: 0; float: right; }
10
+
11
+ /*------------- up to 1480px ----------------*/
12
+ @media only screen and (max-width: 1480px) { .content { width: 90%; } }
13
+ /*------------- small laptops / ipad in landscape ----------------*/
14
+ @media only screen and (max-width: 1120px) { ul.four-col-grid li { width: 30%; margin-right: 5%; }
15
+ ul.four-col-grid li:nth-child(4n+4) { margin-right: 5%; float: left; }
16
+ ul.four-col-grid li:nth-child(3n+3) { margin-right: 0; float: right; } }
17
+ /*------------- ipad in portrait ----------------*/
18
+ @media only screen and (max-width: 768px) { ul.four-col-grid li { width: 45%; margin-right: 10%; }
19
+ ul.four-col-grid li:nth-child(4n+4) { margin-right: 10%; float: left; }
20
+ ul.four-col-grid li:nth-child(3n+3) { margin-right: 10%; float: left; }
21
+ ul.four-col-grid li:nth-child(even) { margin-right: 0; float: right; }
22
+ ul.four-col-grid li:nth-child(odd) { clear: both; } }
23
+ /*------------- iphone in landscape ----------------*/
24
+ @media only screen and (max-width: 480px) { .content { width: 80%; padding-top: 20px; }
25
+ ul.four-col-grid li { width: 100%; margin-right: 0; float: none; }
26
+ ul.four-col-grid li:nth-child(even) { float: none; } }
@@ -5,31 +5,13 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
  <link rel="stylesheet" href="stylesheets/font-icon.css" type="text/css" charset="utf-8" />
8
+ <link rel="stylesheet" href="stylesheets/demo-layout.css" type="text/css" charset="utf-8" />
8
9
  </head>
9
10
 
10
11
  <body>
11
12
 
12
13
  <section class="content">
13
14
 
14
- <h2>Usage</h2>
15
- <pre>
16
- // Import font-icons compass extension
17
- @import "font-icons";
18
-
19
- // Add the font family
20
- @include font-icon-family(entypo);
21
-
22
- // Style your heart out
23
- ul.entypo {
24
- list-style: none;
25
- list-style-image: none;
26
- li {
27
- @include font-icon-base(entypo);
28
- &.entypo-music { @extend .entypo-music; }
29
- }
30
- }
31
- </pre>
32
-
33
15
  <h2>Entypo</h2>
34
16
 
35
17
  <ul class="entypo four-col-grid clearself">
@@ -0,0 +1,640 @@
1
+ @charset "UTF-8";
2
+ .iconic-lightbulb:before, ul.iconic li.iconic-lightbulb:before { content: "\e063"; }
3
+
4
+ .iconic-equalizer:before, ul.iconic li.iconic-equalizer:before { content: "\e052"; }
5
+
6
+ .iconic-brush_alt:before, ul.iconic li.iconic-brush_alt:before { content: "\e01c"; }
7
+
8
+ .iconic-move:before, ul.iconic li.iconic-move:before { content: "\e03e"; }
9
+
10
+ .iconic-tag_fill:before, ul.iconic li.iconic-tag_fill:before { content: "\e02b"; }
11
+
12
+ .iconic-book_alt2:before, ul.iconic li.iconic-book_alt2:before { content: "\e06a"; }
13
+
14
+ .iconic-layers:before, ul.iconic li.iconic-layers:before { content: "\e01f"; }
15
+
16
+ .iconic-chat_alt_fill:before, ul.iconic li.iconic-chat_alt_fill:before { content: "\e007"; }
17
+
18
+ .iconic-layers_alt:before, ul.iconic li.iconic-layers_alt:before { content: "\e020"; }
19
+
20
+ .iconic-cloud_upload:before, ul.iconic li.iconic-cloud_upload:before { content: "\e045"; }
21
+
22
+ .iconic-chart_alt:before, ul.iconic li.iconic-chart_alt:before { content: "\e029"; }
23
+
24
+ .iconic-fullscreen_exit_alt:before, ul.iconic li.iconic-fullscreen_exit_alt:before { content: "\e051"; }
25
+
26
+ .iconic-cloud_download:before, ul.iconic li.iconic-cloud_download:before { content: "\e044"; }
27
+
28
+ .iconic-paperclip:before, ul.iconic li.iconic-paperclip:before { content: "\e08a"; }
29
+
30
+ .iconic-heart_fill:before, ul.iconic li.iconic-heart_fill:before { content: "\2764"; }
31
+
32
+ .iconic-mail:before, ul.iconic li.iconic-mail:before { content: "\2709"; }
33
+
34
+ .iconic-pen_alt_fill:before, ul.iconic li.iconic-pen_alt_fill:before { content: "\e005"; }
35
+
36
+ .iconic-check_alt:before, ul.iconic li.iconic-check_alt:before { content: "\2718"; }
37
+
38
+ .iconic-battery_charging:before, ul.iconic li.iconic-battery_charging:before { content: "\e05d"; }
39
+
40
+ .iconic-lock_fill:before, ul.iconic li.iconic-lock_fill:before { content: "\e075"; }
41
+
42
+ .iconic-stop:before, ul.iconic li.iconic-stop:before { content: "\e04a"; }
43
+
44
+ .iconic-arrow_up:before, ul.iconic li.iconic-arrow_up:before { content: "\2191"; }
45
+
46
+ .iconic-move_horizontal:before, ul.iconic li.iconic-move_horizontal:before { content: "\e038"; }
47
+
48
+ .iconic-compass:before, ul.iconic li.iconic-compass:before { content: "\e021"; }
49
+
50
+ .iconic-minus_alt:before, ul.iconic li.iconic-minus_alt:before { content: "\e009"; }
51
+
52
+ .iconic-battery_empty:before, ul.iconic li.iconic-battery_empty:before { content: "\e05c"; }
53
+
54
+ .iconic-comment_fill:before, ul.iconic li.iconic-comment_fill:before { content: "\e06d"; }
55
+
56
+ .iconic-map_pin_alt:before, ul.iconic li.iconic-map_pin_alt:before { content: "\e002"; }
57
+
58
+ .iconic-question_mark:before, ul.iconic li.iconic-question_mark:before { content: "\003f"; }
59
+
60
+ .iconic-list:before, ul.iconic li.iconic-list:before { content: "\e055"; }
61
+
62
+ .iconic-upload:before, ul.iconic li.iconic-upload:before { content: "\e043"; }
63
+
64
+ .iconic-reload:before, ul.iconic li.iconic-reload:before { content: "\e030"; }
65
+
66
+ .iconic-loop_alt4:before, ul.iconic li.iconic-loop_alt4:before { content: "\e035"; }
67
+
68
+ .iconic-loop_alt3:before, ul.iconic li.iconic-loop_alt3:before { content: "\e034"; }
69
+
70
+ .iconic-loop_alt2:before, ul.iconic li.iconic-loop_alt2:before { content: "\e033"; }
71
+
72
+ .iconic-loop_alt1:before, ul.iconic li.iconic-loop_alt1:before { content: "\e032"; }
73
+
74
+ .iconic-left_quote:before, ul.iconic li.iconic-left_quote:before { content: "\275d"; }
75
+
76
+ .iconic-x:before, ul.iconic li.iconic-x:before { content: "\2713"; }
77
+
78
+ .iconic-last:before, ul.iconic li.iconic-last:before { content: "\e04d"; }
79
+
80
+ .iconic-bars:before, ul.iconic li.iconic-bars:before { content: "\e06f"; }
81
+
82
+ .iconic-arrow_left:before, ul.iconic li.iconic-arrow_left:before { content: "\2190"; }
83
+
84
+ .iconic-arrow_down:before, ul.iconic li.iconic-arrow_down:before { content: "\2193"; }
85
+
86
+ .iconic-download:before, ul.iconic li.iconic-download:before { content: "\e042"; }
87
+
88
+ .iconic-home:before, ul.iconic li.iconic-home:before { content: "\2302"; }
89
+
90
+ .iconic-calendar:before, ul.iconic li.iconic-calendar:before { content: "\e001"; }
91
+
92
+ .iconic-right_quote_alt:before, ul.iconic li.iconic-right_quote_alt:before { content: "\e012"; }
93
+
94
+ .iconic-unlock_fill:before, ul.iconic li.iconic-unlock_fill:before { content: "\e076"; }
95
+
96
+ .iconic-fullscreen:before, ul.iconic li.iconic-fullscreen:before { content: "\e04e"; }
97
+
98
+ .iconic-dial:before, ul.iconic li.iconic-dial:before { content: "\e058"; }
99
+
100
+ .iconic-plus_alt:before, ul.iconic li.iconic-plus_alt:before { content: "\e008"; }
101
+
102
+ .iconic-clock:before, ul.iconic li.iconic-clock:before { content: "\e079"; }
103
+
104
+ .iconic-movie:before, ul.iconic li.iconic-movie:before { content: "\e060"; }
105
+
106
+ .iconic-steering_wheel:before, ul.iconic li.iconic-steering_wheel:before { content: "\e024"; }
107
+
108
+ .iconic-pen:before, ul.iconic li.iconic-pen:before { content: "\270e"; }
109
+
110
+ .iconic-pin:before, ul.iconic li.iconic-pin:before { content: "\e067"; }
111
+
112
+ .iconic-denied:before, ul.iconic li.iconic-denied:before { content: "\26d4"; }
113
+
114
+ .iconic-left_quote_alt:before, ul.iconic li.iconic-left_quote_alt:before { content: "\e011"; }
115
+
116
+ .iconic-volume_mute:before, ul.iconic li.iconic-volume_mute:before { content: "\e071"; }
117
+
118
+ .iconic-umbrella:before, ul.iconic li.iconic-umbrella:before { content: "\2602"; }
119
+
120
+ .iconic-list_nested:before, ul.iconic li.iconic-list_nested:before { content: "\e056"; }
121
+
122
+ .iconic-arrow_up_alt1:before, ul.iconic li.iconic-arrow_up_alt1:before { content: "\e014"; }
123
+
124
+ .iconic-undo:before, ul.iconic li.iconic-undo:before { content: "\e02f"; }
125
+
126
+ .iconic-pause:before, ul.iconic li.iconic-pause:before { content: "\e049"; }
127
+
128
+ .iconic-bolt:before, ul.iconic li.iconic-bolt:before { content: "\26a1"; }
129
+
130
+ .iconic-article:before, ul.iconic li.iconic-article:before { content: "\e053"; }
131
+
132
+ .iconic-read_more:before, ul.iconic li.iconic-read_more:before { content: "\e054"; }
133
+
134
+ .iconic-beaker:before, ul.iconic li.iconic-beaker:before { content: "\e023"; }
135
+
136
+ .iconic-beaker_alt:before, ul.iconic li.iconic-beaker_alt:before { content: "\e010"; }
137
+
138
+ .iconic-battery_full:before, ul.iconic li.iconic-battery_full:before { content: "\e073"; }
139
+
140
+ .iconic-arrow_right:before, ul.iconic li.iconic-arrow_right:before { content: "\2192"; }
141
+
142
+ .iconic-iphone:before, ul.iconic li.iconic-iphone:before { content: "\e06e"; }
143
+
144
+ .iconic-arrow_up_alt2:before, ul.iconic li.iconic-arrow_up_alt2:before { content: "\e018"; }
145
+
146
+ .iconic-cog:before, ul.iconic li.iconic-cog:before { content: "\2699"; }
147
+
148
+ .iconic-award_fill:before, ul.iconic li.iconic-award_fill:before { content: "\e022"; }
149
+
150
+ .iconic-first:before, ul.iconic li.iconic-first:before { content: "\e04c"; }
151
+
152
+ .iconic-trash_fill:before, ul.iconic li.iconic-trash_fill:before { content: "\e05a"; }
153
+
154
+ .iconic-image:before, ul.iconic li.iconic-image:before { content: "\e027"; }
155
+
156
+ .iconic-comment_alt1_fill:before, ul.iconic li.iconic-comment_alt1_fill:before { content: "\e003"; }
157
+
158
+ .iconic-cd:before, ul.iconic li.iconic-cd:before { content: "\e064"; }
159
+
160
+ .iconic-right_quote:before, ul.iconic li.iconic-right_quote:before { content: "\275e"; }
161
+
162
+ .iconic-brush:before, ul.iconic li.iconic-brush:before { content: "\e01b"; }
163
+
164
+ .iconic-cloud:before, ul.iconic li.iconic-cloud:before { content: "\2601"; }
165
+
166
+ .iconic-eye:before, ul.iconic li.iconic-eye:before { content: "\e025"; }
167
+
168
+ .iconic-play_alt:before, ul.iconic li.iconic-play_alt:before { content: "\e048"; }
169
+
170
+ .iconic-transfer:before, ul.iconic li.iconic-transfer:before { content: "\e041"; }
171
+
172
+ .iconic-pen_alt2:before, ul.iconic li.iconic-pen_alt2:before { content: "\e006"; }
173
+
174
+ .iconic-camera:before, ul.iconic li.iconic-camera:before { content: "\e070"; }
175
+
176
+ .iconic-move_horizontal_alt2:before, ul.iconic li.iconic-move_horizontal_alt2:before { content: "\e03a"; }
177
+
178
+ .iconic-curved_arrow:before, ul.iconic li.iconic-curved_arrow:before { content: "\2935"; }
179
+
180
+ .iconic-move_horizontal_alt1:before, ul.iconic li.iconic-move_horizontal_alt1:before { content: "\e039"; }
181
+
182
+ .iconic-aperture:before, ul.iconic li.iconic-aperture:before { content: "\e026"; }
183
+
184
+ .iconic-reload_alt:before, ul.iconic li.iconic-reload_alt:before { content: "\e031"; }
185
+
186
+ .iconic-magnifying_glass:before, ul.iconic li.iconic-magnifying_glass:before { content: "\e074"; }
187
+
188
+ .iconic-calendar_alt_fill:before, ul.iconic li.iconic-calendar_alt_fill:before { content: "\e06c"; }
189
+
190
+ .iconic-fork:before, ul.iconic li.iconic-fork:before { content: "\e046"; }
191
+
192
+ .iconic-box:before, ul.iconic li.iconic-box:before { content: "\e06b"; }
193
+
194
+ .iconic-map_pin_fill:before, ul.iconic li.iconic-map_pin_fill:before { content: "\e068"; }
195
+
196
+ .iconic-bars_alt:before, ul.iconic li.iconic-bars_alt:before { content: "\e00a"; }
197
+
198
+ .iconic-volume:before, ul.iconic li.iconic-volume:before { content: "\e072"; }
199
+
200
+ .iconic-x_alt:before, ul.iconic li.iconic-x_alt:before { content: "\2714"; }
201
+
202
+ .iconic-link:before, ul.iconic li.iconic-link:before { content: "\e077"; }
203
+
204
+ .iconic-move_vertical:before, ul.iconic li.iconic-move_vertical:before { content: "\e03b"; }
205
+
206
+ .iconic-eyedropper:before, ul.iconic li.iconic-eyedropper:before { content: "\e01e"; }
207
+
208
+ .iconic-spin:before, ul.iconic li.iconic-spin:before { content: "\e036"; }
209
+
210
+ .iconic-rss:before, ul.iconic li.iconic-rss:before { content: "\e02c"; }
211
+
212
+ .iconic-info:before, ul.iconic li.iconic-info:before { content: "\2139"; }
213
+
214
+ .iconic-target:before, ul.iconic li.iconic-target:before { content: "\e02a"; }
215
+
216
+ .iconic-cursor:before, ul.iconic li.iconic-cursor:before { content: "\e057"; }
217
+
218
+ .iconic-key_fill:before, ul.iconic li.iconic-key_fill:before { content: "\26bf"; }
219
+
220
+ .iconic-minus:before, ul.iconic li.iconic-minus:before { content: "\2796"; }
221
+
222
+ .iconic-book_alt:before, ul.iconic li.iconic-book_alt:before { content: "\e00b"; }
223
+
224
+ .iconic-headphones:before, ul.iconic li.iconic-headphones:before { content: "\e061"; }
225
+
226
+ .iconic-hash:before, ul.iconic li.iconic-hash:before { content: "\0023"; }
227
+
228
+ .iconic-arrow_left_alt1:before, ul.iconic li.iconic-arrow_left_alt1:before { content: "\e013"; }
229
+
230
+ .iconic-arrow_left_alt2:before, ul.iconic li.iconic-arrow_left_alt2:before { content: "\e017"; }
231
+
232
+ .iconic-fullscreen_exit:before, ul.iconic li.iconic-fullscreen_exit:before { content: "\e050"; }
233
+
234
+ .iconic-share:before, ul.iconic li.iconic-share:before { content: "\e02e"; }
235
+
236
+ .iconic-fullscreen_alt:before, ul.iconic li.iconic-fullscreen_alt:before { content: "\e04f"; }
237
+
238
+ .iconic-comment_alt2_fill:before, ul.iconic li.iconic-comment_alt2_fill:before { content: "\e004"; }
239
+
240
+ .iconic-moon_fill:before, ul.iconic li.iconic-moon_fill:before { content: "\263e"; }
241
+
242
+ .iconic-at:before, ul.iconic li.iconic-at:before { content: "\0040"; }
243
+
244
+ .iconic-chat:before, ul.iconic li.iconic-chat:before { content: "\e05e"; }
245
+
246
+ .iconic-move_vertical_alt2:before, ul.iconic li.iconic-move_vertical_alt2:before { content: "\e03d"; }
247
+
248
+ .iconic-move_vertical_alt1:before, ul.iconic li.iconic-move_vertical_alt1:before { content: "\e03c"; }
249
+
250
+ .iconic-check:before, ul.iconic li.iconic-check:before { content: "\2717"; }
251
+
252
+ .iconic-mic:before, ul.iconic li.iconic-mic:before { content: "\e05f"; }
253
+
254
+ .iconic-book:before, ul.iconic li.iconic-book:before { content: "\e069"; }
255
+
256
+ .iconic-move_alt1:before, ul.iconic li.iconic-move_alt1:before { content: "\e03f"; }
257
+
258
+ .iconic-move_alt2:before, ul.iconic li.iconic-move_alt2:before { content: "\e040"; }
259
+
260
+ .iconic-document_fill:before, ul.iconic li.iconic-document_fill:before { content: "\e066"; }
261
+
262
+ .iconic-plus:before, ul.iconic li.iconic-plus:before { content: "\2795"; }
263
+
264
+ .iconic-wrench:before, ul.iconic li.iconic-wrench:before { content: "\e078"; }
265
+
266
+ .iconic-play:before, ul.iconic li.iconic-play:before { content: "\e047"; }
267
+
268
+ .iconic-star:before, ul.iconic li.iconic-star:before { content: "\2605"; }
269
+
270
+ .iconic-document_alt_fill:before, ul.iconic li.iconic-document_alt_fill:before { content: "\e000"; }
271
+
272
+ .iconic-chart:before, ul.iconic li.iconic-chart:before { content: "\e028"; }
273
+
274
+ .iconic-rain:before, ul.iconic li.iconic-rain:before { content: "\26c6"; }
275
+
276
+ .iconic-folder_fill:before, ul.iconic li.iconic-folder_fill:before { content: "\e065"; }
277
+
278
+ .iconic-new_window:before, ul.iconic li.iconic-new_window:before { content: "\e059"; }
279
+
280
+ .iconic-user:before, ul.iconic li.iconic-user:before { content: "\e062"; }
281
+
282
+ .iconic-battery_half:before, ul.iconic li.iconic-battery_half:before { content: "\e05b"; }
283
+
284
+ .iconic-aperture_alt:before, ul.iconic li.iconic-aperture_alt:before { content: "\e00c"; }
285
+
286
+ .iconic-eject:before, ul.iconic li.iconic-eject:before { content: "\e04b"; }
287
+
288
+ .iconic-arrow_down_alt1:before, ul.iconic li.iconic-arrow_down_alt1:before { content: "\e016"; }
289
+
290
+ .iconic-pilcrow:before, ul.iconic li.iconic-pilcrow:before { content: "\00b6"; }
291
+
292
+ .iconic-arrow_down_alt2:before, ul.iconic li.iconic-arrow_down_alt2:before { content: "\e01a"; }
293
+
294
+ .iconic-arrow_right_alt1:before, ul.iconic li.iconic-arrow_right_alt1:before { content: "\e015"; }
295
+
296
+ .iconic-arrow_right_alt2:before, ul.iconic li.iconic-arrow_right_alt2:before { content: "\e019"; }
297
+
298
+ .iconic-rss_alt:before, ul.iconic li.iconic-rss_alt:before { content: "\e02d"; }
299
+
300
+ .iconic-spin_alt:before, ul.iconic li.iconic-spin_alt:before { content: "\e037"; }
301
+
302
+ .iconic-sun_fill:before, ul.iconic li.iconic-sun_fill:before { content: "\2600"; }
303
+
304
+ .entypo-music:before, ul.entypo li.entypo-music:before { content: "♪"; }
305
+
306
+ .entypo-music-alt:before, ul.entypo li.entypo-music-alt:before { content: "🎵"; }
307
+
308
+ .entypo-search:before, ul.entypo li.entypo-search:before { content: "🔍"; }
309
+
310
+ .entypo-search-alt:before, ul.entypo li.entypo-search-alt:before { content: "🔎"; }
311
+
312
+ .entypo-mail:before, ul.entypo li.entypo-mail:before { content: "✉"; }
313
+
314
+ .entypo-heart:before, ul.entypo li.entypo-heart:before { content: "♥"; }
315
+
316
+ .entypo-heart-empty:before, ul.entypo li.entypo-heart-empty:before { content: "♡"; }
317
+
318
+ .entypo-star:before, ul.entypo li.entypo-star:before { content: "★"; }
319
+
320
+ .entypo-star-empty:before, ul.entypo li.entypo-star-empty:before { content: "☆"; }
321
+
322
+ .entypo-user:before, ul.entypo li.entypo-user:before { content: "👤"; }
323
+
324
+ .entypo-users:before, ul.entypo li.entypo-users:before { content: "👥"; }
325
+
326
+ .entypo-user-add:before, ul.entypo li.entypo-user-add:before { content: ""; }
327
+
328
+ .entypo-video:before, ul.entypo li.entypo-video:before { content: "🎬"; }
329
+
330
+ .entypo-picture:before, ul.entypo li.entypo-picture:before { content: "🌄"; }
331
+
332
+ .entypo-camera:before, ul.entypo li.entypo-camera:before { content: "📷"; }
333
+
334
+ .entypo-th:before, ul.entypo li.entypo-th:before { content: "⚏"; }
335
+
336
+ .entypo-th-list:before, ul.entypo li.entypo-th-list:before { content: "☰"; }
337
+
338
+ .entypo-ok:before, ul.entypo li.entypo-ok:before { content: "✓"; }
339
+
340
+ .entypo-cancel:before, ul.entypo li.entypo-cancel:before { content: "✕"; }
341
+
342
+ .entypo-cancel-circle:before, ul.entypo li.entypo-cancel-circle:before { content: "✖"; }
343
+
344
+ .entypo-plus:before, ul.entypo li.entypo-plus:before { content: "+"; }
345
+
346
+ .entypo-plus-circle:before, ul.entypo li.entypo-plus-circle:before { content: "➕"; }
347
+
348
+ .entypo-minus:before, ul.entypo li.entypo-minus:before { content: "-"; }
349
+
350
+ .entypo-minus-circle:before, ul.entypo li.entypo-minus-circle:before { content: "➖"; }
351
+
352
+ .entypo-help:before, ul.entypo li.entypo-help:before { content: "❓"; }
353
+
354
+ .entypo-help-circle:before, ul.entypo li.entypo-help-circle:before { content: ""; }
355
+
356
+ .entypo-info:before, ul.entypo li.entypo-info:before { content: "ℹ"; }
357
+
358
+ .entypo-info-circle:before, ul.entypo li.entypo-info-circle:before { content: ""; }
359
+
360
+ .entypo-back:before, ul.entypo li.entypo-back:before { content: ""; }
361
+
362
+ .entypo-back-alt:before, ul.entypo li.entypo-back-alt:before { content: ""; }
363
+
364
+ .entypo-home:before, ul.entypo li.entypo-home:before { content: "⌂"; }
365
+
366
+ .entypo-link:before, ul.entypo li.entypo-link:before { content: "🔗"; }
367
+
368
+ .entypo-attach:before, ul.entypo li.entypo-attach:before { content: "📎"; }
369
+
370
+ .entypo-lock:before, ul.entypo li.entypo-lock:before { content: "🔒"; }
371
+
372
+ .entypo-lock-open:before, ul.entypo li.entypo-lock-open:before { content: "🔓"; }
373
+
374
+ .entypo-eye:before, ul.entypo li.entypo-eye:before { content: ""; }
375
+
376
+ .entypo-tag:before, ul.entypo li.entypo-tag:before { content: ""; }
377
+
378
+ .entypo-bookmark:before, ul.entypo li.entypo-bookmark:before { content: "🔖"; }
379
+
380
+ .entypo-flag:before, ul.entypo li.entypo-flag:before { content: "⚑"; }
381
+
382
+ .entypo-thumbs-up:before, ul.entypo li.entypo-thumbs-up:before { content: "👍"; }
383
+
384
+ .entypo-download:before, ul.entypo li.entypo-download:before { content: "📥"; }
385
+
386
+ .entypo-upload:before, ul.entypo li.entypo-upload:before { content: "📤"; }
387
+
388
+ .entypo-upload-cloud:before, ul.entypo li.entypo-upload-cloud:before { content: ""; }
389
+
390
+ .entypo-reply:before, ul.entypo li.entypo-reply:before { content: ""; }
391
+
392
+ .entypo-reply-all:before, ul.entypo li.entypo-reply-all:before { content: ""; }
393
+
394
+ .entypo-forward:before, ul.entypo li.entypo-forward:before { content: "➦"; }
395
+
396
+ .entypo-quote-right:before, ul.entypo li.entypo-quote-right:before { content: "❞"; }
397
+
398
+ .entypo-code:before, ul.entypo li.entypo-code:before { content: ""; }
399
+
400
+ .entypo-export:before, ul.entypo li.entypo-export:before { content: ""; }
401
+
402
+ .entypo-pencil:before, ul.entypo li.entypo-pencil:before { content: "✎"; }
403
+
404
+ .entypo-feather:before, ul.entypo li.entypo-feather:before { content: "✒"; }
405
+
406
+ .entypo-print:before, ul.entypo li.entypo-print:before { content: ""; }
407
+
408
+ .entypo-retweet:before, ul.entypo li.entypo-retweet:before { content: ""; }
409
+
410
+ .entypo-keyboard:before, ul.entypo li.entypo-keyboard:before { content: "⌨"; }
411
+
412
+ .entypo-comment:before, ul.entypo li.entypo-comment:before { content: ""; }
413
+
414
+ .entypo-chat:before, ul.entypo li.entypo-chat:before { content: ""; }
415
+
416
+ .entypo-bell:before, ul.entypo li.entypo-bell:before { content: "🔔"; }
417
+
418
+ .entypo-attention:before, ul.entypo li.entypo-attention:before { content: "⚠"; }
419
+
420
+ .entypo-vcard:before, ul.entypo li.entypo-vcard:before { content: ""; }
421
+
422
+ .entypo-address:before, ul.entypo li.entypo-address:before { content: ""; }
423
+
424
+ .entypo-location:before, ul.entypo li.entypo-location:before { content: ""; }
425
+
426
+ .entypo-map:before, ul.entypo li.entypo-map:before { content: ""; }
427
+
428
+ .entypo-direction:before, ul.entypo li.entypo-direction:before { content: "➢"; }
429
+
430
+ .entypo-compass:before, ul.entypo li.entypo-compass:before { content: ""; }
431
+
432
+ .entypo-trash:before, ul.entypo li.entypo-trash:before { content: ""; }
433
+
434
+ .entypo-doc:before, ul.entypo li.entypo-doc:before { content: ""; }
435
+
436
+ .entypo-docs:before, ul.entypo li.entypo-docs:before { content: ""; }
437
+
438
+ .entypo-docs-landscape:before, ul.entypo li.entypo-docs-landscape:before { content: ""; }
439
+
440
+ .entypo-doc-text:before, ul.entypo li.entypo-doc-text:before { content: "📄"; }
441
+
442
+ .entypo-book-open:before, ul.entypo li.entypo-book-open:before { content: "📖"; }
443
+
444
+ .entypo-folder:before, ul.entypo li.entypo-folder:before { content: "📁"; }
445
+
446
+ .entypo-archive:before, ul.entypo li.entypo-archive:before { content: ""; }
447
+
448
+ .entypo-rss:before, ul.entypo li.entypo-rss:before { content: ""; }
449
+
450
+ .entypo-phone:before, ul.entypo li.entypo-phone:before { content: "📞"; }
451
+
452
+ .entypo-cog:before, ul.entypo li.entypo-cog:before { content: "⚙"; }
453
+
454
+ .entypo-share:before, ul.entypo li.entypo-share:before { content: ""; }
455
+
456
+ .entypo-basket:before, ul.entypo li.entypo-basket:before { content: ""; }
457
+
458
+ .entypo-calendar:before, ul.entypo li.entypo-calendar:before { content: "📅"; }
459
+
460
+ .entypo-mic:before, ul.entypo li.entypo-mic:before { content: "🎤"; }
461
+
462
+ .entypo-volume-off:before, ul.entypo li.entypo-volume-off:before { content: "🔇"; }
463
+
464
+ .entypo-volume-up:before, ul.entypo li.entypo-volume-up:before { content: "🔊"; }
465
+
466
+ .entypo-volume:before, ul.entypo li.entypo-volume:before { content: ""; }
467
+
468
+ .entypo-clock:before, ul.entypo li.entypo-clock:before { content: "🕔"; }
469
+
470
+ .entypo-hourglass:before, ul.entypo li.entypo-hourglass:before { content: "⏳"; }
471
+
472
+ .entypo-lamp:before, ul.entypo li.entypo-lamp:before { content: "💡"; }
473
+
474
+ .entypo-light-down:before, ul.entypo li.entypo-light-down:before { content: "🔅"; }
475
+
476
+ .entypo-light-up:before, ul.entypo li.entypo-light-up:before { content: "🔆"; }
477
+
478
+ .entypo-block:before, ul.entypo li.entypo-block:before { content: "🚫"; }
479
+
480
+ .entypo-resize-full:before, ul.entypo li.entypo-resize-full:before { content: ""; }
481
+
482
+ .entypo-resize-small:before, ul.entypo li.entypo-resize-small:before { content: ""; }
483
+
484
+ .entypo-popup:before, ul.entypo li.entypo-popup:before { content: ""; }
485
+
486
+ .entypo-publish:before, ul.entypo li.entypo-publish:before { content: ""; }
487
+
488
+ .entypo-window:before, ul.entypo li.entypo-window:before { content: ""; }
489
+
490
+ .entypo-arrow-combo:before, ul.entypo li.entypo-arrow-combo:before { content: ""; }
491
+
492
+ .entypo-down-circle2:before, ul.entypo li.entypo-down-circle2:before { content: ""; }
493
+
494
+ .entypo-left-circle2:before, ul.entypo li.entypo-left-circle2:before { content: ""; }
495
+
496
+ .entypo-right-circle2:before, ul.entypo li.entypo-right-circle2:before { content: ""; }
497
+
498
+ .entypo-up-circle2:before, ul.entypo li.entypo-up-circle2:before { content: ""; }
499
+
500
+ .entypo-down-open:before, ul.entypo li.entypo-down-open:before { content: ""; }
501
+
502
+ .entypo-left-open:before, ul.entypo li.entypo-left-open:before { content: ""; }
503
+
504
+ .entypo-right-open:before, ul.entypo li.entypo-right-open:before { content: ""; }
505
+
506
+ .entypo-up-open:before, ul.entypo li.entypo-up-open:before { content: ""; }
507
+
508
+ .entypo-down-thin:before, ul.entypo li.entypo-down-thin:before { content: "⬇"; }
509
+
510
+ .entypo-left-thin:before, ul.entypo li.entypo-left-thin:before { content: "⬅"; }
511
+
512
+ .entypo-right-thin:before, ul.entypo li.entypo-right-thin:before { content: "➡"; }
513
+
514
+ .entypo-up-thin:before, ul.entypo li.entypo-up-thin:before { content: "⬆"; }
515
+
516
+ .entypo-down-dir:before, ul.entypo li.entypo-down-dir:before { content: "▾"; }
517
+
518
+ .entypo-left-dir:before, ul.entypo li.entypo-left-dir:before { content: "◂"; }
519
+
520
+ .entypo-right-dir:before, ul.entypo li.entypo-right-dir:before { content: "▸"; }
521
+
522
+ .entypo-up-dir:before, ul.entypo li.entypo-up-dir:before { content: "▴"; }
523
+
524
+ .entypo-down-bold:before, ul.entypo li.entypo-down-bold:before { content: ""; }
525
+
526
+ .entypo-left-bold:before, ul.entypo li.entypo-left-bold:before { content: ""; }
527
+
528
+ .entypo-right-bold:before, ul.entypo li.entypo-right-bold:before { content: ""; }
529
+
530
+ .entypo-up-bold:before, ul.entypo li.entypo-up-bold:before { content: ""; }
531
+
532
+ .entypo-down:before, ul.entypo li.entypo-down:before { content: "↓"; }
533
+
534
+ .entypo-left:before, ul.entypo li.entypo-left:before { content: "←"; }
535
+
536
+ .entypo-right:before, ul.entypo li.entypo-right:before { content: "→"; }
537
+
538
+ .entypo-up:before, ul.entypo li.entypo-up:before { content: "↑"; }
539
+
540
+ .entypo-ccw:before, ul.entypo li.entypo-ccw:before { content: "⟲"; }
541
+
542
+ .entypo-cw:before, ul.entypo li.entypo-cw:before { content: "⟳"; }
543
+
544
+ .entypo-level-down:before, ul.entypo li.entypo-level-down:before { content: "↳"; }
545
+
546
+ .entypo-shuffle:before, ul.entypo li.entypo-shuffle:before { content: "🔀"; }
547
+
548
+ .entypo-play:before, ul.entypo li.entypo-play:before { content: "▶"; }
549
+
550
+ .entypo-stop:before, ul.entypo li.entypo-stop:before { content: "▪"; }
551
+
552
+ .entypo-pause:before, ul.entypo li.entypo-pause:before { content: "⎉"; }
553
+
554
+ .entypo-record:before, ul.entypo li.entypo-record:before { content: "⚫"; }
555
+
556
+ .entypo-to-end:before, ul.entypo li.entypo-to-end:before { content: "⏭"; }
557
+
558
+ .entypo-to-start:before, ul.entypo li.entypo-to-start:before { content: "⏮"; }
559
+
560
+ .entypo-fast-fw:before, ul.entypo li.entypo-fast-fw:before { content: "⏩"; }
561
+
562
+ .entypo-fast-bw:before, ul.entypo li.entypo-fast-bw:before { content: "⏪"; }
563
+
564
+ .entypo-progress-0:before, ul.entypo li.entypo-progress-0:before { content: ""; }
565
+
566
+ .entypo-progress-1:before, ul.entypo li.entypo-progress-1:before { content: ""; }
567
+
568
+ .entypo-progress-2:before, ul.entypo li.entypo-progress-2:before { content: ""; }
569
+
570
+ .entypo-progress-3:before, ul.entypo li.entypo-progress-3:before { content: ""; }
571
+
572
+ .entypo-target:before, ul.entypo li.entypo-target:before { content: "🎯"; }
573
+
574
+ .entypo-palette:before, ul.entypo li.entypo-palette:before { content: "🎨"; }
575
+
576
+ .entypo-list-add:before, ul.entypo li.entypo-list-add:before { content: ""; }
577
+
578
+ .entypo-signal:before, ul.entypo li.entypo-signal:before { content: ""; }
579
+
580
+ .entypo-top-list:before, ul.entypo li.entypo-top-list:before { content: "🏆"; }
581
+
582
+ .entypo-battery:before, ul.entypo li.entypo-battery:before { content: "🔋"; }
583
+
584
+ .entypo-back-in-time:before, ul.entypo li.entypo-back-in-time:before { content: ""; }
585
+
586
+ .entypo-monitor:before, ul.entypo li.entypo-monitor:before { content: "💻"; }
587
+
588
+ .entypo-mobile:before, ul.entypo li.entypo-mobile:before { content: "📱"; }
589
+
590
+ .entypo-net:before, ul.entypo li.entypo-net:before { content: ""; }
591
+
592
+ .entypo-cd:before, ul.entypo li.entypo-cd:before { content: "💿"; }
593
+
594
+ .entypo-inbox:before, ul.entypo li.entypo-inbox:before { content: ""; }
595
+
596
+ .entypo-install:before, ul.entypo li.entypo-install:before { content: ""; }
597
+
598
+ .entypo-globe:before, ul.entypo li.entypo-globe:before { content: "𝌍"; }
599
+
600
+ .entypo-cloud:before, ul.entypo li.entypo-cloud:before { content: "☁"; }
601
+
602
+ .entypo-flash:before, ul.entypo li.entypo-flash:before { content: "⚡"; }
603
+
604
+ .entypo-moon:before, ul.entypo li.entypo-moon:before { content: "☽"; }
605
+
606
+ .entypo-flight:before, ul.entypo li.entypo-flight:before { content: "✈"; }
607
+
608
+ .entypo-leaf:before, ul.entypo li.entypo-leaf:before { content: "🍂"; }
609
+
610
+ .entypo-lifebuoy:before, ul.entypo li.entypo-lifebuoy:before { content: ""; }
611
+
612
+ .entypo-mouse:before, ul.entypo li.entypo-mouse:before { content: ""; }
613
+
614
+ .entypo-bag:before, ul.entypo li.entypo-bag:before { content: ""; }
615
+
616
+ .entypo-dot:before, ul.entypo li.entypo-dot:before { content: ""; }
617
+
618
+ .entypo-dot-2:before, ul.entypo li.entypo-dot-2:before { content: ""; }
619
+
620
+ .entypo-dot-3:before, ul.entypo li.entypo-dot-3:before { content: ""; }
621
+
622
+ .entypo-google-circles:before, ul.entypo li.entypo-google-circles:before { content: ""; }
623
+
624
+ .entypo-cc:before, ul.entypo li.entypo-cc:before { content: ""; }
625
+
626
+ .entypo-logo-entypo:before, ul.entypo li.entypo-logo-entypo:before { content: ""; }
627
+
628
+ .entypo-flag-sw:before, ul.entypo li.entypo-flag-sw:before { content: ""; }
629
+
630
+ .entypo-logo-db:before, ul.entypo li.entypo-logo-db:before { content: ""; }
631
+
632
+ @font-face { font-family: "entypo"; src: url('fonts/entypo.eot'); src: url('fonts/entypo.eot?#iefix') format("embedded-opentype"), url('fonts/entypo.woff') format("woff"), url('fonts/entypo.ttf') format("truetype"), url('fonts/entypo.svg#entypo') format("svg"), url('fonts/entypo.otf') format("opentype"); font-weight: normal; font-style: normal; }
633
+
634
+ ul.entypo { list-style: none; list-style-image: none; }
635
+ ul.entypo li:before { font-family: "entypo"; font-style: normal; font-size: 1em; margin-right: 0.8em; text-align: center; display: inline-block; width: 1em; }
636
+
637
+ @font-face { font-family: "IconicFill"; src: url('fonts/iconic.eot'); src: url('fonts/iconic.eot?#iefix') format("embedded-opentype"), url('fonts/iconic.woff') format("woff"), url('fonts/iconic.ttf') format("truetype"), url('fonts/iconic.svg#IconicFill') format("svg"), url('fonts/iconic.otf') format("opentype"); font-weight: normal; font-style: normal; }
638
+
639
+ ul.iconic { list-style: none; list-style-image: none; }
640
+ ul.iconic li:before { font-family: "IconicFill"; font-style: normal; font-size: 1em; margin-right: 0.8em; text-align: center; display: inline-block; width: 1em; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: font-icons
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta
4
+ version: 1.0.1.beta
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -50,12 +50,13 @@ files:
50
50
  - lib/templates/iconic/iconic.ttf
51
51
  - lib/templates/iconic/iconic.woff
52
52
  - lib/templates/iconic/manifest.rb
53
+ - lib/templates/project/demo-layout.css
53
54
  - lib/templates/project/entypo.eot
54
55
  - lib/templates/project/entypo.svg
55
56
  - lib/templates/project/entypo.ttf
56
57
  - lib/templates/project/entypo.woff
57
58
  - lib/templates/project/example.html
58
- - lib/templates/project/fonticon.scss
59
+ - lib/templates/project/font-icon.css
59
60
  - lib/templates/project/iconic.eot
60
61
  - lib/templates/project/iconic.otf
61
62
  - lib/templates/project/iconic.svg
@@ -1,337 +0,0 @@
1
- @import "font-icons";
2
-
3
- @include font-icon-family(entypo);
4
-
5
- ul.entypo {
6
- list-style: none;
7
- list-style-image: none;
8
- li {
9
- @include font-icon-base(entypo);
10
- &.entypo-music { @extend .entypo-music; }
11
- &.entypo-music-alt { @extend .entypo-music-alt; }
12
- &.entypo-search { @extend .entypo-search; }
13
- &.entypo-search-alt { @extend .entypo-search-alt; }
14
- &.entypo-mail { @extend .entypo-mail; }
15
- &.entypo-heart { @extend .entypo-heart; }
16
- &.entypo-heart-empty { @extend .entypo-heart-empty; }
17
- &.entypo-star { @extend .entypo-star; }
18
- &.entypo-star-empty { @extend .entypo-star-empty; }
19
- &.entypo-user { @extend .entypo-user; }
20
- &.entypo-users { @extend .entypo-users; }
21
- &.entypo-user-add { @extend .entypo-user-add; }
22
- &.entypo-video { @extend .entypo-video; }
23
- &.entypo-picture { @extend .entypo-picture; }
24
- &.entypo-camera { @extend .entypo-camera; }
25
- &.entypo-th { @extend .entypo-th; }
26
- &.entypo-th-list { @extend .entypo-th-list; }
27
- &.entypo-ok { @extend .entypo-ok; }
28
- &.entypo-cancel { @extend .entypo-cancel; }
29
- &.entypo-cancel-circle { @extend .entypo-cancel-circle; }
30
- &.entypo-plus { @extend .entypo-plus; }
31
- &.entypo-plus-circle { @extend .entypo-plus-circle; }
32
- &.entypo-minus { @extend .entypo-minus; }
33
- &.entypo-minus-circle { @extend .entypo-minus-circle; }
34
- &.entypo-help { @extend .entypo-help; }
35
- &.entypo-help-circle { @extend .entypo-help-circle; }
36
- &.entypo-info { @extend .entypo-info; }
37
- &.entypo-info-circle { @extend .entypo-info-circle; }
38
- &.entypo-back { @extend .entypo-back; }
39
- &.entypo-back-alt { @extend .entypo-back-alt; }
40
- &.entypo-home { @extend .entypo-home; }
41
- &.entypo-link { @extend .entypo-link; }
42
- &.entypo-attach { @extend .entypo-attach; }
43
- &.entypo-lock { @extend .entypo-lock; }
44
- &.entypo-lock-open { @extend .entypo-lock-open; }
45
- &.entypo-eye { @extend .entypo-eye; }
46
- &.entypo-tag { @extend .entypo-tag; }
47
- &.entypo-bookmark { @extend .entypo-bookmark; }
48
- &.entypo-flag { @extend .entypo-flag; }
49
- &.entypo-thumbs-up { @extend .entypo-thumbs-up; }
50
- &.entypo-download { @extend .entypo-download; }
51
- &.entypo-upload { @extend .entypo-upload; }
52
- &.entypo-upload-cloud { @extend .entypo-upload-cloud; }
53
- &.entypo-reply { @extend .entypo-reply; }
54
- &.entypo-reply-all { @extend .entypo-reply-all; }
55
- &.entypo-forward { @extend .entypo-forward; }
56
- &.entypo-quote-right { @extend .entypo-quote-right; }
57
- &.entypo-code { @extend .entypo-code; }
58
- &.entypo-export { @extend .entypo-export; }
59
- &.entypo-pencil { @extend .entypo-pencil; }
60
- &.entypo-feather { @extend .entypo-feather; }
61
- &.entypo-print { @extend .entypo-print; }
62
- &.entypo-retweet { @extend .entypo-retweet; }
63
- &.entypo-keyboard { @extend .entypo-keyboard; }
64
- &.entypo-comment { @extend .entypo-comment; }
65
- &.entypo-chat { @extend .entypo-chat; }
66
- &.entypo-bell { @extend .entypo-bell; }
67
- &.entypo-attention { @extend .entypo-attention; }
68
- &.entypo-vcard { @extend .entypo-vcard; }
69
- &.entypo-address { @extend .entypo-address; }
70
- &.entypo-location { @extend .entypo-location; }
71
- &.entypo-map { @extend .entypo-map; }
72
- &.entypo-direction { @extend .entypo-direction; }
73
- &.entypo-compass { @extend .entypo-compass; }
74
- &.entypo-trash { @extend .entypo-trash; }
75
- &.entypo-doc { @extend .entypo-doc; }
76
- &.entypo-docs { @extend .entypo-docs; }
77
- &.entypo-docs-landscape { @extend .entypo-docs-landscape; }
78
- &.entypo-doc-text { @extend .entypo-doc-text; }
79
- &.entypo-book-open { @extend .entypo-book-open; }
80
- &.entypo-folder { @extend .entypo-folder; }
81
- &.entypo-archive { @extend .entypo-archive; }
82
- &.entypo-rss { @extend .entypo-rss; }
83
- &.entypo-phone { @extend .entypo-phone; }
84
- &.entypo-cog { @extend .entypo-cog; }
85
- &.entypo-share { @extend .entypo-share; }
86
- &.entypo-basket { @extend .entypo-basket; }
87
- &.entypo-calendar { @extend .entypo-calendar; }
88
- &.entypo-mic { @extend .entypo-mic; }
89
- &.entypo-volume-off { @extend .entypo-volume-off; }
90
- &.entypo-volume-up { @extend .entypo-volume-up; }
91
- &.entypo-volume { @extend .entypo-volume; }
92
- &.entypo-clock { @extend .entypo-clock; }
93
- &.entypo-hourglass { @extend .entypo-hourglass; }
94
- &.entypo-lamp { @extend .entypo-lamp; }
95
- &.entypo-light-down { @extend .entypo-light-down; }
96
- &.entypo-light-up { @extend .entypo-light-up; }
97
- &.entypo-block { @extend .entypo-block; }
98
- &.entypo-resize-full { @extend .entypo-resize-full; }
99
- &.entypo-resize-small { @extend .entypo-resize-small; }
100
- &.entypo-popup { @extend .entypo-popup; }
101
- &.entypo-publish { @extend .entypo-publish; }
102
- &.entypo-window { @extend .entypo-window; }
103
- &.entypo-arrow-combo { @extend .entypo-arrow-combo; }
104
- &.entypo-down-circle2 { @extend .entypo-down-circle2; }
105
- &.entypo-left-circle2 { @extend .entypo-left-circle2; }
106
- &.entypo-right-circle2 { @extend .entypo-right-circle2; }
107
- &.entypo-up-circle2 { @extend .entypo-up-circle2; }
108
- &.entypo-down-open { @extend .entypo-down-open; }
109
- &.entypo-left-open { @extend .entypo-left-open; }
110
- &.entypo-right-open { @extend .entypo-right-open; }
111
- &.entypo-up-open { @extend .entypo-up-open; }
112
- &.entypo-down-thin { @extend .entypo-down-thin; }
113
- &.entypo-left-thin { @extend .entypo-left-thin; }
114
- &.entypo-right-thin { @extend .entypo-right-thin; }
115
- &.entypo-up-thin { @extend .entypo-up-thin; }
116
- &.entypo-down-dir { @extend .entypo-down-dir; }
117
- &.entypo-left-dir { @extend .entypo-left-dir; }
118
- &.entypo-right-dir { @extend .entypo-right-dir; }
119
- &.entypo-up-dir { @extend .entypo-up-dir; }
120
- &.entypo-down-bold { @extend .entypo-down-bold; }
121
- &.entypo-left-bold { @extend .entypo-left-bold; }
122
- &.entypo-right-bold { @extend .entypo-right-bold; }
123
- &.entypo-up-bold { @extend .entypo-up-bold; }
124
- &.entypo-down { @extend .entypo-down; }
125
- &.entypo-left { @extend .entypo-left; }
126
- &.entypo-right { @extend .entypo-right; }
127
- &.entypo-up { @extend .entypo-up; }
128
- &.entypo-ccw { @extend .entypo-ccw; }
129
- &.entypo-cw { @extend .entypo-cw; }
130
- &.entypo-level-down { @extend .entypo-level-down; }
131
- &.entypo-shuffle { @extend .entypo-shuffle; }
132
- &.entypo-play { @extend .entypo-play; }
133
- &.entypo-stop { @extend .entypo-stop; }
134
- &.entypo-pause { @extend .entypo-pause; }
135
- &.entypo-record { @extend .entypo-record; }
136
- &.entypo-to-end { @extend .entypo-to-end; }
137
- &.entypo-to-start { @extend .entypo-to-start; }
138
- &.entypo-fast-fw { @extend .entypo-fast-fw; }
139
- &.entypo-fast-bw { @extend .entypo-fast-bw; }
140
- &.entypo-progress-0 { @extend .entypo-progress-0; }
141
- &.entypo-progress-1 { @extend .entypo-progress-1; }
142
- &.entypo-progress-2 { @extend .entypo-progress-2; }
143
- &.entypo-progress-3 { @extend .entypo-progress-3; }
144
- &.entypo-target { @extend .entypo-target; }
145
- &.entypo-palette { @extend .entypo-palette; }
146
- &.entypo-list-add { @extend .entypo-list-add; }
147
- &.entypo-signal { @extend .entypo-signal; }
148
- &.entypo-top-list { @extend .entypo-top-list; }
149
- &.entypo-battery { @extend .entypo-battery; }
150
- &.entypo-back-in-time { @extend .entypo-back-in-time; }
151
- &.entypo-monitor { @extend .entypo-monitor; }
152
- &.entypo-mobile { @extend .entypo-mobile; }
153
- &.entypo-net { @extend .entypo-net; }
154
- &.entypo-cd { @extend .entypo-cd; }
155
- &.entypo-inbox { @extend .entypo-inbox; }
156
- &.entypo-install { @extend .entypo-install; }
157
- &.entypo-globe { @extend .entypo-globe; }
158
- &.entypo-cloud { @extend .entypo-cloud; }
159
- &.entypo-flash { @extend .entypo-flash; }
160
- &.entypo-moon { @extend .entypo-moon; }
161
- &.entypo-flight { @extend .entypo-flight; }
162
- &.entypo-leaf { @extend .entypo-leaf; }
163
- &.entypo-lifebuoy { @extend .entypo-lifebuoy; }
164
- &.entypo-mouse { @extend .entypo-mouse; }
165
- &.entypo-bag { @extend .entypo-bag; }
166
- &.entypo-dot { @extend .entypo-dot; }
167
- &.entypo-dot-2 { @extend .entypo-dot-2; }
168
- &.entypo-dot-3 { @extend .entypo-dot-3; }
169
- &.entypo-google-circles { @extend .entypo-google-circles; }
170
- &.entypo-cc { @extend .entypo-cc; }
171
- &.entypo-logo-entypo { @extend .entypo-logo-entypo; }
172
- &.entypo-flag-sw { @extend .entypo-flag-sw; }
173
- &.entypo-logo-db { @extend .entypo-logo-db; }
174
- }
175
- }
176
-
177
- @include font-icon-family(iconic);
178
-
179
- ul.iconic {
180
- list-style: none;
181
- list-style-image: none;
182
- li {
183
- @include font-icon-base(iconic);
184
- &.iconic-lightbulb { @extend .iconic-lightbulb }
185
- &.iconic-equalizer { @extend .iconic-equalizer }
186
- &.iconic-brush_alt { @extend .iconic-brush_alt }
187
- &.iconic-move { @extend .iconic-move }
188
- &.iconic-tag_fill { @extend .iconic-tag_fill }
189
- &.iconic-book_alt2 { @extend .iconic-book_alt2 }
190
- &.iconic-layers { @extend .iconic-layers }
191
- &.iconic-chat_alt_fill { @extend .iconic-chat_alt_fill }
192
- &.iconic-layers_alt { @extend .iconic-layers_alt }
193
- &.iconic-cloud_upload { @extend .iconic-cloud_upload }
194
- &.iconic-chart_alt { @extend .iconic-chart_alt }
195
- &.iconic-fullscreen_exit_alt { @extend .iconic-fullscreen_exit_alt }
196
- &.iconic-cloud_download { @extend .iconic-cloud_download }
197
- &.iconic-paperclip { @extend .iconic-paperclip }
198
- &.iconic-heart_fill { @extend .iconic-heart_fill }
199
- &.iconic-mail { @extend .iconic-mail }
200
- &.iconic-pen_alt_fill { @extend .iconic-pen_alt_fill }
201
- &.iconic-check_alt { @extend .iconic-check_alt }
202
- &.iconic-battery_charging { @extend .iconic-battery_charging }
203
- &.iconic-lock_fill { @extend .iconic-lock_fill }
204
- &.iconic-stop { @extend .iconic-stop }
205
- &.iconic-arrow_up { @extend .iconic-arrow_up }
206
- &.iconic-move_horizontal { @extend .iconic-move_horizontal }
207
- &.iconic-compass { @extend .iconic-compass }
208
- &.iconic-minus_alt { @extend .iconic-minus_alt }
209
- &.iconic-battery_empty { @extend .iconic-battery_empty }
210
- &.iconic-comment_fill { @extend .iconic-comment_fill }
211
- &.iconic-map_pin_alt { @extend .iconic-map_pin_alt }
212
- &.iconic-question_mark { @extend .iconic-question_mark }
213
- &.iconic-list { @extend .iconic-list }
214
- &.iconic-upload { @extend .iconic-upload }
215
- &.iconic-reload { @extend .iconic-reload }
216
- &.iconic-loop_alt4 { @extend .iconic-loop_alt4 }
217
- &.iconic-loop_alt3 { @extend .iconic-loop_alt3 }
218
- &.iconic-loop_alt2 { @extend .iconic-loop_alt2 }
219
- &.iconic-loop_alt1 { @extend .iconic-loop_alt1 }
220
- &.iconic-left_quote { @extend .iconic-left_quote }
221
- &.iconic-x { @extend .iconic-x }
222
- &.iconic-last { @extend .iconic-last }
223
- &.iconic-bars { @extend .iconic-bars }
224
- &.iconic-arrow_left { @extend .iconic-arrow_left }
225
- &.iconic-arrow_down { @extend .iconic-arrow_down }
226
- &.iconic-download { @extend .iconic-download }
227
- &.iconic-home { @extend .iconic-home }
228
- &.iconic-calendar { @extend .iconic-calendar }
229
- &.iconic-right_quote_alt { @extend .iconic-right_quote_alt }
230
- &.iconic-unlock_fill { @extend .iconic-unlock_fill }
231
- &.iconic-fullscreen { @extend .iconic-fullscreen }
232
- &.iconic-dial { @extend .iconic-dial }
233
- &.iconic-plus_alt { @extend .iconic-plus_alt }
234
- &.iconic-clock { @extend .iconic-clock }
235
- &.iconic-movie { @extend .iconic-movie }
236
- &.iconic-steering_wheel { @extend .iconic-steering_wheel }
237
- &.iconic-pen { @extend .iconic-pen }
238
- &.iconic-pin { @extend .iconic-pin }
239
- &.iconic-denied { @extend .iconic-denied }
240
- &.iconic-left_quote_alt { @extend .iconic-left_quote_alt }
241
- &.iconic-volume_mute { @extend .iconic-volume_mute }
242
- &.iconic-umbrella { @extend .iconic-umbrella }
243
- &.iconic-list_nested { @extend .iconic-list_nested }
244
- &.iconic-arrow_up_alt1 { @extend .iconic-arrow_up_alt1 }
245
- &.iconic-undo { @extend .iconic-undo }
246
- &.iconic-pause { @extend .iconic-pause }
247
- &.iconic-bolt { @extend .iconic-bolt }
248
- &.iconic-article { @extend .iconic-article }
249
- &.iconic-read_more { @extend .iconic-read_more }
250
- &.iconic-beaker { @extend .iconic-beaker }
251
- &.iconic-beaker_alt { @extend .iconic-beaker_alt }
252
- &.iconic-battery_full { @extend .iconic-battery_full }
253
- &.iconic-arrow_right { @extend .iconic-arrow_right }
254
- &.iconic-iphone { @extend .iconic-iphone }
255
- &.iconic-arrow_up_alt2 { @extend .iconic-arrow_up_alt2 }
256
- &.iconic-cog { @extend .iconic-cog }
257
- &.iconic-award_fill { @extend .iconic-award_fill }
258
- &.iconic-first { @extend .iconic-first }
259
- &.iconic-trash_fill { @extend .iconic-trash_fill }
260
- &.iconic-image { @extend .iconic-image }
261
- &.iconic-comment_alt1_fill { @extend .iconic-comment_alt1_fill }
262
- &.iconic-cd { @extend .iconic-cd }
263
- &.iconic-right_quote { @extend .iconic-right_quote }
264
- &.iconic-brush { @extend .iconic-brush }
265
- &.iconic-cloud { @extend .iconic-cloud }
266
- &.iconic-eye { @extend .iconic-eye }
267
- &.iconic-play_alt { @extend .iconic-play_alt }
268
- &.iconic-transfer { @extend .iconic-transfer }
269
- &.iconic-pen_alt2 { @extend .iconic-pen_alt2 }
270
- &.iconic-camera { @extend .iconic-camera }
271
- &.iconic-move_horizontal_alt2 { @extend .iconic-move_horizontal_alt2 }
272
- &.iconic-curved_arrow { @extend .iconic-curved_arrow }
273
- &.iconic-move_horizontal_alt1 { @extend .iconic-move_horizontal_alt1 }
274
- &.iconic-aperture { @extend .iconic-aperture }
275
- &.iconic-reload_alt { @extend .iconic-reload_alt }
276
- &.iconic-magnifying_glass { @extend .iconic-magnifying_glass }
277
- &.iconic-calendar_alt_fill { @extend .iconic-calendar_alt_fill }
278
- &.iconic-fork { @extend .iconic-fork }
279
- &.iconic-box { @extend .iconic-box }
280
- &.iconic-map_pin_fill { @extend .iconic-map_pin_fill }
281
- &.iconic-bars_alt { @extend .iconic-bars_alt }
282
- &.iconic-volume { @extend .iconic-volume }
283
- &.iconic-x_alt { @extend .iconic-x_alt }
284
- &.iconic-link { @extend .iconic-link }
285
- &.iconic-move_vertical { @extend .iconic-move_vertical }
286
- &.iconic-eyedropper { @extend .iconic-eyedropper }
287
- &.iconic-spin { @extend .iconic-spin }
288
- &.iconic-rss { @extend .iconic-rss }
289
- &.iconic-info { @extend .iconic-info }
290
- &.iconic-target { @extend .iconic-target }
291
- &.iconic-cursor { @extend .iconic-cursor }
292
- &.iconic-key_fill { @extend .iconic-key_fill }
293
- &.iconic-minus { @extend .iconic-minus }
294
- &.iconic-book_alt { @extend .iconic-book_alt }
295
- &.iconic-headphones { @extend .iconic-headphones }
296
- &.iconic-hash { @extend .iconic-hash }
297
- &.iconic-arrow_left_alt1 { @extend .iconic-arrow_left_alt1 }
298
- &.iconic-arrow_left_alt2 { @extend .iconic-arrow_left_alt2 }
299
- &.iconic-fullscreen_exit { @extend .iconic-fullscreen_exit }
300
- &.iconic-share { @extend .iconic-share }
301
- &.iconic-fullscreen_alt { @extend .iconic-fullscreen_alt }
302
- &.iconic-comment_alt2_fill { @extend .iconic-comment_alt2_fill }
303
- &.iconic-moon_fill { @extend .iconic-moon_fill }
304
- &.iconic-at { @extend .iconic-at }
305
- &.iconic-chat { @extend .iconic-chat }
306
- &.iconic-move_vertical_alt2 { @extend .iconic-move_vertical_alt2 }
307
- &.iconic-move_vertical_alt1 { @extend .iconic-move_vertical_alt1 }
308
- &.iconic-check { @extend .iconic-check }
309
- &.iconic-mic { @extend .iconic-mic }
310
- &.iconic-book { @extend .iconic-book }
311
- &.iconic-move_alt1 { @extend .iconic-move_alt1 }
312
- &.iconic-move_alt2 { @extend .iconic-move_alt2 }
313
- &.iconic-document_fill { @extend .iconic-document_fill }
314
- &.iconic-plus { @extend .iconic-plus }
315
- &.iconic-wrench { @extend .iconic-wrench }
316
- &.iconic-play { @extend .iconic-play }
317
- &.iconic-star { @extend .iconic-star }
318
- &.iconic-document_alt_fill { @extend .iconic-document_alt_fill }
319
- &.iconic-chart { @extend .iconic-chart }
320
- &.iconic-rain { @extend .iconic-rain }
321
- &.iconic-folder_fill { @extend .iconic-folder_fill }
322
- &.iconic-new_window { @extend .iconic-new_window }
323
- &.iconic-user { @extend .iconic-user }
324
- &.iconic-battery_half { @extend .iconic-battery_half }
325
- &.iconic-aperture_alt { @extend .iconic-aperture_alt }
326
- &.iconic-eject { @extend .iconic-eject }
327
- &.iconic-arrow_down_alt1 { @extend .iconic-arrow_down_alt1 }
328
- &.iconic-pilcrow { @extend .iconic-pilcrow }
329
- &.iconic-arrow_down_alt2 { @extend .iconic-arrow_down_alt2 }
330
- &.iconic-arrow_right_alt1 { @extend .iconic-arrow_right_alt1 }
331
- &.iconic-arrow_right_alt2 { @extend .iconic-arrow_right_alt2 }
332
- &.iconic-rss_alt { @extend .iconic-rss_alt }
333
- &.iconic-spin_alt { @extend .iconic-spin_alt }
334
- &.iconic-sun_fill { @extend .iconic-sun_fill }
335
- }
336
- }
337
-