diff --git a/web/package/cockpit-d-installer.changes b/web/package/cockpit-d-installer.changes index dddd412de0..54f788ee5b 100644 --- a/web/package/cockpit-d-installer.changes +++ b/web/package/cockpit-d-installer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 2 10:03:18 UTC 2023 - David Diaz + +- Ensure custom fonts are including in the build + (gh#yast/d-installer#385). + ------------------------------------------------------------------- Fri Dec 30 11:56:46 UTC 2022 - David Diaz diff --git a/web/src/index.js b/web/src/index.js index 174f0098ea..4bba207dc9 100644 --- a/web/src/index.js +++ b/web/src/index.js @@ -37,6 +37,9 @@ import { Overview } from "@components/overview"; import { ProductSelectionPage } from "@components/software"; import { ProposalPage as StoragePage } from "@components/storage"; +// D-Installer fonts +import "@assets/fonts.scss"; + /* * PF4 overrides need to come after the JSX components imports because * these are importing CSS stylesheets that we are overriding