Add missing fonts from the account theme's default assets

This commit is contained in:
Joseph Garrone
2024-06-18 16:41:09 +02:00
parent 74349b20ce
commit a61aa9dd5d

View File

@ -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"
)
];
}