Release 5.10.0 (#1385)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Base Class Definition
|
||||
// -------------------------
|
||||
|
||||
.@{fa-css-prefix}, .fas, .far, .fal, .fab {
|
||||
.@{fa-css-prefix}, .fas, .far, .fal, .fad, .fab {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
display: inline-block;
|
||||
|
||||
@@ -222,6 +222,8 @@
|
||||
.@{fa-css-prefix}-bootstrap:before { content: @fa-var-bootstrap; }
|
||||
.@{fa-css-prefix}-border-all:before { content: @fa-var-border-all; }
|
||||
.@{fa-css-prefix}-border-bottom:before { content: @fa-var-border-bottom; }
|
||||
.@{fa-css-prefix}-border-center-h:before { content: @fa-var-border-center-h; }
|
||||
.@{fa-css-prefix}-border-center-v:before { content: @fa-var-border-center-v; }
|
||||
.@{fa-css-prefix}-border-inner:before { content: @fa-var-border-inner; }
|
||||
.@{fa-css-prefix}-border-left:before { content: @fa-var-border-left; }
|
||||
.@{fa-css-prefix}-border-none:before { content: @fa-var-border-none; }
|
||||
@@ -508,6 +510,7 @@
|
||||
.@{fa-css-prefix}-copy:before { content: @fa-var-copy; }
|
||||
.@{fa-css-prefix}-copyright:before { content: @fa-var-copyright; }
|
||||
.@{fa-css-prefix}-corn:before { content: @fa-var-corn; }
|
||||
.@{fa-css-prefix}-cotton-bureau:before { content: @fa-var-cotton-bureau; }
|
||||
.@{fa-css-prefix}-couch:before { content: @fa-var-couch; }
|
||||
.@{fa-css-prefix}-cow:before { content: @fa-var-cow; }
|
||||
.@{fa-css-prefix}-cpanel:before { content: @fa-var-cpanel; }
|
||||
|
||||
@@ -626,15 +626,15 @@
|
||||
|
||||
.@{fa-css-prefix}.@{fa-css-prefix}-sort-alpha-asc:before { content: @fa-var-sort-alpha-down; }
|
||||
|
||||
.@{fa-css-prefix}.@{fa-css-prefix}-sort-alpha-desc:before { content: @fa-var-sort-alpha-up; }
|
||||
.@{fa-css-prefix}.@{fa-css-prefix}-sort-alpha-desc:before { content: @fa-var-sort-alpha-down-alt; }
|
||||
|
||||
.@{fa-css-prefix}.@{fa-css-prefix}-sort-amount-asc:before { content: @fa-var-sort-amount-down; }
|
||||
|
||||
.@{fa-css-prefix}.@{fa-css-prefix}-sort-amount-desc:before { content: @fa-var-sort-amount-up; }
|
||||
.@{fa-css-prefix}.@{fa-css-prefix}-sort-amount-desc:before { content: @fa-var-sort-amount-down-alt; }
|
||||
|
||||
.@{fa-css-prefix}.@{fa-css-prefix}-sort-numeric-asc:before { content: @fa-var-sort-numeric-down; }
|
||||
|
||||
.@{fa-css-prefix}.@{fa-css-prefix}-sort-numeric-desc:before { content: @fa-var-sort-numeric-up; }
|
||||
.@{fa-css-prefix}.@{fa-css-prefix}-sort-numeric-desc:before { content: @fa-var-sort-numeric-down-alt; }
|
||||
|
||||
.@{fa-css-prefix}.@{fa-css-prefix}-youtube-square {
|
||||
font-family: 'Font Awesome 5 Brands';
|
||||
|
||||
@@ -1,15 +1,17 @@
|
||||
// Variables
|
||||
// --------------------------
|
||||
|
||||
@fa-font-path: "../webfonts";
|
||||
@fa-font-size-base: 16px;
|
||||
@fa-font-display: auto;
|
||||
@fa-line-height-base: 1;
|
||||
@fa-css-prefix: fa;
|
||||
@fa-version: "5.9.0";
|
||||
@fa-border-color: #eee;
|
||||
@fa-inverse: #fff;
|
||||
@fa-li-width: 2em;
|
||||
@fa-font-path: "../webfonts";
|
||||
@fa-font-size-base: 16px;
|
||||
@fa-font-display: auto;
|
||||
@fa-line-height-base: 1;
|
||||
@fa-css-prefix: fa;
|
||||
@fa-version: "5.10.0";
|
||||
@fa-border-color: #eee;
|
||||
@fa-inverse: #fff;
|
||||
@fa-li-width: 2em;
|
||||
@fa-primary-opacity: 1;
|
||||
@fa-secondary-opacity: .4;
|
||||
|
||||
@fa-var-500px: "\f26e";
|
||||
@fa-var-abacus: "\f640";
|
||||
@@ -232,6 +234,8 @@
|
||||
@fa-var-bootstrap: "\f836";
|
||||
@fa-var-border-all: "\f84c";
|
||||
@fa-var-border-bottom: "\f84d";
|
||||
@fa-var-border-center-h: "\f89c";
|
||||
@fa-var-border-center-v: "\f89d";
|
||||
@fa-var-border-inner: "\f84e";
|
||||
@fa-var-border-left: "\f84f";
|
||||
@fa-var-border-none: "\f850";
|
||||
@@ -518,6 +522,7 @@
|
||||
@fa-var-copy: "\f0c5";
|
||||
@fa-var-copyright: "\f1f9";
|
||||
@fa-var-corn: "\f6c7";
|
||||
@fa-var-cotton-bureau: "\f89e";
|
||||
@fa-var-couch: "\f4b8";
|
||||
@fa-var-cow: "\f6c8";
|
||||
@fa-var-cpanel: "\f388";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.10.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import "_variables.less";
|
||||
|
||||
1708
less/duotone.less
Normal file
1708
less/duotone.less
Normal file
File diff suppressed because it is too large
Load Diff
2
less/fontawesome.less
vendored
2
less/fontawesome.less
vendored
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.10.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import "_variables.less";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.10.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import "_variables.less";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.10.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import "_variables.less";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.10.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import "_variables.less";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.10.0 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import '_variables.less';
|
||||
|
||||
Reference in New Issue
Block a user