Release 5.15.4 (#1570)

This commit is contained in:
Rob Madole
2021-08-04 14:04:34 -05:00
committed by GitHub
parent 24ddef40be
commit aa8d1ad466
15957 changed files with 23729 additions and 23775 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
* Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
(function () {
@@ -199,7 +199,7 @@
'kit': 'fak'
};
var LAYERS_TEXT_CLASSNAME = 'fa-layers-text';
var FONT_FAMILY_PATTERN = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/; // TODO: do we need to handle font-weight for kit SVG pseudo-elements?
var FONT_FAMILY_PATTERN = /Font Awesome ([5 ]*)(Solid|Regular|Light|Duotone|Brands|Free|Pro|Kit).*/i; // TODO: do we need to handle font-weight for kit SVG pseudo-elements?
var FONT_WEIGHT_TO_PREFIX = {
'900': 'fas',
@@ -1109,7 +1109,7 @@
mark: noop$1,
measure: noop$1
};
var preamble = "FA \"5.15.3\"";
var preamble = "FA \"5.15.4\"";
var begin = function begin(name) {
p.mark("".concat(preamble, " ").concat(name, " begins"));