Skip to content

Commit fc9a6ba

Browse files
committed
chore(ui): update to font-awesome v7
1 parent 5c40352 commit fc9a6ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

server/fishtest/static/css/application.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ legend {
287287
text-align: center;
288288
margin-right: 4px;
289289
font-weight: 900;
290-
font-family: "Font Awesome 5 Free";
290+
font-family: "Font Awesome 7 Free";
291291
}
292292

293293
.mainnavbar [href="/tests"]::before {
@@ -350,7 +350,7 @@ legend {
350350
.mainnavbar [href="https://github.com/official-stockfish/nnue-pytorch"]::before
351351
{
352352
content: "\f3e2";
353-
font-family: "Font Awesome 5 Brands";
353+
font-family: "Font Awesome 7 Brands";
354354
font-weight: 400;
355355
}
356356

@@ -365,7 +365,7 @@ legend {
365365

366366
.mainnavbar .wiki::before {
367367
content: "\f266";
368-
font-family: "Font Awesome 5 Brands";
368+
font-family: "Font Awesome 7 Brands";
369369
font-weight: 400;
370370
}
371371

@@ -383,7 +383,7 @@ legend {
383383

384384
.mainnavbar .discord::before {
385385
content: "\f392";
386-
font-family: "Font Awesome 5 Brands";
386+
font-family: "Font Awesome 7 Brands";
387387
font-weight: 400;
388388
}
389389

@@ -447,7 +447,7 @@ legend {
447447

448448
#diff-num-comments + a::before {
449449
content: "\f09b";
450-
font-family: "Font Awesome 5 Brands";
450+
font-family: "Font Awesome 7 Brands";
451451
font-weight: 400;
452452
}
453453

0 commit comments

Comments
 (0)