From d77b037849d1c34565e353c112915831591dae93 Mon Sep 17 00:00:00 2001 From: Bobur Date: Thu, 25 Apr 2024 09:24:54 +0500 Subject: [PATCH] Address #264: fix fonts.lied = undefined --- src/fonts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fonts/index.ts b/src/fonts/index.ts index f8b2b290..0e42da3c 100644 --- a/src/fonts/index.ts +++ b/src/fonts/index.ts @@ -374,7 +374,7 @@ export default async function getFonts() { lieProps['String.fromCodePoint'] || lieProps['CSSStyleDeclaration.setProperty'] || lieProps['CSS2Properties.setProperty'] - ) + ) || false if (isFontOSBad(USER_AGENT_OS, fontFaceLoadFonts)) { LowerEntropy.FONTS = true,