From: Michael Tremer Date: Mon, 17 Oct 2022 15:37:09 +0000 (+0000) Subject: CSS: Enable regular icons X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13a8bd97fc90deacb149fcf9695c4617dc83fbc4;p=pbs.git CSS: Enable regular icons Signed-off-by: Michael Tremer --- diff --git a/src/static/css/_icons.scss b/src/static/css/_icons.scss index 7aaa8cf5..997d1719 100644 --- a/src/static/css/_icons.scss +++ b/src/static/css/_icons.scss @@ -5,5 +5,6 @@ $fa-font-path: "../fonts"; @import "../../third-party/Font-Awesome/scss/fontawesome"; +@import "../../third-party/Font-Awesome/scss/regular"; @import "../../third-party/Font-Awesome/scss/solid"; @import "../../third-party/Font-Awesome/scss/brands";