diff --git a/frontend/src/ts/ui.ts b/frontend/src/ts/ui.ts index beeabd5d5a32..e2322d56390f 100644 --- a/frontend/src/ts/ui.ts +++ b/frontend/src/ts/ui.ts @@ -54,7 +54,7 @@ export async function applyFontFamily(): Promise { const preferredFont = (await getLanguage(Config.language))?.preferredFont; const fonts = [ - font, + `"${font}"`, preferredFont !== undefined ? `"${replaceUnderscoresWithSpaces(preferredFont)}"` : undefined,