summaryrefslogtreecommitdiffstats
path: root/pkg/lib/patternfly/patternfly-5-cockpit.scss
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/lib/patternfly/patternfly-5-cockpit.scss')
-rw-r--r--pkg/lib/patternfly/patternfly-5-cockpit.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/lib/patternfly/patternfly-5-cockpit.scss b/pkg/lib/patternfly/patternfly-5-cockpit.scss
new file mode 100644
index 0000000..8008e20
--- /dev/null
+++ b/pkg/lib/patternfly/patternfly-5-cockpit.scss
@@ -0,0 +1,9 @@
+/* Set fake font and icon path variables */
+$pf-v5-global--font-path: "patternfly-fonts-fake-path";
+$pf-v5-global--fonticon-path: "patternfly-icons-fake-path";
+$pf-v5-global--disable-fontawesome: true !default; // Disable Font Awesome 5 Free
+
+@import "@patternfly/patternfly/patternfly-base.scss";
+
+/* Import our own fonts since the PF4 font-face rules are filtered out in build.js */
+@import "./fonts";