1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

Fontawesome updated to 5.15.4

Bootswatch updated to 5.2.3 in Bootstrap5 theme and fontawesome loading switched to css. (instead of js)
This commit is contained in:
Cameron
2023-04-12 15:32:48 -07:00
parent 5f492a8441
commit c3517641e0
25 changed files with 76 additions and 73 deletions

View File

@@ -929,9 +929,9 @@ class core_library
),
'variants' => array(),
// Override library path to CDN.
'library_path' => 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0',
'library_path' => 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4',
'path' => '',
'version' => '5.14.0',
'version' => '5.15.4',
);
// Font-Awesome (local).
@@ -969,7 +969,7 @@ class core_library
'variants' => array(),
'library_path' => '{e_WEB}lib/font-awesome',
'path' => '5',
'version' => '5.15.2',
'version' => '5.15.4',
/* 'preload' => array(
1 => array(
'as' => 'font',