From 162b19dade9ef7a59cab528c2cd27291ca201513 Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:43:04 +0200 Subject: [PATCH] Update Font Awesome to 6.5.2 --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index bc330770..a53d6452 100644 --- a/functions.php +++ b/functions.php @@ -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' ); }