diff --git a/frontend/src/scripts/misc.ts b/frontend/src/scripts/misc.ts index 01d715157..1d2407abf 100644 --- a/frontend/src/scripts/misc.ts +++ b/frontend/src/scripts/misc.ts @@ -189,7 +189,7 @@ export async function getQuotes(language: string): Promise { } } -type Font = { name: string }; +type Font = { name: string; display?: string }; let fontsList: Font[] = []; export async function getFontsList(): Promise {