Skip to content

Commit aa7cf0a

Browse files
committed
Update FontAwesome to v7.2.0
Closes #6575
1 parent 999c94b commit aa7cf0a

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

ts/WoltLabSuite/WebComponent/fa-metadata.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-64 Bytes
Binary file not shown.
1.55 KB
Binary file not shown.

wcfsetup/install/files/lib/system/style/fa-metadata.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
'angles-up' => true,
3535
'ankh' => true,
3636
'apple-whole' => true,
37+
'aquarius' => true,
3738
'archway' => true,
39+
'aries' => true,
3840
'arrow-down' => true,
3941
'arrow-down-1-9' => true,
4042
'arrow-down-9-1' => true,
@@ -227,8 +229,10 @@
227229
'camera-retro' => true,
228230
'camera-rotate' => true,
229231
'campground' => true,
232+
'cancer' => true,
230233
'candy-cane' => true,
231234
'cannabis' => true,
235+
'capricorn' => true,
232236
'capsules' => true,
233237
'car' => true,
234238
'car-battery' => true,
@@ -330,6 +334,7 @@
330334
'clock-rotate-left' => true,
331335
'clone' => true,
332336
'closed-captioning' => true,
337+
'closed-captioning-slash' => true,
333338
'cloud' => true,
334339
'cloud-arrow-down' => true,
335340
'cloud-arrow-up' => true,
@@ -583,6 +588,7 @@
583588
'gear' => true,
584589
'gears' => true,
585590
'gem' => true,
591+
'gemini' => true,
586592
'genderless' => true,
587593
'ghost' => true,
588594
'gift' => true,
@@ -765,8 +771,10 @@
765771
'left-long' => true,
766772
'left-right' => true,
767773
'lemon' => true,
774+
'leo' => true,
768775
'less-than' => true,
769776
'less-than-equal' => true,
777+
'libra' => true,
770778
'life-ring' => true,
771779
'lightbulb' => true,
772780
'lines-leaning' => true,
@@ -970,8 +978,10 @@
970978
'phone-slash' => true,
971979
'phone-volume' => true,
972980
'photo-film' => true,
981+
'picture-in-picture' => true,
973982
'piggy-bank' => true,
974983
'pills' => true,
984+
'pisces' => true,
975985
'pizza-slice' => true,
976986
'place-of-worship' => true,
977987
'plane' => true,
@@ -1062,6 +1072,7 @@
10621072
's' => true,
10631073
'sack-dollar' => true,
10641074
'sack-xmark' => true,
1075+
'sagittarius' => true,
10651076
'sailboat' => true,
10661077
'satellite' => true,
10671078
'satellite-dish' => true,
@@ -1075,6 +1086,7 @@
10751086
'school-flag' => true,
10761087
'school-lock' => true,
10771088
'scissors' => true,
1089+
'scorpio' => true,
10781090
'screwdriver' => true,
10791091
'screwdriver-wrench' => true,
10801092
'scroll' => true,
@@ -1218,6 +1230,7 @@
12181230
'tape' => true,
12191231
'tarp' => true,
12201232
'tarp-droplet' => true,
1233+
'taurus' => true,
12211234
'taxi' => true,
12221235
'teeth' => true,
12231236
'teeth-open' => true,
@@ -1357,6 +1370,7 @@
13571370
'video' => true,
13581371
'video-slash' => true,
13591372
'vihara' => true,
1373+
'virgo' => true,
13601374
'virus' => true,
13611375
'virus-covid' => true,
13621376
'virus-covid-slash' => true,
@@ -1365,6 +1379,7 @@
13651379
'voicemail' => true,
13661380
'volcano' => true,
13671381
'volleyball' => true,
1382+
'volume' => true,
13681383
'volume-high' => true,
13691384
'volume-low' => true,
13701385
'volume-off' => true,
@@ -1965,6 +1980,7 @@
19651980
'volleyball-ball' => true,
19661981
'volume-control-phone' => true,
19671982
'volume-down' => true,
1983+
'volume-medium' => true,
19681984
'volume-mute' => true,
19691985
'volume-times' => true,
19701986
'volume-up' => true,

wcfsetup/install/files/style/font-awesome/000-woltlab.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
font-style: normal;
55
font-weight: 400;
66
font-display: block !important;
7-
src: url("../font/fa-regular-400.woff2?v=7.1.0") format("woff2");
7+
src: url("../font/fa-regular-400.woff2?v=7.2.0") format("woff2");
88
}
99

1010
/* Font Awesome 7 Free: Solid */
@@ -13,7 +13,7 @@
1313
font-style: normal;
1414
font-weight: 900;
1515
font-display: block !important;
16-
src: url("../font/fa-solid-900.woff2?v=7.1.0") format("woff2");
16+
src: url("../font/fa-solid-900.woff2?v=7.2.0") format("woff2");
1717
}
1818

1919
fa-brand,

0 commit comments

Comments
 (0)