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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user