mirror of
https://github.com/DidiDidi129/Website.git
synced 2026-04-05 20:14:37 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user