Release 5.10.1 (#15329)
15
CHANGELOG.md
@ -8,6 +8,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
|
|||||||
repository that is by invitation only. You will get a 404 - Not Found if you do
|
repository that is by invitation only. You will get a 404 - Not Found if you do
|
||||||
not have access**
|
not have access**
|
||||||
|
|
||||||
|
## [5.10.1](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.10.1) - 2019-08-02
|
||||||
|
|
||||||
|
### Added
|
||||||
|
* README file in the otfs/ directory to help direct folks to documentation for the new Duotone OTF file
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* A lot of visual improvements and consistency fixes to many of the new Duotone icons
|
||||||
|
* The fa-swap-opacity class now works with parent containers where Duotone icons as children
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
* Duotone SCSS files were not being correctly compiled with the Dart-Sass tool
|
||||||
|
* Font Awesome logo was not appearing in desktop application in font pickers
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## [5.10.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.10.0) - 2019-07-29
|
## [5.10.0](https://github.com/FortAwesome/Font-Awesome/releases/tag/5.10.0) - 2019-07-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -8,6 +8,15 @@ As always, [submit issues](https://github.com/FortAwesome/Font-Awesome/issues/ne
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 5.10.0 to 5.10.1
|
||||||
|
|
||||||
|
The Sass function `fa-content-secondary` which was part of the `duotone.scss`
|
||||||
|
file has been removed due to its inconsistent behavior in different versions of
|
||||||
|
Sass pre-processors. Specifically [`node-sass`](https://github.com/sass/node-sass) and
|
||||||
|
[`sass`](https://github.com/sass/dart-sass) didn't produce the same output.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## 5.9.0 to 5.10.0
|
## 5.9.0 to 5.10.0
|
||||||
|
|
||||||
The following icon shims have been changed to better match the original version 4 icon:
|
The following icon shims have been changed to better match the original version 4 icon:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
.fa,
|
.fa,
|
||||||
|
2
css/all.min.css
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@font-face {
|
@font-face {
|
||||||
|
2
css/brands.min.css
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}
|
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}
|
2
css/fontawesome.css
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
.fa,
|
.fa,
|
||||||
|
2
css/fontawesome.min.css
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@font-face {
|
@font-face {
|
||||||
|
2
css/regular.min.css
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}
|
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@font-face {
|
@font-face {
|
||||||
|
2
css/solid.min.css
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}
|
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
svg:not(:root).svg-inline--fa {
|
svg:not(:root).svg-inline--fa {
|
||||||
|
2
css/svg-with-js.min.css
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
.fa.fa-glass:before {
|
.fa.fa-glass:before {
|
||||||
|
2
css/v4-shims.min.css
vendored
@ -47,7 +47,7 @@
|
|||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"version": "0.2.20",
|
"version": "0.2.21",
|
||||||
"name": "@fortawesome/fontawesome-common-types",
|
"name": "@fortawesome/fontawesome-common-types",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"types": "./index.d.ts"
|
"types": "./index.d.ts"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
.fa,
|
.fa,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}
|
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
.fa,
|
.fa,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}
|
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Free";font-weight:400}
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}
|
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
svg:not(:root).svg-inline--fa {
|
svg:not(:root).svg-inline--fa {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
.fa.fa-glass:before {
|
.fa.fa-glass:before {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
(function () {
|
(function () {
|
||||||
@ -3006,7 +3006,7 @@
|
|||||||
mark: noop$1,
|
mark: noop$1,
|
||||||
measure: noop$1
|
measure: noop$1
|
||||||
};
|
};
|
||||||
var preamble = "FA \"5.10.0\"";
|
var preamble = "FA \"5.10.1\"";
|
||||||
|
|
||||||
var begin = function begin(name) {
|
var begin = function begin(name) {
|
||||||
p.mark("".concat(preamble, " ").concat(name, " begins"));
|
p.mark("".concat(preamble, " ").concat(name, " begins"));
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
!function() {
|
!function() {
|
||||||
@ -2206,7 +2206,7 @@
|
|||||||
var Pc = function() {}, Ec = K.measurePerformance && M && M.mark && M.measure ? M : {
|
var Pc = function() {}, Ec = K.measurePerformance && M && M.mark && M.measure ? M : {
|
||||||
mark: Pc,
|
mark: Pc,
|
||||||
measure: Pc
|
measure: Pc
|
||||||
}, Nc = 'FA "5.10.0"', _c = function(c) {
|
}, Nc = 'FA "5.10.1"', _c = function(c) {
|
||||||
Ec.mark("".concat(Nc, " ").concat(c, " ends")), Ec.measure("".concat(Nc, " ").concat(c), "".concat(Nc, " ").concat(c, " begins"), "".concat(Nc, " ").concat(c, " ends"));
|
Ec.mark("".concat(Nc, " ").concat(c, " ends")), Ec.measure("".concat(Nc, " ").concat(c), "".concat(Nc, " ").concat(c, " begins"), "".concat(Nc, " ").concat(c, " ends"));
|
||||||
}, Tc = {
|
}, Tc = {
|
||||||
begin: function(c) {
|
begin: function(c) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
(function () {
|
(function () {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
!function() {
|
!function() {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
(function (global, factory) {
|
(function (global, factory) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
var e, t;
|
var e, t;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
(function () {
|
(function () {
|
||||||
@ -1096,7 +1096,7 @@
|
|||||||
mark: noop$1,
|
mark: noop$1,
|
||||||
measure: noop$1
|
measure: noop$1
|
||||||
};
|
};
|
||||||
var preamble = "FA \"5.10.0\"";
|
var preamble = "FA \"5.10.1\"";
|
||||||
|
|
||||||
var begin = function begin(name) {
|
var begin = function begin(name) {
|
||||||
p.mark("".concat(preamble, " ").concat(name, " begins"));
|
p.mark("".concat(preamble, " ").concat(name, " begins"));
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
!function() {
|
!function() {
|
||||||
@ -509,7 +509,7 @@
|
|||||||
var Rt = function() {}, Tt = J.measurePerformance && f && f.mark && f.measure ? f : {
|
var Rt = function() {}, Tt = J.measurePerformance && f && f.mark && f.measure ? f : {
|
||||||
mark: Rt,
|
mark: Rt,
|
||||||
measure: Rt
|
measure: Rt
|
||||||
}, _t = 'FA "5.10.0"', It = function(t) {
|
}, _t = 'FA "5.10.1"', It = function(t) {
|
||||||
Tt.mark("".concat(_t, " ").concat(t, " ends")), Tt.measure("".concat(_t, " ").concat(t), "".concat(_t, " ").concat(t, " begins"), "".concat(_t, " ").concat(t, " ends"));
|
Tt.mark("".concat(_t, " ").concat(t, " ends")), Tt.measure("".concat(_t, " ").concat(t), "".concat(_t, " ").concat(t, " begins"), "".concat(_t, " ").concat(t, " ends"));
|
||||||
}, Dt = {
|
}, Dt = {
|
||||||
begin: function(t) {
|
begin: function(t) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
(function () {
|
(function () {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
!function() {
|
!function() {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
(function () {
|
(function () {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
!function() {
|
!function() {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
(function (global, factory) {
|
(function (global, factory) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
var l, a;
|
var l, a;
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
@fa-font-display: auto;
|
@fa-font-display: auto;
|
||||||
@fa-line-height-base: 1;
|
@fa-line-height-base: 1;
|
||||||
@fa-css-prefix: fa;
|
@fa-css-prefix: fa;
|
||||||
@fa-version: "5.10.0";
|
@fa-version: "5.10.1";
|
||||||
@fa-border-color: #eee;
|
@fa-border-color: #eee;
|
||||||
@fa-inverse: #fff;
|
@fa-inverse: #fff;
|
||||||
@fa-li-width: 2em;
|
@fa-li-width: 2em;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@import "_variables.less";
|
@import "_variables.less";
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@import "_variables.less";
|
@import "_variables.less";
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@import "_variables.less";
|
@import "_variables.less";
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@import "_variables.less";
|
@import "_variables.less";
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@import '_variables.less';
|
@import '_variables.less';
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"version": "5.10.0",
|
"version": "5.10.1",
|
||||||
"name": "@fortawesome/fontawesome-free",
|
"name": "@fortawesome/fontawesome-free",
|
||||||
"main": "js/fontawesome.js",
|
"main": "js/fontawesome.js",
|
||||||
"style": "css/fontawesome.css",
|
"style": "css/fontawesome.css",
|
||||||
|
@ -5,7 +5,7 @@ $fa-font-path: "../webfonts" !default;
|
|||||||
$fa-font-size-base: 16px !default;
|
$fa-font-size-base: 16px !default;
|
||||||
$fa-font-display: auto !default;
|
$fa-font-display: auto !default;
|
||||||
$fa-css-prefix: fa !default;
|
$fa-css-prefix: fa !default;
|
||||||
$fa-version: "5.10.0" !default;
|
$fa-version: "5.10.1" !default;
|
||||||
$fa-border-color: #eee !default;
|
$fa-border-color: #eee !default;
|
||||||
$fa-inverse: #fff !default;
|
$fa-inverse: #fff !default;
|
||||||
$fa-li-width: 2em !default;
|
$fa-li-width: 2em !default;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
-->
|
-->
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||||
|
Before Width: | Height: | Size: 431 KiB After Width: | Height: | Size: 431 KiB |
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
-->
|
-->
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||||
|
Before Width: | Height: | Size: 107 KiB After Width: | Height: | Size: 107 KiB |
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
<!--
|
||||||
Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
-->
|
-->
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
|
||||||
|
Before Width: | Height: | Size: 602 KiB After Width: | Height: | Size: 602 KiB |
@ -1,12 +1,12 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!--
|
<!--
|
||||||
Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
||||||
<metadata>
|
<metadata>
|
||||||
Created by FontForge 20190112 at Mon Jul 29 09:53:22 2019
|
Created by FontForge 20190112 at Fri Aug 2 14:41:09 2019
|
||||||
By Robert Madole
|
By Robert Madole
|
||||||
Copyright (c) Font Awesome
|
Copyright (c) Font Awesome
|
||||||
</metadata>
|
</metadata>
|
||||||
|
Before Width: | Height: | Size: 676 KiB After Width: | Height: | Size: 676 KiB |
@ -1,12 +1,12 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!--
|
<!--
|
||||||
Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
||||||
<metadata>
|
<metadata>
|
||||||
Created by FontForge 20190112 at Mon Jul 29 09:53:22 2019
|
Created by FontForge 20190112 at Fri Aug 2 14:41:09 2019
|
||||||
By Robert Madole
|
By Robert Madole
|
||||||
Copyright (c) Font Awesome
|
Copyright (c) Font Awesome
|
||||||
</metadata>
|
</metadata>
|
||||||
|
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 141 KiB |
@ -1,12 +1,12 @@
|
|||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!--
|
<!--
|
||||||
Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
||||||
<metadata>
|
<metadata>
|
||||||
Created by FontForge 20190112 at Mon Jul 29 09:53:22 2019
|
Created by FontForge 20190112 at Fri Aug 2 14:41:09 2019
|
||||||
By Robert Madole
|
By Robert Madole
|
||||||
Copyright (c) Font Awesome
|
Copyright (c) Font Awesome
|
||||||
</metadata>
|
</metadata>
|
||||||
|
Before Width: | Height: | Size: 820 KiB After Width: | Height: | Size: 820 KiB |
@ -1079,7 +1079,7 @@ var p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMA
|
|||||||
mark: noop$1,
|
mark: noop$1,
|
||||||
measure: noop$1
|
measure: noop$1
|
||||||
};
|
};
|
||||||
var preamble = "FA \"5.10.0\"";
|
var preamble = "FA \"5.10.1\"";
|
||||||
|
|
||||||
var begin = function begin(name) {
|
var begin = function begin(name) {
|
||||||
p.mark("".concat(preamble, " ").concat(name, " begins"));
|
p.mark("".concat(preamble, " ").concat(name, " begins"));
|
||||||
|
@ -1085,7 +1085,7 @@
|
|||||||
mark: noop$1,
|
mark: noop$1,
|
||||||
measure: noop$1
|
measure: noop$1
|
||||||
};
|
};
|
||||||
var preamble = "FA \"5.10.0\"";
|
var preamble = "FA \"5.10.1\"";
|
||||||
|
|
||||||
var begin = function begin(name) {
|
var begin = function begin(name) {
|
||||||
p.mark("".concat(preamble, " ").concat(name, " begins"));
|
p.mark("".concat(preamble, " ").concat(name, " begins"));
|
||||||
|
@ -47,9 +47,9 @@
|
|||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-common-types": "^0.2.20"
|
"@fortawesome/fontawesome-common-types": "^0.2.21"
|
||||||
},
|
},
|
||||||
"version": "1.2.20",
|
"version": "1.2.21",
|
||||||
"name": "@fortawesome/fontawesome-svg-core",
|
"name": "@fortawesome/fontawesome-svg-core",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"module": "index.es.js",
|
"module": "index.es.js",
|
||||||
|
@ -47,9 +47,9 @@
|
|||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-common-types": "^0.2.20"
|
"@fortawesome/fontawesome-common-types": "^0.2.21"
|
||||||
},
|
},
|
||||||
"version": "5.10.0",
|
"version": "5.10.1",
|
||||||
"name": "@fortawesome/free-brands-svg-icons",
|
"name": "@fortawesome/free-brands-svg-icons",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"module": "index.es.js",
|
"module": "index.es.js",
|
||||||
|
@ -47,9 +47,9 @@
|
|||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-common-types": "^0.2.20"
|
"@fortawesome/fontawesome-common-types": "^0.2.21"
|
||||||
},
|
},
|
||||||
"version": "5.10.0",
|
"version": "5.10.1",
|
||||||
"name": "@fortawesome/free-regular-svg-icons",
|
"name": "@fortawesome/free-regular-svg-icons",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"module": "index.es.js",
|
"module": "index.es.js",
|
||||||
|
@ -47,9 +47,9 @@
|
|||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-common-types": "^0.2.20"
|
"@fortawesome/fontawesome-common-types": "^0.2.21"
|
||||||
},
|
},
|
||||||
"version": "5.10.0",
|
"version": "5.10.1",
|
||||||
"name": "@fortawesome/free-solid-svg-icons",
|
"name": "@fortawesome/free-solid-svg-icons",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"module": "index.es.js",
|
"module": "index.es.js",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
(function () {
|
(function () {
|
||||||
@ -3006,7 +3006,7 @@
|
|||||||
mark: noop$1,
|
mark: noop$1,
|
||||||
measure: noop$1
|
measure: noop$1
|
||||||
};
|
};
|
||||||
var preamble = "FA \"5.10.0\"";
|
var preamble = "FA \"5.10.1\"";
|
||||||
|
|
||||||
var begin = function begin(name) {
|
var begin = function begin(name) {
|
||||||
p.mark("".concat(preamble, " ").concat(name, " begins"));
|
p.mark("".concat(preamble, " ").concat(name, " begins"));
|
||||||
|
4
js/all.min.js
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
!function() {
|
!function() {
|
||||||
@ -2206,7 +2206,7 @@
|
|||||||
var Pc = function() {}, Ec = K.measurePerformance && M && M.mark && M.measure ? M : {
|
var Pc = function() {}, Ec = K.measurePerformance && M && M.mark && M.measure ? M : {
|
||||||
mark: Pc,
|
mark: Pc,
|
||||||
measure: Pc
|
measure: Pc
|
||||||
}, Nc = 'FA "5.10.0"', _c = function(c) {
|
}, Nc = 'FA "5.10.1"', _c = function(c) {
|
||||||
Ec.mark("".concat(Nc, " ").concat(c, " ends")), Ec.measure("".concat(Nc, " ").concat(c), "".concat(Nc, " ").concat(c, " begins"), "".concat(Nc, " ").concat(c, " ends"));
|
Ec.mark("".concat(Nc, " ").concat(c, " ends")), Ec.measure("".concat(Nc, " ").concat(c), "".concat(Nc, " ").concat(c, " begins"), "".concat(Nc, " ").concat(c, " ends"));
|
||||||
}, Tc = {
|
}, Tc = {
|
||||||
begin: function(c) {
|
begin: function(c) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
(function () {
|
(function () {
|
||||||
|
2
js/brands.min.js
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
!function() {
|
!function() {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
(function (global, factory) {
|
(function (global, factory) {
|
||||||
|
2
js/conflict-detection.min.js
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
var e, t;
|
var e, t;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
(function () {
|
(function () {
|
||||||
@ -1096,7 +1096,7 @@
|
|||||||
mark: noop$1,
|
mark: noop$1,
|
||||||
measure: noop$1
|
measure: noop$1
|
||||||
};
|
};
|
||||||
var preamble = "FA \"5.10.0\"";
|
var preamble = "FA \"5.10.1\"";
|
||||||
|
|
||||||
var begin = function begin(name) {
|
var begin = function begin(name) {
|
||||||
p.mark("".concat(preamble, " ").concat(name, " begins"));
|
p.mark("".concat(preamble, " ").concat(name, " begins"));
|
||||||
|
4
js/fontawesome.min.js
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
!function() {
|
!function() {
|
||||||
@ -509,7 +509,7 @@
|
|||||||
var Rt = function() {}, Tt = J.measurePerformance && f && f.mark && f.measure ? f : {
|
var Rt = function() {}, Tt = J.measurePerformance && f && f.mark && f.measure ? f : {
|
||||||
mark: Rt,
|
mark: Rt,
|
||||||
measure: Rt
|
measure: Rt
|
||||||
}, _t = 'FA "5.10.0"', It = function(t) {
|
}, _t = 'FA "5.10.1"', It = function(t) {
|
||||||
Tt.mark("".concat(_t, " ").concat(t, " ends")), Tt.measure("".concat(_t, " ").concat(t), "".concat(_t, " ").concat(t, " begins"), "".concat(_t, " ").concat(t, " ends"));
|
Tt.mark("".concat(_t, " ").concat(t, " ends")), Tt.measure("".concat(_t, " ").concat(t), "".concat(_t, " ").concat(t, " begins"), "".concat(_t, " ").concat(t, " ends"));
|
||||||
}, Dt = {
|
}, Dt = {
|
||||||
begin: function(t) {
|
begin: function(t) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
(function () {
|
(function () {
|
||||||
|
2
js/regular.min.js
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
!function() {
|
!function() {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
(function () {
|
(function () {
|
||||||
|
2
js/solid.min.js
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
!function() {
|
!function() {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
(function (global, factory) {
|
(function (global, factory) {
|
||||||
|
2
js/v4-shims.min.js
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
var l, a;
|
var l, a;
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
@fa-font-display: auto;
|
@fa-font-display: auto;
|
||||||
@fa-line-height-base: 1;
|
@fa-line-height-base: 1;
|
||||||
@fa-css-prefix: fa;
|
@fa-css-prefix: fa;
|
||||||
@fa-version: "5.10.0";
|
@fa-version: "5.10.1";
|
||||||
@fa-border-color: #eee;
|
@fa-border-color: #eee;
|
||||||
@fa-inverse: #fff;
|
@fa-inverse: #fff;
|
||||||
@fa-li-width: 2em;
|
@fa-li-width: 2em;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@import "_variables.less";
|
@import "_variables.less";
|
||||||
|
2
less/fontawesome.less
vendored
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@import "_variables.less";
|
@import "_variables.less";
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 5.10.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
*/
|
*/
|
||||||
@import "_variables.less";
|
@import "_variables.less";
|
||||||
|