Adding missing font from default theme resources

This commit is contained in:
Joseph Garrone 2024-06-17 13:26:32 +02:00
parent 09ab9a1c8f
commit 74349b20ce

View File

@ -207,6 +207,18 @@ export async function downloadKeycloakDefaultTheme(params: {
"fonts",
"fontawesome-webfont.woff2"
),
pathJoin(
"patternfly",
"dist",
"fonts",
"PatternFlyIcons-webfont.ttf"
),
pathJoin(
"patternfly",
"dist",
"fonts",
"PatternFlyIcons-webfont.woff"
),
pathJoin("jquery", "dist", "jquery.min.js")
];
}