From a61aa9dd5da4c8c03229933506df9c50d4ca7447 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Tue, 18 Jun 2024 16:41:09 +0200 Subject: [PATCH] Add missing fonts from the account theme's default assets --- src/bin/shared/downloadKeycloakDefaultTheme.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/bin/shared/downloadKeycloakDefaultTheme.ts b/src/bin/shared/downloadKeycloakDefaultTheme.ts index 1efb0df5..7fd8bdd3 100644 --- a/src/bin/shared/downloadKeycloakDefaultTheme.ts +++ b/src/bin/shared/downloadKeycloakDefaultTheme.ts @@ -112,6 +112,18 @@ export async function downloadKeycloakDefaultTheme(params: { "dist", "fonts", "OpenSans-Semibold-webfont.woff2" + ), + pathJoin( + "patternfly", + "dist", + "fonts", + "PatternFlyIcons-webfont.ttf" + ), + pathJoin( + "patternfly", + "dist", + "fonts", + "PatternFlyIcons-webfont.woff" ) ]; }