mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2024-11-21 13:59:11 +01:00
Update and integrate Bootstrap-icons in combine.php
https://github.com/twbs/icons/releases/tag/v1.10.5 call with common::LoadComponents( 'bootstrap-icons,fontawesome6' );
This commit is contained in:
parent
7d015a1173
commit
e5a8d0dda2
3 changed files with 14 additions and 1427 deletions
1427
include/thirdparty/Bootstrap5/fonts/bootstrap-icons.css
vendored
1427
include/thirdparty/Bootstrap5/fonts/bootstrap-icons.css
vendored
File diff suppressed because it is too large
Load diff
5
include/thirdparty/Bootstrap5/fonts/bootstrap-icons.min.css
vendored
Normal file
5
include/thirdparty/Bootstrap5/fonts/bootstrap-icons.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -603,6 +603,15 @@ class Combine{
|
|||
'CloudFlare' => 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css',
|
||||
],
|
||||
],
|
||||
|
||||
// Bootstrap Icons
|
||||
'bootstrap-icons' => [
|
||||
'file' => '/include/thirdparty/Bootstrap5/fonts/bootstrap-icons.min.css',
|
||||
'label' => 'Bootstrap Icons',
|
||||
'cdn' => [
|
||||
'CloudFlare' => 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.5/font/bootstrap-icons.min.css',
|
||||
],
|
||||
],
|
||||
|
||||
// Colorbox (1.6.3 MIT)
|
||||
'colorbox' => [
|
||||
|
|
Loading…
Reference in a new issue