From 9647f0752477cef0e489365e5cfe1b4744bba1de Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Sun, 12 Jan 2025 16:07:07 +0100 Subject: [PATCH] Update Font Awesome to 6.7.2 --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index aa7aa6eb..14e32e37 100644 --- a/functions.php +++ b/functions.php @@ -99,14 +99,14 @@ define( // String: Font Awesome CDN URL 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/) if ( ! defined( 'FICTIONEER_FA_INTEGRITY' ) ) { define( 'FICTIONEER_FA_INTEGRITY', - 'sha384-h/hnnw1Bi4nbpD6kE7nYfCXzovi622sY5WBxww8ARKwpdLj5kUWjRuyiXaD1U2JT' + 'sha384-nRgPTkuX86pH8yjPJUAFuASXQSSl2/bBUiNV47vSYpKFxHJhbcrGnmlYpYJMeD7a' ); }