Update Font Awesome to 6.7.2
This commit is contained in:
parent
32a0fea1c9
commit
9647f07524
@ -99,14 +99,14 @@ define(
|
|||||||
|
|
||||||
// String: Font Awesome CDN URL
|
// String: Font Awesome CDN URL
|
||||||
if ( ! defined( 'FICTIONEER_FA_CDN' ) ) {
|
if ( ! defined( 'FICTIONEER_FA_CDN' ) ) {
|
||||||
define( 'FICTIONEER_FA_CDN', 'https://use.fontawesome.com/releases/v6.6.0/css/all.css' );
|
define( 'FICTIONEER_FA_CDN', 'https://use.fontawesome.com/releases/v6.7.2/css/all.css' );
|
||||||
}
|
}
|
||||||
|
|
||||||
// String: Font Awesome CDN integrity (generated by https://www.srihash.org/)
|
// String: Font Awesome CDN integrity (generated by https://www.srihash.org/)
|
||||||
if ( ! defined( 'FICTIONEER_FA_INTEGRITY' ) ) {
|
if ( ! defined( 'FICTIONEER_FA_INTEGRITY' ) ) {
|
||||||
define(
|
define(
|
||||||
'FICTIONEER_FA_INTEGRITY',
|
'FICTIONEER_FA_INTEGRITY',
|
||||||
'sha384-h/hnnw1Bi4nbpD6kE7nYfCXzovi622sY5WBxww8ARKwpdLj5kUWjRuyiXaD1U2JT'
|
'sha384-nRgPTkuX86pH8yjPJUAFuASXQSSl2/bBUiNV47vSYpKFxHJhbcrGnmlYpYJMeD7a'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user