fontawesome: only use version 6 references #151

This commit is contained in:
Sören Weber 2022-02-16 18:55:02 +01:00
parent efc6c1cd52
commit 2f5ea664dd
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -512,7 +512,7 @@ div.box > .box-label {
div.box > .box-label:first-child:before {
content: "";
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 6 Free";
font-weight: 900;
}
@ -1053,7 +1053,7 @@ a[aria-disabled="true"] {
}
.copy-to-clipboard > i {
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 6 Free";
font-size: 92%;
font-weight: 500;
margin-left: -22px;