Update Font Awesome to 6.5.2

This commit is contained in:
Tetrakern 2024-06-05 14:43:04 +02:00
parent 84df3528a7
commit 162b19dade

View File

@ -104,14 +104,14 @@ define(
// String: Font Awesome CDN URL
if ( ! defined( 'FICTIONEER_FA_CDN' ) ) {
define( 'FICTIONEER_FA_CDN', 'https://use.fontawesome.com/releases/v6.5.1/css/all.css' );
define( 'FICTIONEER_FA_CDN', 'https://use.fontawesome.com/releases/v6.5.2/css/all.css' );
}
// String: Font Awesome CDN integrity (generated by https://www.srihash.org/)
if ( ! defined( 'FICTIONEER_FA_INTEGRITY' ) ) {
define(
'FICTIONEER_FA_INTEGRITY',
'sha384-t1nt8BQoYMLFN5p42tRAtuAAFQaCQODekUVeKKZrEnEyp4H2R0RHFz0KWpmj7i8g'
'sha384-PPIZEGYM1v8zp5Py7UjFb79S58UeqCL9pYVnVPURKEqvioPROaVAJKKLzvH2rDnI'
);
}