use only brands and solid icons from fontawesome and update assets

This commit is contained in:
2022-04-20 20:10:14 +00:00
parent 16f30cbd36
commit a85ef4df44
6107 changed files with 21606 additions and 9647 deletions

View File

@@ -1,24 +1,24 @@
// base icon class definition
// -------------------------
@{fa-css-prefix} {
.@{fa-css-prefix} {
font-family: ~'var(--@{fa-css-prefix}-style-family, @{fa-style-family})';
font-weight: ~'var(--@{fa-css-prefix}-style, @{fa-style})';
}
.@{fa-css-prefix},
.fas,
.fa-solid,
.@{fa-css-prefix}--solid,
.far,
.fa-regular,
.@{fa-css-prefix}--regular,
.fal,
.fa-light,
.@{fa-css-prefix}--light,
.fat,
.fa-thin,
.@{fa-css-prefix}--thin,
.fad,
.fa-duotone,
.@{fa-css-prefix}--duotone,
.fab,
.fa-brands {
.@{fa-css-prefix}--brands {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: ~'var(--@{fa-css-prefix}-display, @{fa-display})';

View File

@@ -3,12 +3,12 @@
// only display content to screen readers
.sr-only,
.fa-sr-only {
.@{fa-css-prefix}-sr-only {
.fa-sr-only();
}
// use in conjunction with .sr-only to only display content when it's focused
.sr-only-focusable,
.fa-sr-only-focusable {
.@{fa-css-prefix}-sr-only-focusable {
.fa-sr-only-focusable();
}

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.1.1 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 2022 Fonticons, Inc.
*/
@@ -19,7 +19,7 @@
}
.fab,
.fa-brands {
.@{fa-css-prefix}-brands {
font-family: 'Font Awesome 6 Brands';
font-weight: 400;
}

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.1.1 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 2022 Fonticons, Inc.
*/

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.1.1 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 2022 Fonticons, Inc.
*/
@@ -19,7 +19,7 @@
}
.far,
.fa-regular {
.@{fa-css-prefix}-regular {
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.1.1 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 2022 Fonticons, Inc.
*/
@@ -20,7 +20,7 @@
.fas,
.fa-solid {
.@{fa-css-prefix}-solid {
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.1.1 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 2022 Fonticons, Inc.
*/