Upgrade Font Awesome 5 to 6, add Matrix button, tooltips, no-scroll, mobile optimize

Co-authored-by: DidiDidi129 <136057713+DidiDidi129@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-16 04:11:07 +00:00
parent 43833a635d
commit 24e3353493
23 changed files with 83 additions and 9661 deletions

View File

@@ -11,6 +11,9 @@
@if $content {
content: $content;
}
@else {
content: var(--fa, "");
}
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
@@ -22,14 +25,14 @@
text-transform: none !important;
@if ($category == brands) {
font-family: 'Font Awesome 5 Brands';
font-family: 'Font Awesome 6 Brands';
}
@elseif ($category == solid) {
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
}
@else {
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 400;
}