1
0
Fork 0
mirror of https://github.com/gtbu/Typesetter-5.3-p8.git synced 2025-07-11 17:13:14 +02: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:
gtbu 2023-06-13 11:58:35 +02:00
parent 7d015a1173
commit e5a8d0dda2
3 changed files with 14 additions and 1427 deletions
include
thirdparty/Bootstrap5/fonts
tool/Output

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -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' => [