Release 5.8.2 (#1361)
This commit is contained in:
@@ -797,6 +797,7 @@ readers do not read off random characters that represent icons */
|
||||
.#{$fa-css-prefix}-gifts:before { content: fa-content($fa-var-gifts); }
|
||||
.#{$fa-css-prefix}-gingerbread-man:before { content: fa-content($fa-var-gingerbread-man); }
|
||||
.#{$fa-css-prefix}-git:before { content: fa-content($fa-var-git); }
|
||||
.#{$fa-css-prefix}-git-alt:before { content: fa-content($fa-var-git-alt); }
|
||||
.#{$fa-css-prefix}-git-square:before { content: fa-content($fa-var-git-square); }
|
||||
.#{$fa-css-prefix}-github:before { content: fa-content($fa-var-github); }
|
||||
.#{$fa-css-prefix}-github-alt:before { content: fa-content($fa-var-github-alt); }
|
||||
@@ -1604,6 +1605,7 @@ readers do not read off random characters that represent icons */
|
||||
.#{$fa-css-prefix}-squirrel:before { content: fa-content($fa-var-squirrel); }
|
||||
.#{$fa-css-prefix}-stack-exchange:before { content: fa-content($fa-var-stack-exchange); }
|
||||
.#{$fa-css-prefix}-stack-overflow:before { content: fa-content($fa-var-stack-overflow); }
|
||||
.#{$fa-css-prefix}-stackpath:before { content: fa-content($fa-var-stackpath); }
|
||||
.#{$fa-css-prefix}-staff:before { content: fa-content($fa-var-staff); }
|
||||
.#{$fa-css-prefix}-stamp:before { content: fa-content($fa-var-stamp); }
|
||||
.#{$fa-css-prefix}-star:before { content: fa-content($fa-var-star); }
|
||||
|
||||
@@ -5,7 +5,7 @@ $fa-font-path: "../webfonts" !default;
|
||||
$fa-font-size-base: 16px !default;
|
||||
$fa-font-display: auto !default;
|
||||
$fa-css-prefix: fa !default;
|
||||
$fa-version: "5.8.1" !default;
|
||||
$fa-version: "5.8.2" !default;
|
||||
$fa-border-color: #eee !default;
|
||||
$fa-inverse: #fff !default;
|
||||
$fa-li-width: 2em !default;
|
||||
@@ -812,6 +812,7 @@ $fa-var-gift-card: \f663;
|
||||
$fa-var-gifts: \f79c;
|
||||
$fa-var-gingerbread-man: \f79d;
|
||||
$fa-var-git: \f1d3;
|
||||
$fa-var-git-alt: \f841;
|
||||
$fa-var-git-square: \f1d2;
|
||||
$fa-var-github: \f09b;
|
||||
$fa-var-github-alt: \f113;
|
||||
@@ -1619,6 +1620,7 @@ $fa-var-squarespace: \f5be;
|
||||
$fa-var-squirrel: \f71a;
|
||||
$fa-var-stack-exchange: \f18d;
|
||||
$fa-var-stack-overflow: \f16c;
|
||||
$fa-var-stackpath: \f842;
|
||||
$fa-var-staff: \f71b;
|
||||
$fa-var-stamp: \f5bf;
|
||||
$fa-var-star: \f005;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.8.2 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import 'variables';
|
||||
|
||||
2
scss/fontawesome.scss
vendored
2
scss/fontawesome.scss
vendored
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.8.2 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import 'variables';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.8.2 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import 'variables';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.8.2 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import 'variables';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.8.2 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import 'variables';
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.8.2 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
@import 'variables';
|
||||
|
||||
Reference in New Issue
Block a user