git: a45595f350 - main - Add 'fa' class to fix Font Awesome icons problem

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Fri, 14 Jan 2022 22:24:55 UTC
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=a45595f3504b17f13a39b4aefebdcc805ad7c0c4

commit a45595f3504b17f13a39b4aefebdcc805ad7c0c4
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2022-01-14 22:20:14 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-01-14 22:20:14 +0000

    Add 'fa' class to fix Font Awesome icons problem
    
    PR:             261104, 260821
    Submitted by:   Bob Frazier <bobf (AT) mrp3.com>, Graham Perrin <grahamperrin (AT) gmail.com>
---
 documentation/themes/beastie/assets/styles/global.scss | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/documentation/themes/beastie/assets/styles/global.scss b/documentation/themes/beastie/assets/styles/global.scss
index 983e4d677c..1cf6d6f604 100644
--- a/documentation/themes/beastie/assets/styles/global.scss
+++ b/documentation/themes/beastie/assets/styles/global.scss
@@ -678,6 +678,11 @@ table.stretch {
 }
 
 /* Misc */
+.fa {
+    font-family: FontAwesome;
+    font-style: normal;
+}
+
 .listingblock {
   margin: .75em 0;
 }