less-rails-fontawesome 0.4.4 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,26 +1,27 @@
1
1
  /*!
2
- * Font Awesome 3.1.0
2
+ * Font Awesome 3.2.0
3
3
  * the iconic font designed for Bootstrap
4
- * -------------------------------------------------------
5
- * The full suite of pictographic icons, examples, and documentation
6
- * can be found at: http://fontawesome.io
4
+ * ------------------------------------------------------------------------------
5
+ * The full suite of pictographic icons, examples, and documentation can be
6
+ * found at http://fontawesome.io. Stay up to date on Twitter at
7
+ * http://twitter.com/fontawesome.
7
8
  *
8
9
  * License
9
- * -------------------------------------------------------
10
- * - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
10
+ * ------------------------------------------------------------------------------
11
+ * - The Font Awesome font is licensed under SIL OFL 1.1 -
11
12
  * http://scripts.sil.org/OFL
12
- * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
13
+ * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
13
14
  * http://opensource.org/licenses/mit-license.html
14
- * - Font Awesome documentation licensed under CC BY 3.0 License -
15
+ * - Font Awesome documentation licensed under CC BY 3.0 -
15
16
  * http://creativecommons.org/licenses/by/3.0/
16
17
  * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
17
18
  * "Font Awesome by Dave Gandy - http://fontawesome.io"
18
-
19
- * Contact
20
- * -------------------------------------------------------
19
+ *
20
+ * Author - Dave Gandy
21
+ * ------------------------------------------------------------------------------
21
22
  * Email: dave@fontawesome.io
22
- * Twitter: http://twitter.com/fortaweso_me
23
- * Work: Lead Product Designer @ http://kyruus.com
23
+ * Twitter: http://twitter.com/byscuits
24
+ * Work: Lead Product Designer @ Kyruus - http://kyruus.com
24
25
  */
25
26
 
26
27
  @import "variables.less";
