From 9ac9089205b25b2b6ea7d88e84b7b17582654dfb Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:23:11 +0100 Subject: [PATCH] Update Font Awesome to 6.5.1 --- functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index c2519448..01997b6b 100644 --- a/functions.php +++ b/functions.php @@ -92,14 +92,14 @@ define( // String: Font Awesome CDN URL 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' ) ) { define( 'FICTIONEER_FA_INTEGRITY', - 'sha384-blOohCVdhjmtROpu8+CfTnUWham9nkX7P7OZQMst+RUnhtoY/9qemFAkIKOYxDI3' + 'sha384-t1nt8BQoYMLFN5p42tRAtuAAFQaCQODekUVeKKZrEnEyp4H2R0RHFz0KWpmj7i8g' ); }