1/*!
2Fork Awesome 1.1.7
3License - https://forkaweso.me/Fork-Awesome/license
4
5Copyright 2018 Dave Gandy & Fork Awesome
6
7Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
8
9The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10
11THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12 */
13
14
15@import "variables.less";
16
17.fas, .fab, .far {
18 display: inline-block;
19 font: normal normal normal @fa-font-size-base/@fa-line-height-base @fa-font-family; // shortening font declaration
20 font-size: inherit; // can't have font-size inherit on line above, so need to override
21 text-rendering: auto; // optimizelegibility throws things off #1094
22 -webkit-font-smoothing: antialiased;
23 -moz-osx-font-smoothing: grayscale;
24
25}
26
27.fas {
28 &.fa-chart-area:before { content: "\f1fe"; } // area-chart
29 &.fa-arrows-alt:before { content: "\f047"; } // arrows
30 &.fa-expand-arrows-alt:before { content: "\f0b2"; } // arrows-alt
31 &.fa-arrows-alt-h:before { content: "\f07e"; } // arrows-h
32 &.fa-arrows-alt-v:before { content: "\f07d"; } // arrows-v
33 &.fa-calendar-alt:before { content: "\f073"; } // calendar
34 &.fa-circle-notch:before { content: "\f1ce"; } // circle-o-notch
35 &.fa-cloud-download-alt:before { content: "\f0ed"; } // cloud-download
36 &.fa-cloud-upload-alt:before { content: "\f0ee"; } // cloud-upload
37 &.fa-credit-card:before { content: "\f283"; } // credit-card-alt
38 &.fa-dollar-sign:before { content: "\f155"; } // dollar
39 &.fa-euro-sign:before { content: "\f153"; } // eur, euro
40 &.fa-exchange-alt:before { content: "\f0ec"; } // exchange
41 &.fa-external-link-alt:before { content: "\f08e"; } // external-link
42 &.fa-external-link-square-alt:before { content: "\f14c"; } // external-link-square
43 &.fa-eye-dropper:before { content: "\f1fb"; } // eyedropper
44 &.fa-pound-sign:before { content: "\f154"; } // gbp
45 &.fa-glass-martini:before { content: "\f000"; } // glass
46 &.fa-shekel-sign:before { content: "\f20b"; } // shekel
47 &.fa-rupee-sign:before { content: "\f156"; } // rupee
48 &.fa-won-sign:before { content: "\f159"; } // krw
49 &.fa-level-down-alt:before { content: "\f149"; } // level-down
50 &.fa-level-up-alt:before { content: "\f148"; } // level-up
51 &.fa-chart-line:before { content: "\f201"; } // line-chart
52 &.fa-long-arrow-alt-down:before { content: "\f175"; } // long-arrow-down
53 &.fa-long-arrow-alt-left:before { content: "\f177"; } // long-arrow-left
54 &.fa-long-arrow-alt-right:before { content: "\f178"; } // long-arrow-right
55 &.fa-long-arrow-alt-up:before { content: "\f176"; } // long-arrow-up
56 &.fa-map-marker-alt:before { content: "\f041"; } // map-marker
57 &.fa-mobile-alt:before { content: "\f10b"; } // mobile
58 &.fa-pencil-alt:before { content: "\f040"; } // pencil
59 &.fa-pen-square:before { content: "\f14b"; } // pencil-square
60 &.fa-chart-pie:before { content: "\f200"; } // pie-chart
61 &.fa-yen-sign:before { content: "\f157"; } // yen
62 &.fa-ruble-sign:before { content: "\f158"; } // ruble
63 &.fa-shield-alt:before { content: "\f132"; } // shield
64 &.fa-sign-in-alt:before { content: "\f090"; } // sign-in
65 &.fa-sign-out-alt:before { content: "\f08b"; } // sign-out
66 &.fa-sliders-h:before { content: "\f1de"; } // sliders
67 &.fa-tablet-alt:before { content: "\f10a"; } // tablet
68 &.fa-tachometer-alt:before { content: "\f0e4"; } // tachometer
69 &.fa-thumbtack:before { content: "\f08d"; } // thumb-tack
70 &.fa-ticket-alt:before { content: "\f145"; } // ticket
71 &.fa-trash-alt:before { content: "\f1f8"; } // trash
72 &.fa-lira-sign:before { content: "\f195"; } // turkish-lira
73}
74
75.fab {
76 &.fa-linkedin-in:before { content: "\fe01"; } // linkedin
77 &.fa-linkedin:before { content: "\f08c"; } // linkedin-square
78}
79
80.far {
81 &.fa-address-book:before { content: "\f2ba"; } // address-book-o
82 &.fa-address-card:before { content: "\f2bc"; } // address-card-o
83 &.fa-arrow-alt-circle-down:before { content: "\f01a"; } // arrow-circle-o-down
84 &.fa-arrow-alt-circle-left:before { content: "\f190"; } // arrow-circle-o-left
85 &.fa-arrow-alt-circle-right:before { content: "\f18e"; } // arrow-circle-o-right
86 &.fa-arrow-alt-circle-up:before { content: "\f01b"; } // arrow-circle-o-up
87 &.fa-bell:before { content: "\f0f3"; } // bell-o
88 &.fa-bell-slash:before { content: "\f1f7"; } // bell-slash-o
89 &.fa-bookmark:before { content: "\f097"; } // bookmark-o
90 &.fa-building:before { content: "\f0f7"; } // building-o
91 &.fa-calendar-check:before { content: "\f274"; } // calendar-check-o
92 &.fa-calendar-minus:before { content: "\f272"; } // calendar-minus-o
93 &.fa-calendar:before { content: "\f133"; } // calendar-o
94 &.fa-calendar-plus:before { content: "\f271"; } // calendar-plus-o
95 &.fa-calendar-times:before { content: "\f273"; } // calendar-times-o
96 &.fa-caret-square-down:before { content: "\f150"; } // caret-square-o-down
97 &.fa-caret-square-left:before { content: "\f191"; } // caret-square-o-left
98 &.fa-caret-square-right:before { content: "\f152"; } // caret-square-o-right
99 &.fa-caret-square-up:before { content: "\f151"; } // caret-square-o-up
100 &.fa-check-circle:before { content: "\f05d"; } // check-circle-o
101 &.fa-check-square:before { content: "\f046"; } // check-square-o
102 &.fa-circle:before { content: "\f10c"; } // circle-o
103 &.fa-clock:before { content: "\f017"; } // clock-o
104 &.fa-comment:before { content: "\f0e5"; } // comment-o
105 &.fa-comment-dots:before { content: "\f27b"; } // commenting-o
106 &.fa-comments:before { content: "\f0e6"; } // comments-o
107 &.fa-dot-circle:before { content: "\f192"; } // dot-circle-o
108 &.fa-id-card:before { content: "\f2c3"; } // drivers-license-o
109 &.fa-envelope:before { content: "\f003"; } // envelope-o
110 &.fa-envelope-open:before { content: "\f2b7"; } // envelope-open-o
111 &.fa-file-archive:before { content: "\f1c6"; } // file-archive-o
112 &.fa-file-audio:before { content: "\f1c7"; } // file-audio-o
113 &.fa-file-code:before { content: "\f1c9"; } // file-code-o
114 &.fa-file-excel:before { content: "\f1c3"; } // file-excel-o
115 &.fa-file-image:before { content: "\f1c5"; } // file-image-o
116 &.fa-file-video:before { content: "\f1c8"; } // file-video-o
117 &.fa-copy:before,
118 &.fa-file:before { content: "\f016"; } // file-o
119 &.fa-file-pdf:before { content: "\f1c1"; } // file-pdf-o
120 &.fa-file-powerpoint:before { content: "\f1c4"; } // file-powerpoint-o
121 &.fa-file-alt:before { content: "\f0f6"; } // file-text-o
122 &.fa-file-word:before { content: "\f1c2"; } // file-word-o
123 &.fa-flag:before { content: "\f11d"; } // flag-o
124 &.fa-save:before { content: "\f0c7"; } // foppy-o
125 &.fa-folder:before { content: "\f114"; } // folder-o
126 &.fa-folder-open:before { content: "\f115"; } // folder-open-o
127 &.fa-frown:before { content: "\f119"; } // frown-o
128 &.fa-futbol:before { content: "\f1e3"; } // futbol-o
129 &.fa-hand-rock:before { content: "\f255"; } // hand-grab-o
130 &.fa-hand-lizard:before { content: "\f258"; } // hand-lizard-o
131 &.fa-hand-point-down:before { content: "\f0a7"; } // hand-o-down
132 &.fa-hand-point-left:before { content: "\f0a5"; } // hand-o-left
133 &.fa-hand-point-right:before { content: "\f0a4"; } // hand-o-right
134 &.fa-hand-point-up:before { content: "\f0a6"; } // hand-o-up
135 &.fa-hand-paper:before { content: "\256"; } // hand-paper-o
136 &.fa-hand-pointer:before { content: "\f25a"; } // hand-pointer-o
137 &.fa-hand-scissors:before { content: "\f257"; } // hand-scissors-o
138 &.fa-hand-spock:before { content: "\f259"; } // hand-spock-o
139 &.fa-handshake:before { content: "\f2b5"; } // handshake-o
140 &.fa-hdd:before { content: "\f0a0"; } // hdd-o
141 &.fa-heart:before { content: "\f08a"; } // heart-o
142 &.fa-hospital:before { content: "\f0f8"; } // hospital-o
143 &.fa-hourglass:before { content: "\f250"; } // hourglass-o
144 &.fa-id-card:before { content: "\f2c3"; } // id-card-o
145 &.fa-keyboard:before { content: "\f11c"; } // keyboard-o
146 &.fa-lemon:before { content: "\f094"; } // lemon-o
147 &.fa-lightbulb:before { content: "\f0eb"; } // lightbulb-o
148 &.fa-meh:before { content: "\f11a"; } // meh-o
149 &.fa-minus-square:before { content: "\f147"; } // minus-square-o
150 &.fa-money-bill-alt:before { content: "\f0d6"; } // money
151 &.fa-moon:before { content: "\f186"; } // moon-o
152 &.fa-newspaper:before { content: "\f1ea"; } // newspaper-o
153 &.fa-paper-plane:before { content: "\f1d9"; } // paper-plane-o
154 &.fa-pause-circle:before { content: "\f28c"; } // pause-circle-o
155 &.fa-edit:before { content: "\f044"; } // pencil-square-o
156 &.fa-image:before { content: "\f03e"; } // picture-o
157 &.fa-play-circle:before { content: "\f01d"; } // play-circle-o
158 &.fa-plus-square:before { content: "\f196"; } // plus-square-o
159 &.fa-question-circle:before { content: "\f92c"; } // question-circle-o
160 &.fa-share-square:before { content: "\f045"; } // share-square-o
161 &.fa-smile:before { content: "\f118"; } // smile-o
162 &.fa-snowflake:before { content: "\f2dc"; } // snowflake-o
163 &.fa-futbol:before { content: "\f1e3"; } // soccer-ball-o
164 &.fa-star-half:before { content: "\f089"; } // star-half-o
165 &.fa-star:before { content: "\f006"; } // star-o
166 &.fa-sticky-note:before { content: "\f24a"; } // sticky-note-o
167 &.fa-stop-circle:before { content: "\f28e"; } // stop-circle-o
168 &.fa-sun:before { content: "\f185"; } // sun-o
169 &.fa-thumbs-down:before { content: "\f088"; } // thumbs-o-down
170 &.fa-thumbs-up:before { content: "\f087"; } // thumbs-o-up
171 &.fa-times-circle:before { content: "\f05c"; } // times-circle-o
172 &.fa-window-close:before { content: "\f2d4"; } // times-rectangle-o
173 &.fa-trash-alt:before { content: "\f014"; } // trash-o
174 &.fa-user-circle:before { content: "\f2be"; } // user-circle-o
175 &.fa-user:before { content: "\f2c0"; } // user-o
176}