git: a45595f350 - main - Add 'fa' class to fix Font Awesome icons problem
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=a45595f3504b17f13a39b4aefebdcc805ad7c0c4 commit a45595f3504b17f13a39b4aefebdcc805ad7c0c4 Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2022-01-14 22:20:14 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> 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; }