diff --git a/fonts/Font-Awesome/config.json b/fonts/Font-Awesome/config.json index 8d0a8cdcc..338cfc267 100644 --- a/fonts/Font-Awesome/config.json +++ b/fonts/Font-Awesome/config.json @@ -33,6 +33,12 @@ "search": [ "x-twitter" ] + }, + { + "uid": "e9107949dd6c9e8ab2b29ae07156e38c", + "css": "linkedin", + "code": 61665, + "src": "fontawesome" } ] } diff --git a/fonts/Font-Awesome/css/fontello-codes.css b/fonts/Font-Awesome/css/fontello-codes.css index 9be7c45d8..68a2bdd74 100644 --- a/fonts/Font-Awesome/css/fontello-codes.css +++ b/fonts/Font-Awesome/css/fontello-codes.css @@ -1,3 +1,4 @@ .icon-x-twitter:before { content: '\e800'; } /* '' */ .icon-mastodon:before { content: '\e801'; } /* '' */ +.icon-linkedin:before { content: '\f0e1'; } /* '' */ diff --git a/fonts/Font-Awesome/css/fontello-embedded.css b/fonts/Font-Awesome/css/fontello-embedded.css index 047745d8e..059ae6a6f 100644 --- a/fonts/Font-Awesome/css/fontello-embedded.css +++ b/fonts/Font-Awesome/css/fontello-embedded.css @@ -48,7 +48,7 @@ /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ - + /* Font smoothing. That was taken from TWBS */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -59,3 +59,4 @@ .icon-x-twitter:before { content: '\e800'; } /* '' */ .icon-mastodon:before { content: '\e801'; } /* '' */ +.icon-linkedin:before { content: '\f0e1'; } /* '' */ diff --git a/fonts/Font-Awesome/css/fontello-ie7-codes.css b/fonts/Font-Awesome/css/fontello-ie7-codes.css index 0a65c974d..a17ab7791 100644 --- a/fonts/Font-Awesome/css/fontello-ie7-codes.css +++ b/fonts/Font-Awesome/css/fontello-ie7-codes.css @@ -1,3 +1,4 @@ .icon-x-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-mastodon { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-linkedin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } diff --git a/fonts/Font-Awesome/css/fontello-ie7.css b/fonts/Font-Awesome/css/fontello-ie7.css index 51ad8d946..9d5731818 100644 --- a/fonts/Font-Awesome/css/fontello-ie7.css +++ b/fonts/Font-Awesome/css/fontello-ie7.css @@ -12,3 +12,4 @@ .icon-x-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-mastodon { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-linkedin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } diff --git a/fonts/Font-Awesome/css/fontello.css b/fonts/Font-Awesome/css/fontello.css index 49c8e56f4..f4eef5c5a 100644 --- a/fonts/Font-Awesome/css/fontello.css +++ b/fonts/Font-Awesome/css/fontello.css @@ -56,3 +56,4 @@ .icon-x-twitter:before { content: '\e800'; } /* '' */ .icon-mastodon:before { content: '\e801'; } /* '' */ +.icon-linkedin:before { content: '\f0e1'; } /* '' */ diff --git a/fonts/Font-Awesome/font/fontello.eot b/fonts/Font-Awesome/font/fontello.eot index c5c1a2688..2dfe20894 100644 Binary files a/fonts/Font-Awesome/font/fontello.eot and b/fonts/Font-Awesome/font/fontello.eot differ diff --git a/fonts/Font-Awesome/font/fontello.svg b/fonts/Font-Awesome/font/fontello.svg index 4661c6846..70a8820cf 100644 --- a/fonts/Font-Awesome/font/fontello.svg +++ b/fonts/Font-Awesome/font/fontello.svg @@ -1,7 +1,7 @@ -Copyright (C) 2023 by original authors @ fontello.com +Copyright (C) 2025 by original authors @ fontello.com @@ -9,6 +9,8 @@ + + diff --git a/fonts/Font-Awesome/font/fontello.ttf b/fonts/Font-Awesome/font/fontello.ttf index adec58664..f923addce 100644 Binary files a/fonts/Font-Awesome/font/fontello.ttf and b/fonts/Font-Awesome/font/fontello.ttf differ diff --git a/fonts/Font-Awesome/font/fontello.woff b/fonts/Font-Awesome/font/fontello.woff index 26515be1f..a2a63016b 100644 Binary files a/fonts/Font-Awesome/font/fontello.woff and b/fonts/Font-Awesome/font/fontello.woff differ diff --git a/fonts/Font-Awesome/font/fontello.woff2 b/fonts/Font-Awesome/font/fontello.woff2 index 5ba1f1c9f..260ff4542 100644 Binary files a/fonts/Font-Awesome/font/fontello.woff2 and b/fonts/Font-Awesome/font/fontello.woff2 differ diff --git a/index.php b/index.php index 4fae143de..f73a185af 100644 --- a/index.php +++ b/index.php @@ -192,17 +192,23 @@ $announcements
diff --git a/tests/Visual/SmokeTest.spec.ts-snapshots/tests-screenshots-index-php-chromium.png b/tests/Visual/SmokeTest.spec.ts-snapshots/tests-screenshots-index-php-chromium.png index 9365f0cc6..5af7a4570 100644 Binary files a/tests/Visual/SmokeTest.spec.ts-snapshots/tests-screenshots-index-php-chromium.png and b/tests/Visual/SmokeTest.spec.ts-snapshots/tests-screenshots-index-php-chromium.png differ