diff --git a/stylesheets/screen.css b/stylesheets/screen.css index 33fc72505..ba0f36c31 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; +}