From a224b6d2cf607fa2f2e2de706e0937da4cab6984 Mon Sep 17 00:00:00 2001 From: Tobias Leander Date: Tue, 18 Aug 2026 15:21:21 +0200 Subject: [PATCH 1/2] Force FontAwesome --- stylesheets/screen.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stylesheets/screen.css b/stylesheets/screen.css index 33fc72505..acbaa96cb 100644 --- a/stylesheets/screen.css +++ b/stylesheets/screen.css @@ -1733,3 +1733,10 @@ hr.footer-cta { .changelog-entry-details:last-of-type .changelog-entry-details { border-left: none; } + +/* FontAwesome */ +.i[class*=' fa-'] { + font-family: 'FontAwesome'; + font-style: normal; + font-weight: normal; +} From 8971e8f967e4c72666272b3f35e7f76478adc893 Mon Sep 17 00:00:00 2001 From: Tobias Leander Date: Tue, 18 Aug 2026 15:30:31 +0200 Subject: [PATCH 2/2] I tags not I class --- stylesheets/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/screen.css b/stylesheets/screen.css index acbaa96cb..ba0f36c31 100644 --- a/stylesheets/screen.css +++ b/stylesheets/screen.css @@ -1735,7 +1735,7 @@ hr.footer-cta { } /* FontAwesome */ -.i[class*=' fa-'] { +i[class*=' fa-'] { font-family: 'FontAwesome'; font-style: normal; font-weight: normal;