Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jan 2022 22:24:55 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: a45595f350 - main - Add 'fa' class to fix Font Awesome icons problem
Message-ID:  <202201142224.20EMOtTK034100@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201142224.20EMOtTK034100>