Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions web/package/cockpit-d-installer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 2 10:03:18 UTC 2023 - David Diaz <dgonzalez@suse.com>

- Ensure custom fonts are including in the build
(gh#yast/d-installer#385).

-------------------------------------------------------------------
Fri Dec 30 11:56:46 UTC 2022 - David Diaz <dgonzalez@suse.com>

Expand Down
3 changes: 3 additions & 0 deletions web/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down