From bfb6bb913089584c79a2a99e494bcb20b90a1d39 Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Thu, 27 Sep 2018 16:46:18 -0400 Subject: Creating a CSS file to ease compatibility with Fork Awesome v5 --- less/icons.less | 16 +++++ less/v5-compat.less | 168 ++++++++++++++++++++++++++++++++++++++++++++++++++++ less/variables.less | 16 +++++ 3 files changed, 200 insertions(+) create mode 100644 less/v5-compat.less (limited to 'less') diff --git a/less/icons.less b/less/icons.less index c1b862129..77901a2b0 100644 --- a/less/icons.less +++ b/less/icons.less @@ -64,6 +64,7 @@ .@{fa-css-prefix}-dedent:before, .@{fa-css-prefix}-outdent:before { content: @fa-var-outdent; } .@{fa-css-prefix}-indent:before { content: @fa-var-indent; } +.@{fa-css-prefix}-video:before, .@{fa-css-prefix}-video-camera:before { content: @fa-var-video-camera; } .@{fa-css-prefix}-photo:before, .@{fa-css-prefix}-image:before, @@ -213,6 +214,7 @@ .@{fa-css-prefix}-pinterest:before { content: @fa-var-pinterest; } .@{fa-css-prefix}-pinterest-square:before { content: @fa-var-pinterest-square; } .@{fa-css-prefix}-google-plus-square:before { content: @fa-var-google-plus-square; } +.@{fa-css-prefix}-google-plus-g:before, .@{fa-css-prefix}-google-plus:before { content: @fa-var-google-plus; } .@{fa-css-prefix}-money:before { content: @fa-var-money; } .@{fa-css-prefix}-caret-down:before { content: @fa-var-caret-down; } @@ -251,6 +253,7 @@ .@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; } .@{fa-css-prefix}-bell:before { content: @fa-var-bell; } .@{fa-css-prefix}-coffee:before { content: @fa-var-coffee; } +.@{fa-css-prefix}-utensils:before, .@{fa-css-prefix}-cutlery:before { content: @fa-var-cutlery; } .@{fa-css-prefix}-file-text-o:before { content: @fa-var-file-text-o; } .@{fa-css-prefix}-building-o:before { content: @fa-var-building-o; } @@ -348,6 +351,7 @@ .@{fa-css-prefix}-caret-square-o-right:before { content: @fa-var-caret-square-o-right; } .@{fa-css-prefix}-euro:before, .@{fa-css-prefix}-eur:before { content: @fa-var-eur; } +.@{fa-css-prefix}-pound:before, .@{fa-css-prefix}-gbp:before { content: @fa-var-gbp; } .@{fa-css-prefix}-dollar:before, .@{fa-css-prefix}-usd:before { content: @fa-var-usd; } @@ -366,11 +370,17 @@ .@{fa-css-prefix}-btc:before { content: @fa-var-btc; } .@{fa-css-prefix}-file:before { content: @fa-var-file; } .@{fa-css-prefix}-file-text:before { content: @fa-var-file-text; } +.@{fa-css-prefix}-sort-alpha-down:before, .@{fa-css-prefix}-sort-alpha-asc:before { content: @fa-var-sort-alpha-asc; } +.@{fa-css-prefix}-sort-alpha-up:before, .@{fa-css-prefix}-sort-alpha-desc:before { content: @fa-var-sort-alpha-desc; } +.@{fa-css-prefix}-sort-amount-down:before, .@{fa-css-prefix}-sort-amount-asc:before { content: @fa-var-sort-amount-asc; } +.@{fa-css-prefix}-sort-amount-up:before, .@{fa-css-prefix}-sort-amount-desc:before { content: @fa-var-sort-amount-desc; } +.@{fa-css-prefix}-sort-numeric-down:before, .@{fa-css-prefix}-sort-numeric-asc:before { content: @fa-var-sort-numeric-asc; } +.@{fa-css-prefix}-sort-numeric-up:before, .@{fa-css-prefix}-sort-numeric-desc:before { content: @fa-var-sort-numeric-desc; } .@{fa-css-prefix}-thumbs-up:before { content: @fa-var-thumbs-up; } .@{fa-css-prefix}-thumbs-down:before { content: @fa-var-thumbs-down; } @@ -448,6 +458,7 @@ .@{fa-css-prefix}-building:before { content: @fa-var-building; } .@{fa-css-prefix}-child:before { content: @fa-var-child; } .@{fa-css-prefix}-paw:before { content: @fa-var-paw; } +.@{fa-css-prefix}-utensil-spoon:before, .@{fa-css-prefix}-spoon:before { content: @fa-var-spoon; } .@{fa-css-prefix}-cube:before { content: @fa-var-cube; } .@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; } @@ -508,6 +519,7 @@ .@{fa-css-prefix}-paper-plane-o:before { content: @fa-var-paper-plane-o; } .@{fa-css-prefix}-history:before { content: @fa-var-history; } .@{fa-css-prefix}-circle-thin:before { content: @fa-var-circle-thin; } +.@{fa-css-prefix}-heading:before, .@{fa-css-prefix}-header:before { content: @fa-var-header; } .@{fa-css-prefix}-paragraph:before { content: @fa-var-paragraph; } .@{fa-css-prefix}-sliders:before { content: @fa-var-sliders; } @@ -552,6 +564,7 @@ .@{fa-css-prefix}-bus:before { content: @fa-var-bus; } .@{fa-css-prefix}-ioxhost:before { content: @fa-var-ioxhost; } .@{fa-css-prefix}-angellist:before { content: @fa-var-angellist; } +.@{fa-css-prefix}-closed-captioning:before, .@{fa-css-prefix}-cc:before { content: @fa-var-cc; } .@{fa-css-prefix}-shekel:before, .@{fa-css-prefix}-sheqel:before, @@ -568,6 +581,7 @@ .@{fa-css-prefix}-skyatlas:before { content: @fa-var-skyatlas; } .@{fa-css-prefix}-cart-plus:before { content: @fa-var-cart-plus; } .@{fa-css-prefix}-cart-arrow-down:before { content: @fa-var-cart-arrow-down; } +.@{fa-css-prefix}-gem:before, .@{fa-css-prefix}-diamond:before { content: @fa-var-diamond; } .@{fa-css-prefix}-ship:before { content: @fa-var-ship; } .@{fa-css-prefix}-user-secret:before { content: @fa-var-user-secret; } @@ -676,6 +690,7 @@ .@{fa-css-prefix}-commenting:before { content: @fa-var-commenting; } .@{fa-css-prefix}-commenting-o:before { content: @fa-var-commenting-o; } .@{fa-css-prefix}-houzz:before { content: @fa-var-houzz; } +.@{fa-css-prefix}-vimeo-v:before, .@{fa-css-prefix}-vimeo:before { content: @fa-var-vimeo; } .@{fa-css-prefix}-black-tie:before { content: @fa-var-black-tie; } .@{fa-css-prefix}-fonticons:before { content: @fa-var-fonticons; } @@ -708,6 +723,7 @@ .@{fa-css-prefix}-question-circle-o:before { content: @fa-var-question-circle-o; } .@{fa-css-prefix}-blind:before { content: @fa-var-blind; } .@{fa-css-prefix}-audio-description:before { content: @fa-var-audio-description; } +.@{fa-css-prefix}-phone-volume:before, .@{fa-css-prefix}-volume-control-phone:before { content: @fa-var-volume-control-phone; } .@{fa-css-prefix}-braille:before { content: @fa-var-braille; } .@{fa-css-prefix}-assistive-listening-systems:before { content: @fa-var-assistive-listening-systems; } diff --git a/less/v5-compat.less b/less/v5-compat.less new file mode 100644 index 000000000..596a821a4 --- /dev/null +++ b/less/v5-compat.less @@ -0,0 +1,168 @@ +/*! + * Fork Awesome 1.1.1, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/ + * License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License) + */ + + +@import "variables.less"; + +.fas, .fab, .far { + display: inline-block; + font: normal normal normal @fa-font-size-base/@fa-line-height-base @fa-font-family; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + +} + +.fas { + &.chart-area:before { content: "\f1fe"; } // area-chart + &.arrows-alt:before { content: "\f047"; } // arrows + &.expand-arrows-alt:before { content: "\f0b2"; } // arrows-alt + &.arrows-alt-h:before { content: "\f07e"; } // arrows-h + &.arrows-alt-v:before { content: "\f07d"; } // arrows-v + &.calendar-alt:before { content: "\f073"; } // calendar + &.circle-notch:before { content: "\f1ce"; } // circle-o-notch + &.cloud-download-alt:before { content: "\f0ed"; } // cloud-download + &.cloud-upload-alt:before { content: "\f0ee"; } // cloud-upload + &.credit-card:before { content: "\f283"; } // credit-card-alt + &.dollar-sign:before { content: "\f155"; } // dollar + &.euro-sign:before { content: "\f153"; } // eur, euro + &.exchange-alt:before { content: "\f0ec"; } // exchange + &.external-link-alt:before { content: "\f08e"; } // external-link + &.external-link-square-alt:before { content: "\f14c"; } // external-link-square + &.eye-dropper:before { content: "\f1fb"; } // eyedropper + &.pound-sign:before { content: "\f154"; } // gbp + &.glass-martini:before { content: "\f000"; } // glass + &.shekel-sign:before { content: "\f20b"; } // shekel + &.rupee-sign:before { content: "\f156"; } // rupee + &.won-sign:before { content: "\f159"; } // krw + &.level-down-alt:before { content: "\f149"; } // level-down + &.level-up-alt:before { content: "\f148"; } // level-up + &.chart-line:before { content: "\f201"; } // line-chart + &.long-arrow-alt-down:before { content: "\f175"; } // long-arrow-down + &.long-arrow-alt-left:before { content: "\f177"; } // long-arrow-left + &.long-arrow-alt-right:before { content: "\f178"; } // long-arrow-right + &.long-arrow-alt-up:before { content: "\f176"; } // long-arrow-up + &.map-marker-alt:before { content: "\f041"; } // map-marker + &.mobile-alt:before { content: "\f10b"; } // mobile + &.pencil-alt:before { content: "\f040"; } // pencil + &.pen-square:before { content: "\f14b"; } // pencil-square + &.chart-pie:before { content: "\f200"; } // pie-chart + &.yen-sign:before { content: "\f157"; } // yen + &.ruble-sign:before { content: "\f158"; } // ruble + &.shield-alt:before { content: "\f132"; } // shield + &.sign-in-alt:before { content: "\f090"; } // sign-in + &.sign-out-alt:before { content: "\f08b"; } // sign-out + &.sliders-h:before { content: "\f1de"; } // sliders + &.tablet-alt:before { content: "\f10a"; } // tablet + &.tachometer-alt:before { content: "\f0e4"; } // tachometer + &.thumbtack:before { content: "\f08d"; } // thumb-tack + &.ticket-alt:before { content: "\f145"; } // ticket + &.trash-alt:before { content: "\f1f8"; } // trash + &.lira-sign:before { content: "\f195"; } // turkish-lira +} + +.fab { + &.linkedin-in:before { content: "\fe01"; } // linkedin + &.linkedin:before { content: "\f08c"; } // linkedin-square +} + +.far { + &.address-book:before { content: "\f2ba"; } // address-book-o + &.address-card:before { content: "\f2bc"; } // address-card-o + &.arrow-alt-circle-down:before { content: "\f01a"; } // arrow-circle-o-down + &.arrow-alt-circle-left:before { content: "\f190"; } // arrow-circle-o-left + &.arrow-alt-circle-right:before { content: "\f18e"; } // arrow-circle-o-right + &.arrow-alt-circle-up:before { content: "\f01b"; } // arrow-circle-o-up + &.bell:before { content: "\f0f3"; } // bell-o + &.bell-slash:before { content: "\f1f7"; } // bell-slash-o + &.bookmark:before { content: "\f097"; } // bookmark-o + &.building:before { content: "\f0f7"; } // building-o + &.calendar-check:before { content: "\f274"; } // calendar-check-o + &.calendar-minus:before { content: "\f272"; } // calendar-minus-o + &.calendar:before { content: "\f133"; } // calendar-o + &.calendar-plus:before { content: "\f271"; } // calendar-plus-o + &.calendar-times:before { content: "\f273"; } // calendar-times-o + &.caret-square-down:before { content: "\f150"; } // caret-square-o-down + &.caret-square-left:before { content: "\f191"; } // caret-square-o-left + &.caret-square-right:before { content: "\f152"; } // caret-square-o-right + &.caret-square-up:before { content: "\f151"; } // caret-square-o-up + &.check-circle:before { content: "\f05d"; } // check-circle-o + &.check-square:before { content: "\f046"; } // check-square-o + &.circle:before { content: "\f10c"; } // circle-o + &.clock:before { content: "\f017"; } // clock-o + &.comment:before { content: "\f0e5"; } // comment-o + &.comment-dots:before { content: "\f27b"; } // commenting-o + &.comments:before { content: "\f0e6"; } // comments-o + &.dot-circle:before { content: "\f192"; } // dot-circle-o + &.id-card:before { content: "\f2c3"; } // drivers-license-o + &.envelope:before { content: "\f003"; } // envelope-o + &.envelope-open:before { content: "\f2b7"; } // envelope-open-o + &.file-archive:before { content: "\f1c6"; } // file-archive-o + &.file-audio:before { content: "\f1c7"; } // file-audio-o + &.file-code:before { content: "\f1c9"; } // file-code-o + &.file-excel:before { content: "\f1c3"; } // file-excel-o + &.file-image:before { content: "\f1c5"; } // file-image-o + &.file-video:before { content: "\f1c8"; } // file-video-o + &.copy:before, + &.file:before { content: "\f016"; } // file-o + &.file-pdf:before { content: "\f1c1"; } // file-pdf-o + &.file-powerpoint:before { content: "\f1c4"; } // file-powerpoint-o + &.file-alt:before { content: "\f0f6"; } // file-text-o + &.file-word:before { content: "\f1c2"; } // file-word-o + &.flag:before { content: "\f11d"; } // flag-o + &.save:before { content: "\f0c7"; } // foppy-o + &.folder:before { content: "\f114"; } // folder-o + &.folder-open:before { content: "\f115"; } // folder-open-o + &.frown:before { content: "\f119"; } // frown-o + &.futbol:before { content: "\f1e3"; } // futbol-o + &.hand-rock:before { content: "\f255"; } // hand-grab-o + &.hand-lizard:before { content: "\f258"; } // hand-lizard-o + &.hand-point-down:before { content: "\f0a7"; } // hand-o-down + &.hand-point-left:before { content: "\f0a5"; } // hand-o-left + &.hand-point-right:before { content: "\f0a4"; } // hand-o-right + &.hand-point-up:before { content: "\f0a6"; } // hand-o-up + &.hand-paper:before { content: "\256"; } // hand-paper-o + &.hand-pointer:before { content: "\f25a"; } // hand-pointer-o + &.hand-scissors:before { content: "\f257"; } // hand-scissors-o + &.hand-spock:before { content: "\f259"; } // hand-spock-o + &.handshake:before { content: "\f2b5"; } // handshake-o + &.hdd:before { content: "\f0a0"; } // hdd-o + &.heart:before { content: "\f08a"; } // heart-o + &.hospital:before { content: "\f0f8"; } // hospital-o + &.hourglass:before { content: "\f250"; } // hourglass-o + &.id-card:before { content: "\f2c3"; } // id-card-o + &.keyboard:before { content: "\f11c"; } // keyboard-o + &.lemon:before { content: "\f094"; } // lemon-o + &.lightbulb:before { content: "\f0eb"; } // lightbulb-o + &.meh:before { content: "\f11a"; } // meh-o + &.minus-square:before { content: "\f147"; } // minus-square-o + &.money-bill-alt:before { content: "\f0d6"; } // money + &.moon:before { content: "\f186"; } // moon-o + &.newspaper:before { content: "\f1ea"; } // newspaper-o + &.paper-plane:before { content: "\f1d9"; } // paper-plane-o + &.pause-circle:before { content: "\f28c"; } // pause-circle-o + &.edit:before { content: "\f044"; } // pencil-square-o + &.image:before { content: "\f03e"; } // picture-o + &.play-circle:before { content: "\f01d"; } // play-circle-o + &.plus-square:before { content: "\f196"; } // plus-square-o + &.question-circle:before { content: "\f92c"; } // question-circle-o + &.share-square:before { content: "\f045"; } // share-square-o + &.smile:before { content: "\f118"; } // smile-o + &.snowflake:before { content: "\f2dc"; } // snowflake-o + &.futbol:before { content: "\f1e3"; } // soccer-ball-o + &.star-half:before { content: "\f089"; } // star-half-o + &.star:before { content: "\f006"; } // star-o + &.sticky-note:before { content: "\f24a"; } // sticky-note-o + &.stop-circle:before { content: "\f28e"; } // stop-circle-o + &.sun:before { content: "\f185"; } // sun-o + &.thumbs-down:before { content: "\f088"; } // thumbs-o-down + &.thumbs-up:before { content: "\f087"; } // thumbs-o-up + &.times-circle:before { content: "\f05c"; } // times-circle-o + &.window-close:before { content: "\f2d4"; } // times-rectangle-o + &.trash-alt:before { content: "\f014"; } // trash-o + &.user-circle:before { content: "\f2be"; } // user-circle-o + &.user:before { content: "\f2c0"; } // user-o +} diff --git a/less/variables.less b/less/variables.less index 43dea3f4f..a8b52c22e 100644 --- a/less/variables.less +++ b/less/variables.less @@ -176,6 +176,7 @@ @fa-var-clock-o: "\f017"; @fa-var-clone: "\f24d"; @fa-var-close: "\f00d"; +@fa-var-closed-captioning: "\f20a"; @fa-var-cloud: "\f0c2"; @fa-var-cloud-download: "\f0ed"; @fa-var-cloud-upload: "\f0ee"; @@ -334,6 +335,7 @@ @fa-var-ge: "\f1d1"; @fa-var-gear: "\f013"; @fa-var-gears: "\f085"; +@fa-var-gem: "\f219"; @fa-var-genderless: "\f22d"; @fa-var-get-pocket: "\f265"; @fa-var-gg: "\f260"; @@ -357,6 +359,7 @@ @fa-var-google: "\f1a0"; @fa-var-google-plus: "\f0d5"; @fa-var-google-plus-circle: "\f2b3"; +@fa-var-google-plus-g: "\f0d5"; @fa-var-google-plus-official: "\f2b3"; @fa-var-google-plus-square: "\f0d4"; @fa-var-google-wallet: "\f1ee"; @@ -385,6 +388,7 @@ @fa-var-hashtag: "\f292"; @fa-var-hdd-o: "\f0a0"; @fa-var-header: "\f1dc"; +@fa-var-heading: "\f1dc"; @fa-var-headphones: "\f025"; @fa-var-heart: "\f004"; @fa-var-heart-o: "\f08a"; @@ -546,6 +550,7 @@ @fa-var-percent: "\f295"; @fa-var-phone: "\f095"; @fa-var-phone-square: "\f098"; +@fa-var-phone-volume: "\f2a0"; @fa-var-photo: "\f03e"; @fa-var-php: "\f30e"; @fa-var-picture-o: "\f03e"; @@ -563,6 +568,7 @@ @fa-var-plus-square: "\f0fe"; @fa-var-plus-square-o: "\f196"; @fa-var-podcast: "\f2ce"; +@fa-var-pound: "\f154"; @fa-var-power-off: "\f011"; @fa-var-print: "\f02f"; @fa-var-product-hunt: "\f288"; @@ -658,13 +664,19 @@ @fa-var-sort: "\f0dc"; @fa-var-sort-alpha-asc: "\f15d"; @fa-var-sort-alpha-desc: "\f15e"; +@fa-var-sort-alpha-down: "\f15d"; +@fa-var-sort-alpha-up: "\f15e"; @fa-var-sort-amount-asc: "\f160"; @fa-var-sort-amount-desc: "\f161"; +@fa-var-sort-amount-down: "\f160"; +@fa-var-sort-amount-up: "\f161"; @fa-var-sort-asc: "\f0de"; @fa-var-sort-desc: "\f0dd"; @fa-var-sort-down: "\f0dd"; @fa-var-sort-numeric-asc: "\f162"; @fa-var-sort-numeric-desc: "\f163"; +@fa-var-sort-numeric-down: "\f162"; +@fa-var-sort-numeric-up: "\f163"; @fa-var-sort-up: "\f0de"; @fa-var-soundcloud: "\f1be"; @fa-var-space-shuttle: "\f197"; @@ -791,6 +803,8 @@ @fa-var-user-secret: "\f21b"; @fa-var-user-times: "\f235"; @fa-var-users: "\f0c0"; +@fa-var-utensil-spoon: "\f1b1"; +@fa-var-utensils: "\f0f5"; @fa-var-vcard: "\f2bb"; @fa-var-vcard-o: "\f2bc"; @fa-var-venus: "\f221"; @@ -799,9 +813,11 @@ @fa-var-viacoin: "\f237"; @fa-var-viadeo: "\f2a9"; @fa-var-viadeo-square: "\f2aa"; +@fa-var-video: "\f03d"; @fa-var-video-camera: "\f03d"; @fa-var-vimeo: "\f27d"; @fa-var-vimeo-square: "\f194"; +@fa-var-vimeo-v: "\f27d"; @fa-var-vine: "\f1ca"; @fa-var-vk: "\f189"; @fa-var-volume-control-phone: "\f2a0"; -- cgit v1.2.3 From d4da8e72afbe33cdc981d45e314512511a6f69c0 Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Tue, 2 Oct 2018 14:52:31 -0400 Subject: Adds missing `fa-` in front of all icons. --- less/v5-compat.less | 284 ++++++++++++++++++++++++++-------------------------- 1 file changed, 142 insertions(+), 142 deletions(-) (limited to 'less') diff --git a/less/v5-compat.less b/less/v5-compat.less index 596a821a4..86f8dc245 100644 --- a/less/v5-compat.less +++ b/less/v5-compat.less @@ -17,152 +17,152 @@ } .fas { - &.chart-area:before { content: "\f1fe"; } // area-chart - &.arrows-alt:before { content: "\f047"; } // arrows - &.expand-arrows-alt:before { content: "\f0b2"; } // arrows-alt - &.arrows-alt-h:before { content: "\f07e"; } // arrows-h - &.arrows-alt-v:before { content: "\f07d"; } // arrows-v - &.calendar-alt:before { content: "\f073"; } // calendar - &.circle-notch:before { content: "\f1ce"; } // circle-o-notch - &.cloud-download-alt:before { content: "\f0ed"; } // cloud-download - &.cloud-upload-alt:before { content: "\f0ee"; } // cloud-upload - &.credit-card:before { content: "\f283"; } // credit-card-alt - &.dollar-sign:before { content: "\f155"; } // dollar - &.euro-sign:before { content: "\f153"; } // eur, euro - &.exchange-alt:before { content: "\f0ec"; } // exchange - &.external-link-alt:before { content: "\f08e"; } // external-link - &.external-link-square-alt:before { content: "\f14c"; } // external-link-square - &.eye-dropper:before { content: "\f1fb"; } // eyedropper - &.pound-sign:before { content: "\f154"; } // gbp - &.glass-martini:before { content: "\f000"; } // glass - &.shekel-sign:before { content: "\f20b"; } // shekel - &.rupee-sign:before { content: "\f156"; } // rupee - &.won-sign:before { content: "\f159"; } // krw - &.level-down-alt:before { content: "\f149"; } // level-down - &.level-up-alt:before { content: "\f148"; } // level-up - &.chart-line:before { content: "\f201"; } // line-chart - &.long-arrow-alt-down:before { content: "\f175"; } // long-arrow-down - &.long-arrow-alt-left:before { content: "\f177"; } // long-arrow-left - &.long-arrow-alt-right:before { content: "\f178"; } // long-arrow-right - &.long-arrow-alt-up:before { content: "\f176"; } // long-arrow-up - &.map-marker-alt:before { content: "\f041"; } // map-marker - &.mobile-alt:before { content: "\f10b"; } // mobile - &.pencil-alt:before { content: "\f040"; } // pencil - &.pen-square:before { content: "\f14b"; } // pencil-square - &.chart-pie:before { content: "\f200"; } // pie-chart - &.yen-sign:before { content: "\f157"; } // yen - &.ruble-sign:before { content: "\f158"; } // ruble - &.shield-alt:before { content: "\f132"; } // shield - &.sign-in-alt:before { content: "\f090"; } // sign-in - &.sign-out-alt:before { content: "\f08b"; } // sign-out - &.sliders-h:before { content: "\f1de"; } // sliders - &.tablet-alt:before { content: "\f10a"; } // tablet - &.tachometer-alt:before { content: "\f0e4"; } // tachometer - &.thumbtack:before { content: "\f08d"; } // thumb-tack - &.ticket-alt:before { content: "\f145"; } // ticket - &.trash-alt:before { content: "\f1f8"; } // trash - &.lira-sign:before { content: "\f195"; } // turkish-lira + &.fa-chart-area:before { content: "\f1fe"; } // area-chart + &.fa-arrows-alt:before { content: "\f047"; } // arrows + &.fa-expand-arrows-alt:before { content: "\f0b2"; } // arrows-alt + &.fa-arrows-alt-h:before { content: "\f07e"; } // arrows-h + &.fa-arrows-alt-v:before { content: "\f07d"; } // arrows-v + &.fa-calendar-alt:before { content: "\f073"; } // calendar + &.fa-circle-notch:before { content: "\f1ce"; } // circle-o-notch + &.fa-cloud-download-alt:before { content: "\f0ed"; } // cloud-download + &.fa-cloud-upload-alt:before { content: "\f0ee"; } // cloud-upload + &.fa-credit-card:before { content: "\f283"; } // credit-card-alt + &.fa-dollar-sign:before { content: "\f155"; } // dollar + &.fa-euro-sign:before { content: "\f153"; } // eur, euro + &.fa-exchange-alt:before { content: "\f0ec"; } // exchange + &.fa-external-link-alt:before { content: "\f08e"; } // external-link + &.fa-external-link-square-alt:before { content: "\f14c"; } // external-link-square + &.fa-eye-dropper:before { content: "\f1fb"; } // eyedropper + &.fa-pound-sign:before { content: "\f154"; } // gbp + &.fa-glass-martini:before { content: "\f000"; } // glass + &.fa-shekel-sign:before { content: "\f20b"; } // shekel + &.fa-rupee-sign:before { content: "\f156"; } // rupee + &.fa-won-sign:before { content: "\f159"; } // krw + &.fa-level-down-alt:before { content: "\f149"; } // level-down + &.fa-level-up-alt:before { content: "\f148"; } // level-up + &.fa-chart-line:before { content: "\f201"; } // line-chart + &.fa-long-arrow-alt-down:before { content: "\f175"; } // long-arrow-down + &.fa-long-arrow-alt-left:before { content: "\f177"; } // long-arrow-left + &.fa-long-arrow-alt-right:before { content: "\f178"; } // long-arrow-right + &.fa-long-arrow-alt-up:before { content: "\f176"; } // long-arrow-up + &.fa-map-marker-alt:before { content: "\f041"; } // map-marker + &.fa-mobile-alt:before { content: "\f10b"; } // mobile + &.fa-pencil-alt:before { content: "\f040"; } // pencil + &.fa-pen-square:before { content: "\f14b"; } // pencil-square + &.fa-chart-pie:before { content: "\f200"; } // pie-chart + &.fa-yen-sign:before { content: "\f157"; } // yen + &.fa-ruble-sign:before { content: "\f158"; } // ruble + &.fa-shield-alt:before { content: "\f132"; } // shield + &.fa-sign-in-alt:before { content: "\f090"; } // sign-in + &.fa-sign-out-alt:before { content: "\f08b"; } // sign-out + &.fa-sliders-h:before { content: "\f1de"; } // sliders + &.fa-tablet-alt:before { content: "\f10a"; } // tablet + &.fa-tachometer-alt:before { content: "\f0e4"; } // tachometer + &.fa-thumbtack:before { content: "\f08d"; } // thumb-tack + &.fa-ticket-alt:before { content: "\f145"; } // ticket + &.fa-trash-alt:before { content: "\f1f8"; } // trash + &.fa-lira-sign:before { content: "\f195"; } // turkish-lira } .fab { - &.linkedin-in:before { content: "\fe01"; } // linkedin - &.linkedin:before { content: "\f08c"; } // linkedin-square + &.fa-linkedin-in:before { content: "\fe01"; } // linkedin + &.fa-linkedin:before { content: "\f08c"; } // linkedin-square } .far { - &.address-book:before { content: "\f2ba"; } // address-book-o - &.address-card:before { content: "\f2bc"; } // address-card-o - &.arrow-alt-circle-down:before { content: "\f01a"; } // arrow-circle-o-down - &.arrow-alt-circle-left:before { content: "\f190"; } // arrow-circle-o-left - &.arrow-alt-circle-right:before { content: "\f18e"; } // arrow-circle-o-right - &.arrow-alt-circle-up:before { content: "\f01b"; } // arrow-circle-o-up - &.bell:before { content: "\f0f3"; } // bell-o - &.bell-slash:before { content: "\f1f7"; } // bell-slash-o - &.bookmark:before { content: "\f097"; } // bookmark-o - &.building:before { content: "\f0f7"; } // building-o - &.calendar-check:before { content: "\f274"; } // calendar-check-o - &.calendar-minus:before { content: "\f272"; } // calendar-minus-o - &.calendar:before { content: "\f133"; } // calendar-o - &.calendar-plus:before { content: "\f271"; } // calendar-plus-o - &.calendar-times:before { content: "\f273"; } // calendar-times-o - &.caret-square-down:before { content: "\f150"; } // caret-square-o-down - &.caret-square-left:before { content: "\f191"; } // caret-square-o-left - &.caret-square-right:before { content: "\f152"; } // caret-square-o-right - &.caret-square-up:before { content: "\f151"; } // caret-square-o-up - &.check-circle:before { content: "\f05d"; } // check-circle-o - &.check-square:before { content: "\f046"; } // check-square-o - &.circle:before { content: "\f10c"; } // circle-o - &.clock:before { content: "\f017"; } // clock-o - &.comment:before { content: "\f0e5"; } // comment-o - &.comment-dots:before { content: "\f27b"; } // commenting-o - &.comments:before { content: "\f0e6"; } // comments-o - &.dot-circle:before { content: "\f192"; } // dot-circle-o - &.id-card:before { content: "\f2c3"; } // drivers-license-o - &.envelope:before { content: "\f003"; } // envelope-o - &.envelope-open:before { content: "\f2b7"; } // envelope-open-o - &.file-archive:before { content: "\f1c6"; } // file-archive-o - &.file-audio:before { content: "\f1c7"; } // file-audio-o - &.file-code:before { content: "\f1c9"; } // file-code-o - &.file-excel:before { content: "\f1c3"; } // file-excel-o - &.file-image:before { content: "\f1c5"; } // file-image-o - &.file-video:before { content: "\f1c8"; } // file-video-o - &.copy:before, - &.file:before { content: "\f016"; } // file-o - &.file-pdf:before { content: "\f1c1"; } // file-pdf-o - &.file-powerpoint:before { content: "\f1c4"; } // file-powerpoint-o - &.file-alt:before { content: "\f0f6"; } // file-text-o - &.file-word:before { content: "\f1c2"; } // file-word-o - &.flag:before { content: "\f11d"; } // flag-o - &.save:before { content: "\f0c7"; } // foppy-o - &.folder:before { content: "\f114"; } // folder-o - &.folder-open:before { content: "\f115"; } // folder-open-o - &.frown:before { content: "\f119"; } // frown-o - &.futbol:before { content: "\f1e3"; } // futbol-o - &.hand-rock:before { content: "\f255"; } // hand-grab-o - &.hand-lizard:before { content: "\f258"; } // hand-lizard-o - &.hand-point-down:before { content: "\f0a7"; } // hand-o-down - &.hand-point-left:before { content: "\f0a5"; } // hand-o-left - &.hand-point-right:before { content: "\f0a4"; } // hand-o-right - &.hand-point-up:before { content: "\f0a6"; } // hand-o-up - &.hand-paper:before { content: "\256"; } // hand-paper-o - &.hand-pointer:before { content: "\f25a"; } // hand-pointer-o - &.hand-scissors:before { content: "\f257"; } // hand-scissors-o - &.hand-spock:before { content: "\f259"; } // hand-spock-o - &.handshake:before { content: "\f2b5"; } // handshake-o - &.hdd:before { content: "\f0a0"; } // hdd-o - &.heart:before { content: "\f08a"; } // heart-o - &.hospital:before { content: "\f0f8"; } // hospital-o - &.hourglass:before { content: "\f250"; } // hourglass-o - &.id-card:before { content: "\f2c3"; } // id-card-o - &.keyboard:before { content: "\f11c"; } // keyboard-o - &.lemon:before { content: "\f094"; } // lemon-o - &.lightbulb:before { content: "\f0eb"; } // lightbulb-o - &.meh:before { content: "\f11a"; } // meh-o - &.minus-square:before { content: "\f147"; } // minus-square-o - &.money-bill-alt:before { content: "\f0d6"; } // money - &.moon:before { content: "\f186"; } // moon-o - &.newspaper:before { content: "\f1ea"; } // newspaper-o - &.paper-plane:before { content: "\f1d9"; } // paper-plane-o - &.pause-circle:before { content: "\f28c"; } // pause-circle-o - &.edit:before { content: "\f044"; } // pencil-square-o - &.image:before { content: "\f03e"; } // picture-o - &.play-circle:before { content: "\f01d"; } // play-circle-o - &.plus-square:before { content: "\f196"; } // plus-square-o - &.question-circle:before { content: "\f92c"; } // question-circle-o - &.share-square:before { content: "\f045"; } // share-square-o - &.smile:before { content: "\f118"; } // smile-o - &.snowflake:before { content: "\f2dc"; } // snowflake-o - &.futbol:before { content: "\f1e3"; } // soccer-ball-o - &.star-half:before { content: "\f089"; } // star-half-o - &.star:before { content: "\f006"; } // star-o - &.sticky-note:before { content: "\f24a"; } // sticky-note-o - &.stop-circle:before { content: "\f28e"; } // stop-circle-o - &.sun:before { content: "\f185"; } // sun-o - &.thumbs-down:before { content: "\f088"; } // thumbs-o-down - &.thumbs-up:before { content: "\f087"; } // thumbs-o-up - &.times-circle:before { content: "\f05c"; } // times-circle-o - &.window-close:before { content: "\f2d4"; } // times-rectangle-o - &.trash-alt:before { content: "\f014"; } // trash-o - &.user-circle:before { content: "\f2be"; } // user-circle-o - &.user:before { content: "\f2c0"; } // user-o + &.fa-address-book:before { content: "\f2ba"; } // address-book-o + &.fa-address-card:before { content: "\f2bc"; } // address-card-o + &.fa-arrow-alt-circle-down:before { content: "\f01a"; } // arrow-circle-o-down + &.fa-arrow-alt-circle-left:before { content: "\f190"; } // arrow-circle-o-left + &.fa-arrow-alt-circle-right:before { content: "\f18e"; } // arrow-circle-o-right + &.fa-arrow-alt-circle-up:before { content: "\f01b"; } // arrow-circle-o-up + &.fa-bell:before { content: "\f0f3"; } // bell-o + &.fa-bell-slash:before { content: "\f1f7"; } // bell-slash-o + &.fa-bookmark:before { content: "\f097"; } // bookmark-o + &.fa-building:before { content: "\f0f7"; } // building-o + &.fa-calendar-check:before { content: "\f274"; } // calendar-check-o + &.fa-calendar-minus:before { content: "\f272"; } // calendar-minus-o + &.fa-calendar:before { content: "\f133"; } // calendar-o + &.fa-calendar-plus:before { content: "\f271"; } // calendar-plus-o + &.fa-calendar-times:before { content: "\f273"; } // calendar-times-o + &.fa-caret-square-down:before { content: "\f150"; } // caret-square-o-down + &.fa-caret-square-left:before { content: "\f191"; } // caret-square-o-left + &.fa-caret-square-right:before { content: "\f152"; } // caret-square-o-right + &.fa-caret-square-up:before { content: "\f151"; } // caret-square-o-up + &.fa-check-circle:before { content: "\f05d"; } // check-circle-o + &.fa-check-square:before { content: "\f046"; } // check-square-o + &.fa-circle:before { content: "\f10c"; } // circle-o + &.fa-clock:before { content: "\f017"; } // clock-o + &.fa-comment:before { content: "\f0e5"; } // comment-o + &.fa-comment-dots:before { content: "\f27b"; } // commenting-o + &.fa-comments:before { content: "\f0e6"; } // comments-o + &.fa-dot-circle:before { content: "\f192"; } // dot-circle-o + &.fa-id-card:before { content: "\f2c3"; } // drivers-license-o + &.fa-envelope:before { content: "\f003"; } // envelope-o + &.fa-envelope-open:before { content: "\f2b7"; } // envelope-open-o + &.fa-file-archive:before { content: "\f1c6"; } // file-archive-o + &.fa-file-audio:before { content: "\f1c7"; } // file-audio-o + &.fa-file-code:before { content: "\f1c9"; } // file-code-o + &.fa-file-excel:before { content: "\f1c3"; } // file-excel-o + &.fa-file-image:before { content: "\f1c5"; } // file-image-o + &.fa-file-video:before { content: "\f1c8"; } // file-video-o + &.fa-copy:before, + &.fa-file:before { content: "\f016"; } // file-o + &.fa-file-pdf:before { content: "\f1c1"; } // file-pdf-o + &.fa-file-powerpoint:before { content: "\f1c4"; } // file-powerpoint-o + &.fa-file-alt:before { content: "\f0f6"; } // file-text-o + &.fa-file-word:before { content: "\f1c2"; } // file-word-o + &.fa-flag:before { content: "\f11d"; } // flag-o + &.fa-save:before { content: "\f0c7"; } // foppy-o + &.fa-folder:before { content: "\f114"; } // folder-o + &.fa-folder-open:before { content: "\f115"; } // folder-open-o + &.fa-frown:before { content: "\f119"; } // frown-o + &.fa-futbol:before { content: "\f1e3"; } // futbol-o + &.fa-hand-rock:before { content: "\f255"; } // hand-grab-o + &.fa-hand-lizard:before { content: "\f258"; } // hand-lizard-o + &.fa-hand-point-down:before { content: "\f0a7"; } // hand-o-down + &.fa-hand-point-left:before { content: "\f0a5"; } // hand-o-left + &.fa-hand-point-right:before { content: "\f0a4"; } // hand-o-right + &.fa-hand-point-up:before { content: "\f0a6"; } // hand-o-up + &.fa-hand-paper:before { content: "\256"; } // hand-paper-o + &.fa-hand-pointer:before { content: "\f25a"; } // hand-pointer-o + &.fa-hand-scissors:before { content: "\f257"; } // hand-scissors-o + &.fa-hand-spock:before { content: "\f259"; } // hand-spock-o + &.fa-handshake:before { content: "\f2b5"; } // handshake-o + &.fa-hdd:before { content: "\f0a0"; } // hdd-o + &.fa-heart:before { content: "\f08a"; } // heart-o + &.fa-hospital:before { content: "\f0f8"; } // hospital-o + &.fa-hourglass:before { content: "\f250"; } // hourglass-o + &.fa-id-card:before { content: "\f2c3"; } // id-card-o + &.fa-keyboard:before { content: "\f11c"; } // keyboard-o + &.fa-lemon:before { content: "\f094"; } // lemon-o + &.fa-lightbulb:before { content: "\f0eb"; } // lightbulb-o + &.fa-meh:before { content: "\f11a"; } // meh-o + &.fa-minus-square:before { content: "\f147"; } // minus-square-o + &.fa-money-bill-alt:before { content: "\f0d6"; } // money + &.fa-moon:before { content: "\f186"; } // moon-o + &.fa-newspaper:before { content: "\f1ea"; } // newspaper-o + &.fa-paper-plane:before { content: "\f1d9"; } // paper-plane-o + &.fa-pause-circle:before { content: "\f28c"; } // pause-circle-o + &.fa-edit:before { content: "\f044"; } // pencil-square-o + &.fa-image:before { content: "\f03e"; } // picture-o + &.fa-play-circle:before { content: "\f01d"; } // play-circle-o + &.fa-plus-square:before { content: "\f196"; } // plus-square-o + &.fa-question-circle:before { content: "\f92c"; } // question-circle-o + &.fa-share-square:before { content: "\f045"; } // share-square-o + &.fa-smile:before { content: "\f118"; } // smile-o + &.fa-snowflake:before { content: "\f2dc"; } // snowflake-o + &.fa-futbol:before { content: "\f1e3"; } // soccer-ball-o + &.fa-star-half:before { content: "\f089"; } // star-half-o + &.fa-star:before { content: "\f006"; } // star-o + &.fa-sticky-note:before { content: "\f24a"; } // sticky-note-o + &.fa-stop-circle:before { content: "\f28e"; } // stop-circle-o + &.fa-sun:before { content: "\f185"; } // sun-o + &.fa-thumbs-down:before { content: "\f088"; } // thumbs-o-down + &.fa-thumbs-up:before { content: "\f087"; } // thumbs-o-up + &.fa-times-circle:before { content: "\f05c"; } // times-circle-o + &.fa-window-close:before { content: "\f2d4"; } // times-rectangle-o + &.fa-trash-alt:before { content: "\f014"; } // trash-o + &.fa-user-circle:before { content: "\f2be"; } // user-circle-o + &.fa-user:before { content: "\f2c0"; } // user-o } -- cgit v1.2.3 From 66937400a3d9d8e5f6eb0570f5b4827c903cc2a4 Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Tue, 2 Oct 2018 16:16:53 -0400 Subject: Adds license to all the compiled files. Fixes #113 --- less/fork-awesome.less | 12 ++++++++++-- less/v5-compat.less | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) (limited to 'less') diff --git a/less/fork-awesome.less b/less/fork-awesome.less index 636d68a41..b97698ffd 100644 --- a/less/fork-awesome.less +++ b/less/fork-awesome.less @@ -1,6 +1,14 @@ /*! - * Fork Awesome 1.1.1, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/ - * License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License) +Fork Awesome 1.1.1 +License - http://forkawesome.github.io/Fork-Awesome/license + +Copyright 2018 Dave Gandy & Fork Awesome + +Permission 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: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE 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. */ diff --git a/less/v5-compat.less b/less/v5-compat.less index 86f8dc245..5de228a9b 100644 --- a/less/v5-compat.less +++ b/less/v5-compat.less @@ -1,6 +1,14 @@ /*! - * Fork Awesome 1.1.1, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/ - * License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License) +Fork Awesome 1.1.1 +License - http://forkawesome.github.io/Fork-Awesome/license + +Copyright 2018 Dave Gandy & Fork Awesome + +Permission 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: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE 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. */ -- cgit v1.2.3