Update Font Awesome to 6.5.1
This commit is contained in:
parent
b314c109cd
commit
9ac9089205
@ -92,14 +92,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.4.2/css/all.css' );
|
define( 'FICTIONEER_FA_CDN', 'https://use.fontawesome.com/releases/v6.5.1/css/all.css' );
|
||||||
}
|
}
|
||||||
|
|
||||||
// String: Font Awesome CDN integrity
|
// 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-blOohCVdhjmtROpu8+CfTnUWham9nkX7P7OZQMst+RUnhtoY/9qemFAkIKOYxDI3'
|
'sha384-t1nt8BQoYMLFN5p42tRAtuAAFQaCQODekUVeKKZrEnEyp4H2R0RHFz0KWpmj7i8g'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user