@@ -0,0 +1,379 @@
1
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
2
+ readers do not read off random characters that represent icons */
3
+
4
+ .icon-glass:before { content: @glass; }
5
+ .icon-music:before { content: @music; }
6
+ .icon-search:before { content: @search; }
7
+ .icon-envelope-alt:before { content: @envelope-alt; }
8
+ .icon-heart:before { content: @heart; }
9
+ .icon-star:before { content: @star; }
10
+ .icon-star-empty:before { content: @star-empty; }
11
+ .icon-user:before { content: @user; }
12
+ .icon-film:before { content: @film; }
13
+ .icon-th-large:before { content: @th-large; }
14
+ .icon-th:before { content: @th; }
15
+ .icon-th-list:before { content: @th-list; }
16
+ .icon-ok:before { content: @ok; }
17
+ .icon-remove:before { content: @remove; }
18
+ .icon-zoom-in:before { content: @zoom-in; }
19
+ .icon-zoom-out:before { content: @zoom-out; }
20
+ .icon-power-off:before,
21
+ .icon-off:before { content: @off; }
22
+ .icon-signal:before { content: @signal; }
23
+ .icon-cog:before { content: @cog; }
24
+ .icon-trash:before { content: @trash; }
25
+ .icon-home:before { content: @home; }
26
+ .icon-file-alt:before { content: @file-alt; }
27
+ .icon-time:before { content: @time; }
28
+ .icon-road:before { content: @road; }
29
+ .icon-download-alt:before { content: @download-alt; }
30
+ .icon-download:before { content: @download; }
31
+ .icon-upload:before { content: @upload; }
32
+ .icon-inbox:before { content: @inbox; }
33
+ .icon-play-circle:before { content: @play-circle; }
34
+ .icon-rotate-right:before,
35
+ .icon-repeat:before { content: @repeat; }
36
+ .icon-refresh:before { content: @refresh; }
37
+ .icon-list-alt:before { content: @list-alt; }
38
+ .icon-lock:before { content: @lock; }
39
+ .icon-flag:before { content: @flag; }
40
+ .icon-headphones:before { content: @headphones; }
41
+ .icon-volume-off:before { content: @volume-off; }
42
+ .icon-volume-down:before { content: @volume-down; }
43
+ .icon-volume-up:before { content: @volume-up; }
44
+ .icon-qrcode:before { content: @qrcode; }
45
+ .icon-barcode:before { content: @barcode; }
46
+ .icon-tag:before { content: @tag; }
47
+ .icon-tags:before { content: @tags; }
48
+ .icon-book:before { content: @book; }
49
+ .icon-bookmark:before { content: @bookmark; }
50
+ .icon-print:before { content: @print; }
51
+ .icon-camera:before { content: @camera; }
52
+ .icon-font:before { content: @font; }
53
+ .icon-bold:before { content: @bold; }
54
+ .icon-italic:before { content: @italic; }
55
+ .icon-text-height:before { content: @text-height; }
56
+ .icon-text-width:before { content: @text-width; }
57
+ .icon-align-left:before { content: @align-left; }
58
+ .icon-align-center:before { content: @align-center; }
59
+ .icon-align-right:before { content: @align-right; }
60
+ .icon-align-justify:before { content: @align-justify; }
61
+ .icon-list:before { content: @list; }
62
+ .icon-indent-left:before { content: @indent-left; }
63
+ .icon-indent-right:before { content: @indent-right; }
64
+ .icon-facetime-video:before { content: @facetime-video; }
65
+ .icon-picture:before { content: @picture; }
66
+ .icon-pencil:before { content: @pencil; }
67
+ .icon-map-marker:before { content: @map-marker; }
68
+ .icon-adjust:before { content: @adjust; }
69
+ .icon-tint:before { content: @tint; }
70
+ .icon-edit:before { content: @edit; }
71
+ .icon-share:before { content: @share; }
72
+ .icon-check:before { content: @check; }
73
+ .icon-move:before { content: @move; }
74
+ .icon-step-backward:before { content: @step-backward; }
75
+ .icon-fast-backward:before { content: @fast-backward; }
76
+ .icon-backward:before { content: @backward; }
77
+ .icon-play:before { content: @play; }
78
+ .icon-pause:before { content: @pause; }
79
+ .icon-stop:before { content: @stop; }
80
+ .icon-forward:before { content: @forward; }
81
+ .icon-fast-forward:before { content: @fast-forward; }
82
+ .icon-step-forward:before { content: @step-forward; }
83
+ .icon-eject:before { content: @eject; }
84
+ .icon-chevron-left:before { content: @chevron-left; }
85
+ .icon-chevron-right:before { content: @chevron-right; }
86
+ .icon-plus-sign:before { content: @plus-sign; }
87
+ .icon-minus-sign:before { content: @minus-sign; }
88
+ .icon-remove-sign:before { content: @remove-sign; }
89
+ .icon-ok-sign:before { content: @ok-sign; }
90
+ .icon-question-sign:before { content: @question-sign; }
91
+ .icon-info-sign:before { content: @info-sign; }
92
+ .icon-screenshot:before { content: @screenshot; }
93
+ .icon-remove-circle:before { content: @remove-circle; }
94
+ .icon-ok-circle:before { content: @ok-circle; }
95
+ .icon-ban-circle:before { content: @ban-circle; }
96
+ .icon-arrow-left:before { content: @arrow-left; }
97
+ .icon-arrow-right:before { content: @arrow-right; }
98
+ .icon-arrow-up:before { content: @arrow-up; }
99
+ .icon-arrow-down:before { content: @arrow-down; }
100
+ .icon-mail-forward:before,
101
+ .icon-share-alt:before { content: @share-alt; }
102
+ .icon-resize-full:before { content: @resize-full; }
103
+ .icon-resize-small:before { content: @resize-small; }
104
+ .icon-plus:before { content: @plus; }
105
+ .icon-minus:before { content: @minus; }
106
+ .icon-asterisk:before { content: @asterisk; }
107
+ .icon-exclamation-sign:before { content: @exclamation-sign; }
108
+ .icon-gift:before { content: @gift; }
109
+ .icon-leaf:before { content: @leaf; }
110
+ .icon-fire:before { content: @fire; }
111
+ .icon-eye-open:before { content: @eye-open; }
112
+ .icon-eye-close:before { content: @eye-close; }
113
+ .icon-warning-sign:before { content: @warning-sign; }
114
+ .icon-plane:before { content: @plane; }
115
+ .icon-calendar:before { content: @calendar; }
116
+ .icon-random:before { content: @random; }
117
+ .icon-comment:before { content: @comment; }
118
+ .icon-magnet:before { content: @magnet; }
119
+ .icon-chevron-up:before { content: @chevron-up; }
120
+ .icon-chevron-down:before { content: @chevron-down; }
121
+ .icon-retweet:before { content: @retweet; }
122
+ .icon-shopping-cart:before { content: @shopping-cart; }
123
+ .icon-folder-close:before { content: @folder-close; }
124
+ .icon-folder-open:before { content: @folder-open; }
125
+ .icon-resize-vertical:before { content: @resize-vertical; }
126
+ .icon-resize-horizontal:before { content: @resize-horizontal; }
127
+ .icon-bar-chart:before { content: @bar-chart; }
128
+ .icon-twitter-sign:before { content: @twitter-sign; }
129
+ .icon-facebook-sign:before { content: @facebook-sign; }
130
+ .icon-camera-retro:before { content: @camera-retro; }
131
+ .icon-key:before { content: @key; }
132
+ .icon-cogs:before { content: @cogs; }
133
+ .icon-comments:before { content: @comments; }
134
+ .icon-thumbs-up-alt:before { content: @thumbs-up-alt; }
135
+ .icon-thumbs-down-alt:before { content: @thumbs-down-alt; }
136
+ .icon-star-half:before { content: @star-half; }
137
+ .icon-heart-empty:before { content: @heart-empty; }
138
+ .icon-signout:before { content: @signout; }
139
+ .icon-linkedin-sign:before { content: @linkedin-sign; }
140
+ .icon-pushpin:before { content: @pushpin; }
141
+ .icon-external-link:before { content: @external-link; }
142
+ .icon-signin:before { content: @signin; }
143
+ .icon-trophy:before { content: @trophy; }
144
+ .icon-github-sign:before { content: @github-sign; }
145
+ .icon-upload-alt:before { content: @upload-alt; }
146
+ .icon-lemon:before { content: @lemon; }
147
+ .icon-phone:before { content: @phone; }
148
+ .icon-unchecked:before,
149
+ .icon-check-empty:before { content: @check-empty; }
150
+ .icon-bookmark-empty:before { content: @bookmark-empty; }
151
+ .icon-phone-sign:before { content: @phone-sign; }
152
+ .icon-twitter:before { content: @twitter; }
153
+ .icon-facebook:before { content: @facebook; }
154
+ .icon-github:before { content: @github; }
155
+ .icon-unlock:before { content: @unlock; }
156
+ .icon-credit-card:before { content: @credit-card; }
157
+ .icon-rss:before { content: @rss; }
158
+ .icon-hdd:before { content: @hdd; }
159
+ .icon-bullhorn:before { content: @bullhorn; }
160
+ .icon-bell:before { content: @bell; }
161
+ .icon-certificate:before { content: @certificate; }
162
+ .icon-hand-right:before { content: @hand-right; }
163
+ .icon-hand-left:before { content: @hand-left; }
164
+ .icon-hand-up:before { content: @hand-up; }
165
+ .icon-hand-down:before { content: @hand-down; }
166
+ .icon-circle-arrow-left:before { content: @circle-arrow-left; }
167
+ .icon-circle-arrow-right:before { content: @circle-arrow-right; }
168
+ .icon-circle-arrow-up:before { content: @circle-arrow-up; }
169
+ .icon-circle-arrow-down:before { content: @circle-arrow-down; }
170
+ .icon-globe:before { content: @globe; }
171
+ .icon-wrench:before { content: @wrench; }
172
+ .icon-tasks:before { content: @tasks; }
173
+ .icon-filter:before { content: @filter; }
174
+ .icon-briefcase:before { content: @briefcase; }
175
+ .icon-fullscreen:before { content: @fullscreen; }
176
+ .icon-group:before { content: @group; }
177
+ .icon-link:before { content: @link; }
178
+ .icon-cloud:before { content: @cloud; }
179
+ .icon-beaker:before { content: @beaker; }
180
+ .icon-cut:before { content: @cut; }
181
+ .icon-copy:before { content: @copy; }
182
+ .icon-paperclip:before,
183
+ .icon-paper-clip:before { content: @paper-clip; }
184
+ .icon-save:before { content: @save; }
185
+ .icon-sign-blank:before { content: @sign-blank; }
186
+ .icon-reorder:before { content: @reorder; }
187
+ .icon-list-ul:before { content: @list-ul; }
188
+ .icon-list-ol:before { content: @list-ol; }
189
+ .icon-strikethrough:before { content: @strikethrough; }
190
+ .icon-underline:before { content: @underline; }
191
+ .icon-table:before { content: @table; }
192
+ .icon-magic:before { content: @magic; }
193
+ .icon-truck:before { content: @truck; }
194
+ .icon-pinterest:before { content: @pinterest; }
195
+ .icon-pinterest-sign:before { content: @pinterest-sign; }
196
+ .icon-google-plus-sign:before { content: @google-plus-sign; }
197
+ .icon-google-plus:before { content: @google-plus; }
198
+ .icon-money:before { content: @money; }
199
+ .icon-caret-down:before { content: @caret-down; }
200
+ .icon-caret-up:before { content: @caret-up; }
201
+ .icon-caret-left:before { content: @caret-left; }
202
+ .icon-caret-right:before { content: @caret-right; }
203
+ .icon-columns:before { content: @columns; }
204
+ .icon-sort:before { content: @sort; }
205
+ .icon-sort-down:before { content: @sort-down; }
206
+ .icon-sort-up:before { content: @sort-up; }
207
+ .icon-envelope:before { content: @envelope; }
208
+ .icon-linkedin:before { content: @linkedin; }
209
+ .icon-rotate-left:before,
210
+ .icon-undo:before { content: @undo; }
211
+ .icon-legal:before { content: @legal; }
212
+ .icon-dashboard:before { content: @dashboard; }
213
+ .icon-comment-alt:before { content: @comment-alt; }
214
+ .icon-comments-alt:before { content: @comments-alt; }
215
+ .icon-bolt:before { content: @bolt; }
216
+ .icon-sitemap:before { content: @sitemap; }
217
+ .icon-umbrella:before { content: @umbrella; }
218
+ .icon-paste:before { content: @paste; }
219
+ .icon-lightbulb:before { content: @lightbulb; }
220
+ .icon-exchange:before { content: @exchange; }
221
+ .icon-cloud-download:before { content: @cloud-download; }
222
+ .icon-cloud-upload:before { content: @cloud-upload; }
223
+ .icon-user-md:before { content: @user-md; }
224
+ .icon-stethoscope:before { content: @stethoscope; }
225
+ .icon-suitcase:before { content: @suitcase; }
226
+ .icon-bell-alt:before { content: @bell-alt; }
227
+ .icon-coffee:before { content: @coffee; }
228
+ .icon-food:before { content: @food; }
229
+ .icon-file-text-alt:before { content: @file-text-alt; }
230
+ .icon-building:before { content: @building; }
231
+ .icon-hospital:before { content: @hospital; }
232
+ .icon-ambulance:before { content: @ambulance; }
233
+ .icon-medkit:before { content: @medkit; }
234
+ .icon-fighter-jet:before { content: @fighter-jet; }
235
+ .icon-beer:before { content: @beer; }
236
+ .icon-h-sign:before { content: @h-sign; }
237
+ .icon-plus-sign-alt:before { content: @plus-sign-alt; }
238
+ .icon-double-angle-left:before { content: @double-angle-left; }
239
+ .icon-double-angle-right:before { content: @double-angle-right; }
240
+ .icon-double-angle-up:before { content: @double-angle-up; }
241
+ .icon-double-angle-down:before { content: @double-angle-down; }
242
+ .icon-angle-left:before { content: @angle-left; }
243
+ .icon-angle-right:before { content: @angle-right; }
244
+ .icon-angle-up:before { content: @angle-up; }
245
+ .icon-angle-down:before { content: @angle-down; }
246
+ .icon-desktop:before { content: @desktop; }
247
+ .icon-laptop:before { content: @laptop; }
248
+ .icon-tablet:before { content: @tablet; }
249
+ .icon-mobile-phone:before { content: @mobile-phone; }
250
+ .icon-circle-blank:before { content: @circle-blank; }
251
+ .icon-quote-left:before { content: @quote-left; }
252
+ .icon-quote-right:before { content: @quote-right; }
253
+ .icon-spinner:before { content: @spinner; }
254
+ .icon-circle:before { content: @circle; }
255
+ .icon-mail-reply:before,
256
+ .icon-reply:before { content: @reply; }
257
+ .icon-github-alt:before { content: @github-alt; }
258
+ .icon-folder-close-alt:before { content: @folder-close-alt; }
259
+ .icon-folder-open-alt:before { content: @folder-open-alt; }
260
+ .icon-expand-alt:before { content: @expand-alt; }
261
+ .icon-collapse-alt:before { content: @collapse-alt; }
262
+ .icon-smile:before { content: @smile; }
263
+ .icon-frown:before { content: @frown; }
264
+ .icon-meh:before { content: @meh; }
265
+ .icon-gamepad:before { content: @gamepad; }
266
+ .icon-keyboard:before { content: @keyboard; }
267
+ .icon-flag-alt:before { content: @flag-alt; }
268
+ .icon-flag-checkered:before { content: @flag-checkered; }
269
+ .icon-terminal:before { content: @terminal; }
270
+ .icon-code:before { content: @code; }
271
+ .icon-reply-all:before { content: @reply-all; }
272
+ .icon-mail-reply-all:before { content: @mail-reply-all; }
273
+ .icon-star-half-full:before,
274
+ .icon-star-half-empty:before { content: @star-half-empty; }
275
+ .icon-location-arrow:before { content: @location-arrow; }
276
+ .icon-crop:before { content: @crop; }
277
+ .icon-code-fork:before { content: @code-fork; }
278
+ .icon-unlink:before { content: @unlink; }
279
+ .icon-question:before { content: @question; }
280
+ .icon-info:before { content: @info; }
281
+ .icon-exclamation:before { content: @exclamation; }
282
+ .icon-superscript:before { content: @superscript; }
283
+ .icon-subscript:before { content: @subscript; }
284
+ .icon-eraser:before { content: @eraser; }
285
+ .icon-puzzle-piece:before { content: @puzzle-piece; }
286
+ .icon-microphone:before { content: @microphone; }
287
+ .icon-microphone-off:before { content: @microphone-off; }
288
+ .icon-shield:before { content: @shield; }
289
+ .icon-calendar-empty:before { content: @calendar-empty; }
290
+ .icon-fire-extinguisher:before { content: @fire-extinguisher; }
291
+ .icon-rocket:before { content: @rocket; }
292
+ .icon-maxcdn:before { content: @maxcdn; }
293
+ .icon-chevron-sign-left:before { content: @chevron-sign-left; }
294
+ .icon-chevron-sign-right:before { content: @chevron-sign-right; }
295
+ .icon-chevron-sign-up:before { content: @chevron-sign-up; }
296
+ .icon-chevron-sign-down:before { content: @chevron-sign-down; }
297
+ .icon-html5:before { content: @html5; }
298
+ .icon-css3:before { content: @css3; }
299
+ .icon-anchor:before { content: @anchor; }
300
+ .icon-unlock-alt:before { content: @unlock-alt; }
301
+ .icon-bullseye:before { content: @bullseye; }
302
+ .icon-ellipsis-horizontal:before { content: @ellipsis-horizontal; }
303
+ .icon-ellipsis-vertical:before { content: @ellipsis-vertical; }
304
+ .icon-rss-sign:before { content: @rss-sign; }
305
+ .icon-play-sign:before { content: @play-sign; }
306
+ .icon-ticket:before { content: @ticket; }
307
+ .icon-minus-sign-alt:before { content: @minus-sign-alt; }
308
+ .icon-check-minus:before { content: @check-minus; }
309
+ .icon-level-up:before { content: @level-up; }
310
+ .icon-level-down:before { content: @level-down; }
311
+ .icon-check-sign:before { content: @check-sign; }
312
+ .icon-edit-sign:before { content: @edit-sign; }
313
+ .icon-external-link-sign:before { content: @external-link-sign; }
314
+ .icon-share-sign:before { content: @share-sign; }
315
+ .icon-compass:before { content: @compass; }
316
+ .icon-collapse:before { content: @collapse; }
317
+ .icon-collapse-top:before { content: @collapse-top; }
318
+ .icon-expand:before { content: @expand; }
319
+ .icon-euro:before,
320
+ .icon-eur:before { content: @eur; }
321
+ .icon-gbp:before { content: @gbp; }
322
+ .icon-dollar:before,
323
+ .icon-usd:before { content: @usd; }
324
+ .icon-rupee:before,
325
+ .icon-inr:before { content: @inr; }
326
+ .icon-yen:before,
327
+ .icon-jpy:before { content: @jpy; }
328
+ .icon-renminbi:before,
329
+ .icon-cny:before { content: @cny; }
330
+ .icon-won:before,
331
+ .icon-krw:before { content: @krw; }
332
+ .icon-bitcoin:before,
333
+ .icon-btc:before { content: @btc; }
334
+ .icon-file:before { content: @file; }
335
+ .icon-file-text:before { content: @file-text; }
336
+ .icon-sort-by-alphabet:before { content: @sort-by-alphabet; }
337
+ .icon-sort-by-alphabet-alt:before { content: @sort-by-alphabet-alt; }
338
+ .icon-sort-by-attributes:before { content: @sort-by-attributes; }
339
+ .icon-sort-by-attributes-alt:before { content: @sort-by-attributes-alt; }
340
+ .icon-sort-by-order:before { content: @sort-by-order; }
341
+ .icon-sort-by-order-alt:before { content: @sort-by-order-alt; }
342
+ .icon-thumbs-up:before { content: @thumbs-up; }
343
+ .icon-thumbs-down:before { content: @thumbs-down; }
344
+ .icon-youtube-sign:before { content: @youtube-sign; }
345
+ .icon-youtube:before { content: @youtube; }
346
+ .icon-xing:before { content: @xing; }
347
+ .icon-xing-sign:before { content: @xing-sign; }
348
+ .icon-youtube-play:before { content: @youtube-play; }
349
+ .icon-dropbox:before { content: @dropbox; }
350
+ .icon-stackexchange:before { content: @stackexchange; }
351
+ .icon-instagram:before { content: @instagram; }
352
+ .icon-flickr:before { content: @flickr; }
353
+ .icon-adn:before { content: @adn; }
354
+ .icon-bitbucket:before { content: @bitbucket; }
355
+ .icon-bitbucket-sign:before { content: @bitbucket-sign; }
356
+ .icon-tumblr:before { content: @tumblr; }
357
+ .icon-tumblr-sign:before { content: @tumblr-sign; }
358
+ .icon-long-arrow-down:before { content: @long-arrow-down; }
359
+ .icon-long-arrow-up:before { content: @long-arrow-up; }
360
+ .icon-long-arrow-left:before { content: @long-arrow-left; }
361
+ .icon-long-arrow-right:before { content: @long-arrow-right; }
362
+ .icon-apple:before { content: @apple; }
363
+ .icon-windows:before { content: @windows; }
364
+ .icon-android:before { content: @android; }
365
+ .icon-linux:before { content: @linux; }
366
+ .icon-dribble:before { content: @dribble; }
367
+ .icon-skype:before { content: @skype; }
368
+ .icon-foursquare:before { content: @foursquare; }
369
+ .icon-trello:before { content: @trello; }
370
+ .icon-female:before { content: @female; }
371
+ .icon-male:before { content: @male; }
372
+ .icon-gittip:before { content: @gittip; }
373
+ .icon-sun:before { content: @sun; }
374
+ .icon-moon:before { content: @moon; }
375
+ .icon-archive:before { content: @archive; }
376
+ .icon-bug:before { content: @bug; }
377
+ .icon-vk:before { content: @vk; }
378
+ .icon-weibo:before { content: @weibo; }
379
+ .icon-renren:before { content: @renren; }
@@ -1,6 +1,20 @@
1
1
  // Mixins
