Skip to content

Commit

Permalink
Address abrahamjuliot#264: fix fonts.lied = undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
shbobur committed Apr 25, 2024
1 parent 552101f commit d77b037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fonts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d77b037

Please sign in to comment.