chg: [web:font-awesome] Updated to version 6.4.0

pull/9075/head
Sami Mokaddem 2023-04-11 10:36:54 +02:00
parent 907058dfc8
commit 449d52a72e
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
5 changed files with 8973 additions and 3048 deletions

View File

@ -34,6 +34,8 @@ $sidebarOpen = $loggedUser->user_settings_by_name_with_fallback['ui.sidebar.expa
?>
<?= $this->Html->css('main.css') ?>
<?= $this->Html->css('font-awesome') ?>
<?= $this->Html->css('fa-brand') ?>
<?= $this->Html->css('fa-solid') ?>
<?= $this->Html->css('layout.css') ?>
<?= $this->Html->script('jquery-3.5.1.min.js') ?>
<?= $this->Html->script('bootstrap.bundle.js') ?>

View File

@ -16,6 +16,8 @@
<?= $this->Html->css('login.css') ?>
<?= $this->Html->css('main.css') ?>
<?= $this->Html->css('font-awesome') ?>
<?= $this->Html->css('fa-brand') ?>
<?= $this->Html->css('fa-solid') ?>
<?= $this->Html->script('jquery-3.5.1.min.js') ?>
<?= $this->Html->script('popper.min.js') ?>
<?= $this->Html->script('bootstrap.bundle.js') ?>

2027
webroot/css/fa-brand.css Normal file

File diff suppressed because it is too large Load Diff

23
webroot/css/fa-solid.css Normal file
View File

@ -0,0 +1,23 @@
/*!
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2023 Fonticons, Inc.
*/
:root,
:host {
--fa-style-family-classic: 'Font Awesome 6 Free';
--fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}
@font-face {
font-family: 'Font Awesome 6 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
font-weight: 900;
}

File diff suppressed because it is too large Load Diff