From f9e04376cdd6d534356db02452e1587968b63e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20D=C3=ADaz=20Gonz=C3=A1lez?= Date: Mon, 2 Jan 2023 09:43:20 +0000 Subject: [PATCH 1/2] [web] Fix "font: download failed" complain --- web/src/index.js | 3 +++ 1 file changed, 3 insertions(+) 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 From 1ca1d194d9ca9fe59275787dbb71721e554c9323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20D=C3=ADaz=20Gonz=C3=A1lez?= Date: Mon, 2 Jan 2023 10:04:27 +0000 Subject: [PATCH 2/2] [web] Update changes file --- web/package/cockpit-d-installer.changes | 6 ++++++ 1 file changed, 6 insertions(+) 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