2
2
  // --------------------------
3
3
 
4
+ .icon(@icon) {
5
+ .icon-FontAwesome();
6
+ content: @icon;
7
+ }
8
+
9
+ .icon-FontAwesome() {
10
+ font-family: FontAwesome;
11
+ font-weight: normal;
12
+ font-style: normal;
13
+ text-decoration: inherit;
14
+ -webkit-font-smoothing: antialiased;
15
+ *margin-right: .3em; // fixes ie7 issues
16
+ }
17
+
4
18
  .border-radius(@radius) {
5
19
  -webkit-border-radius: @radius;
6
20
  -moz-border-radius: @radius;
@@ -0,0 +1,14 @@
1
+ /* FONT PATH
2
+ * -------------------------- */
3
+
4
+ @font-face {
5
+ font-family: 'FontAwesome';
6
+ src: font-url('fontawesome-webfont.eot');
7
+ src: font-url('fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
8
+ font-url('fontawesome-webfont.woff') format('woff'),
9
+ font-url('fontawesome-webfont.ttf') format('truetype'),
10
+ font-url('fontawesome-webfont.svg#fontawesomeregular') format('svg');
11
+ // src: font-url('FontAwesome.otf') format('opentype'); // used when developing fonts
12
+ font-weight: normal;
13
+ font-style: normal;
14
+ }