]> git.ipfire.org Git - pbs.git/commitdiff
CSS: Enable regular icons
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 17 Oct 2022 15:37:09 +0000 (15:37 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 17 Oct 2022 15:37:09 +0000 (15:37 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/static/css/_icons.scss

index 7aaa8cf5db44d22ea4e0d424eb140b2eef481982..997d171989b9f5e387540de218e54da2a8958962 100644 (file)
@@ -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";